summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/m_can
Commit message (Expand)AuthorAgeFilesLines
* 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
* can: fix handling of unmodifiable configuration optionsOliver Hartkopp2016-05-091-1/+1
* can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp2015-11-231-1/+0
* can: fix assignment of error location in CAN error messagesOliver Hartkopp2015-11-231-4/+2
* can: m_cam: m_can_fifo_write(): remove return from void functionMarc Kleine-Budde2015-03-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-0/+5
|\
| * can: m_can: tag current CAN FD controllers as non-ISOOliver Hartkopp2015-01-151-0/+5
* | can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason2015-01-201-0/+1
|/
* can: m_can: update to support CAN FD featuresDong Aisheng2014-11-181-43/+134
* can: m_can: fix incorrect error messagesDong Aisheng2014-11-181-3/+3
* can: m_can: add missing delay after setting CCCR_INIT bitDong Aisheng2014-11-181-0/+1
* can: m_can: fix not set can_dlc for remote frameDong Aisheng2014-11-181-3/+4
* can: m_can: fix possible sleep in napi pollDong Aisheng2014-11-181-5/+15
* can: m_can: add missing message RAM initializationDong Aisheng2014-11-181-1/+10
* can: m_can: add CONFIG_HAS_IOMEM dependenceDavid Cohen2014-11-181-0/+1
* can: m_can: add .ndo_change_mtu functionDong Aisheng2014-11-181-0/+1
* can: m_can: add Bosch M_CAN controller supportDong Aisheng2014-08-183-0/+1211
OpenPOWER on IntegriCloud