index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Move common init into a new eth_common.c file
Simon Glass
2016-01-28
4
-28
/
+53
*
net: Don't call board/cpu_eth_init() with driver model
Simon Glass
2016-01-28
1
-2
/
+2
*
tegra: Report errors from PCI init
Simon Glass
2016-01-28
1
-1
/
+5
*
net/designware: add support of max-speed device tree property
Alexey Brodkin
2016-01-28
2
-1
/
+14
*
net/designware: do explicit port selection for 1Gb mode
Alexey Brodkin
2016-01-28
1
-0
/
+2
*
include/net.h: add max_speed member in struct eth_pdata
Alexey Brodkin
2016-01-28
1
-0
/
+2
*
drivers/net/phy: introduce phy_set_supported()
Alexey Brodkin
2016-01-28
2
-0
/
+25
*
net: phy: breakdown PHY_*_FEATURES defines
Florian Fainelli
2016-01-28
1
-7
/
+15
*
net: phy: genphy: Allow overwriting features
Sascha Hauer
2016-01-28
1
-5
/
+5
*
net: phy: ensure Gigabit features are masked off if requested
Florian Fainelli
2016-01-28
1
-18
/
+29
*
arm: ls102xa: Rewrite the logic of ft_fixup_enet_phy_connect_type()
Bin Meng
2016-01-28
1
-10
/
+6
*
net: tsec: Use priv->tbiaddr to initialize TBI PHY address
Bin Meng
2016-01-28
3
-1
/
+34
*
net: tsec: Add driver model ethernet support
Bin Meng
2016-01-28
2
-0
/
+196
*
doc: dt-bindings: Describe Freescale TSEC ethernet controller
Bin Meng
2016-01-28
1
-0
/
+43
*
net: tsec: Use tsec_private pointer as the parameter for internal routines
Bin Meng
2016-01-28
2
-12
/
+12
*
net: tsec: Adjust orders to avoid forward declaration of tsec_send()
Bin Meng
2016-01-28
1
-105
/
+103
*
net: tsec: Move rxbd and txbd to struct tsec_private
Bin Meng
2016-01-28
2
-37
/
+36
*
net: tsec: Move rx_idx and tx_idx to struct tsec_private
Bin Meng
2016-01-28
2
-28
/
+28
*
net: tsec: fsl_mdio: Fix several cosmetic issues
Bin Meng
2016-01-28
4
-61
/
+62
*
arm: ls1021atwr: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
Bin Meng
2016-01-28
1
-2
/
+2
*
powerpc: p1010rdb: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
Bin Meng
2016-01-28
1
-2
/
+2
*
powerpc: mpc8548cds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
Bin Meng
2016-01-28
1
-2
/
+2
*
powerpc: mpc8572ds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
Bin Meng
2016-01-28
1
-2
/
+2
*
powerpc: c29xpcie: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
Bin Meng
2016-01-28
1
-2
/
+2
*
powerpc: bsc9132qds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
Bin Meng
2016-01-28
1
-2
/
+2
*
net: bootp: Ignore packets whose yiaddr is 0
Peng Fan
2016-01-28
1
-0
/
+3
*
drivers: net: vsc9953: Add LAG support
Codrin Ciubotariu
2016-01-28
5
-1
/
+430
*
common: cmd_ethsw: Spelling fixes
Codrin Ciubotariu
2016-01-28
1
-2
/
+2
*
doc: t1040-l2switch: Update README
Codrin Ciubotariu
2016-01-28
1
-7
/
+20
*
drivers: net: vsc9953: Fix FDB aging time
Codrin Ciubotariu
2016-01-28
2
-0
/
+27
*
drivers: net: vsc9953: Fix number of reserved registers
Codrin Ciubotariu
2016-01-28
1
-1
/
+1
*
net: phy: do not read configuration register on reset
Stefan Agner
2016-01-28
1
-9
/
+2
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-01-12
54
-557
/
+1456
|
\
|
*
sandbox: eth-raw-os.c: Ensure that our interface name is not too long
Tom Rini
2016-01-12
1
-0
/
+4
|
*
dm: core: Add option to configure an offset for the address translation
Stefan Roese
2016-01-12
3
-11
/
+62
|
*
rockchip: Use the debug UART on rk3036
Simon Glass
2016-01-12
5
-65
/
+16
|
*
dm: ns16550: Allow the driver to be omitted if requested
Simon Glass
2016-01-12
1
-0
/
+2
|
*
dm: serial: Allow the UART driver to be dropped from the image
Simon Glass
2016-01-12
2
-1
/
+23
|
*
dm: net: usb: Convert mcs7830 driver to support driver model
Simon Glass
2016-01-12
1
-0
/
+105
|
*
dm: net: usb: Refactor mcs7830 driver ready for DM conversion
Simon Glass
2016-01-12
1
-121
/
+144
|
*
pci: Tidy up comments in pci_bind_bus_devices()
Simon Glass
2016-01-12
1
-3
/
+1
|
*
dm: Convert PCI MMC over to use DM PCI API
Simon Glass
2016-01-12
5
-18
/
+15
|
*
dm: usb: Convert echi-pci to use new DM PCI API
Simon Glass
2016-01-12
1
-12
/
+39
|
*
dm: ahci: Convert to use new DM PCI API
Simon Glass
2016-01-12
2
-7
/
+67
|
*
dm: pci: Switch to DM API for PCI address mapping
Simon Glass
2016-01-12
2
-2
/
+2
|
*
dm: net: Convert rtl8169 to use DM PCI API
Simon Glass
2016-01-12
1
-19
/
+66
|
*
dm: pci: Add driver model API functions for address mapping
Simon Glass
2016-01-12
2
-0
/
+195
|
*
dm: test: Convert PCI tests to use the DM PCI API
Simon Glass
2016-01-12
1
-9
/
+6
|
*
dm: tegra: net: Convert tegra boards to driver model for Ethernet
Simon Glass
2016-01-12
6
-32
/
+1
|
*
dm: pci: Drop the old version of pci_find_class()
Simon Glass
2016-01-12
1
-42
/
+42
[next]