Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
aa21c3d4b941739651e77747d2f7a20a6c1d87bc
/
drivers
/
of
/
of_mdio.c
2e1bf3a
net: mii_timestamper: fix static allocation by PHY driver
by Michael Walle
· 5 years ago
0e0daf6
net: mdio: of: fix potential NULL pointer derefernce
by Michael Walle
· 5 years ago
1dca22b
net: mdio: of: Register discovered MII time stampers.
by Richard Cochran
· 5 years ago
0aa4d01
of: mdio: export of_mdiobus_child_is_phy
by Antoine Tenart
· 5 years ago
0c65b2b
net: of_get_phy_mode: Change API to solve int/unit warnings
by Andrew Lunn
· 5 years ago
d7eb651
of: mdio: Fix a signedness bug in of_phy_get_and_connect()
by Dan Carpenter
· 5 years ago
cfba5de
drivers: Introduce device lookup variants by of_node
by Suzuki K Poulose
· 5 years ago
f632a81
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 5 years ago
418e3ea
bus_find_device: Unify the match callback with class_find_device
by Suzuki K Poulose
· 6 years ago
55716d2
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
by Thomas Gleixner
· 6 years ago
5468e82
net: phy: fixed-phy: Drop GPIO from fixed_phy_add()
by Linus Walleij
· 6 years ago
a613b26
of: Convert to using %pOFn instead of device_node.name
by Rob Herring
· 6 years ago
6eb9c9d
of: mdio: Support fixed links in of_phy_get_and_connect()
by Linus Walleij
· 6 years ago
6d07a68
of: mdio: Fall back to mdiobus_register() with NULL device_node
by Florian Fainelli
· 7 years ago
19d28fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
95f566d
of_mdio: avoid MDIO bus removal when a PHY is missing
by Madalin Bucur
· 7 years ago
04f629f
phylib: rename reset-(post-)delay-us to reset-(de)assert-us
by Richard Leitner
· 7 years ago
c30abd5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
94a5ef1
of_mdio / mdiobus: ensure mdio devices have fwnode correctly populated
by Russell King
· 7 years ago
3a30ae6
phylib: Add device reset delay support
by Richard Leitner
· 7 years ago
66bdede
of_mdio: Fix broken PHY IRQ in case of probe deferral
by Geert Uytterhoeven
· 7 years ago
74fee4e
Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 7 years ago
5a7a834
of_mdio: merge branch tails in of_phy_register_fixed_link()
by Sergei Shtylyov
· 7 years ago
d226a2b
of_mdio: use of_property_read_u32_array()
by Sergei Shtylyov
· 7 years ago
e470e4f
of_mdio: kill useless variable in of_phy_register_fixed_link()
by Sergei Shtylyov
· 7 years ago
0d638a0
of: Convert to using %pOF instead of full_name
by Rob Herring
· 8 years ago
4798a71
of_mdio: move of_mdio_parse_addr to header file
by Jon Mason
· 8 years ago
d396e84
mdio_bus: handle only single PHY reset GPIO
by Sergei Shtylyov
· 8 years ago
6922689
mdio_bus: Issue GPIO RESET to PHYs.
by Roger Quadros
· 8 years ago
7e1392f
of_mdio: Add "broadcom,bcm5241" to the whitelist.
by David Daney
· 8 years ago
3f65047
of_mdio: add helper to deregister fixed-link PHYs
by Johan Hovold
· 8 years ago
3ae30f4
of_mdio: fix device reference leak in of_phy_find_device
by Johan Hovold
· 8 years ago
48c1699d
of_mdio: fix node leak in of_phy_register_fixed_link error path
by Johan Hovold
· 8 years ago
b786241
of_mdio: Abstract a general interface for phy connect
by Dongpo Li
· 8 years ago
a5e4bd9
of_mdio: select fixed phy support unconditionally
by Arnd Bergmann
· 9 years ago
d1bd330
of_mdio: Enable fixed PHY support if driver is a module
by Ben Hutchings
· 9 years ago
a77f4f7
of: of_mdio: Check if MDIO bus controller is available
by Florian Fainelli
· 9 years ago
af5840a
of_mdio: get_phy_device() doesn't return NULL anymore
by Sergei Shtylyov
· 9 years ago
b520bd0
of_mdio: make of_mdiobus_register_{device|phy}() *void*
by Sergei Shtylyov
· 9 years ago
5189b1d
of_mdio: use PTR_ERR_OR_ZERO()
by Sergei Shtylyov
· 9 years ago
ac044b9
of_mdio: use IS_ERR_OR_NULL()
by Sergei Shtylyov
· 9 years ago
a3478ba
of_mdio: mdio_device_create() never returns NULL
by Sergei Shtylyov
· 9 years ago
810813c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
735c1e2
of_mdio: fix kernel-doc for of_phy_connect()
by Sergei Shtylyov
· 9 years ago
2fca6d2
of_mdio: kill useless variable in of_mdiobus_register()
by Sergei Shtylyov
· 9 years ago
f5a952c0
of: of_mdio: Add marvell, 88e1145 to whitelist of PHY compatibilities.
by Aaro Koskinen
· 9 years ago
ae46113
of: of_mdio: Add a whitelist of PHY compatibilities.
by Andrew Lunn
· 9 years ago
6ed7423
of: of_mdio: Ensure mdio device is a PHY
by Andrew Lunn
· 9 years ago
1bc16ad
mdio: remove an unneed condition
by Dan Carpenter
· 9 years ago
a9049e0
mdio: Add support for mdio drivers.
by Andrew Lunn
· 9 years ago
7f85442
phy: Add API for {un}registering an mdio device to a bus.
by Andrew Lunn
· 9 years ago
801a8ef
of: phy: Only register a phy device for phys
by Andrew Lunn
· 9 years ago
e5a03bf
phy: Add an mdio_device structure
by Andrew Lunn
· 9 years ago
e7f4dc3
mdio: Move allocation of interrupts into core
by Andrew Lunn
· 9 years ago
f018ae7
of_mdio: fix MDIO phy device refcounting
by Russell King
· 9 years ago
a559700
phy: fixed_phy: Add gpio to determine link up/down.
by Andrew Lunn
· 9 years ago
4cba5c2
of_mdio: add new DT property 'managed' to specify the PHY management type
by Stas Sergeev
· 9 years ago
ab6016e
of: mdio: Add a "broken-turn-around" property
by Florian Fainelli
· 10 years ago
33d6737
of: mdio: export of_mdio_parse_addr
by Florian Fainelli
· 10 years ago
fd2ef0b
net: phy: adjust fixed_phy_register() return value
by Petri Gynther
· 10 years ago
2f63715
of: mdio: honor flags passed to of_phy_connect
by Florian Fainelli
· 10 years ago
d9daa24
net: fix circular dependency in of_mdio code
by Daniel Mack
· 11 years ago
a72e154
of: mdio: fixup of_phy_register_fixed_link parsing of new bindings
by Richard Retanubun
· 11 years ago
e067ee3
of: of_mdio: export symbol of_mdiobus_link_phydev
by Daniel Mack
· 11 years ago
4cd984b
net: of_mdio: use int type for address variable
by Daniel Mack
· 11 years ago
24f28dd
net: of_mdio: don't store the length of a property if we don't need to
by Daniel Mack
· 11 years ago
86f6cf4
net: of_mdio: add of_mdiobus_link_phydev()
by Daniel Mack
· 11 years ago
8f83828
net: of_mdio: factor out code to parse a phy's 'reg' property
by Daniel Mack
· 11 years ago
587b24a
of: mdio: fix compile warning in of_mdiobus_register_phy()
by Christian Engelmayer
· 11 years ago
de906af
net: phy: make of_set_phy_supported work with genphy driver
by Sascha Hauer
· 11 years ago
ea3429c
of: mdio: remove of_phy_connect_fixed_link
by Florian Fainelli
· 11 years ago
3be2a49
of: provide a binding for fixed link PHYs
by Thomas Petazzoni
· 11 years ago
3c6f559
of_mdio: Allow the DT to specify the phy ID and avoid autoprobing
by Jason Gunthorpe
· 11 years ago
f15c586
of_mdio: fix phy interrupt passing
by Ben Dooks
· 11 years ago
ce11c43
net: of_mdio: fix of_set_phy_supported after driver probing
by Florian Fainelli
· 11 years ago
7614aba
phylib: Add of_phy_attach
by Andy Fleming
· 11 years ago
8fdade4
net: of_mdio: parse "max-speed" property to set PHY supported features
by Florian Fainelli
· 11 years ago
7d97637
net: of_mdio: do not overwrite PHY interrupt configuration
by Florian Fainelli
· 11 years ago
bed2f9e
net: of_mdio: use PHY_MAX_ADDR constant
by Florian Fainelli
· 11 years ago
2e79cb3
net: of_mdio: factor PHY registration from of_mdiobus_register
by Florian Fainelli
· 11 years ago
058112c
net: of_mdio: fix behavior on missing phy device
by Sebastian Hesselbarth
· 12 years ago
779d835
net: of_mdio: scan mdiobus for PHYs without reg property
by Sebastian Hesselbarth
· 12 years ago
f9a8f83
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
by Florian Fainelli
· 12 years ago
e207e76
of_mdio: Honour "status=disabled" property of device
by Alexander Sverdlin
· 12 years ago
6bd47ac
netdev/phy/of: Handle IEEE802.3 clause 45 Ethernet PHYs in of_mdiobus_register()
by David Daney
· 13 years ago
ac28b9f
netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYs
by David Daney
· 13 years ago
2510602
netdev/of/phy: New function: of_mdio_find_bus().
by David Daney
· 13 years ago
e5c7d1f
of/mdio: fix fixed link bus name
by Baruch Siach
· 13 years ago
ae97159
of_mdio: Don't phy_scan_fixups() twice
by Kyle Moffett
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
1945886
of/mdio: Fix some endianness problems.
by David Daney
· 14 years ago
e387344
of/irq: Move irq_of_parse_and_map() to common code
by Grant Likely
· 15 years ago
cf9b59e9d
Merge remote branch 'origin' into secretlab/next-devicetree
by Grant Likely
· 15 years ago
58f9b0b
of: eliminate of_device->node and dev_archdata->{of,prom}_node
by Grant Likely
· 15 years ago
61c7a08
of: Always use 'struct device.of_node' to get device node pointer.
by Grant Likely
· 15 years ago
d706c1b
driver-core: Add device node pointer to struct device
by Grant Likely
· 15 years ago
9bd7371
of: check for IS_ERR()
by Dan Carpenter
· 15 years ago
3371488
of: assume big-endian properties, adding conversions where necessary
by Jeremy Kerr
· 15 years ago
08a7963
of: Remove nested function
by Jérôme Pouiller
· 15 years ago
24c30db
of/mdio: Add support function for Ethernet fixed-link property
by Anton Vorontsov
· 15 years ago
Next »