aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvmdio.c
AgeCommit message (Expand)Author
2020-10-17drivers/net/ethernet/marvell/mvmdio.c: Fix non OF caseArnaud Patard
2019-07-26net: mvmdio: allow up to four clocks to be specified for orion-mdioJosua Mayer
2019-07-26net: mvmdio: defer probe of orion-mdio if a clock is not readyJosua Mayer
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli
2017-12-07net: mvmdio: disable/unprepare clocks in EPROBE_DEFER caseTobias Jordan
2017-06-16net: mvmdio: simplify the smi read and write error pathsAntoine Ténart
2017-06-16net: mvmdio: add xmdio xsmi supportAntoine Ténart
2017-06-16net: mvmdio: check the MII_ADDR_C45 bit is not set for smi operationsAntoine Ténart
2017-06-16net: mvmdio: put the poll intervals in the ops structureAntoine Ténart
2017-06-16net: mvmdio: introduce an ops structureAntoine Ténart
2017-06-16net: mvmdio: remove duplicate lockingRussell King
2017-06-16net: mvmdio: use GENMASK for masksAntoine Ténart
2017-06-16net: mvmdio: use tabs for definesAntoine Ténart
2017-06-16net: mvmdio: reorder headers alphabeticallyAntoine Ténart
2017-04-13net: mvmdio: allow up to three clocks to be specified for orion-mdioRussell King
2017-04-13net: mvmdio: disable interrupt if resource size is too smallRussell King
2017-04-13net: mvmdio: fix interrupt disable in remove pathRussell King
2017-04-13net: mvmdio: disable interrupts in driver failure pathRussell King
2016-10-03net: mvmdio: do not clk_disable_unprepare() NULL clockAlexey Khoroshilov
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2014-05-23net: mvmdio: Use devm_* API to simplify the codeEzequiel Garcia
2014-05-02net: mvmdio: Check for a valid interrupt instead of an errorEzequiel Garcia
2014-03-28net: mvmdio: remove empty MDIO bus reset functionFlorian Fainelli
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-19net: mvmdio: fix interrupt timeout handlingLeigh Brown
2013-10-29net: mvmdio: doc: mvmdio now used by mv643xx_ethLeigh Brown
2013-10-29net: mvmdio: slight optimisation of orion_mdio_writeLeigh Brown
2013-10-29net: mvmdio: orion_mdio_ready: remove manual pollLeigh Brown
2013-10-29net: mvmdio: make orion_mdio_wait_ready consistentLeigh Brown
2013-04-08net: mvmdio: get and enable optional clockSebastian Hesselbarth
2013-03-24net: mvmdio: define module alias for platform deviceSimon Baatz
2013-03-22net: mvmdio: enhance driver to support SMI error/done interruptsFlorian Fainelli
2013-03-22net: mvmdio: rename base register cookie from smireg to regsFlorian Fainelli
2013-03-22net: mvmdio: allow platform device style registrationFlorian Fainelli
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2012-12-22Drivers: network: more __dev* removalGreg KH
2012-11-20net: mvmdio: adjust multiline comment to net/ styleThomas Petazzoni
2012-11-20net: mvmdio: use <linux/delay.h> instead of <asm/delay.h>Thomas Petazzoni
2012-11-16net: mvmdio: new Marvell MDIO driverThomas Petazzoni