summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * test/py: add various utility codeStephen Warren2016-01-28-0/+190
| * test/py: optionally ignore errors from shell commandsStephen Warren2016-01-28-2/+6
| * test/py: log when tests send CTRL-CStephen Warren2016-01-28-0/+1
| * test/py: drain console log at the end of any failed testStephen Warren2016-01-28-0/+39
| * test/py: move U-Boot respawn trigger to the test coreStephen Warren2016-01-28-12/+8
| * test/py: fix timeout to be absoluteStephen Warren2016-01-28-1/+6
| * tpm: st33zp24: Add tpm st33zp24 spi supportChristophe Ricard2016-01-28-0/+686
| * tpm: st33zp24: Add tpm st33zp24 support with i2cChristophe Ricard2016-01-28-0/+560
| * tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff ...Christophe Ricard2016-01-28-17/+17
| * tpm: tpm_tis_lpc: fix typoChristophe Ricard2016-01-28-1/+1
| * tpm: Fix fault in case CONFIG_DM_TPM is set without any TPMChristophe Ricard2016-01-28-2/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-01-28-879/+1933
|\ \ | |/ |/|
| * net: Add bootfile in DHCP RequestAlexandre Messier2016-01-28-0/+1
| * net: phy: implements probe for Cortina phyShaohui Xie2016-01-28-0/+7
| * net: phy: introduce a quirk PHY_FLAG_BROKEN_RESETShaohui Xie2016-01-28-0/+5
| * net: phy: micrel: fix divisor value for KSZ9031 phy skewDinh Nguyen2016-01-28-1/+1
| * net: phy: micrel: add documentation for Micrel KSZ90x1 bindingDinh Nguyen2016-01-28-0/+165
| * net: phy: Use 'autoneg' flag from phydevAlexandre Messier2016-01-28-2/+3
| * net: phy: Set ANRESTART in setup_forcedAlexandre Messier2016-01-28-1/+1
| * net: phy: micrel: Disable B_CAST on configAlexandre Messier2016-01-28-2/+21
| * net: Rename eth.c to eth_lecacy.cSimon Glass2016-01-28-1/+1
| * net: Move driver-model code into its own fileSimon Glass2016-01-28-543/+553
| * net: Move remaining common functions to eth_common.cSimon Glass2016-01-28-104/+113
| * net: Move environment functions to the common fileSimon Glass2016-01-28-43/+59
| * net: Move common init into a new eth_common.c fileSimon Glass2016-01-28-28/+53
| * net: Don't call board/cpu_eth_init() with driver modelSimon Glass2016-01-28-2/+2
| * tegra: Report errors from PCI initSimon Glass2016-01-28-1/+5
| * net/designware: add support of max-speed device tree propertyAlexey Brodkin2016-01-28-1/+14
| * net/designware: do explicit port selection for 1Gb modeAlexey Brodkin2016-01-28-0/+2
| * include/net.h: add max_speed member in struct eth_pdataAlexey Brodkin2016-01-28-0/+2
| * drivers/net/phy: introduce phy_set_supported()Alexey Brodkin2016-01-28-0/+25
| * 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