summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2018-08-1115-21/+3784
|\
| * video_display: Add Xilinx LogiCore DP TXMario Six2018-08-116-0/+3099
| * video: Sort Makefile entriesMario Six2018-08-111-21/+21
| * axi: Add AXI sandbox driver and simple emulatorMario Six2018-08-115-0/+295
| * axi: Add ihs_axi driverMario Six2018-08-113-0/+306
| * drivers: Add AXI uclassMario Six2018-08-115-0/+63
* | drivers: serial: document on_baudrate()Heinrich Schuchardt2018-08-101-0/+8
* | dm: led: move default state support in led uclassPatrick Delaunay2018-08-102-8/+30
* | Revert "dm: led: auto probe() LEDs with "default-state""Patrick Delaunay2018-08-101-9/+0
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-08-103-30/+245
|\ \ | |/ |/|
| * dfu: Provide more verbose error messageSam Protsenko2018-08-081-0/+1
| * dfu: Fix memory leak in dfu_init_env_entities()Sam Protsenko2018-08-081-3/+4
| * dfu: Fix data abort in dfu_free_entities()Sam Protsenko2018-08-081-1/+1
| * usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytesAlberto Panizzo2018-08-081-18/+21
| * usb: rockchip: fix printing csw debug infoAlberto Panizzo2018-08-081-1/+1
| * usb: rockchip: be quiet on serial port while transferring dataAlberto Panizzo2018-08-081-2/+2
| * usb: rockchip: implement K_FW_LBA_ERASE_10 commandAlberto Panizzo2018-08-081-0/+48
| * usb: rockchip: implement K_FW_LBA_READ_10 commandAlberto Panizzo2018-08-081-1/+103
| * usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER commandAlberto Panizzo2018-08-081-1/+43
| * usb: rockchip: fix command failed on host side due to missing dataAlberto Panizzo2018-08-081-2/+20
| * gadget: f_thor: fix hang-up with ctrl-cSeung-Woo Kim2018-08-081-2/+2
* | Merge git://git.denx.de/u-boot-dmTom Rini2018-08-095-25/+232
|\ \
| * | test: dm: pci: Add cases for finding PCI capability APIsBin Meng2018-08-081-0/+21
| * | dm: pci: Add APIs to find capability and extended capabilityBin Meng2018-08-081-0/+68
| * | pci: sandbox: emul: Rename priv structureBin Meng2018-08-081-4/+4
| * | pci: sandbox: swap_case: Declare dynamic driver matchingBin Meng2018-08-081-0/+7
| * | pci: sandbox: Support dynamically binding device driverBin Meng2018-08-082-10/+82
| * | dm: pci: Assign correct driver data when binding a driverBin Meng2018-08-081-1/+1
| * | pci: sandbox: emul: Fix the call to pci_bus_find_devfn()Bin Meng2018-08-081-1/+1
| * | pci: sandbox: swap_case: Preserve space indicator bit in BAR registersBin Meng2018-08-081-3/+5
| * | dm: pci: Fix scanning multi-function deviceBin Meng2018-08-081-0/+2
| * | dm: pci: Extract vendor/device id in child_post_bind()Bin Meng2018-08-081-6/+5
| * | dm: core: Add ofnode function to read PCI vendor and device idBin Meng2018-08-081-0/+36
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2018-08-084-11/+40
|\ \
| * | bcm6838: add initial supportPhilippe Reynes2018-08-081-0/+33
| * | bmips: ram: add an option to force the size of the ramPhilippe Reynes2018-08-081-1/+7
| * | mips: au1x00: Remove support for these SoCsTom Rini2018-08-082-10/+0
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini2018-08-071-16/+21
|\ \ | |/ |/|
| * ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in DM MMCLukasz Majewski2018-08-061-0/+1
| * ARM: Odroid XU3: Fix the dwmci_exynos *priv data assignment for DM_MMC (sdr_t...Lukasz Majewski2018-08-061-1/+5
| * ARM: dw_mmc: Exclude dwmci Exynos priv_data allocation from exynos_dwmci_get_...Lukasz Majewski2018-08-061-15/+15
* | Merge tag 'xilinx-for-v2018.09-rc2' of git://git.denx.de/u-boot-microblazeTom Rini2018-08-073-388/+103
|\ \
| * | gpio: xilinx: Add support for using label propertyMichal Simek2018-08-072-2/+18
| * | gpio: xilinx: Return 0 from xilinx_gpio_set_valueMichal Simek2018-08-071-1/+1
| * | gpio: xilinx: Not read output values via regsMichal Simek2018-08-071-4/+32
| * | gpio: xilinx: Simplify logic in xilinx_gpio_set_valueMichal Simek2018-08-071-7/+6
| * | gpio: xilinx: Set value before changing directionMichal Simek2018-08-071-2/+2
| * | gpio: xilinx: Remove !DM driverMichal Simek2018-08-071-336/+2
| * | gpio: xilinx: Find out bank before use in xilinx_gpio_get_function()Michal Simek2018-08-071-4/+4
| * | gpio: zynq: Used platdata structure for storing static data instead of privVipul Kumar2018-08-061-33/+34