summaryrefslogtreecommitdiff
path: root/drivers/net/can/m_can
AgeCommit message (Expand)Author
2022-05-14can: m_can: remove support for custom bit timing, take #2Jarkko Nikula
2022-05-14Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"Jarkko Nikula
2022-03-31can: m_can: m_can_tx_handler(): fix use after free of skbMarc Kleine-Budde
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-01-24can: tcan4x5x: regmap: fix max register valueMarc Kleine-Budde
2022-01-24can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if leng...Marc Kleine-Budde
2022-01-05can: dev: add sanity check in can_set_static_ctrlmode()Vincent Mailhol
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol
2021-12-07can: m_can: pci: use custom bit timings for Elkhart LakeMatthias Schiffer
2021-12-07can: m_can: make custom bittiming fields constMatthias Schiffer
2021-12-07Revert "can: m_can: remove support for custom bit timing"Matthias Schiffer
2021-12-07can: m_can: pci: fix incorrect reference clock rateMatthias Schiffer
2021-12-07can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo()Matthias Schiffer
2021-12-07can: m_can: m_can_read_fifo: fix memory leak in error branchVincent Mailhol
2021-12-07can: m_can: Disable and ignore ELO interruptBrian Silverman
2021-10-17can: m_can: fix iomap_read_fifo() and iomap_write_fifo()Aswath Govindraju
2021-08-19can: m_can: Batch FIFO writes during CAN transmitMatt Kline
2021-08-19can: m_can: Batch FIFO reads during CAN receiveMatt Kline
2021-08-19can: m_can: Disable IRQs on FIFO bus errorsMatt Kline
2021-08-19can: m_can: fix block comment styleMarc Kleine-Budde
2021-08-19can: tcan4x5x: cdev_to_priv(): remove stray empty lineMarc Kleine-Budde
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-10can: m_can: m_can_set_bittiming(): fix setting M_CAN_DBTP registerHussein Alasadi
2021-07-25can: m_can: remove support for custom bit timingMarc Kleine-Budde
2021-07-25can: m_can: use devm_platform_ioremap_resource_bynameYang Yingliang
2021-07-25can: m_can: Add support for transceiver as phyFaiz Abbas
2021-07-25can: rx-offload: can_rx_offload_threaded_irq_finish(): add new function to be...Marc Kleine-Budde
2021-07-25can: rx-offload: add skb queue for use during ISRMarc Kleine-Budde
2021-05-27can: m_can: fix whitespace in a few commentsTorin Cooper-Bennun
2021-05-27can: m_can: make TXESC, RXESC config more explicitTorin Cooper-Bennun
2021-05-27can: m_can: clean up CCCR reg defs, order by revsTorin Cooper-Bennun
2021-05-27can: m_can: use bits.h macros for all regmasksTorin Cooper-Bennun
2021-05-06can: m_can: m_can_tx_work_queue(): fix tx_skb race conditionMarc Kleine-Budde
2021-04-07can: m_can: m_can_receive_skb(): add missing error handling to can_rx_offload...Marc Kleine-Budde
2021-03-30can: tcan4x5x: remove duplicate include of regmap.hWan Jiabing
2021-03-30can: m_can: fix periph RX path: use rx-offload to ensure skbs are sent from s...Torin Cooper-Bennun
2021-03-30can: m_can: m_can_chip_config(): enable and configure internal timestampsTorin Cooper-Bennun
2021-03-30can: m_can: add infrastructure for internal timestampsTorin Cooper-Bennun
2021-03-30can: m_can: m_can_class_allocate_dev(): remove impossible error return judgmentXulin Sun
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-03-16can: m_can: m_can_rx_peripheral(): fix RX being blocked by errorsTorin Cooper-Bennun
2021-03-16can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warningTorin Cooper-Bennun
2021-03-01can: tcan4x5x: tcan4x5x_init(): fix initialization - clear MRAM before enteri...Torin Cooper-Bennun
2021-01-14can: tcan4x5x: remove __packed attribute from struct tcan4x5x_map_bufMarc Kleine-Budde
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol
2021-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-07can: tcan4x5x: fix bittiming const, use common bittiming from m_can driverMarc Kleine-Budde
2021-01-07can: m_can: m_can_class_unregister(): remove erroneous m_can_clk_stop()Marc Kleine-Budde