summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* net: phy: breakdown PHY_*_FEATURES definesFlorian Fainelli2016-01-28-7/+15
* net: phy: genphy: Allow overwriting featuresSascha Hauer2016-01-28-5/+5
* net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli2016-01-28-18/+29
* arm: ls102xa: Rewrite the logic of ft_fixup_enet_phy_connect_type()Bin Meng2016-01-28-10/+6
* net: tsec: Use priv->tbiaddr to initialize TBI PHY addressBin Meng2016-01-28-1/+34
* net: tsec: Add driver model ethernet supportBin Meng2016-01-28-0/+196
* doc: dt-bindings: Describe Freescale TSEC ethernet controllerBin Meng2016-01-28-0/+43
* net: tsec: Use tsec_private pointer as the parameter for internal routinesBin Meng2016-01-28-12/+12
* net: tsec: Adjust orders to avoid forward declaration of tsec_send()Bin Meng2016-01-28-105/+103
* net: tsec: Move rxbd and txbd to struct tsec_privateBin Meng2016-01-28-37/+36
* net: tsec: Move rx_idx and tx_idx to struct tsec_privateBin Meng2016-01-28-28/+28
* net: tsec: fsl_mdio: Fix several cosmetic issuesBin Meng2016-01-28-61/+62
* arm: ls1021atwr: Do not wrap pci_eth_init() with CONFIG_TSEC_ENETBin Meng2016-01-28-2/+2
* powerpc: p1010rdb: Do not wrap pci_eth_init() with CONFIG_TSEC_ENETBin Meng2016-01-28-2/+2
* powerpc: mpc8548cds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENETBin Meng2016-01-28-2/+2
* powerpc: mpc8572ds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENETBin Meng2016-01-28-2/+2
* powerpc: c29xpcie: Do not wrap pci_eth_init() with CONFIG_TSEC_ENETBin Meng2016-01-28-2/+2
* powerpc: bsc9132qds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENETBin Meng2016-01-28-2/+2
* net: bootp: Ignore packets whose yiaddr is 0Peng Fan2016-01-28-0/+3
* drivers: net: vsc9953: Add LAG supportCodrin Ciubotariu2016-01-28-1/+430
* common: cmd_ethsw: Spelling fixesCodrin Ciubotariu2016-01-28-2/+2
* doc: t1040-l2switch: Update READMECodrin Ciubotariu2016-01-28-7/+20
* drivers: net: vsc9953: Fix FDB aging timeCodrin Ciubotariu2016-01-28-0/+27
* drivers: net: vsc9953: Fix number of reserved registersCodrin Ciubotariu2016-01-28-1/+1
* net: phy: do not read configuration register on resetStefan Agner2016-01-28-9/+2
* Merge git://git.denx.de/u-boot-dmTom Rini2016-01-12-557/+1456
|\
| * sandbox: eth-raw-os.c: Ensure that our interface name is not too longTom Rini2016-01-12-0/+4
| * dm: core: Add option to configure an offset for the address translationStefan Roese2016-01-12-11/+62
| * rockchip: Use the debug UART on rk3036Simon Glass2016-01-12-65/+16
| * dm: ns16550: Allow the driver to be omitted if requestedSimon Glass2016-01-12-0/+2
| * dm: serial: Allow the UART driver to be dropped from the imageSimon Glass2016-01-12-1/+23
| * dm: net: usb: Convert mcs7830 driver to support driver modelSimon Glass2016-01-12-0/+105
| * dm: net: usb: Refactor mcs7830 driver ready for DM conversionSimon Glass2016-01-12-121/+144
| * pci: Tidy up comments in pci_bind_bus_devices()Simon Glass2016-01-12-3/+1
| * dm: Convert PCI MMC over to use DM PCI APISimon Glass2016-01-12-18/+15
| * dm: usb: Convert echi-pci to use new DM PCI APISimon Glass2016-01-12-12/+39
| * dm: ahci: Convert to use new DM PCI APISimon Glass2016-01-12-7/+67
| * dm: pci: Switch to DM API for PCI address mappingSimon Glass2016-01-12-2/+2
| * dm: net: Convert rtl8169 to use DM PCI APISimon Glass2016-01-12-19/+66
| * dm: pci: Add driver model API functions for address mappingSimon Glass2016-01-12-0/+195
| * dm: test: Convert PCI tests to use the DM PCI APISimon Glass2016-01-12-9/+6
| * dm: tegra: net: Convert tegra boards to driver model for EthernetSimon Glass2016-01-12-32/+1
| * dm: pci: Drop the old version of pci_find_class()Simon Glass2016-01-12-42/+42
| * dm: pci: Drop the old version of pci_find_device/s()Simon Glass2016-01-12-0/+2
| * dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass2016-01-12-4/+5
| * dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass2016-01-12-38/+36
| * dm: Convert bios_interrupts to use DM PCI APISimon Glass2016-01-12-13/+23
| * dm: x86: ivybridge: Convert graphics init to use DM PCI APISimon Glass2016-01-12-12/+12
| * dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass2016-01-12-75/+10
| * dm: pci: Add a function to read a PCI BARSimon Glass2016-01-12-0/+22