summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-28tegra: Report errors from PCI initSimon Glass1-1/+5
2016-01-28net/designware: add support of max-speed device tree propertyAlexey Brodkin2-1/+14
2016-01-28net/designware: do explicit port selection for 1Gb modeAlexey Brodkin1-0/+2
2016-01-28drivers/net/phy: introduce phy_set_supported()Alexey Brodkin1-0/+24
2016-01-28net: phy: genphy: Allow overwriting featuresSascha Hauer1-5/+5
2016-01-28net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli1-18/+29
2016-01-28net: tsec: Use priv->tbiaddr to initialize TBI PHY addressBin Meng1-1/+12
2016-01-28net: tsec: Add driver model ethernet supportBin Meng1-0/+186
2016-01-28net: tsec: Use tsec_private pointer as the parameter for internal routinesBin Meng1-12/+11
2016-01-28net: tsec: Adjust orders to avoid forward declaration of tsec_send()Bin Meng1-105/+103
2016-01-28net: tsec: Move rxbd and txbd to struct tsec_privateBin Meng1-37/+32
2016-01-28net: tsec: Move rx_idx and tx_idx to struct tsec_privateBin Meng1-28/+26
2016-01-28net: tsec: fsl_mdio: Fix several cosmetic issuesBin Meng2-29/+36
2016-01-28drivers: net: vsc9953: Add LAG supportCodrin Ciubotariu1-1/+330
2016-01-28drivers: net: vsc9953: Fix FDB aging timeCodrin Ciubotariu1-0/+23
2016-01-28net: phy: do not read configuration register on resetStefan Agner1-9/+2
2016-01-12dm: core: Add option to configure an offset for the address translationStefan Roese2-11/+41
2016-01-12dm: ns16550: Allow the driver to be omitted if requestedSimon Glass1-0/+2
2016-01-12dm: serial: Allow the UART driver to be dropped from the imageSimon Glass2-1/+23
2016-01-12dm: net: usb: Convert mcs7830 driver to support driver modelSimon Glass1-0/+105
2016-01-12dm: net: usb: Refactor mcs7830 driver ready for DM conversionSimon Glass1-121/+144
2016-01-12pci: Tidy up comments in pci_bind_bus_devices()Simon Glass1-3/+1
2016-01-12dm: Convert PCI MMC over to use DM PCI APISimon Glass1-8/+7
2016-01-12dm: usb: Convert echi-pci to use new DM PCI APISimon Glass1-12/+39
2016-01-12dm: ahci: Convert to use new DM PCI APISimon Glass1-7/+63
2016-01-12dm: pci: Switch to DM API for PCI address mappingSimon Glass1-1/+1
2016-01-12dm: net: Convert rtl8169 to use DM PCI APISimon Glass1-19/+66
2016-01-12dm: pci: Add driver model API functions for address mappingSimon Glass1-0/+136
2016-01-12dm: pci: Drop the old version of pci_find_class()Simon Glass1-42/+42
2016-01-12dm: pci: Drop the old version of pci_find_device/s()Simon Glass1-0/+2
2016-01-12dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass1-2/+2
2016-01-12dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass3-33/+31
2016-01-12dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass1-3/+2
2016-01-12dm: pci: Add a function to read a PCI BARSimon Glass1-0/+13
2016-01-12dm: pci: Add a driver-model version of pci_find_class()Simon Glass1-0/+20
2016-01-12dm: pci: Add a driver-model version of pci_find_device()Simon Glass1-0/+39
2016-01-12dm: pci: Use driver model PCI API in auto-configSimon Glass5-62/+444
2016-01-12dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass1-1/+1
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass7-15/+17
2016-01-12dm: pci: Mark legacy files as suchSimon Glass2-4/+10
2016-01-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini4-10/+32
2016-01-08pci: layerscape: Adjust the return value when ls_pcie_addr_valid() failsBin Meng1-1/+1
2016-01-08pci: imx: Adjust the return value when imx_pcie_addr_valid() failsBin Meng1-1/+1
2016-01-08serial: zynq: Use static inline for _debug_uart_init()Michal Simek1-1/+1
2016-01-08bootcount: Correct #endif comment to match, other aestheticsRobert P. J. Day1-6/+4
2016-01-08Merge git://git.denx.de/u-boot-dmTom Rini1-1/+1
2016-01-07net: Fix delay in net_retry testJoe Hershberger1-1/+1
2016-01-07Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2-3/+3
2016-01-07imx_watchdog: always set minimal timeout in reset_cpuAndrey Skvortsov1-1/+1
2016-01-07gpio: mxs: add name_to_gpio() functionMåns Rullgård1-0/+15