summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/mscan
Commit message (Expand)AuthorAgeFilesLines
* net: can: Use device_get_match_data()Rob Herring2024-01-191-4/+4
* can: mscan: mpc5xxx_can: Convert to platform remove callback returning voidUwe Kleine-König2023-05-151-4/+2
* can: dev: fix skb drop checkOliver Hartkopp2022-11-071-1/+1
* can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error pathDongliang Mu2022-10-251-3/+5
* Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-061-1/+1
|\
| * powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko2022-06-221-1/+1
* | can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-281-0/+5
|/
* can: can-dev: move to netif_napi_add_weight()Jakub Kicinski2022-05-191-1/+1
* can: mscan: mpc5xxx_can: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-04-191-0/+2
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-2/+2
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-1/+2
* can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol2022-01-051-4/+5
* can: mscan: mpc5xxx_can: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-241-4/+2
* can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): remove useless BUG_ON()Tang Bin2021-08-251-1/+0
* can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): use of_device_get_match_data to...Tang Bin2021-08-251-4/+2
* can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-01-141-1/+1
* can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol2021-01-141-1/+1
* can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-10/+10
* can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-201-1/+1
* can: mscan: simplify clock enable/disableZhang Changzhong2020-09-211-18/+10
* can: mscan: mpc5xxx_can: update contact emailWolfram Sang2020-09-211-1/+1
* can: mscan: mark expected switch fall-throughMarc Kleine-Budde2020-09-211-0/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* can: mscan: mscan_rx_poll(): fix rx path lockup when returning from polling t...Florian Faber2020-01-021-11/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344Thomas Gleixner2019-06-053-36/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* can: mpc5xxx_can: check of_iomap return before useNicholas Mc Guire2018-07-231-0/+5
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
* can: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * net: can: mscan: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | can: mscan: Consolidate and unify state change handlingAndri Yngvason2014-12-071-34/+14
|/
* net: can: use kbuild magic to inherit debug settingsWolfram Sang2014-08-181-2/+0
* can: mscan: Fix Kconfig dependenciesJean Delvare2014-05-191-1/+1
* can: Unify MTU settings for CAN interfacesOliver Hartkopp2014-03-171-3/+4
* Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2014-01-291-116/+154
|\
| * net: can: mscan: remove non-CCF code for MPC512xGerhard Sittig2014-01-121-141/+0
| * net: can: mscan: adjust to common clock support for mpc512xGerhard Sittig2014-01-121-0/+179
* | can: Fix FSF address in file headersJeff Kirsher2013-12-173-6/+3
|/
* can: Remove extern from function prototypesJoe Perches2013-09-241-3/+3
* can: mscan: improve clock API useGerhard Sittig2013-08-293-7/+39
* can: mscan: add a comment on reg to idx mappingGerhard Sittig2013-08-291-1/+4
* net: can: use platform_{get,set}_drvdata()Jingoo Han2013-06-031-6/+4
* can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' blockMarc Kleine-Budde2013-01-261-1/+1
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-8/+4
* can: remove __dev* attributesBill Pemberton2012-12-031-12/+12
* can: mscan: remove obsolete variable open_timeMarc Kleine-Budde2012-11-292-9/+0
* can: mpc5xxx_can: add MODULE_DEVICE_TABLEMarc Kleine-Budde2012-11-271-0/+1
* can: mpc5xxx_can: fix section type conflictMarc Kleine-Budde2012-10-041-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-2/+2
|\