summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mmc: mmc_spi: Re-write driver using DM frameworkBhargav Shah2019-07-152-167/+320
* mmc: skip select_mode_and_width for MMC SPI hostAnup Patel2019-07-151-0/+14
* mmc: retry a few times if a partition switch failedJean-Jacques Hiblot2019-07-151-3/+7
* mmc: do not change mode when accessing a boot partitionJean-Jacques Hiblot2019-07-151-36/+0
* mmc: During a switch, poll on dat0 if available and check the final statusJean-Jacques Hiblot2019-07-151-13/+36
* mmc: When switching partition, use the timeout specified in the ext_csdJean-Jacques Hiblot2019-07-151-0/+10
* mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csdJean-Jacques Hiblot2019-07-151-1/+9
* mmc: if possible, poll the busy state using DAT0Jean-Jacques Hiblot2019-07-152-4/+4
* mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()Jean-Jacques Hiblot2019-07-153-21/+37
* mmc: omap_hsmmc: provide wait_dat0 even if UHS modes are not supportedJean-Jacques Hiblot2019-07-151-4/+0
* Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque...Jean-Jacques Hiblot2019-07-152-18/+0
* mmc: omap_hsmmc: don't fill the send_init_stream callbackJean-Jacques Hiblot2019-07-151-9/+0
* mmc: omap_hsmmc: reset FSM for DAT and CMD lines if needed before a new commandJean-Jacques Hiblot2019-07-151-7/+6
* mmc: rpmb: fix response type of CMD25Akio Hirayama2019-07-151-2/+2
* mmc: sdhci: Implement SDHCI card detectT Karthik Reddy2019-07-151-0/+32
* mmc: sdhci: Read cd-gpio from devicetreeT Karthik Reddy2019-07-151-0/+6
* mmc: Read sd card detect properties from DTT Karthik Reddy2019-07-151-0/+9
* regulator: Allow autosetting fixed regulatorsSven Schwermer2019-07-131-0/+3
* gpio: add gpio-hog supportHeiko Schocher2019-07-132-16/+175
* pinctrl: pinctrl-single: Add 'pinctrl-single, bits' supportAdam Ford2019-07-131-1/+64
* power: regulator: Kconfig: Add SPL_DM_REGULATOR configs for palmas/lp873x/lp8...Keerthy2019-07-131-0/+26
* power: pmic: Kconfig: Add SPL_PMIC configs for palmas/lp873x/lp87565Keerthy2019-07-131-0/+21
* rtc: add Microcrystal RV-8803 driverMichael Walle2019-07-133-0/+178
* usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGETDerald D. Woods2019-07-131-2/+6
* rtc: ds1307: add support for m41t11Heiko Schocher2019-07-131-0/+14
* mmc: Register only the first MMC device on MMC_TINYEzequiel Garcia2019-07-131-0/+9
* spl: Move SPL_MMC_TINY option to appear under SPL menuEzequiel Garcia2019-07-131-15/+0
* drivers: core: use strcmp when find device by namePeng Fan2019-07-121-1/+1
* pci: ensure enumeration of all devices in pci_initMarek BehĂșn2019-07-121-2/+2
* Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2019-07-119-7/+200
|\
| * drivers: pci: add API to issue FLR on a PCI function if supportedAlex Marginean2019-07-101-0/+24
| * test: dm: Add a test for PCI Enhanced AllocationAlex Marginean2019-07-101-1/+101
| * drivers: pci: add map_bar support for Enhanced AllocationAlex Marginean2019-07-101-0/+46
| * fdt: Allow indicating a node is for U-Boot proper onlyPatrick Delaunay2019-07-102-1/+5
| * drivers: serial: lpuart: Enable Little Endian SupportVabhav Sharma2019-07-101-0/+4
| * spi: Avoid using malloc() in a critical functionSimon Glass2019-07-101-4/+11
| * blk: Allow control of the block cache in TPLSimon Glass2019-07-101-0/+7
| * sandbox: Correct spi flash operationSimon Glass2019-07-101-1/+1
| * sandbox: Exit when SYSRESET_POWER_OFF is requestedSimon Glass2019-07-101-0/+1
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2019-07-111-36/+16
|\ \
| * | km/spi: remove deprecated SPI flash driver code for KM Kirkwood boardsPascal Linder2019-07-111-36/+0
| * | km/spi: add weak functions to kirkwood_spi driver (DM part)Pascal Linder2019-07-111-0/+16
| |/
* | Merge tag 'uniphier-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2019-07-114-6/+430
|\ \
| * | clk: uniphier: add EMMC clock for LD11, LD20, and PXs3Masahiro Yamada2019-07-101-6/+8
| * | spi: Add SPI controller driver for UniPhier SoCsKunihiko Hayashi2019-07-103-0/+422
* | | gpio: pca953x: Add TI TCA9539 compatible stringMarek Vasut2019-07-111-0/+1
* | | tpm: wait for valid statusRoman Kapl2019-07-111-2/+10
* | | pci_ep: add pci endpoint sandbox driverRamon Fried2019-07-113-0/+192
* | | pci_ep: add Cadence PCIe endpoint driverRamon Fried2019-07-114-0/+495
* | | drivers: pci_ep: Introduce UCLASS_PCI_EP uclassRamon Fried2019-07-115-0/+237
| |/ |/|