summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/spi
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-024-4/+4
* can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_openSimon Arlott2024-08-221-1/+1
* can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing configurationMarc Kleine-Budde2024-08-061-3/+11
* can: mcp251xfd: fix ring configuration when switching from CAN-CC to CAN-FD modeMarc Kleine-Budde2024-08-062-4/+27
* can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fdMarc Kleine-Budde2024-06-281-44/+27
* can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratumMarc Kleine-Budde2024-06-283-26/+43
* can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 of mcp2518fdMarc Kleine-Budde2024-06-283-3/+33
* can: mcp251xfd: rx: prepare to workaround broken RX FIFO head index erratumMarc Kleine-Budde2024-06-283-47/+56
* can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate fun...Marc Kleine-Budde2024-06-281-16/+32
* can: mcp251xfd: clarify the meaning of timestampMarc Kleine-Budde2024-06-285-38/+43
* can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into mcp251xfd_chip_s...Marc Kleine-Budde2024-06-283-5/+11
* can: mcp251xfd: update errata referencesMarc Kleine-Budde2024-06-281-5/+7
* can: mcp251xfd: properly indent labelsMarc Kleine-Budde2024-06-284-20/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-273-9/+65
|\
| * can: mcp251xfd: fix infinite loop when xmit failsVitor Soares2024-06-213-9/+65
* | can: mcp251xfd: simplify with spi_get_device_match_data()Krzysztof Kozlowski2024-06-211-8/+1
* | can: mcp251x: simplify with spi_get_device_match_data()Krzysztof Kozlowski2024-06-211-5/+1
* | can: hi311x: simplify with spi_get_device_match_data()Krzysztof Kozlowski2024-06-211-6/+1
* | can: mcp251x: Fix up includesAndy Shevchenko2024-06-201-3/+2
|/
* can: mcp251xfd: __mcp251xfd_get_berr_counter(): use CAN_BUS_OFF_THRESHOLD ins...Marc Kleine-Budde2024-03-041-1/+1
* can: rx-offload: rename rx_offload_get_echo_skb() -> can_rx_offload_get_echo_...Marc Kleine-Budde2023-07-281-3/+3
* can: mcp251xfd: __mcp251xfd_chip_set_mode(): increase poll timeoutFedor Ross2023-07-172-2/+9
* Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...Paolo Abeni2023-02-072-8/+36
|\
| * can: mcp251xfd: regmap: optimizing transfer size for CRC transfers size 1Thomas Kopp2023-02-022-8/+36
* | can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing tx_obj_num_coa...Marc Kleine-Budde2023-02-021-0/+1
|/
* can: dev: fix skb drop checkOliver Hartkopp2022-11-073-3/+3
* can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error pathDongliang Mu2022-10-251-1/+4
* can: mcp251x: Fix race condition on receive interruptSebastian Würl2022-08-091-3/+15
* can: mcp251xfd: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-282-0/+2
* can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-282-0/+12
* can: mcp251xfd: mcp251xfd_dump(): fix commentMarc Kleine-Budde2022-07-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-5/+13
|\
| * can: mcp251xfd: fix detection of mcp251863Marc Kleine-Budde2022-07-201-5/+13
* | can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-202-0/+2
* | can: hi311x: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-072-13/+15
|\|
| * can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix endianness conversionMarc Kleine-Budde2022-07-041-1/+2
| * can: mcp251xfd: mcp251xfd_register_get_dev_id(): use correct length to read d...Marc Kleine-Budde2022-07-041-1/+1
| * can: mcp251xfd: mcp251xfd_stop(): add missing hrtimer_cancel()Marc Kleine-Budde2022-07-041-0/+1
| * can: mcp251xfd: mcp251xfd_regmap_crc_read(): update workaround broken CRC on ...Thomas Kopp2022-07-041-6/+3
| * can: mcp251xfd: mcp251xfd_regmap_crc_read(): improve workaround handling for ...Thomas Kopp2022-07-041-5/+8
* | can: Kconfig: add CONFIG_CAN_RX_OFFLOADVincent Mailhol2022-06-111-0/+1
|/
* can: mcp251xfd: silence clang's -Wunaligned-access warningVincent Mailhol2022-05-191-1/+1
* can: can-dev: remove obsolete CAN LED supportOliver Hartkopp2022-05-192-18/+0
* can: mcp251xfd: add support for mcp251863Marc Kleine-Budde2022-04-192-7/+24
* can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue...Marc Kleine-Budde2022-04-192-4/+4
* can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix return of error valueTom Rix2022-03-311-1/+1
* can: mcp251xfd: ring: increase number of RX-FIFOs to 3 and increase max TX-FI...Marc Kleine-Budde2022-03-131-2/+2
* can: mcp251xfd: add TX IRQ coalescing ethtool supportMarc Kleine-Budde2022-03-133-3/+22
* can: mcp251xfd: add TX IRQ coalescing supportMarc Kleine-Budde2022-03-133-5/+77