summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/c_can/c_can.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* can: c_can: don't cache TX messages for C_CAN coresMarc Kleine-Budde2022-09-281-2/+15
* can: c_can: export c_can_ethtool_ops and remove c_can_set_ethtool_ops()Vincent Mailhol2022-07-271-1/+1
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-1/+0
* can: c_can: cache frames to operate as a true FIFODario Binacchi2021-08-191-10/+1
* can: c_can: support tx ring algorithmDario Binacchi2021-08-191-1/+32
* can: c_can: remove struct c_can_priv::priv fieldDario Binacchi2021-08-191-1/+0
* can: c_can: add ethtool supportDario Binacchi2021-05-271-0/+2
* can: c_can: remove unused variable struct c_can_priv::rxmaskedDario Binacchi2021-05-271-1/+0
* can: c_can: remove unused enum BOSCH_C_CAN_PLATFORMMarc Kleine-Budde2021-04-071-1/+0
* can: c_can: add support to 64 message objectsDario Binacchi2021-03-301-2/+3
* can: c_can: prepare to up the message objects numberDario Binacchi2021-03-301-13/+10
* can: c_can: remove unused codeDario Binacchi2021-03-301-4/+0
* can: c_can: fix indentionMarc Kleine-Budde2021-03-301-5/+5
* can: c_can: reg_map_{c,d}_can: mark as __maybe_unusedMarc Kleine-Budde2020-10-061-2/+2
* can: c_can: c_can_poll(): only read status register after status IRQKurt Van Dijck2019-11-041-0/+1
* can: c_can: Add support for START pulse in RAMINIT sequenceRoger Quadros2014-11-171-0/+1
* can: c_can: Add syscon/regmap RAMINIT mechanismRoger Quadros2014-11-171-2/+8
* can: c_can: Add RAMINIT register information to driver dataRoger Quadros2014-11-171-0/+10
* can: c_can: Introduce c_can_driver_data structureRoger Quadros2014-11-171-0/+4
* can: c_can: add hwinit support for non-TI devicesPavel Machek2014-05-191-0/+2
* can: c_can: Add and make use of 32-bit accesses functionsPavel Machek2014-05-191-0/+2
* can: c_can: make {read,write}_reg functions constPavel Machek2014-05-191-2/+2
* can: c_can: use proper type for 'instance'Wolfram Sang2014-04-241-1/+1
* can: c_can: Speed up tx buffer invalidationThomas Gleixner2014-04-241-0/+1
* can: c_can: Remove tx lockingThomas Gleixner2014-04-241-7/+1
* can: c_can: Cleanup c_can_write_msg_object()Thomas Gleixner2014-04-241-8/+0
* can: c_can: Work around C_CAN RX wreckageThomas Gleixner2014-04-241-0/+1
* can: c_can: Get rid of pointless interruptsThomas Gleixner2014-04-241-2/+1
* can: c_can: Store dlc privateThomas Gleixner2014-04-011-0/+28
* can: c_can: Provide protection in the xmit pathThomas Gleixner2014-04-011-0/+1
* can: c_can: Add d_can raminit supportAnilKumar Ch2012-11-271-0/+3
* can: c_can: Add d_can suspend resume supportAnilKumar Ch2012-09-211-0/+8
* can: c_can: Add runtime PM support to Bosch C_CAN/D_CAN controllerAnilKumar Ch2012-09-211-0/+1
* can: c_can: Modify c_can device namesAnilKumar Ch2012-09-211-2/+3
* can: c_can: Add support for Bosch D_CAN controllerAnilKumar Ch2012-06-071-0/+45
* can: c_can: Move overlay structure to array with offset as indexAnilKumar Ch2012-06-071-38/+80
* can: c_can: fix an interrupt thrash issue with c_can driverAnilKumar Ch2012-06-031-0/+1
* can: c_can: Added support for Bosch C_CAN controllerBhupesh Sharma2011-02-141-0/+86