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
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
/
ethernet
/
marvell
/
mvmdio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
1
-1
/
+1
2023-12-06
net: mvmdio: Support setting the MDC frequency on XSMI controllers
Tobias Waldekranz
1
-0
/
+44
2023-12-06
net: mvmdio: Avoid excessive sleeps in polled mode
Tobias Waldekranz
1
-37
/
+16
2023-09-20
net: ethernet: marvell: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-08-11
net/marvell: fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
1
-1
/
+1
2023-07-28
net: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-01-21
net: Remove C45 check in C22 only MDIO bus drivers
Andrew Lunn
1
-6
/
+0
2023-01-11
net: mdio: mvmdio: Convert XSMI bus to new API
Andrew Lunn
1
-16
/
+8
2021-11-17
net: mvmdio: fix compilation warning
Marcin Wojtas
1
-0
/
+2
2021-06-25
net: mdiobus: withdraw fwnode_mdbiobus_register
Marcin Wojtas
1
-2
/
+8
2021-06-22
net: mvmdio: add ACPI support
Marcin Wojtas
1
-2
/
+12
2020-03-18
net: mvmdio: avoid error message for optional IRQ
Chris Packham
1
-1
/
+1
2020-03-18
Revert "net: mvmdio: avoid error message for optional IRQ"
Chris Packham
1
-3
/
+3
2020-03-12
net: mvmdio: avoid error message for optional IRQ
Chris Packham
1
-3
/
+3
2019-08-05
drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case
Arnaud Patard (Rtp)
1
-9
/
+22
2019-07-09
net: mvmdio: defer probe of orion-mdio if a clock is not ready
Josua Mayer
1
-0
/
+5
2019-07-09
net: mvmdio: print warning when orion-mdio has too many clocks
Josua Mayer
1
-0
/
+4
2019-07-09
net: mvmdio: allow up to four clocks to be specified for orion-mdio
Josua Mayer
1
-1
/
+1
2018-05-16
drivers: net: Remove device_node checks with of_mdiobus_register()
Florian Fainelli
1
-4
/
+1
2017-12-07
net: mvmdio: disable/unprepare clocks in EPROBE_DEFER case
Tobias Jordan
1
-1
/
+2
2017-06-16
net: mvmdio: simplify the smi read and write error paths
Antoine Ténart
1
-10
/
+6
2017-06-16
net: mvmdio: add xmdio xsmi support
Antoine Ténart
1
-7
/
+105
2017-06-16
net: mvmdio: check the MII_ADDR_C45 bit is not set for smi operations
Antoine Ténart
1
-0
/
+6
2017-06-16
net: mvmdio: put the poll intervals in the ops structure
Antoine Ténart
1
-2
/
+6
2017-06-16
net: mvmdio: introduce an ops structure
Antoine Ténart
1
-11
/
+19
2017-06-16
net: mvmdio: remove duplicate locking
Russell King
1
-10
/
+0
2017-06-16
net: mvmdio: use GENMASK for masks
Antoine Ténart
1
-1
/
+1
2017-06-16
net: mvmdio: use tabs for defines
Antoine Ténart
1
-13
/
+13
2017-06-16
net: mvmdio: reorder headers alphabetically
Antoine Ténart
1
-5
/
+5
2017-04-13
net: mvmdio: allow up to three clocks to be specified for orion-mdio
Russell King
1
-9
/
+24
2017-04-13
net: mvmdio: disable interrupt if resource size is too small
Russell King
1
-0
/
+6
2017-04-13
net: mvmdio: fix interrupt disable in remove path
Russell King
1
-1
/
+2
2017-04-13
net: mvmdio: disable interrupts in driver failure path
Russell King
1
-0
/
+2
2016-10-03
net: mvmdio: do not clk_disable_unprepare() NULL clock
Alexey Khoroshilov
1
-2
/
+1
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
1
-9
/
+1
2014-05-23
net: mvmdio: Use devm_* API to simplify the code
Ezequiel Garcia
1
-12
/
+6
2014-05-03
net: mvmdio: Check for a valid interrupt instead of an error
Ezequiel Garcia
1
-1
/
+4
2014-03-28
net: mvmdio: remove empty MDIO bus reset function
Florian Fainelli
1
-6
/
+0
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-12-20
net: mvmdio: fix interrupt timeout handling
Leigh Brown
1
-0
/
+6
2013-10-30
net: mvmdio: doc: mvmdio now used by mv643xx_eth
Leigh Brown
1
-5
/
+3
2013-10-30
net: mvmdio: slight optimisation of orion_mdio_write
Leigh Brown
1
-6
/
+4
2013-10-30
net: mvmdio: orion_mdio_ready: remove manual poll
Leigh Brown
1
-21
/
+13
2013-10-30
net: mvmdio: make orion_mdio_wait_ready consistent
Leigh Brown
1
-22
/
+30
2013-04-09
net: mvmdio: get and enable optional clock
Sebastian Hesselbarth
1
-0
/
+11
2013-03-25
net: mvmdio: define module alias for platform device
Simon Baatz
1
-0
/
+1
2013-03-22
net: mvmdio: enhance driver to support SMI error/done interrupts
Florian Fainelli
1
-18
/
+80
2013-03-22
net: mvmdio: rename base register cookie from smireg to regs
Florian Fainelli
1
-7
/
+7
2013-03-22
net: mvmdio: allow platform device style registration
Florian Fainelli
1
-7
/
+15
2013-02-04
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
1
-1
/
+0
[next]