aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-12dm: tegra: net: Convert tegra boards to driver model for EthernetSimon Glass6-32/+1
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 Glass3-4/+5
2016-01-12dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass5-38/+36
2016-01-12dm: Convert bios_interrupts to use DM PCI APISimon Glass1-13/+23
2016-01-12dm: x86: ivybridge: Convert graphics init to use DM PCI APISimon Glass3-12/+12
2016-01-12dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass3-75/+10
2016-01-12dm: pci: Add a function to read a PCI BARSimon Glass2-0/+22
2016-01-12dm: pci: Add a driver-model version of pci_find_class()Simon Glass2-0/+30
2016-01-12dm: pci: scsi: Use driver-model PCI APISimon Glass1-1/+13
2016-01-12dm: pci: Add a driver-model version of pci_find_device()Simon Glass2-0/+51
2016-01-12dm: pci: Use driver model PCI API in auto-configSimon Glass6-63/+445
2016-01-12dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass3-4/+4
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass8-17/+19
2016-01-12dm: pci: Mark legacy files as suchSimon Glass2-4/+10
2016-01-12Prepare v2016.01v2016.01Tom Rini1-1/+1
2016-01-11dm: test: usb: Update the USB tests so that they all passSimon Glass1-7/+16
2016-01-11MAINTAINERS/mailmap: Update my email addressFabio Estevam12-12/+12
2016-01-10Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-6/+7
2016-01-10cgtqmx6eval: README: Fix parameter of 'sf write' commandOtavio Salvador1-1/+5
2016-01-10mx6cuboxi: Remove obsolete commentFabio Estevam1-4/+0
2016-01-10mx6cuboxi: Fix the reset delay for the AR8035 PHYFabio Estevam1-1/+2
2016-01-08Merge git://git.denx.de/u-boot-rockchipTom Rini5-5/+11
2016-01-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini9-79/+41
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-08fs: handle the fileaddr variable in the same way as in the network caseDavid Müller (ELSOFT AG)1-0/+1
2016-01-08get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" useHeiko Schocher1-11/+11
2016-01-08fix always succesful memory testRasmus Villemoes1-2/+2
2016-01-08cyrus: Enable STDIO deregisterAndy Fleming1-0/+1
2016-01-08MAINTAINERS, .mailmap: Update my email addressYork Sun4-5/+6
2016-01-08am33xx/am43xx: Add platform data for GPIOsTom Rini1-0/+23
2016-01-08serial: zynq: Use static inline for _debug_uart_init()Michal Simek1-1/+1
2016-01-08net: remove scary warning about EEPROM provided MAC addressAndre Przywara1-2/+0
2016-01-08arm64: Juno/FVP: adjust kernel load addressAndre Przywara1-2/+2
2016-01-08arm, Makefile: correct compilation flag for u-boot-dtbAneesh Bansal1-1/+1
2016-01-08bootcount: Correct #endif comment to match, other aestheticsRobert P. J. Day1-6/+4
2016-01-08doc: Tidy up first part of top-level README fileRobert P. J. Day1-85/+43
2016-01-08powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xxRobert P. J. Day6-20/+20
2016-01-08include: Correct "requset" typoes in misc.hRobert P. J. Day1-2/+2
2016-01-08Merge git://git.denx.de/u-boot-dmTom Rini9-17/+83
2016-01-08rockchip: Fix the configuration for chromebook_jerrySimon Glass3-3/+9
2016-01-08rockchip: Drop a debug message when outputing SPI imagesSimon Glass1-1/+1
2016-01-08rockchip: Enable generation of SPI imagesSimon Glass1-1/+1
2016-01-07net: Fix delay in net_retry testJoe Hershberger2-5/+4
2016-01-07fdt: fix address cell count checking in fdt_translate_address()Przemyslaw Marczak1-4/+3
2016-01-07dm: usb: Add a remove() method for USB keyboardsSimon Glass1-0/+36
2016-01-07Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2-3/+3
2016-01-07usb: Allow up to 7 storage devicesSimon Glass2-2/+2