aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-10sandbox: led: use new function to configure default statePatrick Delaunay3-1/+14
2018-08-10stm32mp1: use new function led default statePatrick Delaunay1-0/+4
2018-08-10dm: led: move default state support in led uclassPatrick Delaunay3-8/+39
2018-08-10Revert "dm: led: auto probe() LEDs with "default-state""Patrick Delaunay1-9/+0
2018-08-10stm32mp1: add gpio led supportPatrick Delaunay2-0/+26
2018-08-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini5-33/+257
2018-08-09bcm968380gerg: Add MAINTAINERS fileTom Rini1-0/+6
2018-08-09Merge git://git.denx.de/u-boot-dmTom Rini16-280/+797
2018-08-08Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini47-5483/+291
2018-08-08dfu: Provide more verbose error messageSam Protsenko1-0/+1
2018-08-08dfu: Fix memory leak in dfu_init_env_entities()Sam Protsenko1-3/+4
2018-08-08dfu: Fix data abort in dfu_free_entities()Sam Protsenko1-1/+1
2018-08-08usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytesAlberto Panizzo1-18/+21
2018-08-08usb: rockchip: fix printing csw debug infoAlberto Panizzo1-1/+1
2018-08-08usb: rockchip: be quiet on serial port while transferring dataAlberto Panizzo1-2/+2
2018-08-08usb: rockchip: implement K_FW_LBA_ERASE_10 commandAlberto Panizzo3-0/+50
2018-08-08usb: rockchip: implement K_FW_LBA_READ_10 commandAlberto Panizzo3-1/+107
2018-08-08usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER commandAlberto Panizzo2-4/+49
2018-08-08usb: rockchip: fix command failed on host side due to missing dataAlberto Panizzo1-2/+20
2018-08-08gadget: f_thor: fix hang-up with ctrl-cSeung-Woo Kim1-2/+2
2018-08-08patman: Correct unit test failureSimon Glass1-0/+0
2018-08-08libfdt: Update to latest pylibfdt implementationSimon Glass3-227/+241
2018-08-08test: dm: pci: Add cases for finding PCI capability APIsBin Meng3-0/+61
2018-08-08dm: pci: Add APIs to find capability and extended capabilityBin Meng2-0/+114
2018-08-08pci: Add all known capability and extended capability idsBin Meng1-1/+19
2018-08-08test: dm: pci: Add tests for mixed static and dynamic devices on the same busBin Meng2-0/+81
2018-08-08pci: sandbox: emul: Rename priv structureBin Meng1-4/+4
2018-08-08test: dm: pci: Test driver binding with driver data providedBin Meng1-0/+17
2018-08-08sandbox: Update test.dts for dynamic PCI device driver matchingBin Meng1-14/+2
2018-08-08pci: sandbox: swap_case: Declare dynamic driver matchingBin Meng2-0/+11
2018-08-08pci: sandbox: Support dynamically binding device driverBin Meng4-11/+112
2018-08-08dm: pci: Assign correct driver data when binding a driverBin Meng1-1/+1
2018-08-08pci: sandbox: emul: Fix the call to pci_bus_find_devfn()Bin Meng1-1/+1
2018-08-08test: dm: pci: Add tests for configuration space accessBin Meng1-9/+15
2018-08-08test: dm: pci: Test more than one PCI host controllerBin Meng2-2/+37
2018-08-08pci: sandbox: swap_case: Preserve space indicator bit in BAR registersBin Meng1-3/+5
2018-08-08test: dm: pci: Test more than one device on the same busBin Meng2-4/+40
2018-08-08test: dm: pci: Remove unnecessary steps in dm_test_pci_swapcase()Bin Meng1-3/+1
2018-08-08dm: pci: Fix scanning multi-function deviceBin Meng1-0/+2
2018-08-08dm: pci: Extract vendor/device id in child_post_bind()Bin Meng1-6/+5
2018-08-08dm: core: Add ofnode function to read PCI vendor and device idBin Meng2-0/+49
2018-08-08dm: Correct typos in uclass_first/next_device_check()Bin Meng1-2/+2
2018-08-08pci: Remove 440ep-specific macrosBin Meng1-15/+0
2018-08-08bcm968380gerg: add initial supportPhilippe Reynes8-0/+136
2018-08-08bcm6838: add initial supportPhilippe Reynes4-0/+145
2018-08-08bmips: ram: add an option to force the size of the ramPhilippe Reynes1-1/+7
2018-08-08mips: au1x00: Remove support for these SoCsTom Rini23-4334/+3
2018-08-08mips: dbau1x00: Remove this boardTom Rini15-1148/+0
2018-08-07configs: Resync with savedefconfigTom Rini41-129/+55
2018-08-07Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini14-62/+51