index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
m_can.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-22
Revert "can: m_can: remove support for custom bit timing"
Matthias Schiffer
1
-6
/
+18
2021-12-14
can: m_can: Disable and ignore ELO interrupt
Brian Silverman
1
-8
/
+6
2021-12-14
can: m_can: m_can_read_fifo: fix memory leak in error branch
Vincent Mailhol
1
-1
/
+3
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
1
-53
/
+124
2021-08-19
can: m_can: fix block comment style
Marc Kleine-Budde
1
-3
/
+4
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
1
-18
/
+6
2021-07-25
can: m_can: Add support for transceiver as phy
Faiz Abbas
1
-1
/
+10
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
2021-05-27
can: m_can: use bits.h macros for all regmasks
Torin Cooper-Bennun
1
-113
/
+86
2021-05-06
can: m_can: m_can_tx_work_queue(): fix tx_skb race condition
Marc Kleine-Budde
1
-1
/
+2
2021-04-07
can: m_can: m_can_receive_skb(): add missing error handling to can_rx_offload...
Marc Kleine-Budde
1
-3
/
+10
2021-03-30
can: m_can: fix periph RX path: use rx-offload to ensure skbs are sent from s...
Torin Cooper-Bennun
1
-16
/
+105
2021-03-30
can: m_can: m_can_chip_config(): enable and configure internal timestamps
Torin Cooper-Bennun
1
-0
/
+5
2021-03-30
can: m_can: add infrastructure for internal timestamps
Torin Cooper-Bennun
1
-0
/
+27
2021-03-30
can: m_can: m_can_class_allocate_dev(): remove impossible error return judgment
Xulin Sun
1
-5
/
+0
2021-03-30
can: dev: can_free_echo_skb(): extend to return can frame length
Marc Kleine-Budde
1
-1
/
+1
2021-03-16
can: m_can: m_can_rx_peripheral(): fix RX being blocked by errors
Torin Cooper-Bennun
1
-1
/
+1
2021-03-16
can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warning
Torin Cooper-Bennun
1
-3
/
+0
2021-01-14
can: dev: can_get_echo_skb(): extend to return can frame length
Marc Kleine-Budde
1
-2
/
+2
2021-01-14
can: dev: can_put_echo_skb(): extend to handle frame_len
Vincent Mailhol
1
-2
/
+2
2021-01-07
can: m_can: m_can_class_unregister(): remove erroneous m_can_clk_stop()
Marc Kleine-Budde
1
-2
/
+0
2020-12-14
can: m_can: use struct m_can_classdev as drvdata
Marc Kleine-Budde
1
-4
/
+4
2020-12-14
can: m_can: let m_can_class_allocate_dev() allocate driver specific private data
Marc Kleine-Budde
1
-2
/
+3
2020-12-14
can: m_can: m_can_clk_start(): make use of pm_runtime_resume_and_get()
Marc Kleine-Budde
1
-9
/
+1
2020-12-14
can: m_can: m_can_config_endisable(): mark as static
Marc Kleine-Budde
1
-1
/
+1
2020-12-14
can: m_can: use cdev as name for struct m_can_classdev uniformly
Marc Kleine-Budde
1
-49
/
+49
2020-12-14
can: m_can: convert indention to kernel coding style
Marc Kleine-Budde
1
-45
/
+43
2020-12-14
can: m_can: update link to M_CAN user manual
Marc Kleine-Budde
1
-2
/
+1
2020-12-10
can: m_can: move runtime PM enable/disable to m_can_platform
Patrik Flykt
1
-7
/
+1
2020-12-10
can: m_can: m_can_config_endisable(): remove double clearing of clock stop re...
Sean Nyekjaer
1
-4
/
+0
2020-11-30
can: m_can: m_can_class_unregister(): move right after m_can_class_register()
Marc Kleine-Budde
1
-8
/
+8
2020-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2020-11-27
can: m_can: m_can_dev_setup(): add support for bosch mcan version 3.3.0
Pankaj Sharma
1
-0
/
+2
2020-11-27
can: m_can: fix nominal bitiming tseg2 min for version >= 3.1
Marc Kleine-Budde
1
-1
/
+1
2020-11-27
can: m_can: m_can_open(): remove IRQF_TRIGGER_FALLING from request_threaded_i...
Marc Kleine-Budde
1
-1
/
+1
2020-11-20
can: rename CAN FD related can_len2dlc and can_dlc2len helpers
Oliver Hartkopp
1
-3
/
+3
2020-11-20
can: replace can_dlc as variable/element for payload length
Oliver Hartkopp
1
-2
/
+2
2020-11-20
can: rename get_can_dlc() macro with can_cc_dlc2len()
Oliver Hartkopp
1
-1
/
+1
2020-11-18
can: m_can: process interrupt only when not runtime suspended
Jarkko Nikula
1
-0
/
+2
2020-11-15
can: m_can: m_can_stop(): set device to software init mode before closing
Faiz Abbas
1
-0
/
+3
2020-11-15
can: m_can: Fix freeing of can device from peripherials
Dan Murphy
1
-3
/
+0
2020-11-15
can: m_can: m_can_class_free_dev(): introduce new function
Dan Murphy
1
-0
/
+6
[next]