Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
bfebc8c965e41d62dc6355d09bdd63ca57011b99
/
drivers
/
net
« Previous
b7b24a7
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
2dc63f7
gpio: at91_gpio: remove CPU_HAS_PIO3 macro
by Wenyou Yang
· 8 years ago
1622559
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 8 years ago
0897950
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 8 years ago
4d555ae
sun8i_emac: configure PHY reset GPIO via DM
by Philipp Tomsich
· 8 years ago
01abae4
Remove various unused interrupt related code
by Tom Rini
· 8 years ago
d53ecad
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 8 years ago
936478e
SPARC: Remove
by Tom Rini
· 8 years ago
ea3310e
Blackfin: Remove
by Tom Rini
· 8 years ago
7b82a22
sunxi: prepare for sharing MACH_SUN8I_H3 config symbol
by Andre Przywara
· 8 years ago
1f08aa1
net: gmac_rockchip: Add support for the RK3399 GMAC
by Philipp Tomsich
· 8 years ago
f532703
Merge git://www.denx.de/git/u-boot-marvell
by Tom Rini
· 8 years ago
797f165
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
fbaa266
net: mvpp2: Remove unreferenced in_use_thresh from struct mvpp2_bm_pool
by Stefan Roese
· 8 years ago
fb64072
net: mvpp2: Configure SMI PHY address needed for PHY polling
by Stefan Roese
· 8 years ago
3e3cbb4
net: mvpp2: Enable PHY polling mode on PPv2.2
by Stefan Roese
· 8 years ago
025e592
net: mvpp2: Add missing PHY_INTERFACE_MODE_RGMII_ID
by Stefan Roese
· 8 years ago
2fe2304
net: mvpp2: Add GoP and NetC support for port 0 (SFI)
by Stefan Roese
· 8 years ago
31aa1e3
net: mvpp2: Add GoP and NetC support for ports 2 & 3 (RGMII & SGMII)
by Stefan Roese
· 8 years ago
9acb7da
net: mvpp2: Read phy-speed from DT to select between 1GB and 2.5GB SGMII
by Stefan Roese
· 8 years ago
66b11cc
net: mvpp2: Restructure probe / init functions
by Stefan Roese
· 8 years ago
ff572c6
net: mvpp2: Add RX and TX FIFO configuration for PPv2.2
by Stefan Roese
· 8 years ago
c9607c9
net: mvpp2: Handle eth device naming in multi-CP case correctly
by Stefan Roese
· 8 years ago
e7935c4
net: mvpp2: Enable compilation for Armada 7K/8K platforms
by Stefan Roese
· 8 years ago
30edc37
net: mvpp2.c: Clear all buffer / descriptor areas before usage
by Stefan Roese
· 8 years ago
1fabbd0
net: mvpp2: Move probe function from MISC to ETH DM driver
by Stefan Roese
· 8 years ago
0a61e9a
net: mvpp2: Add MDIO support for PPv2.2
by Stefan Roese
· 8 years ago
a83a641
net: mvpp2: finally add the PPv2.2 compatible string
by Thomas Petazzoni
· 8 years ago
09b3f94
net: mvpp2: adapt rxq distribution to PPv2.2
by Thomas Petazzoni
· 8 years ago
bc0bbf4
net: mvpp2: rework RXQ interrupt group initialization for PPv2.2
by Thomas Petazzoni
· 8 years ago
cdf7779
net: mvpp2: add AXI bridge initialization for PPv2.2
by Thomas Petazzoni
· 8 years ago
7c7311f
net: mvpp2: handle misc PPv2.1/PPv2.2 differences
by Thomas Petazzoni
· 8 years ago
26a5278
net: mvpp2: handle register mapping and access for PPv2.2
by Thomas Petazzoni
· 8 years ago
80350f5
net: mvpp2: adjust mvpp2_{rxq,txq}_init for PPv2.2
by Thomas Petazzoni
· 8 years ago
b8c8e6f
net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2
by Thomas Petazzoni
· 8 years ago
8f3e4c3
net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2
by Thomas Petazzoni
· 8 years ago
c8feeb2
net: mvpp2: adjust the allocation/free of BM pools for PPv2.2
by Thomas Petazzoni
· 8 years ago
f50a011
net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors
by Thomas Petazzoni
· 8 years ago
9a6db0b
net: mvpp2: introduce an intermediate union for the TX/RX descriptors
by Thomas Petazzoni
· 8 years ago
16a9898
net: mvpp2: add hw_version field in "struct mvpp2"
by Thomas Petazzoni
· 8 years ago
cfa414a
net: mvpp2: add and use accessors for TX/RX descriptors
by Thomas Petazzoni
· 8 years ago
cd9ee19
net: mvpp2: store physical address of buffer in rx_desc->buf_cookie
by Thomas Petazzoni
· 8 years ago
15f4df3
net: mvpp2: remove support for buffer header
by Thomas Petazzoni
· 8 years ago
4dae32e
net: mvpp2: use "dma" instead of "phys" where appropriate
by Thomas Petazzoni
· 8 years ago
a7c28ff
net: mvpp2: enable building on 64-bit platforms (more U-Boot specific)
by Stefan Roese
· 8 years ago
d1d075a
net: mvpp2: enable building on 64-bit platforms
by Thomas Petazzoni
· 8 years ago
c0abc76
net: mvpp2: simplify MVPP2_PRS_RI_* definitions
by Thomas Petazzoni
· 8 years ago
6b28f42
net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULT
by Thomas Petazzoni
· 8 years ago
dbeb6de
net: mvpp2: remove unused register definitions
by Thomas Petazzoni
· 8 years ago
f1060f0
net: mvpp2: simplify mvpp2_bm_bufs_add()
by Thomas Petazzoni
· 8 years ago
f811e04
net: mvpp2: Round up top tx buffer boundaries for dcache ops
by Stefan Roese
· 8 years ago
3fbeb52
mvebu: neta: a37xx: Add fixed link support to neta driver
by Konstantin Porotchkin
· 8 years ago
2a4d94d
mvebu: neta: Add support for board init function
by Konstantin Porotchkin
· 8 years ago
1b7dba9
arm: fsl-layerscape: Move QSGMII wriop_init to SoC file
by Prabhakar Kushwaha
· 8 years ago
db40c1a
drivers/net/phy: add fixed-phy / fixed-link support
by Hannes Schmelzer
· 8 years ago
5c624b9
net: fix cache misaligned issue in Broadcom SF2 driver
by Suji Velupillai
· 8 years ago
ace1520
net: sunxi-emac: Write HW address via function
by oliver@schinagl.nl
· 8 years ago
278d30c
mvebu: neta: a37xx: Add fixed link support to neta driver
by Konstantin Porotchkin
· 8 years ago
976feda
mvebu: neta: Add support for board init function
by Konstantin Porotchkin
· 8 years ago
b4f4b0f
drivers: net: phy: add MV88E6xx options to Kconfig
by Tim Harvey
· 8 years ago
b504ff9
Merge tag 'xilinx-for-v2017.05' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 8 years ago
437858b6
driver: net: fsl-mc: Update calculation of MC RAM
by York Sun
· 8 years ago
36cc0de
armv8: layerscape: Rewrite memory reservation
by York Sun
· 8 years ago
2c2ab8d
net: zynq_gem: Fix masking of supported phydev features
by Nathan Rossi
· 8 years ago
3fd2b3a
net: macb: Fix ETH not found when clock not support
by Wenyou Yang
· 8 years ago
7131d2d
drivers/net/Kconfig: Correct use of apostrophe
by Tom Rini
· 8 years ago
781745b
zynq: Move zynq to clock framework
by Stefan Herbrechtsmeier
· 8 years ago
eff55c5
net: zynq: Add clk framework support to zynq ethernet driver
by Stefan Herbrechtsmeier
· 8 years ago
a259243
net: zynq: Don't overwrite gem_rclk_ctrl with default value
by Stefan Herbrechtsmeier
· 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
21342d4
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
e9ced14
drivers: net: cpsw: Fix reading of mac address for am43 SoCs
by Lokesh Vutla
· 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
5ad9204
net: fec_mxc: Fix corruption of device tree blob
by Daniel Strnad
· 8 years ago
655217d
net: designware: Fix for use with current Linux device tree for Meson GX
by Heiner Kallweit
· 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
6d2c1d2
net: macb: Remove redundant #ifdef CONFIG_DM_ETH
by Wenyou Yang
· 8 years ago
577aa3b
net: macb: Add the clock support
by Wenyou Yang
· 8 years ago
ebcb40a
net: Kconfig: Add CONFIG_MACB option
by Wenyou Yang
· 8 years ago
c83a824
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
c52d428
net: phy: Support Marvell 88E1680
by Dirk Eibach
· 8 years ago
5707dfb
drivers: net: fsl-mc: Fixup MAC addresses in DPC
by Bogdan Purcareata
· 8 years ago
008ed16
net: phy: add SMSC LAN8742 phy
by Michael Kurz
· 8 years ago
b20b70f
net: stm32: add designware mac glue code for stm32
by Michael Kurz
· 8 years ago
0125bcf
net: gmac_rockchip: Add Rockchip GMAC driver
by Sjoerd Simons
· 8 years ago
e72ced2
net: designware: Export the operation functions
by Simon Glass
· 8 years ago
f63f28e
net: designware: Split the link init into a separate function
by Simon Glass
· 8 years ago
0ea38db
net: designware: Adjust dw_adjust_link() to return an error
by Simon Glass
· 8 years ago
b9e08d0
net: designware: Export various functions/struct to allow subclassing
by Sjoerd Simons
· 8 years ago
1e94629
xilinx_phy: Pass correct pointer to fdtdec_get_int()
by Kamensky Ivan
· 8 years ago
a765bdd
net: zynq_gem: Use clock driver for ZynqMP
by Siva Durga Prasad Paladugu
· 8 years ago
b908fca
net: gem: Use wait_for_bit() instead of private mdio_wait()
by Michal Simek
· 8 years ago
Next »