aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/m_can (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-30can: tcan4x5x: rename parse_config() functionDan Murphy1-2/+2
2020-11-30can: m_can: tcan4x5x_can_probe(): fix error path: remove erroneous clk_disable_unprepare()Marc Kleine-Budde1-8/+3
2020-11-29can: tcan4x5x: tcan4x5x_clear_interrupts(): remove redundant return statementSean Nyekjaer1-6/+2
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2020-11-27can: m_can: m_can_dev_setup(): add support for bosch mcan version 3.3.0Pankaj Sharma1-0/+2
2020-11-27can: m_can: fix nominal bitiming tseg2 min for version >= 3.1Marc Kleine-Budde1-1/+1
2020-11-27can: m_can: m_can_open(): remove IRQF_TRIGGER_FALLING from request_threaded_irq()'s flagsMarc Kleine-Budde1-1/+1
2020-11-20can: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp1-3/+3
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp1-2/+2
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp1-1/+1
2020-11-18can: m_can: process interrupt only when not runtime suspendedJarkko Nikula1-0/+2
2020-11-15can: m_can: m_can_stop(): set device to software init mode before closingFaiz Abbas1-0/+3
2020-11-15can: m_can: Fix freeing of can device from peripherialsDan Murphy3-19/+33
2020-11-15can: m_can: m_can_class_free_dev(): introduce new functionDan Murphy2-0/+7
2020-11-15can: m_can: m_can_handle_state_change(): fix state changeWu Bo1-2/+2
2020-11-15can: tcan4x5x: tcan4x5x_can_remove(): fix order of deregistrationMarc Kleine-Budde1-2/+2
2020-11-15can: tcan4x5x: tcan4x5x_can_probe(): add missing error checking for devm_regmap_init()Marc Kleine-Budde1-0/+4
2020-11-15can: tcan4x5x: replace depends on REGMAP_SPI with depends on SPIEnric Balletbo i Serra1-1/+2
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2020-10-06can: m_can_platform: don't call m_can_class_suspend in runtime suspendLucas Stach1-2/+0
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-01-02can: tcan4x5x: tcan4x5x_parse_config(): fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva1-1/+1
2020-01-02can: tcan4x5x: tcan4x5x_parse_config(): Disable the INH pin device-state GPIO is unavailableDan Murphy1-1/+12
2020-01-02can: tcan4x5x: tcan4x5x_parse_config(): reset device before register accessSean Nyekjaer1-1/+26
2020-01-02can: tcan4x5x: tcan4x5x_can_probe(): turn on the power before parsing the configDan Murphy1-7/+10
2020-01-02can: tcan4x5x: tcan4x5x_can_probe(): get the device out of standby before register accessSean Nyekjaer1-0/+4
2019-12-08can: tcan45x: Make wake-up GPIO an optional GPIODan Murphy1-6/+18
2019-12-08can: m_can: tcan4x5x: add required delay after resetSean Nyekjaer1-0/+2
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2019-11-22can: m_can_platform: remove unnecessary m_can_class_resume() callPankaj Sharma1-2/+0
2019-11-22can: m_can_platform: set net_device structure as driver dataPankaj Sharma1-1/+1
2019-11-11can: m_can: add support for handling arbitration errorPankaj Sharma1-0/+42
2019-11-11can: m_can: add support for one shot modePankaj Sharma1-3/+9
2019-09-03can: tcan4x5x: Remove checking the wake pinDan Murphy1-13/+0
2019-09-03can: tcan4x5x: Remove data-ready gpio interruptDan Murphy1-10/+1
2019-08-20can: m_can_platform: m_can_plat_probe(): add missing error handling if mcan_class is NULLMarc Kleine-Budde1-0/+3
2019-08-20can: m_can_platform: remove not needed casts to struct m_can_plat_priv *Marc Kleine-Budde1-8/+4
2019-08-20can: tcan4x5x: fix data length in regmap write pathMarc Kleine-Budde1-2/+2
2019-08-20can: tcan4x5x: tcan4x5x_can_probe(): add missing error handling if mcan_class is NULLMarc Kleine-Budde1-0/+3
2019-08-20can: tcan4x5x: remove not needed casts to struct tcan4x5x_priv *Marc Kleine-Budde1-13/+8
2019-08-20can: tcan4x5x: remove unused struct tcan4x5x_priv::tcan4x5x_lockMarc Kleine-Budde1-3/+0
2019-07-24can: tcan4x5x: Add tcan4x5x driver to the kernelDan Murphy3-0/+542
2019-07-24can: m_can: Rename m_can_priv to m_can_classdevDan Murphy3-289/+294
2019-07-24can: m_can: Create a m_can platform frameworkDan Murphy5-345/+704
2019-07-24can: m_can: Fix checkpatch issues on existing codeDan Murphy1-8/+5
2019-06-07can: m_can: implement errata "Needless activation of MRAF irq"Eugen Hristev1-0/+21
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-07-23can: m_can: Move accessing of message ram to after clocks are enabledFaiz Abbas1-4/+3
2018-07-23can: m_can: Fix runtime resume callFaiz Abbas1-4/+4