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
2019-09-03
can: tcan4x5x: Remove checking the wake pin
Dan Murphy
1
-13
/
+0
2019-09-03
can: tcan4x5x: Remove data-ready gpio interrupt
Dan Murphy
1
-10
/
+1
2019-08-20
can: m_can_platform: m_can_plat_probe(): add missing error handling if mcan_c...
Marc Kleine-Budde
1
-0
/
+3
2019-08-20
can: m_can_platform: remove not needed casts to struct m_can_plat_priv *
Marc Kleine-Budde
1
-8
/
+4
2019-08-20
can: tcan4x5x: fix data length in regmap write path
Marc Kleine-Budde
1
-2
/
+2
2019-08-20
can: tcan4x5x: tcan4x5x_can_probe(): add missing error handling if mcan_class...
Marc Kleine-Budde
1
-0
/
+3
2019-08-20
can: tcan4x5x: remove not needed casts to struct tcan4x5x_priv *
Marc Kleine-Budde
1
-13
/
+8
2019-08-20
can: tcan4x5x: remove unused struct tcan4x5x_priv::tcan4x5x_lock
Marc Kleine-Budde
1
-3
/
+0
2019-07-24
can: tcan4x5x: Add tcan4x5x driver to the kernel
Dan Murphy
3
-0
/
+542
2019-07-24
can: m_can: Rename m_can_priv to m_can_classdev
Dan Murphy
3
-289
/
+294
2019-07-24
can: m_can: Create a m_can platform framework
Dan Murphy
5
-345
/
+704
2019-07-24
can: m_can: Fix checkpatch issues on existing code
Dan Murphy
1
-8
/
+5
2019-06-08
can: m_can: implement errata "Needless activation of MRAF irq"
Eugen Hristev
1
-0
/
+21
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2018-07-23
can: m_can: Move accessing of message ram to after clocks are enabled
Faiz Abbas
1
-4
/
+3
2018-07-23
can: m_can: Fix runtime resume call
Faiz Abbas
1
-4
/
+4
2018-07-23
can: m_can.c: fix setup of CCCR register: clear CCCR NISO bit before checking...
Roman Fietze
1
-1
/
+2
2018-03-12
can: m_can: select pinctrl state in each suspend/resume function
Bich HEMON
1
-0
/
+5
2018-03-12
can: m_can: change comparison to bitshift when dealing with a mask
Wolfram Sang
1
-1
/
+1
2018-01-19
can: m_can: mark runtime-PM handlers as __maybe_unused
Arnd Bergmann
1
-2
/
+2
2018-01-16
can: m_can: Add call to of_can_transceiver
Franklin S Cooper Jr
1
-0
/
+2
2018-01-16
can: m_can: Add PM Support
Faiz Abbas
1
-38
/
+62
2018-01-16
can: m_can: get rid of function free_m_can_dev()
Marc Kleine-Budde
1
-7
/
+2
2018-01-16
can: m_can: Move allocation of net device to probe
Faiz Abbas
1
-17
/
+13
2018-01-16
can: m_can: Remove check for version when allocating m_can net device
Faiz Abbas
1
-7
/
+1
2018-01-16
can: m_can: Support higher speed CAN-FD bitrates
Franklin S Cooper Jr
1
-3
/
+43
2017-05-18
can: m_can: add deep Suspend/Resume support
Quentin Schulz
1
-3
/
+12
2017-05-18
can: m_can: factorize clock gating and ungating
Quentin Schulz
1
-19
/
+26
2017-05-18
can: m_can: make m_can_start and m_can_stop symmetric
Quentin Schulz
1
-3
/
+2
2017-05-18
can: m_can: move Message RAM initialization to function
Quentin Schulz
1
-11
/
+15
2017-04-25
can: m_can: Enable TX FIFO Handling for M_CAN IP version >= v3.1.x
Mario Huettel
1
-29
/
+159
2017-04-25
can: m_can: Configuration for TX and TX event FIFOs
Mario Huettel
1
-5
/
+34
2017-04-25
can: m_can: Enable M_CAN version dependent initialization
Mario Huettel
1
-71
/
+269
2017-04-25
can: m_can: Updated register defines to newest version
Mario Huettel
1
-65
/
+125
2017-04-25
can: m_can: Removed virtual address from print
Mario Huettel
1
-2
/
+2
2017-04-25
can: m_can: Removed initialization of FIFO water marks
Mario Huettel
1
-2
/
+2
2017-04-25
can: m_can: Disabled Interrupt Line 1
Mario Huettel
1
-1
/
+2
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2016-05-09
can: fix handling of unmodifiable configuration options
Oliver Hartkopp
1
-1
/
+1
2015-11-23
can: remove obsolete assignment for CAN protocol error type
Oliver Hartkopp
1
-1
/
+0
2015-11-23
can: fix assignment of error location in CAN error messages
Oliver Hartkopp
1
-4
/
+2
2015-03-23
can: m_cam: m_can_fifo_write(): remove return from void function
Marc Kleine-Budde
1
-2
/
+2
2015-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+5
2015-01-20
can: move can_stats.bus_off++ from can_bus_off into can_change_state
Andri Yngvason
1
-0
/
+1
2015-01-15
can: m_can: tag current CAN FD controllers as non-ISO
Oliver Hartkopp
1
-0
/
+5
2014-11-18
can: m_can: update to support CAN FD features
Dong Aisheng
1
-43
/
+134
2014-11-18
can: m_can: fix incorrect error messages
Dong Aisheng
1
-3
/
+3
2014-11-18
can: m_can: add missing delay after setting CCCR_INIT bit
Dong Aisheng
1
-0
/
+1
2014-11-18
can: m_can: fix not set can_dlc for remote frame
Dong Aisheng
1
-3
/
+4
2014-11-18
can: m_can: fix possible sleep in napi poll
Dong Aisheng
1
-5
/
+15
[next]