summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mmc: mmc_spi: Re-write driver using DM frameworkBhargav Shah2019-07-153-173/+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-152-0/+15
* mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csdJean-Jacques Hiblot2019-07-152-1/+11
* mmc: if possible, poll the busy state using DAT0Jean-Jacques Hiblot2019-07-153-6/+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-153-28/+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-152-0/+13
* mmc: mvebu: Remove unused MMC_CAP.. macrosT Karthik Reddy2019-07-151-4/+0
* Merge branch '2019-07-12-master-imports'Tom Rini2019-07-1470-353/+2196
|\
| * test: Disable pci_ep test for nowTom Rini2019-07-131-0/+3
| * ARM: dts: logicpd som-lvs and torpedos: Shrink SPL DTBAdam Ford2019-07-134-29/+40
| * regulator: Allow autosetting fixed regulatorsSven Schwermer2019-07-131-0/+3
| * gpio: add gpio-hog supportHeiko Schocher2019-07-135-16/+268
| * ARM: dts: logicpd-som-lv: Resync with Kernel 5.1.9Adam Ford2019-07-132-6/+2
| * ARM: dts: da850: Resync with Linux 5.1.9Adam Ford2019-07-131-1/+1
| * ARM: davinci: da850: Manual pinmux only when PINCTRL not availableAdam Ford2019-07-131-2/+12
| * pinctrl: pinctrl-single: Add 'pinctrl-single, bits' supportAdam Ford2019-07-131-1/+64
| * configs: Make USE_TINY_PRINTF depend on SPL||TPL and be defaultTom Rini2019-07-138-2/+8
| * 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
| * ARM: am335x: Add phyCORE AM335x R2 supportNiel Fourie2019-07-1315-1/+1260
| * ARM: legoev3: convert to driver modelDavid Lechner2019-07-136-27/+102
| * rtc: add Microcrystal RV-8803 driverMichael Walle2019-07-135-0/+180
| * usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGETDerald D. Woods2019-07-131-2/+6
| * ARM: omap3: evm: Enable DM_USB in defconfigDerald D. Woods2019-07-133-34/+3
| * ARM: dts: omap3-evm: Sync dts(i) files from Linux 5.1.5Derald D. Woods2019-07-133-7/+18
| * 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-132-15/+17
| * cmd: nvedit: Add sub-command 'env info'Leo Ruan2019-07-132-0/+121
| * drivers: core: use strcmp when find device by namePeng Fan2019-07-121-1/+1
| * test: dm: usb: use the real device namePeng Fan2019-07-121-1/+1
| * test: dm: adc: use the real device namePeng Fan2019-07-121-8/+8
| * pci: ensure enumeration of all devices in pci_initMarek BehĂșn2019-07-121-2/+2
| * board: pm9263: Convert to CONFIG_DM_USB and CONFIG_DM_VIDEOIlko Iliev2019-07-122-93/+3
| * board: pm9261: Convert to CONFIG_DM_USB and CONFIG_DM_VIDEOIlko Iliev2019-07-122-105/+3
|/
* Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2019-07-1174-990/+1580
|\
| * trace: trace buffer may exceed 2GiBHeinrich Schuchardt2019-07-101-2/+2
| * trace: do not limit trace buffer to 2GiBHeinrich Schuchardt2019-07-104-18/+16
| * drivers: pci: add API to issue FLR on a PCI function if supportedAlex Marginean2019-07-102-0/+38