aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/m_can/m_can.c
AgeCommit message (Expand)Author
2021-12-14can: m_can: Disable and ignore ELO interruptBrian Silverman
2021-03-30can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warningTorin Cooper-Bennun
2020-12-02can: m_can: fix nominal bitiming tseg2 min for version >= 3.1Marc Kleine-Budde
2020-11-24can: m_can: m_can_handle_state_change(): fix state changeWu Bo
2019-07-21can: m_can: implement errata "Needless activation of MRAF irq"Eugen Hristev
2018-09-05can: m_can: Move accessing of message ram to after clocks are enabledFaiz Abbas
2018-07-28can: m_can.c: fix setup of CCCR register: clear CCCR NISO bit before checking...Roman Fietze
2018-05-30can: m_can: select pinctrl state in each suspend/resume functionBich HEMON
2018-05-30can: m_can: change comparison to bitshift when dealing with a maskWolfram Sang
2017-05-18can: m_can: add deep Suspend/Resume supportQuentin Schulz
2017-05-18can: m_can: factorize clock gating and ungatingQuentin Schulz
2017-05-18can: m_can: make m_can_start and m_can_stop symmetricQuentin Schulz
2017-05-18can: m_can: move Message RAM initialization to functionQuentin Schulz
2017-04-25can: m_can: Enable TX FIFO Handling for M_CAN IP version >= v3.1.xMario Huettel
2017-04-25can: m_can: Configuration for TX and TX event FIFOsMario Huettel
2017-04-25can: m_can: Enable M_CAN version dependent initializationMario Huettel
2017-04-25can: m_can: Updated register defines to newest versionMario Huettel
2017-04-25can: m_can: Removed virtual address from printMario Huettel
2017-04-25can: m_can: Removed initialization of FIFO water marksMario Huettel
2017-04-25can: m_can: Disabled Interrupt Line 1Mario Huettel
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-05-09can: fix handling of unmodifiable configuration optionsOliver Hartkopp
2015-11-23can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp
2015-11-23can: fix assignment of error location in CAN error messagesOliver Hartkopp
2015-03-22can: m_cam: m_can_fifo_write(): remove return from void functionMarc Kleine-Budde
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-20can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason
2015-01-15can: m_can: tag current CAN FD controllers as non-ISOOliver Hartkopp
2014-11-18can: m_can: update to support CAN FD featuresDong Aisheng
2014-11-18can: m_can: fix incorrect error messagesDong Aisheng
2014-11-18can: m_can: add missing delay after setting CCCR_INIT bitDong Aisheng
2014-11-18can: m_can: fix not set can_dlc for remote frameDong Aisheng
2014-11-18can: m_can: fix possible sleep in napi pollDong Aisheng
2014-11-18can: m_can: add missing message RAM initializationDong Aisheng
2014-11-18can: m_can: add .ndo_change_mtu functionDong Aisheng
2014-08-18can: m_can: add Bosch M_CAN controller supportDong Aisheng