aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/sja1000/sja1000_platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-05can: sja1000: Add support for RZ/N1 SJA1000 CAN ControllerBiju Das1-5/+33
2022-07-19can: sja1000: Change the return type as void for SoC specific initBiju Das1-9/+4
2022-07-19can: sja1000: Use device_get_match_data to get device dataBiju Das1-5/+2
2022-01-05can: sja1000: sp_probe(): use platform_get_irq() to get the interruptLad Prabhakar1-7/+8
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344Thomas Gleixner1-12/+1
2016-02-20can: sja1000: of: add compatibility with Technologic Systems versionDamien Riegel1-0/+47
2016-02-20can: sja1000: of: add per-compatible init hookDamien Riegel1-9/+31
2015-03-17can: constify of_device_id arrayFabian Frederick1-1/+1
2014-10-20net: can: sja1000: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-06can: sja1000: of: add reg-io-width property for 8, 16 and 32-bit register accessFlorian Vaussard1-2/+18
2014-02-04can: sja1000: fuse of_platform into platformFlorian Vaussard1-28/+106
2014-02-04can: sja1000: platform: use devm_* APIsFlorian Vaussard1-34/+12
2013-12-17can: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-09-21can: sja1000: use dev_get_platdata()Jingoo Han1-1/+1
2013-06-03net: can: use platform_{get,set}_drvdata()Jingoo Han1-3/+2
2012-11-27can: sja1000_platform: add MODULE_ALIASMarc Kleine-Budde1-0/+1
2012-08-24can: sja1000_platform: fix wrong flag IRQF_SHARED for interrupt sharingSven Schmitt1-1/+3
2011-11-29net/can: convert drivers/net/can/* to use module_platform_driver()Axel Lin1-12/+1
2010-05-17can: sja1000 platform data fixesWolfgang Grandegger1-1/+2
2010-04-13Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch1-1/+0
2010-03-21can: sja1000: add read/write routines for 8, 16 and 32-bit register accessYegor Yefremov1-4/+38
2010-03-21can: sja1000: allow shared interrupt definitionYegor Yefremov1-1/+1
2009-06-01can: sja1000: stop misusing member base_addr of struct net_deviceWolfgang Grandegger1-9/+10
2009-05-18can: SJA1000 generic platform bus driverWolfgang Grandegger1-0/+164