index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
m_can
/
m_can.h
Age
Commit message (
Expand
)
Author
2024-06-28
can: m_can: Constify struct m_can_ops
Christophe JAILLET
2024-02-14
can: m_can: allow keeping the transceiver running in suspend
Martin Hundebøll
2024-02-12
can: m_can: Implement transmit submission coalescing
Markus Schneider-Pargmann
2024-02-12
can: m_can: Introduce a tx_fifo_in_flight counter
Markus Schneider-Pargmann
2024-02-12
can: m_can: Use the workqueue as queue
Markus Schneider-Pargmann
2024-02-12
can: m_can: Cache tx putidx
Markus Schneider-Pargmann
2024-02-12
can: m_can: Implement transmit coalescing
Markus Schneider-Pargmann
2024-02-12
can: m_can: Implement receive coalescing
Markus Schneider-Pargmann
2023-07-31
can: tcan4x5x: Check size of mram configuration
Markus Schneider-Pargmann
2023-07-28
can: Explicitly include correct DT includes, part 2
Rob Herring
2023-07-17
can: m_can: Add hrtimer to generate software interrupt
Judith Mendez
2022-12-10
can: m_can: sort header inclusion alphabetically
Vivek Yadav
2022-10-20
can: m_can: is_lec_err(): clean up LEC error handling
Marc Kleine-Budde
2022-05-19
can: can-dev: remove obsolete CAN LED support
Oliver Hartkopp
2022-05-14
can: m_can: remove support for custom bit timing, take #2
Jarkko Nikula
2021-12-07
can: m_can: make custom bittiming fields const
Matthias Schiffer
2021-12-07
Revert "can: m_can: remove support for custom bit timing"
Matthias Schiffer
2021-08-19
can: m_can: Disable IRQs on FIFO bus errors
Matt Kline
2021-07-25
can: m_can: remove support for custom bit timing
Marc Kleine-Budde
2021-07-25
can: m_can: Add support for transceiver as phy
Faiz Abbas
2021-03-30
can: m_can: fix periph RX path: use rx-offload to ensure skbs are sent from s...
Torin Cooper-Bennun
2020-12-14
can: m_can: let m_can_class_allocate_dev() allocate driver specific private data
Marc Kleine-Budde
2020-12-14
can: m_can: m_can_config_endisable(): mark as static
Marc Kleine-Budde
2020-11-30
can: m_can: remove not used variable struct m_can_classdev::freq
Marc Kleine-Budde
2020-11-15
can: m_can: m_can_class_free_dev(): introduce new function
Dan Murphy
2019-07-24
can: m_can: Rename m_can_priv to m_can_classdev
Dan Murphy
2019-07-24
can: m_can: Create a m_can platform framework
Dan Murphy