index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
mdio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-05
1
-1
/
+1
|
\
|
*
net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller
Niels Dossche
2022-04-30
1
-1
/
+1
*
|
net: mdio: add reset control for Aspeed MDIO
Dylan Hung
2022-04-28
1
-1
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-04-15
1
-0
/
+5
|
\
|
|
*
net: mdio: don't defer probe forever if PHY IRQ provider is missing
Vladimir Oltean
2022-04-08
1
-0
/
+5
*
|
net: mdio: mscc-miim: add local dev variable to cleanup probe function
Colin Foster
2022-04-09
1
-15
/
+14
*
|
net: mdio: aspeed: Add c45 support
Potin Lai
2022-04-08
1
-5
/
+32
*
|
net: mdio: aspeed: Introduce read write function for c22 and c45
Potin Lai
2022-04-08
1
-12
/
+34
*
|
net: mdio: aspeed: move reg accessing part into separate functions
Potin Lai
2022-04-08
1
-32
/
+38
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-08
1
-0
/
+6
|
\
|
|
*
net: phy: mscc-miim: reject clause 45 register accesses
Michael Walle
2022-04-06
1
-0
/
+6
*
|
net: phy: mscc-miim: add support to set MDIO bus frequency
Michael Walle
2022-04-06
1
-2
/
+56
|
/
*
net: mdio: mscc-miim: add lan966x internal phy reset support
Michael Walle
2022-03-22
1
-18
/
+49
*
net: mdio: mscc-miim: replace magic numbers for the bus reset
Michael Walle
2022-03-22
1
-5
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-17
1
-1
/
+8
|
\
|
*
net: mdio: mscc-miim: fix duplicate debugfs entry
Michael Walle
2022-03-15
1
-1
/
+8
*
|
net: mdio-mux: add bus name to bus id
Heiner Kallweit
2022-03-08
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-25
1
-1
/
+5
|
\
|
|
*
net: mdio-ipq4019: add delay after clock enable
Baruch Siach
2022-02-21
1
-1
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-11
1
-0
/
+1
|
\
|
|
*
net: mdio: aspeed: Add missing MODULE_DEVICE_TABLE
Joel Stanley
2022-02-09
1
-0
/
+1
*
|
drivers: net: Replace acpi_bus_get_device()
Rafael J. Wysocki
2022-02-02
1
-1
/
+2
|
/
*
net: mdio: mscc-miim: Add depend of REGMAP_MMIO on MDIO_MSCC_MIIM
Tianchen Ding
2021-12-02
1
-1
/
+1
*
net: mdio: mscc-miim: Set back the optional resource.
Horatiu Vultur
2021-11-30
1
-11
/
+16
*
net: dsa: ocelot: felix: utilize shared mscc-miim driver for indirect MDIO ac...
Colin Foster
2021-11-29
1
-11
/
+27
*
net: mdio: mscc-miim: convert to a regmap implementation
Colin Foster
2021-11-29
1
-42
/
+121
*
net: mdio: ipq8064: replace ioremap() with devm_ioremap()
Yang Yingliang
2021-11-29
1
-1
/
+1
*
mdio: aspeed: Fix "Link is Down" issue
Dylan Hung
2021-11-25
1
-0
/
+7
*
net: mdio-ipq4019: Fix the error for an optional regs resource
Cai Huoqing
2021-09-29
1
-1
/
+5
*
net: mdio: mscc-miim: Fix the mdio controller
Horatiu Vultur
2021-09-28
1
-5
/
+10
*
net: mdio: mscc-miim: Make use of the helper function devm_platform_ioremap_r...
Cai Huoqing
2021-08-31
1
-8
/
+4
*
net: mdio-ipq4019: Make use of devm_platform_ioremap_resource()
Cai Huoqing
2021-08-31
1
-4
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-20
1
-13
/
+24
|
\
|
*
net: mdio-mux: Handle -EPROBE_DEFER correctly
Saravana Kannan
2021-08-18
1
-2
/
+6
|
*
net: mdio-mux: Don't ignore memory allocation errors
Saravana Kannan
2021-08-18
1
-10
/
+18
|
*
net: mdio-mux: Delete unnecessary devm_kfree
Saravana Kannan
2021-08-18
1
-1
/
+0
*
|
MDIO: Kconfig: Specify more IPQ chipset supported
Luo Jie
2021-08-16
2
-1
/
+2
*
|
net: mdio: Add the reset function for IPQ MDIO driver
Luo Jie
2021-08-16
2
-0
/
+44
|
/
*
net: mdiobus: withdraw fwnode_mdbiobus_register
Marcin Wojtas
2021-06-25
1
-22
/
+0
*
net: mdiobus: Introduce fwnode_mdbiobus_register()
Marcin Wojtas
2021-06-22
1
-0
/
+22
*
net: mdio: use device_set_node() to setup both fwnode and of
Ioana Ciornei
2021-06-17
2
-7
/
+5
*
net: mdio: setup of_node for the MDIO device
Ioana Ciornei
2021-06-17
1
-0
/
+1
*
net: mdio: mscc-miim: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
2021-06-11
1
-5
/
+1
*
net: mdio: Add ACPI support code for mdio
Calvin Johnson
2021-06-11
3
-0
/
+66
*
of: mdio: Refactor of_mdiobus_register_phy()
Calvin Johnson
2021-06-11
1
-55
/
+1
*
net: mdiobus: Introduce fwnode_mdiobus_register_phy()
Calvin Johnson
2021-06-11
4
-40
/
+158
*
net: mii_timestamper: check NULL in unregister_mii_timestamper()
Calvin Johnson
2021-06-11
1
-4
/
+2
*
of: mdio: Refactor of_get_phy_id()
Calvin Johnson
2021-06-11
1
-11
/
+1
*
of: mdio: Refactor of_phy_find_device()
Calvin Johnson
2021-06-11
1
-12
/
+1
*
net: phy: Introduce fwnode_mdio_find_device()
Calvin Johnson
2021-06-11
1
-10
/
+1
[next]