summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-07-13rtc: add Microcrystal RV-8803 driverMichael Walle3-0/+178
2019-07-13usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGETDerald D. Woods1-2/+6
2019-07-13rtc: ds1307: add support for m41t11Heiko Schocher1-0/+14
2019-07-13mmc: Register only the first MMC device on MMC_TINYEzequiel Garcia1-0/+9
2019-07-13spl: Move SPL_MMC_TINY option to appear under SPL menuEzequiel Garcia1-15/+0
2019-07-13drivers: core: use strcmp when find device by namePeng Fan1-1/+1
2019-07-13pci: ensure enumeration of all devices in pci_initMarek BehĂșn1-2/+2
2019-07-12Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini9-7/+200
2019-07-12Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-36/+16
2019-07-12Merge tag 'uniphier-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini4-6/+430
2019-07-11gpio: pca953x: Add TI TCA9539 compatible stringMarek Vasut1-0/+1
2019-07-11tpm: wait for valid statusRoman Kapl1-2/+10
2019-07-11pci_ep: add pci endpoint sandbox driverRamon Fried3-0/+192
2019-07-11pci_ep: add Cadence PCIe endpoint driverRamon Fried4-0/+495
2019-07-11drivers: pci_ep: Introduce UCLASS_PCI_EP uclassRamon Fried5-0/+237
2019-07-11km/spi: remove deprecated SPI flash driver code for KM Kirkwood boardsPascal Linder1-36/+0
2019-07-11km/spi: add weak functions to kirkwood_spi driver (DM part)Pascal Linder1-0/+16
2019-07-11drivers: pci: add API to issue FLR on a PCI function if supportedAlex Marginean1-0/+24
2019-07-11test: dm: Add a test for PCI Enhanced AllocationAlex Marginean1-1/+101
2019-07-11drivers: pci: add map_bar support for Enhanced AllocationAlex Marginean1-0/+46
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-10clk: uniphier: add EMMC clock for LD11, LD20, and PXs3Masahiro Yamada1-6/+8
2019-07-10spi: Add SPI controller driver for UniPhier SoCsKunihiko Hayashi3-0/+422
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