aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/m_can
AgeCommit message (Expand)Author
2022-04-08can: m_can: m_can_tx_handler(): fix use after free of skbMarc Kleine-Budde
2021-12-14can: m_can: Disable and ignore ELO interruptBrian Silverman
2021-05-19can: m_can: m_can_tx_work_queue(): fix tx_skb race conditionMarc Kleine-Budde
2021-04-07can: tcan4x5x: fix max register valueSasha Levin
2021-03-30can: m_can: m_can_rx_peripheral(): fix RX being blocked by errorsTorin Cooper-Bennun
2021-03-30can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warningTorin Cooper-Bennun
2021-03-17can: tcan4x5x: tcan4x5x_init(): fix initialization - clear MRAM before enteri...Torin Cooper-Bennun
2021-01-17can: m_can: m_can_class_unregister(): remove erroneous m_can_clk_stop()Marc Kleine-Budde
2021-01-17can: tcan4x5x: fix bittiming const, use common bittiming from m_can driverMarc Kleine-Budde
2020-12-30can: m_can: m_can_config_endisable(): remove double clearing of clock stop re...Sean Nyekjaer
2020-11-30can: m_can: tcan4x5x_can_probe(): fix error path: remove erroneous clk_disabl...Marc Kleine-Budde
2020-11-27can: m_can: m_can_dev_setup(): add support for bosch mcan version 3.3.0Pankaj Sharma
2020-11-27can: m_can: fix nominal bitiming tseg2 min for version >= 3.1Marc Kleine-Budde
2020-11-27can: m_can: m_can_open(): remove IRQF_TRIGGER_FALLING from request_threaded_i...Marc Kleine-Budde
2020-11-18can: m_can: process interrupt only when not runtime suspendedJarkko Nikula
2020-11-15can: m_can: m_can_stop(): set device to software init mode before closingFaiz Abbas
2020-11-15can: m_can: Fix freeing of can device from peripherialsDan Murphy
2020-11-15can: m_can: m_can_class_free_dev(): introduce new functionDan Murphy
2020-11-15can: m_can: m_can_handle_state_change(): fix state changeWu Bo
2020-11-15can: tcan4x5x: tcan4x5x_can_remove(): fix order of deregistrationMarc Kleine-Budde
2020-11-15can: tcan4x5x: tcan4x5x_can_probe(): add missing error checking for devm_regm...Marc Kleine-Budde
2020-11-15can: tcan4x5x: replace depends on REGMAP_SPI with depends on SPIEnric Balletbo i Serra
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-06can: m_can_platform: don't call m_can_class_suspend in runtime suspendLucas Stach
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-01-02can: tcan4x5x: tcan4x5x_parse_config(): fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva
2020-01-02can: tcan4x5x: tcan4x5x_parse_config(): Disable the INH pin device-state GPIO...Dan Murphy
2020-01-02can: tcan4x5x: tcan4x5x_parse_config(): reset device before register accessSean Nyekjaer
2020-01-02can: tcan4x5x: tcan4x5x_can_probe(): turn on the power before parsing the configDan Murphy
2020-01-02can: tcan4x5x: tcan4x5x_can_probe(): get the device out of standby before reg...Sean Nyekjaer
2019-12-08can: tcan45x: Make wake-up GPIO an optional GPIODan Murphy
2019-12-08can: m_can: tcan4x5x: add required delay after resetSean Nyekjaer
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-22can: m_can_platform: remove unnecessary m_can_class_resume() callPankaj Sharma
2019-11-22can: m_can_platform: set net_device structure as driver dataPankaj Sharma
2019-11-11can: m_can: add support for handling arbitration errorPankaj Sharma
2019-11-11can: m_can: add support for one shot modePankaj Sharma
2019-09-03can: tcan4x5x: Remove checking the wake pinDan Murphy
2019-09-03can: tcan4x5x: Remove data-ready gpio interruptDan Murphy
2019-08-20can: m_can_platform: m_can_plat_probe(): add missing error handling if mcan_c...Marc Kleine-Budde
2019-08-20can: m_can_platform: remove not needed casts to struct m_can_plat_priv *Marc Kleine-Budde
2019-08-20can: tcan4x5x: fix data length in regmap write pathMarc Kleine-Budde
2019-08-20can: tcan4x5x: tcan4x5x_can_probe(): add missing error handling if mcan_class...Marc Kleine-Budde
2019-08-20can: tcan4x5x: remove not needed casts to struct tcan4x5x_priv *Marc Kleine-Budde
2019-08-20can: tcan4x5x: remove unused struct tcan4x5x_priv::tcan4x5x_lockMarc Kleine-Budde
2019-07-24can: tcan4x5x: Add tcan4x5x driver to the kernelDan Murphy
2019-07-24can: m_can: Rename m_can_priv to m_can_classdevDan Murphy
2019-07-24can: m_can: Create a m_can platform frameworkDan Murphy
2019-07-24can: m_can: Fix checkpatch issues on existing codeDan Murphy