index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
m_can
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-31
can: tcan4x5x: Fix use of register error status mask
Markus Schneider-Pargmann
1
-7
/
+7
2022-12-31
can: m_can: Call the RAM init directly from m_can_chip_config
Vivek Yadav
3
-15
/
+26
2022-12-31
can: tcan4x5x: Remove invalid write in clear_interrupts
Markus Schneider-Pargmann
1
-5
/
+0
2022-11-24
can: m_can: Add check for devm_clk_get
Jiasheng Jiang
1
-1
/
+1
2022-11-24
can: m_can: pci: add missing m_can_class_free_dev() in probe/remove methods
Zhang Changzhong
1
-3
/
+6
2022-11-07
can: dev: fix skb drop check
Oliver Hartkopp
1
-1
/
+1
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+1
2022-07-28
can: tree-wide: advertise software timestamping capabilities
Vincent Mailhol
1
-0
/
+6
2022-07-20
can: add CAN_ERR_CNT flag to notify availability of error counter
Vincent Mailhol
1
-2
/
+2
2022-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+5
2022-07-04
can: m_can: m_can_{read_fifo,echo_tx_event}(): shift timestamp to full 32 bits
Marc Kleine-Budde
1
-2
/
+2
2022-07-04
can: m_can: m_can_chip_config(): actually enable internal timestamping
Marc Kleine-Budde
1
-1
/
+3
2022-06-11
can: Kconfig: add CONFIG_CAN_RX_OFFLOAD
Vincent Mailhol
1
-0
/
+1
2022-06-11
can: m_can: fix typo prescalar -> prescaler
Marc Kleine-Budde
1
-2
/
+2
2022-05-19
can: can-dev: remove obsolete CAN LED support
Oliver Hartkopp
2
-12
/
+0
2022-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-65
/
+10
2022-05-14
can: m_can: remove support for custom bit timing, take #2
Jarkko Nikula
2
-21
/
+6
2022-05-14
Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"
Jarkko Nikula
1
-44
/
+4
2022-05-02
can: m_can: remove a copy of the NAPI_POLL_WEIGHT define
Jakub Kicinski
1
-6
/
+3
2022-04-19
can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue...
Marc Kleine-Budde
1
-1
/
+1
2022-03-31
can: m_can: m_can_tx_handler(): fix use after free of skb
Marc Kleine-Budde
1
-2
/
+3
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
1
-3
/
+1
2022-01-24
can: tcan4x5x: regmap: fix max register value
Marc Kleine-Budde
1
-1
/
+1
2022-01-24
can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if leng...
Marc Kleine-Budde
1
-0
/
+6
2022-01-05
can: dev: add sanity check in can_set_static_ctrlmode()
Vincent Mailhol
1
-3
/
+7
2022-01-05
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
1
-3
/
+3
2022-01-05
can: do not increase rx statistics when generating a CAN rx error message frame
Vincent Mailhol
1
-7
/
+0
2021-12-07
can: m_can: pci: use custom bit timings for Elkhart Lake
Matthias Schiffer
1
-4
/
+44
2021-12-07
can: m_can: make custom bittiming fields const
Matthias Schiffer
1
-2
/
+2
2021-12-07
Revert "can: m_can: remove support for custom bit timing"
Matthias Schiffer
2
-6
/
+21
2021-12-07
can: m_can: pci: fix incorrect reference clock rate
Matthias Schiffer
1
-1
/
+1
2021-12-07
can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo()
Matthias Schiffer
1
-2
/
+12
2021-12-07
can: m_can: m_can_read_fifo: fix memory leak in error branch
Vincent Mailhol
1
-1
/
+3
2021-12-07
can: m_can: Disable and ignore ELO interrupt
Brian Silverman
1
-8
/
+6
2021-10-17
can: m_can: fix iomap_read_fifo() and iomap_write_fifo()
Aswath Govindraju
1
-2
/
+12
2021-08-19
can: m_can: Batch FIFO writes during CAN transmit
Matt Kline
1
-35
/
+26
2021-08-19
can: m_can: Batch FIFO reads during CAN receive
Matt Kline
1
-23
/
+28
2021-08-19
can: m_can: Disable IRQs on FIFO bus errors
Matt Kline
5
-73
/
+152
2021-08-19
can: m_can: fix block comment style
Marc Kleine-Budde
1
-3
/
+4
2021-08-19
can: tcan4x5x: cdev_to_priv(): remove stray empty line
Marc Kleine-Budde
1
-1
/
+0
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2021-08-10
can: m_can: m_can_set_bittiming(): fix setting M_CAN_DBTP register
Hussein Alasadi
1
-4
/
+4
2021-07-25
can: m_can: remove support for custom bit timing
Marc Kleine-Budde
2
-21
/
+6
2021-07-25
can: m_can: use devm_platform_ioremap_resource_byname
Yang Yingliang
1
-2
/
+1
2021-07-25
can: m_can: Add support for transceiver as phy
Faiz Abbas
3
-1
/
+25
2021-07-25
can: rx-offload: can_rx_offload_threaded_irq_finish(): add new function to be...
Marc Kleine-Budde
1
-1
/
+1
2021-07-25
can: rx-offload: add skb queue for use during ISR
Marc Kleine-Budde
1
-0
/
+3
2021-05-27
can: m_can: fix whitespace in a few comments
Torin Cooper-Bennun
1
-5
/
+5
2021-05-27
can: m_can: make TXESC, RXESC config more explicit
Torin Cooper-Bennun
1
-6
/
+12
2021-05-27
can: m_can: clean up CCCR reg defs, order by revs
Torin Cooper-Bennun
1
-10
/
+13
[next]