index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
/
mvmdio.c
Age
Commit message (
Expand
)
Author
2019-08-05
drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case
Arnaud Patard (Rtp)
2019-07-09
net: mvmdio: defer probe of orion-mdio if a clock is not ready
Josua Mayer
2019-07-09
net: mvmdio: print warning when orion-mdio has too many clocks
Josua Mayer
2019-07-09
net: mvmdio: allow up to four clocks to be specified for orion-mdio
Josua Mayer
2018-05-16
drivers: net: Remove device_node checks with of_mdiobus_register()
Florian Fainelli
2017-12-07
net: mvmdio: disable/unprepare clocks in EPROBE_DEFER case
Tobias Jordan
2017-06-16
net: mvmdio: simplify the smi read and write error paths
Antoine Ténart
2017-06-16
net: mvmdio: add xmdio xsmi support
Antoine Ténart
2017-06-16
net: mvmdio: check the MII_ADDR_C45 bit is not set for smi operations
Antoine Ténart
2017-06-16
net: mvmdio: put the poll intervals in the ops structure
Antoine Ténart
2017-06-16
net: mvmdio: introduce an ops structure
Antoine Ténart
2017-06-16
net: mvmdio: remove duplicate locking
Russell King
2017-06-16
net: mvmdio: use GENMASK for masks
Antoine Ténart
2017-06-16
net: mvmdio: use tabs for defines
Antoine Ténart
2017-06-16
net: mvmdio: reorder headers alphabetically
Antoine Ténart
2017-04-13
net: mvmdio: allow up to three clocks to be specified for orion-mdio
Russell King
2017-04-13
net: mvmdio: disable interrupt if resource size is too small
Russell King
2017-04-13
net: mvmdio: fix interrupt disable in remove path
Russell King
2017-04-13
net: mvmdio: disable interrupts in driver failure path
Russell King
2016-10-03
net: mvmdio: do not clk_disable_unprepare() NULL clock
Alexey Khoroshilov
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
2014-05-23
net: mvmdio: Use devm_* API to simplify the code
Ezequiel Garcia
2014-05-02
net: mvmdio: Check for a valid interrupt instead of an error
Ezequiel Garcia
2014-03-28
net: mvmdio: remove empty MDIO bus reset function
Florian Fainelli
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-12-19
net: mvmdio: fix interrupt timeout handling
Leigh Brown
2013-10-29
net: mvmdio: doc: mvmdio now used by mv643xx_eth
Leigh Brown
2013-10-29
net: mvmdio: slight optimisation of orion_mdio_write
Leigh Brown
2013-10-29
net: mvmdio: orion_mdio_ready: remove manual poll
Leigh Brown
2013-10-29
net: mvmdio: make orion_mdio_wait_ready consistent
Leigh Brown
2013-04-08
net: mvmdio: get and enable optional clock
Sebastian Hesselbarth
2013-03-24
net: mvmdio: define module alias for platform device
Simon Baatz
2013-03-22
net: mvmdio: enhance driver to support SMI error/done interrupts
Florian Fainelli
2013-03-22
net: mvmdio: rename base register cookie from smireg to regs
Florian Fainelli
2013-03-22
net: mvmdio: allow platform device style registration
Florian Fainelli
2013-02-04
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
2012-12-22
Drivers: network: more __dev* removal
Greg KH
2012-11-20
net: mvmdio: adjust multiline comment to net/ style
Thomas Petazzoni
2012-11-20
net: mvmdio: use <linux/delay.h> instead of <asm/delay.h>
Thomas Petazzoni
2012-11-16
net: mvmdio: new Marvell MDIO driver
Thomas Petazzoni