aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/mscan (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-07can: dev: fix skb drop checkOliver Hartkopp1-1/+1
2022-10-25can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error pathDongliang Mu1-3/+5
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol1-0/+5
2022-06-22powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko1-1/+1
2022-05-19can: can-dev: move to netif_napi_add_weight()Jakub Kicinski1-1/+1
2022-04-19can: mscan: mpc5xxx_can: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-0/+2
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-2/+2
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol1-1/+2
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol1-4/+5
2021-10-24can: mscan: mpc5xxx_can: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-08-25can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): remove useless BUG_ON()Tang Bin1-1/+0
2021-08-25can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): use of_device_get_match_data to simplify codeTang Bin1-4/+2
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+1
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol1-1/+1
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp1-10/+10
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp1-1/+1
2020-09-21can: mscan: simplify clock enable/disableZhang Changzhong1-18/+10
2020-09-21can: mscan: mpc5xxx_can: update contact emailWolfram Sang1-1/+1
2020-09-21can: mscan: mark expected switch fall-throughMarc Kleine-Budde1-0/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-01-02can: mscan: mscan_rx_poll(): fix rx path lockup when returning from polling to irq modeFlorian Faber1-11/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344Thomas Gleixner3-36/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-07-23can: mpc5xxx_can: check of_iomap return before useNicholas Mc Guire1-0/+5
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2015-03-17can: constify of_device_id arrayFabian Frederick1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-07can: mscan: Consolidate and unify state change handlingAndri Yngvason1-34/+14
2014-10-20net: can: mscan: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-18net: can: use kbuild magic to inherit debug settingsWolfram Sang1-2/+0
2014-05-19can: mscan: Fix Kconfig dependenciesJean Delvare1-1/+1
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp1-3/+4
2014-01-29Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt1-116/+154
2014-01-12net: can: mscan: remove non-CCF code for MPC512xGerhard Sittig1-141/+0
2014-01-12net: can: mscan: adjust to common clock support for mpc512xGerhard Sittig1-0/+179
2013-12-17can: Fix FSF address in file headersJeff Kirsher3-6/+3
2013-09-24can: Remove extern from function prototypesJoe Perches1-3/+3
2013-08-29can: mscan: improve clock API useGerhard Sittig3-7/+39
2013-08-29can: mscan: add a comment on reg to idx mappingGerhard Sittig1-1/+4
2013-06-03net: can: use platform_{get,set}_drvdata()Jingoo Han1-6/+4
2013-01-26can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' blockMarc Kleine-Budde1-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-8/+4
2012-12-03can: remove __dev* attributesBill Pemberton1-12/+12
2012-11-29can: mscan: remove obsolete variable open_timeMarc Kleine-Budde2-9/+0
2012-11-27can: mpc5xxx_can: add MODULE_DEVICE_TABLEMarc Kleine-Budde1-0/+1
2012-10-04can: mpc5xxx_can: fix section type conflictMarc Kleine-Budde1-4/+4
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2012-09-21can: mscan-mpc5xxx: fix return value check in mpc512x_can_get_clock()Wei Yongjun1-2/+2
2012-09-11can: mpc5xxx_can: make data used as *of_device_id.data constArnd Bergmann1-2/+2