index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
mdio
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-28
net: mdio-ipq4019: Fix the error for an optional regs resource
Cai Huoqing
1
-1
/
+5
2021-09-28
net: mdio: mscc-miim: Fix the mdio controller
Horatiu Vultur
1
-5
/
+10
2021-08-31
net: mdio: mscc-miim: Make use of the helper function devm_platform_ioremap_r...
Cai Huoqing
1
-8
/
+4
2021-08-31
net: mdio-ipq4019: Make use of devm_platform_ioremap_resource()
Cai Huoqing
1
-4
/
+1
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-13
/
+24
2021-08-18
net: mdio-mux: Handle -EPROBE_DEFER correctly
Saravana Kannan
1
-2
/
+6
2021-08-18
net: mdio-mux: Don't ignore memory allocation errors
Saravana Kannan
1
-10
/
+18
2021-08-18
net: mdio-mux: Delete unnecessary devm_kfree
Saravana Kannan
1
-1
/
+0
2021-08-16
MDIO: Kconfig: Specify more IPQ chipset supported
Luo Jie
2
-1
/
+2
2021-08-16
net: mdio: Add the reset function for IPQ MDIO driver
Luo Jie
2
-0
/
+44
2021-06-25
net: mdiobus: withdraw fwnode_mdbiobus_register
Marcin Wojtas
1
-22
/
+0
2021-06-22
net: mdiobus: Introduce fwnode_mdbiobus_register()
Marcin Wojtas
1
-0
/
+22
2021-06-17
net: mdio: use device_set_node() to setup both fwnode and of
Ioana Ciornei
2
-7
/
+5
2021-06-17
net: mdio: setup of_node for the MDIO device
Ioana Ciornei
1
-0
/
+1
2021-06-11
net: mdio: mscc-miim: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-5
/
+1
2021-06-11
net: mdio: Add ACPI support code for mdio
Calvin Johnson
3
-0
/
+66
2021-06-11
of: mdio: Refactor of_mdiobus_register_phy()
Calvin Johnson
1
-55
/
+1
2021-06-11
net: mdiobus: Introduce fwnode_mdiobus_register_phy()
Calvin Johnson
4
-40
/
+158
2021-06-11
net: mii_timestamper: check NULL in unregister_mii_timestamper()
Calvin Johnson
1
-4
/
+2
2021-06-11
of: mdio: Refactor of_get_phy_id()
Calvin Johnson
1
-11
/
+1
2021-06-11
of: mdio: Refactor of_phy_find_device()
Calvin Johnson
1
-12
/
+1
2021-06-11
net: phy: Introduce fwnode_mdio_find_device()
Calvin Johnson
1
-10
/
+1
2021-06-10
net: mido: mdio-mux-bcm-iproc: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-4
/
+3
2021-06-01
net: mdio: Fix spelling mistakes
Zheng Yongjun
4
-4
/
+4
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+0
2021-05-14
net: mdio: ipq8064: enlarge sleep after read/write operation
Ansuel Smith
1
-2
/
+9
2021-05-14
net: mdio: ipq8064: add regmap config to disable REGCACHE
Ansuel Smith
1
-10
/
+24
2021-05-14
net: mdio: ipq8064: clean whitespaces in define
Ansuel Smith
1
-12
/
+13
2021-05-13
net: mdio: octeon: Fix some double free issues
Christophe JAILLET
1
-2
/
+0
2021-05-13
net: mdio: thunder: Fix a double free issue in the .remove function
Christophe JAILLET
1
-1
/
+0
2021-04-27
net: phy: Add support for microchip SMI0 MDIO bus
Andrew Lunn
2
-2
/
+14
2021-03-29
net: mdio: Remove redundant dev_err call in mdio_mux_iproc_probe()
Guobin Huang
1
-3
/
+1
2021-03-16
net: mdio: Add BCM6368 MDIO mux bus controller
Álvaro Fernández Rojas
3
-0
/
+196
2021-03-16
net: mdio: Alphabetically sort header inclusion
Calvin Johnson
16
-58
/
+56
2021-02-17
net: mdio: Remove of_phy_attach()
Florian Fainelli
1
-30
/
+0
2021-02-15
net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPT
Heiner Kallweit
1
-2
/
+2
2021-01-19
mdio-bitbang: Export mdiobb_{read,write}()
Geert Uytterhoeven
1
-2
/
+4
2020-10-10
net: phy: Move of_mdio from drivers/of to drivers/net/mdio
Calvin Johnson
3
-0
/
+602
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2020-09-23
net: mdio-ipq4019: add Clause 45 support
Robert Marko
1
-14
/
+89
2020-09-23
net: mdio-ipq4019: change defines to upper case
Robert Marko
1
-3
/
+3
2020-09-17
net: mdio: octeon: Select MDIO_DEVRES
Andrew Lunn
1
-0
/
+1
2020-08-27
net: mdio: Move MDIO drivers into a new subdirectory
Andrew Lunn
26
-0
/
+5090