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
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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-24
can: mcp251xfd: mcp251xfd_priv: introduce macros specifying the number of sup...
Marc Kleine-Budde
1
-4
/
+13
2022-02-24
can: mcp251xfd: prepare for multiple RX-FIFOs
Marc Kleine-Budde
4
-9
/
+54
2022-02-24
can: mcp251xfd: ring: update FIFO setup debug info
Marc Kleine-Budde
1
-16
/
+28
2022-02-24
can: mcp251xfd: ring: mcp251xfd_ring_init(): checked RAM usage of ring setup
Marc Kleine-Budde
3
-4
/
+16
2022-02-24
can: mcp251xfd: ring: change order of TX and RX FIFOs
Marc Kleine-Budde
2
-2
/
+2
2022-02-24
can: mcp251xfd: ring: prepare to change order of TX and RX FIFOs
Marc Kleine-Budde
2
-24
/
+25
2022-02-24
can: mcp251xfd: mcp251xfd_ring_init(): split ring_init into separate functions
Marc Kleine-Budde
1
-38
/
+62
2022-02-24
can: mcp251xfd: introduce struct mcp251xfd_tx_ring::nr and ::fifo_nr and make...
Marc Kleine-Budde
5
-12
/
+26
2022-02-24
can: mcp251xfd: add support for internal PLL
Marc Kleine-Budde
2
-20
/
+75
2022-02-24
can: mcp251xfd: mcp251xfd_register(): prepare to activate PLL after softreset
Marc Kleine-Budde
1
-0
/
+6
2022-02-24
can: mcp251xfd: mcp251xfd_chip_clock_init(): prepare for PLL support, wait fo...
Marc Kleine-Budde
1
-1
/
+8
2022-02-24
can: mcp251xfd: __mcp251xfd_chip_set_mode(): prepare for PLL support: improve...
Marc Kleine-Budde
1
-9
/
+30
2022-02-24
can: mcp251xfd: mcp251xfd_chip_wake(): renamed from mcp251xfd_chip_clock_enab...
Marc Kleine-Budde
1
-9
/
+10
2022-02-24
can: mcp251xfd: mcp251xfd_chip_timestamp_init(): factor out into separate fun...
Marc Kleine-Budde
1
-0
/
+9
2022-02-24
can: mcp251xfd: mcp251xfd_chip_softreset_check(): wait for OSC ready before a...
Marc Kleine-Budde
1
-17
/
+12
2022-02-24
can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): prepare for PLL support
Marc Kleine-Budde
1
-2
/
+23
2022-02-24
can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): improve chip detection a...
Marc Kleine-Budde
1
-9
/
+15
2022-02-24
can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): factor out into separate...
Marc Kleine-Budde
1
-18
/
+27
2022-02-24
can: mcp251xfd: mcp251xfd_chip_stop(): convert to a void function
Marc Kleine-Budde
1
-3
/
+3
2022-02-24
can: mcp251xfd: mcp251xfd_chip_sleep(): introduce function to bring chip into...
Marc Kleine-Budde
1
-8
/
+13
2022-02-24
can: mcp251xfd: mcp251xfd_unregister(): simplify runtime PM handling
Marc Kleine-Budde
1
-4
/
+4
2022-02-24
can: mcp251xfd: mcp251xfd_regmap_crc_read(): ignore CRC error only if solely ...
Marc Kleine-Budde
1
-1
/
+1
2022-02-24
can: mcp251xfd: mcp251xfd_reg_invalid(): rename from mcp251xfd_osc_invalid()
Marc Kleine-Budde
1
-6
/
+6
2022-02-24
can: etas_es58x: use BITS_PER_TYPE() instead of manual calculation
Vincent Mailhol
1
-1
/
+2
2022-02-24
can: xilinx_can: Add check for NAPI Poll function
Srinivas Neeli
1
-4
/
+5
2022-02-24
can: softing: softing_netdev_open(): remove redundant ret variable
Minghao Chi
1
-4
/
+1
2022-02-24
can: c_can: ethtool: use default drvinfo
Marc Kleine-Budde
1
-9
/
+0
2022-02-24
can: kvaser_usb: kvaser_usb_send_cmd(): remove redundant variable actual_len
Marc Kleine-Budde
1
-3
/
+1
2022-02-24
can: bittiming: mark function arguments and local variables as const
Marc Kleine-Budde
1
-6
/
+6
2022-02-24
can: bittiming: can_validate_bitrate(): simplify bit rate checking
Marc Kleine-Budde
1
-6
/
+2
2022-02-24
octeontx2-pf: Vary completion queue event size
Subbaraya Sundeep
5
-5
/
+21
2022-02-23
net: dsa: mv88e6xxx: Add support for bridge port locked mode
Hans Schultz
3
-2
/
+45
2022-02-23
mlxsw: core: Add support for OSFP transceiver modules
Danielle Ratson
2
-0
/
+3
2022-02-23
mlxsw: Remove resource query check
Ido Schimmel
4
-12
/
+2
2022-02-23
mlxsw: core: Unify method of trap support validation
Vadim Pasternak
4
-31
/
+2
2022-02-23
mlxsw: spectrum: Remove SP{1,2,3} defines for FW minor and subminor
Jiri Pirko
1
-18
/
+15
2022-02-23
mlxsw: core: Remove unnecessary asserts
Vadim Pasternak
1
-24
/
+0
2022-02-23
mlxsw: reg: Add "mgpir_" prefix to MGPIR fields comments
Vadim Pasternak
1
-4
/
+4
2022-02-23
mlxsw: core_thermal: Remove obsolete API for query resource
Vadim Pasternak
4
-23
/
+0
2022-02-23
mlxsw: core_thermal: Rename labels according to naming convention
Vadim Pasternak
1
-20
/
+23
2022-02-23
mlxsw: core_hwmon: Fix variable names for hwmon attributes
Vadim Pasternak
1
-38
/
+38
2022-02-23
mlxsw: core_thermal: Avoid creation of virtual hwmon objects by thermal module
Vadim Pasternak
1
-3
/
+8
2022-02-23
mlxsw: spectrum_span: Ignore VLAN entries not used by the bridge in mirroring
Ido Schimmel
1
-1
/
+2
2022-02-23
mlxsw: core: Prevent trap group setting if driver does not support EMAD
Vadim Pasternak
1
-0
/
+9
2022-02-23
net: dsa: realtek: rtl8365mb: serialize indirect PHY register access
Alvin Šipraga
1
-21
/
+33
2022-02-23
net: dsa: realtek: allow subdrivers to externally lock regmap
Alvin Šipraga
3
-5
/
+91
2022-02-23
ionic: use vmalloc include
Shannon Nelson
1
-0
/
+1
2022-02-23
usbnet: gl620a: Replace one-element array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2022-02-23
net: phy: phylink: fix DSA mac_select_pcs() introduction
Russell King (Oracle)
1
-3
/
+11
2022-02-23
net: dsa: microchip: ksz9477: reduce polling interval for statistics
Oleksij Rempel
1
-1
/
+1
[next]