summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
2023-02-02can: ems_pci: Add read/write register and post irq functionsGerhard Uttenthaler1-1/+23
2023-02-02can: ems_pci: Initialize BAR registersGerhard Uttenthaler1-9/+28
2023-02-02can: ems_pci: Add Asix AX99100 definitionsGerhard Uttenthaler1-0/+19
2023-02-02can: ems_pci: Fix code style, copyright and email addressGerhard Uttenthaler1-25/+20
2023-02-02can: rcar_canfd: Add helper variable devGeert Uytterhoeven1-44/+42
2023-02-02can: rcar_canfd: Sort included header filesGeert Uytterhoeven1-11/+11
2023-02-02can: rcar_canfd: Fix R-Car Gen4 CFCC.CFTML field widthGeert Uytterhoeven1-1/+2
2023-02-02can: rcar_canfd: Fix R-Car Gen4 DCFG.DSJW field widthGeert Uytterhoeven1-2/+2
2023-02-02can: rcar_canfd: Add support for R-Car Gen4Geert Uytterhoeven1-49/+50
2023-02-02can: rcar_canfd: Abstract out DCFG address differencesGeert Uytterhoeven1-6/+2
2023-02-02can: rcar_canfd: Fix R-Car V3U GAFLCFG field accessesGeert Uytterhoeven1-2/+2
2023-02-02can: rcar_canfd: Fix R-Car V3U CAN mode selectionGeert Uytterhoeven1-9/+10
2023-02-02can: mcp251xfd: regmap: optimizing transfer size for CRC transfers size 1Thomas Kopp2-8/+36
2023-02-02can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing tx_obj_num_coa...Marc Kleine-Budde1-0/+1
2022-12-19can: kvaser_usb: hydra: help gcc-13 to figure out cmd_lenMarc Kleine-Budde1-9/+24
2022-12-19can: flexcan: avoid unbalanced pm_runtime_enable warningHaibo Chen1-3/+9
2022-12-12can: tcan4x5x: Specify separate read/write rangesMarkus Schneider-Pargmann1-6/+37
2022-12-12can: tcan4x5x: Fix register range of first two blocksMarkus Schneider-Pargmann1-2/+2
2022-12-12can: tcan4x5x: Fix use of register error status maskMarkus Schneider-Pargmann1-7/+7
2022-12-12can: tcan4x5x: Remove invalid write in clear_interruptsMarkus Schneider-Pargmann1-5/+0
2022-12-12can: m_can: Batch acknowledge rx fifoMarkus Schneider-Pargmann1-5/+10
2022-12-12can: m_can: Batch acknowledge transmit eventsMarkus Schneider-Pargmann1-6/+9
2022-12-12can: m_can: Count read getindex in the driverMarkus Schneider-Pargmann1-7/+10
2022-12-12can: m_can: Count TXE FIFO getidx in the driverMarkus Schneider-Pargmann1-3/+2
2022-12-12can: m_can: Read register PSR only on errorMarkus Schneider-Pargmann1-5/+4
2022-12-12can: m_can: Avoid reading irqstatus twiceMarkus Schneider-Pargmann1-7/+9
2022-12-12can: m_can: Eliminate double read of TXFQS in tx_handlerMarkus Schneider-Pargmann1-4/+11
2022-12-12can: m_can: Call the RAM init directly from m_can_chip_configVivek Yadav3-15/+26
2022-12-12can: gs_usb: remove gs_can::ifaceVincent Mailhol1-20/+9
2022-12-12can: ucan: remove unused ucan_priv::intfVincent Mailhol1-2/+0
2022-12-12can: ucan: use strscpy() to instead of strncpy()Xu Panda1-3/+2
2022-12-12can: etas_es58x: remove es58x_get_product_info()Vincent Mailhol1-49/+3
2022-12-12can: etas_es58x: export product information through devlink_ops::info_get()Vincent Mailhol3-0/+264
2022-12-12can: etas_es58x: add devlink port supportVincent Mailhol2-8/+29
2022-12-12can: etas_es58x: add devlink supportVincent Mailhol5-4/+31
2022-12-12can: c_can: use devm_platform_get_and_ioremap_resource()Minghao Chi1-2/+1
2022-12-12can: flexcan: add auto stop mode for IMX93 to support wakeupHaibo Chen2-3/+36
2022-12-12can: etas_es58x: sort the includes by alphabetic orderVincent Mailhol4-11/+11
2022-12-12can: ctucanfd: Drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2022-12-10can: rcar_canfd: Add multi_channel_irqs to struct rcar_canfd_hw_infoBiju Das1-12/+4
2022-12-10can: rcar_canfd: Add postdiv to struct rcar_canfd_hw_infoBiju Das1-2/+6
2022-12-10can: rcar_canfd: Add shared_global_irqs to struct rcar_canfd_hw_infoBiju Das1-2/+6
2022-12-10can: rcar_canfd: Add max_channels to struct rcar_canfd_hw_infoBiju Das1-15/+15
2022-12-10can: rcar_canfd: rcar_canfd_probe: Add struct rcar_canfd_hw_info to driver dataBiju Das1-13/+30
2022-12-10can: m_can: sort header inclusion alphabeticallyVivek Yadav3-13/+13
2022-12-10can: kvaser_usb: kvaser_usb_set_{,data}bittiming(): remove empty lines in var...Marc Kleine-Budde1-2/+0
2022-12-10can: kvaser_usb: kvaser_usb_set_bittiming(): fix redundant initialization war...Marc Kleine-Budde1-1/+1
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-11/+22
2022-12-07can: esd_usb: Allow REC and TEC to return to zeroFrank Jungclaus1-0/+6
2022-12-07can: can327: flush TX_work on ldisc .close()Max Staudt1-7/+10