aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/m_can (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-23can: m_can.c: fix setup of CCCR register: clear CCCR NISO bit before checking can.ctrlmodeRoman Fietze1-1/+2
2018-03-12can: m_can: select pinctrl state in each suspend/resume functionBich HEMON1-0/+5
2018-03-12can: m_can: change comparison to bitshift when dealing with a maskWolfram Sang1-1/+1
2018-01-19can: m_can: mark runtime-PM handlers as __maybe_unusedArnd Bergmann1-2/+2
2018-01-16can: m_can: Add call to of_can_transceiverFranklin S Cooper Jr1-0/+2
2018-01-16can: m_can: Add PM SupportFaiz Abbas1-38/+62
2018-01-16can: m_can: get rid of function free_m_can_dev()Marc Kleine-Budde1-7/+2
2018-01-16can: m_can: Move allocation of net device to probeFaiz Abbas1-17/+13
2018-01-16can: m_can: Remove check for version when allocating m_can net deviceFaiz Abbas1-7/+1
2018-01-16can: m_can: Support higher speed CAN-FD bitratesFranklin S Cooper Jr1-3/+43
2017-05-18can: m_can: add deep Suspend/Resume supportQuentin Schulz1-3/+12
2017-05-18can: m_can: factorize clock gating and ungatingQuentin Schulz1-19/+26
2017-05-18can: m_can: make m_can_start and m_can_stop symmetricQuentin Schulz1-3/+2
2017-05-18can: m_can: move Message RAM initialization to functionQuentin Schulz1-11/+15
2017-04-25can: m_can: Enable TX FIFO Handling for M_CAN IP version >= v3.1.xMario Huettel1-29/+159
2017-04-25can: m_can: Configuration for TX and TX event FIFOsMario Huettel1-5/+34
2017-04-25can: m_can: Enable M_CAN version dependent initializationMario Huettel1-71/+269
2017-04-25can: m_can: Updated register defines to newest versionMario Huettel1-65/+125
2017-04-25can: m_can: Removed virtual address from printMario Huettel1-2/+2
2017-04-25can: m_can: Removed initialization of FIFO water marksMario Huettel1-2/+2
2017-04-25can: m_can: Disabled Interrupt Line 1Mario Huettel1-1/+2
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1