summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-07-15mmc: skip select_mode_and_width for MMC SPI hostAnup Patel
2019-07-15mmc: retry a few times if a partition switch failedJean-Jacques Hiblot
2019-07-15mmc: do not change mode when accessing a boot partitionJean-Jacques Hiblot
2019-07-15mmc: During a switch, poll on dat0 if available and check the final statusJean-Jacques Hiblot
2019-07-15mmc: When switching partition, use the timeout specified in the ext_csdJean-Jacques Hiblot
2019-07-15mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csdJean-Jacques Hiblot
2019-07-15mmc: if possible, poll the busy state using DAT0Jean-Jacques Hiblot
2019-07-15mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()Jean-Jacques Hiblot
2019-07-15mmc: omap_hsmmc: provide wait_dat0 even if UHS modes are not supportedJean-Jacques Hiblot
2019-07-15Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque...Jean-Jacques Hiblot
2019-07-15mmc: omap_hsmmc: don't fill the send_init_stream callbackJean-Jacques Hiblot
2019-07-15mmc: omap_hsmmc: reset FSM for DAT and CMD lines if needed before a new commandJean-Jacques Hiblot
2019-07-15mmc: rpmb: fix response type of CMD25Akio Hirayama
2019-07-15mmc: sdhci: Implement SDHCI card detectT Karthik Reddy
2019-07-15mmc: sdhci: Read cd-gpio from devicetreeT Karthik Reddy
2019-07-15mmc: Read sd card detect properties from DTT Karthik Reddy
2019-07-14Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2019-07-13regulator: Allow autosetting fixed regulatorsSven Schwermer
2019-07-13gpio: add gpio-hog supportHeiko Schocher
2019-07-13pinctrl: pinctrl-single: Add 'pinctrl-single, bits' supportAdam Ford
2019-07-13power: regulator: Kconfig: Add SPL_DM_REGULATOR configs for palmas/lp873x/lp8...Keerthy
2019-07-13power: pmic: Kconfig: Add SPL_PMIC configs for palmas/lp873x/lp87565Keerthy
2019-07-13rtc: add Microcrystal RV-8803 driverMichael Walle
2019-07-13usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGETDerald D. Woods
2019-07-13rtc: ds1307: add support for m41t11Heiko Schocher
2019-07-13mmc: Register only the first MMC device on MMC_TINYEzequiel Garcia
2019-07-13spl: Move SPL_MMC_TINY option to appear under SPL menuEzequiel Garcia
2019-07-12drivers: core: use strcmp when find device by namePeng Fan
2019-07-12pci: ensure enumeration of all devices in pci_initMarek BehĂșn
2019-07-12gpio: stm32: Remove .ofmatch callbackPatrice Chotard
2019-07-12pinctrl: stm32: update .bind callbackPatrice Chotard
2019-07-12gpio: stm32: Rename stm32f7_gpio to stm32_gpioPatrice Chotard
2019-07-12spi: stm32: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-12spi: stm32_qspi: avoid warnings when building with W=1 optionPatrick Delaunay
2019-07-12mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 optionPatrick Delaunay
2019-07-12power: stpmic1: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-12pinctrl: pinctrl_stm32: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-12ram: stm32mp1_ram: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-12misc: stm32_fuse: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-12power: regulator: stm32: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-12clk: clk_stm32mp1: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-12i2c: stm32f7_i2c: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-12gpio: stm32_gpio: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-12adc: stm32: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-12adc: stm32-adc: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-12mmc: stm32_sdmmc2: avoid warnings when building with W=1 optionPatrick Delaunay
2019-07-12serial: stm32: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-12pmic: stpmic1: add support for SYSRESET_POWER_OFFPatrick Delaunay
2019-07-12stm32mp1: syscon: remove stgenPatrick Delaunay
2019-07-12sysreset: syscon: add support for power offPatrick Delaunay