summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio-mux-bcm-iproc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: mdio: Move MDIO drivers into a new subdirectoryAndrew Lunn2020-08-271-323/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-261-1/+6
|\
| * net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return valueRayagonda Kokatanur2020-03-181-1/+6
* | net: phy: mdio-mux-bcm-iproc: use readl_poll_timeout() to simplify codeDejin Zheng2020-03-251-10/+4
|/
* net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-231-12/+1
* net: phy: mdio-mux-bcm-iproc: simplify getting .driver_dataWolfram Sang2018-10-221-4/+2
* net: phy: Add pm support to Broadcom iProc mdio mux driverArun Parameswaran2018-08-021-0/+27
* net: phy: Add support to configure clock in Broadcom iProc mdio muxArun Parameswaran2018-08-021-2/+39
* net: phy: Use devm api for mdio bus allocation in bcm iproc mdio muxArun Parameswaran2018-08-021-5/+2
* net: phy: Disable external master access in bcm mdio mux driverArun Parameswaran2018-08-021-0/+15
* net: phy: Fix the register offsets in Broadcom iProc mdio mux driverArun Parameswaran2018-08-021-5/+15
* net: mdio-mux: bcm-iproc: fix wrong getter and setter pairAnton Vasilyev2018-07-291-1/+1
* net: mdio-mux: add mdio_mux parameter to mdio_mux_init()Corentin Labbe2017-09-051-1/+1
* net: mdio-mux: bcm-iproc: call mdiobus_free() in error pathJon Mason2017-05-081-1/+4
* net: mdio-mux: Add MDIO mux driver for iProc SoCsPramod Kumar2016-06-111-0/+248