summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
...
* net: phy: dp83867: enable link downshift by defaultThomas Haemmerle2021-03-221-6/+10
* net: phy: dp83867: read status from PHY status register PHYSTSThomas Haemmerle2021-03-221-0/+36
* net: phy: dp83867: remove explicit setting of cfg2Thomas Haemmerle2021-03-221-10/+1
* net: phy: dp83867: simplify dp83867_config_initThomas Haemmerle2021-03-221-26/+23
* net: phy: dp83867: remove useless call to genphy_config_anegMichael Tretter2021-03-221-8/+0
* net: phy: dp83867: fix checkpatch checks and warningsMichael Tretter2021-03-221-38/+37
* net: phy: dp83867: convert driver to spdxMichael Tretter2021-03-221-9/+1
* net: phy: fix waiting for linkSascha Hauer2021-03-121-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2021-01-191-2/+2
|\
| * net: mdio:gpio: fix typos in dev_dbgSteffen Trumtrar2021-01-071-2/+2
* | net: phy: at803x: sync RX/TX delay setup with LinuxLucas Stach2021-01-061-12/+76
|/
* net: phy: Add and use driver register macroSascha Hauer2020-10-0112-68/+13
* net: mdiobus: Add sliceSascha Hauer2020-08-191-0/+43
* Merge branch 'for-next/misc'Sascha Hauer2020-07-274-22/+279
|\
| * drivers: net: phy: at803x: add phy clk setup via dtsMichael Grzeschik2020-07-051-7/+171
| * net: phy: add uapi/linux/mdio.h from kernel for MDIO MMD accessMichael Grzeschik2020-07-052-3/+5
| * net: phy: micrel: backport ksz9031 phy-mode supportOleksij Rempel2020-06-171-0/+103
| * net: phy: port phy_interface_is_rgmii() from kernelOleksij Rempel2020-06-172-12/+0
* | net: phy: realtek: handle RX delay settingSascha Hauer2020-07-141-8/+40
|/
* drivers: mark first batch of compilable drivers for COMPILE_TESTAhmad Fatoum2020-05-081-1/+1
* net: phy: Also print link down messagesSascha Hauer2020-03-311-1/+5
* net: phy: Do not claim the link is up initiallySascha Hauer2020-03-311-1/+0
* net: phy: mdio-mux: Use mdiobus_read/write()Sascha Hauer2020-03-311-3/+2
* net: dsa: mv88e6xxx: Wait for EEPROM done after HW resetAndrey Smirnov2019-10-145-0/+124
* net: dsa: mv88e6xxx: Fix error message typoAndrey Smirnov2019-10-141-1/+1
* net: phy: mv88e6xxx: remove duplicate member in struct initializerAhmad Fatoum2019-08-301-1/+0
* treewide: replace '---help---' with 'help' in Kconfig filesMasahiro Yamada2019-05-171-13/+13
* realtek phy driverSascha Hauer2019-03-113-0/+178
* net: phy: Add register access helper functions for physSascha Hauer2019-03-112-1/+176
* Merge branch 'for-next/misc'Sascha Hauer2019-02-131-0/+32
|\
| * net: phy: micrel: backport ksz9031 125MHz ref-clk workaroundMarco Felsch2019-02-121-0/+32
* | devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-1/+0
|/
* dp83867: port from linuxThomas Hämmerle2019-01-093-0/+329
* drivers: net: phy: convert drivers to spdxOleksij Rempel2018-12-0714-83/+14
* Merge branch 'for-next/net-switch-mv88e6xxx'Sascha Hauer2018-11-0911-13/+2355
|\
| * net: phy: mv88e6xxx: Add support for MAC portsAndrey Smirnov2018-10-234-9/+877
| * net: phy: mv88e6xxx: Port EEPROM support codeAndrey Smirnov2018-10-234-0/+388
| * net: phy: Add basic driver for MV88E6XXX switches from MarvellAndrey Smirnov2018-10-239-0/+1070
| * mdio_bus: Allow for non PHY-devices on MDIO busesAndrey Smirnov2018-10-231-1/+13
| * net: phy: Check phy_mask in get_phy_device()Andrey Smirnov2018-10-181-3/+4
| * mdio_bus: Fix documentation for mdio_bus_match()Andrey Smirnov2018-10-181-4/+7
| * drivers: Introduce dev_set_name()Andrey Smirnov2018-10-182-5/+5
* | phy: call adjust_link in attach if using fixed-linkClément Leger2018-10-161-0/+4
|/
* net: mdio: Do not warn about invalid PHY addressSascha Hauer2018-09-181-4/+4
* phylib: add support for reset-gpiosSam Ravnborg2018-08-241-1/+95
* phylib: add Davicom PHY supportSam Ravnborg2018-08-243-0/+146
* Merge branch 'for-next/net'Sascha Hauer2018-05-091-0/+1
|\
| * net: phy: micrel: fix too late link upChristian Hemp2018-04-121-0/+1
* | rename file_operations -> cdev_operationsSascha Hauer2018-04-061-1/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2018-02-081-2/+19
|\