summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-01-28include/net.h: add max_speed member in struct eth_pdataAlexey Brodkin
2016-01-28drivers/net/phy: introduce phy_set_supported()Alexey Brodkin
2016-01-28net: phy: breakdown PHY_*_FEATURES definesFlorian Fainelli
2016-01-28net: tsec: Use priv->tbiaddr to initialize TBI PHY addressBin Meng
2016-01-28net: tsec: Add driver model ethernet supportBin Meng
2016-01-28net: tsec: Use tsec_private pointer as the parameter for internal routinesBin Meng
2016-01-28net: tsec: Move rxbd and txbd to struct tsec_privateBin Meng
2016-01-28net: tsec: Move rx_idx and tx_idx to struct tsec_privateBin Meng
2016-01-28net: tsec: fsl_mdio: Fix several cosmetic issuesBin Meng
2016-01-28drivers: net: vsc9953: Add LAG supportCodrin Ciubotariu
2016-01-28drivers: net: vsc9953: Fix FDB aging timeCodrin Ciubotariu
2016-01-28drivers: net: vsc9953: Fix number of reserved registersCodrin Ciubotariu
2016-01-12dm: core: Add option to configure an offset for the address translationStefan Roese
2016-01-12rockchip: Use the debug UART on rk3036Simon Glass
2016-01-12dm: Convert PCI MMC over to use DM PCI APISimon Glass
2016-01-12dm: ahci: Convert to use new DM PCI APISimon Glass
2016-01-12dm: pci: Switch to DM API for PCI address mappingSimon Glass
2016-01-12dm: pci: Add driver model API functions for address mappingSimon Glass
2016-01-12dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass
2016-01-12dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass
2016-01-12dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass
2016-01-12dm: pci: Add a function to read a PCI BARSimon Glass
2016-01-12dm: pci: Add a driver-model version of pci_find_class()Simon Glass
2016-01-12dm: pci: Add a driver-model version of pci_find_device()Simon Glass
2016-01-12dm: pci: Use driver model PCI API in auto-configSimon Glass
2016-01-12dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass
2016-01-08Merge git://git.denx.de/u-boot-rockchipTom Rini
2016-01-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2016-01-08cyrus: Enable STDIO deregisterAndy Fleming
2016-01-08arm64: Juno/FVP: adjust kernel load addressAndre Przywara
2016-01-08include: Correct "requset" typoes in misc.hRobert P. J. Day
2016-01-08rockchip: Fix the configuration for chromebook_jerrySimon Glass
2016-01-07usb: Allow up to 7 storage devicesSimon Glass
2016-01-07imx_watchdog: always set minimal timeout in reset_cpuAndrey Skvortsov
2016-01-07imx: mx6ul: disable VIDEO for SPLPeng Fan
2016-01-04mmc: update MMC_ERASE argument to match Linux kernel.Eric Nelson
2016-01-03Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2016-01-03ARM: imx: fsl_esdhc: fix usage of low 4 bits of sysctl registerEric Nelson
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan Brüns
2015-12-31usb: Alloc buffer for USB descriptor dynamicallyStefan Brüns
2015-12-24Merge git://git.denx.de/u-boot-socfpgaTom Rini
2015-12-22arm: socfpga: Add support for Denali NAND controllerMarek Vasut
2015-12-22arm: socfpga: Enable DFU MMC support only if DM_MMC is enabledMarek Vasut
2015-12-22arm: socfpga: Enable SPL MMC/SPI support only if DM_MMC/SPI is enabledMarek Vasut
2015-12-22arm: socfpga: sr1500: Update qspiboot to use UBIFSChin Liang See
2015-12-22arm: socfpga: sockit: Update qspiboot to use UBIFSChin Liang See
2015-12-22arm: socfpga: arria5_socdk: Update qspiboot to use UBIFSChin Liang See
2015-12-22arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFSChin Liang See
2015-12-22arm: socfpga: sr1500: Enable qspiload console commandChin Liang See