summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-07-11fdt: Allow indicating a node is for U-Boot proper onlyPatrick Delaunay2-1/+5
2019-07-11drivers: serial: lpuart: Enable Little Endian SupportVabhav Sharma1-0/+4
2019-07-11spi: Avoid using malloc() in a critical functionSimon Glass1-4/+11
2019-07-11blk: Allow control of the block cache in TPLSimon Glass1-0/+7
2019-07-11sandbox: Correct spi flash operationSimon Glass1-1/+1
2019-07-11sandbox: Exit when SYSRESET_POWER_OFF is requestedSimon Glass1-0/+1
2019-07-10Merge https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini3-22/+89
2019-07-10Merge https://gitlab.denx.de/u-boot/custodians/u-boot-ubiTom Rini4-4/+224
2019-07-09Merge tag 'u-boot-atmel-2019.10-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini3-0/+545
2019-07-09rtc: pcf2127: Fixed bug with rtc settings and getting error timeChuanhua Han1-9/+24
2019-07-09spi: Add Atmel QuadSPI driverTudor Ambarus3-0/+545
2019-07-09xilinx_xiic: Fix transfer initialisationMelin Tomas1-0/+12
2019-07-09xilinx_xiic: Fix fill tx fifo loopMelin Tomas1-1/+1
2019-07-09i2c: designware: Get clock rate from clock DMLey Foon Tan1-10/+45
2019-07-09i2c: designware_i2c: Restore enable state after set speedJun Chen1-2/+7
2019-07-09ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSGMarkus Klotzbuecher1-1/+1
2019-07-09ubispl: add support for loading volumes by nameHamish Guthrie2-2/+220
2019-07-09ubi: fix UBI_SILENCE_MSGMarkus Klotzbuecher2-1/+3
2019-07-08Merge tag 'mmc-6-23' of https://github.com/MrVan/u-bootTom Rini4-611/+1675
2019-07-07Merge tag 'video-for-2019.07' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-0/+3
2019-07-07video: backlight: fix pwm inversionMarc Dietrich1-0/+3
2019-07-05usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glueJean-Jacques Hiblot1-1/+1
2019-07-05dm: Add a No-op uclassJean-Jacques Hiblot1-0/+5
2019-07-05usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callbackJean-Jacques Hiblot1-1/+1
2019-07-05usb: ehci-mx6: Fix bus enumeration for DM caseMarek Vasut1-0/+37
2019-06-29pinctrl: uniphier: Add SPI pin-mux settingsKunihiko Hayashi9-0/+76
2019-06-28Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-6/+47
2019-06-27usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDPFrieder Schrempf1-6/+47
2019-06-23mmc: fsl_esdhc_imx: drop useless codeYangbo Lu1-61/+4
2019-06-23mmc: fsl_esdhc: drop i.MX codeYangbo Lu1-609/+16
2019-06-23mmc: split fsl_esdhc driver for i.MXYangbo Lu3-2/+1716
2019-06-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini3-38/+59
2019-06-22watchdog: tangier: Convert to use WDT classAndy Shevchenko3-38/+54
2019-06-22watchdog: tangier: Replace unused constant with a commentAndy Shevchenko1-1/+6
2019-06-21pci: Avoid assigning PCI resources that are below 0x1000Bin Meng1-2/+3
2019-06-20Fix watchdog timeout setup for mt7623Shannon Barber1-7/+21
2019-06-20aspeed/watchdog: Correct timeout valueJoel Stanley1-0/+6
2019-06-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini5-0/+725
2019-06-20Merge tag 'u-boot-stm32-20190619' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-2/+15
2019-06-20Merge tag 'mmc-6-19' of https://github.com/MrVan/u-bootTom Rini1-2/+2
2019-06-20dm: pci: add Freescale PowerPC PCIe driverHou Zhiqiang5-0/+725
2019-06-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini1-0/+29
2019-06-19usb: dwc2: allow peripheral mode for OTG configurationPatrick Delaunay1-1/+2
2019-06-19usb: dwc2: correctly handle binding for g-tx-fifo-sizePatrick Delaunay1-1/+13
2019-06-19mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabledYangbo Lu1-0/+29
2019-06-19mmc: Avoid HS400 mode when accessing boot partitionsMarek Vasut1-2/+2
2019-06-17Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-0/+4
2019-06-17Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini3-27/+83
2019-06-14fastboot: Check if partition really exist in getvar_has_slot()Igor Opaniuk1-5/+34
2019-06-14fastboot: getvar: Refactor fastboot_*_get_part_info() usageSam Protsenko1-16/+42