Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
336aee50cf55d4d98ddf3a4412c18286e7f0a4c0
/
drivers
/
net
/
phy
00caae6
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
ef1f61a
net: phy: micrel: add an option to disable gigabit for the KSZ9031
by Sebastien Bourdelin
· 7 years ago
d7e8ac6
net: phy: Add AFE settings to the Broadcom Cygnus phy
by Arun Parameswaran
· 7 years ago
9a31c73
net: phy: Hide Micrel KSZ9021 and KSZ9031 Kconfig options
by Alexandru Gagniuc
· 7 years ago
fbc120e
net: phy: micrel: Remove ksz90x1 drivers from micrel_ksz8xxx
by Alexandru Gagniuc
· 7 years ago
d397f7c
net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 drivers
by Alexandru Gagniuc
· 7 years ago
cb543d3
net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021
by Alexandru Gagniuc
· 7 years ago
8f0b16938
drivers/net/phy/fixed: do not overwrite addr
by Christian Gmeiner
· 7 years ago
1ceac70
net: phy: cortina: use get_nand_dev_by_index()
by Grygorii Strashko
· 7 years ago
821560f
Merge git://www.denx.de/git/u-boot-imx
by Tom Rini
· 7 years ago
ef621da
net: phy: marvell: Fix init function for m88e1145
by York Sun
· 7 years ago
68e6eca
net: phy: marvell 88e151x: Fix handling of RGMII interface types
by Phil Edworthy
· 7 years ago
449ea2c
net: Kconfig:make PHY_GIGE and individual Micrel PHYs selectable
by Philipp Tomsich
· 8 years ago
da409cc
dm: core: Replace of_offset with accessor (part 2)
by Simon Glass
· 7 years ago
a43241a
drivers: net: Kconfig: Add PHY_MICREL_KSZ9021 entry
by Jagan Teki
· 7 years ago
4201223
net: phy: mv88e61xx: Fix uninitialized variable warning
by Tom Rini
· 8 years ago
1622559
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 8 years ago
db40c1a
drivers/net/phy: add fixed-phy / fixed-link support
by Hannes Schmelzer
· 8 years ago
b4f4b0f
drivers: net: phy: add MV88E6xx options to Kconfig
by Tim Harvey
· 8 years ago
e1a71f8
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 8 years ago
a5fd13a
net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541
by John Haechten
· 8 years ago
e160f7d
dm: core: Replace of_offset with accessor
by Simon Glass
· 8 years ago
af2cbfd
drivers: net: Provide Kconfig menu for PHYLIB
by Alex
· 8 years ago
93cc295
net: phy: Improve the Marvell 151x constants
by Joe Hershberger
· 8 years ago
6463170
net: phy: dp83867: Add support for MAC impedance configuration
by Mugunthan V N
· 8 years ago
3b5f528
net: phy: vitesse: Fix cis8204 RGMII_ID code
by Phil Edworthy
· 8 years ago
24d98cb
net: phy: Marvell: Use phy_interface_is_rgmii helper function
by Phil Edworthy
· 8 years ago
998640b
net: phy: Add support for Marvell M88E1512
by Phil Edworthy
· 8 years ago
83cfbeb
net: phy: Fix mask so that we can identify Marvell 88E1518
by Phil Edworthy
· 8 years ago
8abdead
net: phy: ti: Fix dp83867 RGMII_TXID interface path
by Phil Edworthy
· 8 years ago
c52d428
net: phy: Support Marvell 88E1680
by Dirk Eibach
· 8 years ago
008ed16
net: phy: add SMSC LAN8742 phy
by Michael Kurz
· 8 years ago
1e94629
xilinx_phy: Pass correct pointer to fdtdec_get_int()
by Kamensky Ivan
· 8 years ago
bb135a0
net/phy/vitesse: Rework RGMII skew configuration for VSC8601
by Alex
· 8 years ago
cebf3f5
net: phy: realtek: Only force master mode on rtl8211b/c
by oliver@schinagl.nl
· 8 years ago
cbe40e1
net: phy: realtek: make define more consistent
by oliver@schinagl.nl
· 8 years ago
020f676
net: phy: realtek: Use the BIT() macro
by oliver@schinagl.nl
· 8 years ago
75c056d
net: phy: micrel: Fix error handling
by Marek Vasut
· 8 years ago
f018545
net: phy: micrel: center FLP burst timing at 16ms
by Ash Charles
· 8 years ago
b755abe
net: mv88e61xx: Add support for fixed links
by Chris Packham
· 8 years ago
65d4d00
net: Add support for mv88e609x switches
by Chris Packham
· 8 years ago
ce412b7
drivers: net: phy: atheros: add separate config for AR8031
by Mugunthan V N
· 8 years ago
2ec4d10
phy: atheros: add support for RGMII_ID, RGMII_TXID and RGMII_RXID
by Andrea Merello
· 8 years ago
1221ce4
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
dfcc496
net: mii: Changes not made by spatch
by Joe Hershberger
· 8 years ago
fbfa1ab
net: phy: marvell: Add a missing errno.h header
by Simon Glass
· 8 years ago
19c9dda
driver: net: phylib: add support for aquantia AQR106/107 PHY
by Mingkai Hu
· 8 years ago
08e64ce
net: phy: marvell: Do not reset 88e1310 after autoneg
by Nathan Rossi
· 8 years ago
7988774
net: phy: micrel: add support for KSZ886x switches in MIIM mode
by Alexey Firago
· 8 years ago
b616d9b
nand: Embed mtd_info in struct nand_chip
by Scott Wood
· 8 years ago
2ee490a
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 8 years ago
0a71cd7
net: phy: dp83867: Add SGMII helper for configuration
by Dan Murphy
· 9 years ago
3ab72fe
net: phy: Move is_rgmii helper to phy.h
by Dan Murphy
· 9 years ago
085445c
net: phy: ti: Allow the driver to be more configurable
by Dan Murphy
· 9 years ago
24ae396
net: phy: Add PHY driver for mv88e61xx switches
by Kevin Smith
· 9 years ago
83c0551
net: Remove unused mv88e61xx switch driver
by Kevin Smith
· 9 years ago
1b008fd
phy: marvell: Do not reset phy after negotiation
by Michal Simek
· 8 years ago
7a673f0
phy: Wire return value from phy_config()
by Michal Simek
· 8 years ago
b733c27
net: phy: Handle phy_startup() error codes properly
by Michal Simek
· 8 years ago
ef5e821
phy: Return correct error code when timeout happens
by Michal Simek
· 8 years ago
85b949f
net: phy: Add SGMII support for TI phy
by Siva Durga Prasad Paladugu
· 9 years ago
ed6fad3
phy: Add phy driver support for xilinx PCS/PMA core
by Siva Durga Prasad Paladugu
· 9 years ago
563d8d9
net: phy: Realtek RTL8211B/C PHY ID fix
by Karsten Merker
· 9 years ago
525d187
net: phy: Optionally force master mode for RTL PHY
by Michael Haas
· 9 years ago
903d384
net: phy: atheros: Fix problem with phy_reset() clearing BMCR
by Alison Wang
· 9 years ago
6a10bc5
net: phy: realtek: Use generic genphy_parse_link() for RTL8211E
by Michal Simek
· 9 years ago
a8c3eca
net: phy: marvell: Fix problem with phy_reset() clearing BMCR
by Stefan Roese
· 9 years ago
3089c47
net: phy: marvell: Call phy_reset() where possible
by Stefan Roese
· 9 years ago
347348f
drivers: net: phy: micrel: fix build errors with CONFIG_DM_ETH
by Mugunthan V N
· 9 years ago
46c9d93
drivers: net: phy: add SMSC LAN8740 Phy support.
by Purna Chandra Mandal
· 9 years ago
82d72a1
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 9 years ago
d8877e6
net: phy: implements probe for Cortina phy
by Shaohui Xie
· 9 years ago
ddcd1f3
net: phy: introduce a quirk PHY_FLAG_BROKEN_RESET
by Shaohui Xie
· 9 years ago
ff7bd21
net: phy: micrel: fix divisor value for KSZ9031 phy skew
by Dinh Nguyen
· 9 years ago
1f9e672
net: phy: Use 'autoneg' flag from phydev
by Alexandre Messier
· 9 years ago
53b0c38
net: phy: Set ANRESTART in setup_forced
by Alexandre Messier
· 9 years ago
79e3efd
net: phy: micrel: Disable B_CAST on config
by Alexandre Messier
· 9 years ago
b18acb0
drivers/net/phy: introduce phy_set_supported()
by Alexey Brodkin
· 9 years ago
44bc317
net: phy: genphy: Allow overwriting features
by Sascha Hauer
· 9 years ago
bbdcaff
net: phy: ensure Gigabit features are masked off if requested
by Florian Fainelli
· 9 years ago
a058052
net: phy: do not read configuration register on reset
by Stefan Agner
· 9 years ago
0179063
net: phy: ti: Enable automatic crossover mode
by Michal Simek
· 9 years ago
7c4213f
block: pass block dev not num to read/write/erase()
by Stephen Warren
· 9 years ago
d584c68
phy: atheros: Use ar8035_config for AR8031
by Fabio Estevam
· 9 years ago
22854bd
net: phy: micrel: Configure KSZ9021/KSZ9031 skew from OF
by Marek Vasut
· 9 years ago
f8642ba
net: phy: added aquantia PHY AQR405 support
by Shaohui Xie
· 9 years ago
24b852a
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
721aed7
net: phy: Add support for Texas Instruments DP83867
by Edgar E. Iglesias
· 9 years ago
5ea667e
pengwyn: nand and ethernet fixes
by Vincent BENOIT
· 9 years ago
17ecfa9
net: phy: Test previous phydev->dev against new mac dev
by Bin Meng
· 9 years ago
3e1949d
net: phy: Change to print all phys that are not found
by Bin Meng
· 9 years ago
0132b9a
net: phy: Don't create phy device when there is no phy
by Bin Meng
· 9 years ago
4f48515
net: phy: micrel: disable NAND-tree for KSZ8051
by Sylvain Rochet
· 9 years ago
6617f87
net: phy: micrel: add support for KSZ8021RNL & KSZ8031RNL
by Sylvain Lemieux
· 9 years ago
26d3acd
net: phy: on phy device create do not initialize link to 1
by Mugunthan V N
· 9 years ago
4c2620d
net: phy/vitesse: Add support for VSC8584 phy
by Prabhakar Kushwaha
· 9 years ago
1b564ce
net: phy: broadcom: Add BCM Cygnus PHY
by Jiandong Zheng
· 9 years ago
59370f3
net: phy: delay only if reset handler is registered
by Jörg Krause
· 9 years ago
2c171a2
net: phy: fix data type of phy_id
by Jörg Krause
· 9 years ago
8396d0a
net: Add support for Marvell 88E1510 PHY
by Clemens Gruber
· 9 years ago
Next »