aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/m_can/m_can.c
Commit message (Expand)AuthorAge
* can: m_can: Move accessing of message ram to after clocks are enabledFaiz Abbas2018-07-23
* can: m_can: Fix runtime resume callFaiz Abbas2018-07-23
* can: m_can.c: fix setup of CCCR register: clear CCCR NISO bit before checking...Roman Fietze2018-07-23
* can: m_can: select pinctrl state in each suspend/resume functionBich HEMON2018-03-12
* can: m_can: change comparison to bitshift when dealing with a maskWolfram Sang2018-03-12
* can: m_can: mark runtime-PM handlers as __maybe_unusedArnd Bergmann2018-01-19
* can: m_can: Add call to of_can_transceiverFranklin S Cooper Jr2018-01-16
* can: m_can: Add PM SupportFaiz Abbas2018-01-16
* can: m_can: get rid of function free_m_can_dev()Marc Kleine-Budde2018-01-16
* can: m_can: Move allocation of net device to probeFaiz Abbas2018-01-16
* can: m_can: Remove check for version when allocating m_can net deviceFaiz Abbas2018-01-16
* can: m_can: Support higher speed CAN-FD bitratesFranklin S Cooper Jr2018-01-16
* can: m_can: add deep Suspend/Resume supportQuentin Schulz2017-05-18
* can: m_can: factorize clock gating and ungatingQuentin Schulz2017-05-18
* can: m_can: make m_can_start and m_can_stop symmetricQuentin Schulz2017-05-18
* can: m_can: move Message RAM initialization to functionQuentin Schulz2017-05-18
* can: m_can: Enable TX FIFO Handling for M_CAN IP version >= v3.1.xMario Huettel2017-04-25
* can: m_can: Configuration for TX and TX event FIFOsMario Huettel2017-04-25
* can: m_can: Enable M_CAN version dependent initializationMario Huettel2017-04-25
* can: m_can: Updated register defines to newest versionMario Huettel2017-04-25
* can: m_can: Removed virtual address from printMario Huettel2017-04-25
* can: m_can: Removed initialization of FIFO water marksMario Huettel2017-04-25
* can: m_can: Disabled Interrupt Line 1Mario Huettel2017-04-25
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-30
* can: fix handling of unmodifiable configuration optionsOliver Hartkopp2016-05-09
* can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp2015-11-23
* can: fix assignment of error location in CAN error messagesOliver Hartkopp2015-11-23
* can: m_cam: m_can_fifo_write(): remove return from void functionMarc Kleine-Budde2015-03-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-27
|\
| * can: m_can: tag current CAN FD controllers as non-ISOOliver Hartkopp2015-01-15
* | can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason2015-01-20
|/
* can: m_can: update to support CAN FD featuresDong Aisheng2014-11-18
* can: m_can: fix incorrect error messagesDong Aisheng2014-11-18
* can: m_can: add missing delay after setting CCCR_INIT bitDong Aisheng2014-11-18
* can: m_can: fix not set can_dlc for remote frameDong Aisheng2014-11-18
* can: m_can: fix possible sleep in napi pollDong Aisheng2014-11-18
* can: m_can: add missing message RAM initializationDong Aisheng2014-11-18
* can: m_can: add .ndo_change_mtu functionDong Aisheng2014-11-18
* can: m_can: add Bosch M_CAN controller supportDong Aisheng2014-08-17