summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvmdio.c
Commit message (Expand)AuthorAgeFilesLines
* net: mvmdio: Support setting the MDC frequency on XSMI controllersTobias Waldekranz2023-12-051-0/+44
* net: mvmdio: Avoid excessive sleeps in polled modeTobias Waldekranz2023-12-051-37/+16
* net: ethernet: marvell: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-4/+2
* net/marvell: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-111-1/+1
* net: Explicitly include correct DT includesRob Herring2023-07-271-1/+1
* net: Remove C45 check in C22 only MDIO bus driversAndrew Lunn2023-01-201-6/+0
* net: mdio: mvmdio: Convert XSMI bus to new APIAndrew Lunn2023-01-101-16/+8
* net: mvmdio: fix compilation warningMarcin Wojtas2021-11-161-0/+2
* net: mdiobus: withdraw fwnode_mdbiobus_registerMarcin Wojtas2021-06-251-2/+8
* net: mvmdio: add ACPI supportMarcin Wojtas2021-06-221-2/+12
* net: mvmdio: avoid error message for optional IRQChris Packham2020-03-171-1/+1
* Revert "net: mvmdio: avoid error message for optional IRQ"Chris Packham2020-03-171-3/+3
* net: mvmdio: avoid error message for optional IRQChris Packham2020-03-121-3/+3
* drivers/net/ethernet/marvell/mvmdio.c: Fix non OF caseArnaud Patard (Rtp)2019-08-051-9/+22
* net: mvmdio: defer probe of orion-mdio if a clock is not readyJosua Mayer2019-07-091-0/+5
* net: mvmdio: print warning when orion-mdio has too many clocksJosua Mayer2019-07-091-0/+4
* net: mvmdio: allow up to four clocks to be specified for orion-mdioJosua Mayer2019-07-091-1/+1
* drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli2018-05-161-4/+1
* net: mvmdio: disable/unprepare clocks in EPROBE_DEFER caseTobias Jordan2017-12-071-1/+2
* net: mvmdio: simplify the smi read and write error pathsAntoine Ténart2017-06-161-10/+6
* net: mvmdio: add xmdio xsmi supportAntoine Ténart2017-06-161-7/+105
* net: mvmdio: check the MII_ADDR_C45 bit is not set for smi operationsAntoine Ténart2017-06-161-0/+6
* net: mvmdio: put the poll intervals in the ops structureAntoine Ténart2017-06-161-2/+6
* net: mvmdio: introduce an ops structureAntoine Ténart2017-06-161-11/+19
* net: mvmdio: remove duplicate lockingRussell King2017-06-161-10/+0
* net: mvmdio: use GENMASK for masksAntoine Ténart2017-06-161-1/+1
* net: mvmdio: use tabs for definesAntoine Ténart2017-06-161-13/+13
* net: mvmdio: reorder headers alphabeticallyAntoine Ténart2017-06-161-5/+5
* net: mvmdio: allow up to three clocks to be specified for orion-mdioRussell King2017-04-131-9/+24
* net: mvmdio: disable interrupt if resource size is too smallRussell King2017-04-131-0/+6
* net: mvmdio: fix interrupt disable in remove pathRussell King2017-04-131-1/+2
* net: mvmdio: disable interrupts in driver failure pathRussell King2017-04-131-0/+2
* net: mvmdio: do not clk_disable_unprepare() NULL clockAlexey Khoroshilov2016-10-031-2/+1
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-9/+1
* net: mvmdio: Use devm_* API to simplify the codeEzequiel Garcia2014-05-231-12/+6
* net: mvmdio: Check for a valid interrupt instead of an errorEzequiel Garcia2014-05-021-1/+4
* net: mvmdio: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* net: mvmdio: fix interrupt timeout handlingLeigh Brown2013-12-191-0/+6
* net: mvmdio: doc: mvmdio now used by mv643xx_ethLeigh Brown2013-10-291-5/+3
* net: mvmdio: slight optimisation of orion_mdio_writeLeigh Brown2013-10-291-6/+4
* net: mvmdio: orion_mdio_ready: remove manual pollLeigh Brown2013-10-291-21/+13
* net: mvmdio: make orion_mdio_wait_ready consistentLeigh Brown2013-10-291-22/+30
* net: mvmdio: get and enable optional clockSebastian Hesselbarth2013-04-081-0/+11
* net: mvmdio: define module alias for platform deviceSimon Baatz2013-03-241-0/+1
* net: mvmdio: enhance driver to support SMI error/done interruptsFlorian Fainelli2013-03-221-18/+80
* net: mvmdio: rename base register cookie from smireg to regsFlorian Fainelli2013-03-221-7/+7
* net: mvmdio: allow platform device style registrationFlorian Fainelli2013-03-221-7/+15
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-1/+0
* Drivers: network: more __dev* removalGreg KH2012-12-221-3/+3