summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/m_can
Commit message (Expand)AuthorAgeFilesLines
* can: tcan4x5x: tcan4x5x_parse_config(): fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva2020-01-021-1/+1
* can: tcan4x5x: tcan4x5x_parse_config(): Disable the INH pin device-state GPIO...Dan Murphy2020-01-021-1/+12
* can: tcan4x5x: tcan4x5x_parse_config(): reset device before register accessSean Nyekjaer2020-01-021-1/+26
* can: tcan4x5x: tcan4x5x_can_probe(): turn on the power before parsing the configDan Murphy2020-01-021-7/+10
* can: tcan4x5x: tcan4x5x_can_probe(): get the device out of standby before reg...Sean Nyekjaer2020-01-021-0/+4
* can: tcan45x: Make wake-up GPIO an optional GPIODan Murphy2019-12-081-6/+18
* can: m_can: tcan4x5x: add required delay after resetSean Nyekjaer2019-12-081-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-3/+1
|\
| * can: m_can_platform: remove unnecessary m_can_class_resume() callPankaj Sharma2019-11-221-2/+0
| * can: m_can_platform: set net_device structure as driver dataPankaj Sharma2019-11-221-1/+1
* | can: m_can: add support for handling arbitration errorPankaj Sharma2019-11-111-0/+42
* | can: m_can: add support for one shot modePankaj Sharma2019-11-111-3/+9
|/
* can: tcan4x5x: Remove checking the wake pinDan Murphy2019-09-031-13/+0
* can: tcan4x5x: Remove data-ready gpio interruptDan Murphy2019-09-031-10/+1
* can: m_can_platform: m_can_plat_probe(): add missing error handling if mcan_c...Marc Kleine-Budde2019-08-201-0/+3
* can: m_can_platform: remove not needed casts to struct m_can_plat_priv *Marc Kleine-Budde2019-08-201-8/+4
* can: tcan4x5x: fix data length in regmap write pathMarc Kleine-Budde2019-08-201-2/+2
* can: tcan4x5x: tcan4x5x_can_probe(): add missing error handling if mcan_class...Marc Kleine-Budde2019-08-201-0/+3
* can: tcan4x5x: remove not needed casts to struct tcan4x5x_priv *Marc Kleine-Budde2019-08-201-13/+8
* can: tcan4x5x: remove unused struct tcan4x5x_priv::tcan4x5x_lockMarc Kleine-Budde2019-08-201-3/+0
* can: tcan4x5x: Add tcan4x5x driver to the kernelDan Murphy2019-07-243-0/+542
* can: m_can: Rename m_can_priv to m_can_classdevDan Murphy2019-07-243-289/+294
* can: m_can: Create a m_can platform frameworkDan Murphy2019-07-245-345/+704
* can: m_can: Fix checkpatch issues on existing codeDan Murphy2019-07-241-8/+5
* can: m_can: implement errata "Needless activation of MRAF irq"Eugen Hristev2019-06-071-0/+21
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* can: m_can: Move accessing of message ram to after clocks are enabledFaiz Abbas2018-07-231-4/+3
* can: m_can: Fix runtime resume callFaiz Abbas2018-07-231-4/+4
* can: m_can.c: fix setup of CCCR register: clear CCCR NISO bit before checking...Roman Fietze2018-07-231-1/+2
* can: m_can: select pinctrl state in each suspend/resume functionBich HEMON2018-03-121-0/+5
* can: m_can: change comparison to bitshift when dealing with a maskWolfram Sang2018-03-121-1/+1
* can: m_can: mark runtime-PM handlers as __maybe_unusedArnd Bergmann2018-01-191-2/+2
* can: m_can: Add call to of_can_transceiverFranklin S Cooper Jr2018-01-161-0/+2
* can: m_can: Add PM SupportFaiz Abbas2018-01-161-38/+62
* can: m_can: get rid of function free_m_can_dev()Marc Kleine-Budde2018-01-161-7/+2
* can: m_can: Move allocation of net device to probeFaiz Abbas2018-01-161-17/+13
* can: m_can: Remove check for version when allocating m_can net deviceFaiz Abbas2018-01-161-7/+1
* can: m_can: Support higher speed CAN-FD bitratesFranklin S Cooper Jr2018-01-161-3/+43
* can: m_can: add deep Suspend/Resume supportQuentin Schulz2017-05-181-3/+12
* can: m_can: factorize clock gating and ungatingQuentin Schulz2017-05-181-19/+26
* can: m_can: make m_can_start and m_can_stop symmetricQuentin Schulz2017-05-181-3/+2
* can: m_can: move Message RAM initialization to functionQuentin Schulz2017-05-181-11/+15
* can: m_can: Enable TX FIFO Handling for M_CAN IP version >= v3.1.xMario Huettel2017-04-251-29/+159
* can: m_can: Configuration for TX and TX event FIFOsMario Huettel2017-04-251-5/+34
* can: m_can: Enable M_CAN version dependent initializationMario Huettel2017-04-251-71/+269
* can: m_can: Updated register defines to newest versionMario Huettel2017-04-251-65/+125
* can: m_can: Removed virtual address from printMario Huettel2017-04-251-2/+2
* can: m_can: Removed initialization of FIFO water marksMario Huettel2017-04-251-2/+2
* can: m_can: Disabled Interrupt Line 1Mario Huettel2017-04-251-1/+2
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1