summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-07-25spi: add spi-mem driver for MediaTek MT7629 SoCWeijie Gao
2019-07-22mtd: spi: Add micron mt35xu512aba and mt35xu02g flash IDAshish Kumar
2019-07-18mtd: spi: Add flash property for Micron mt25qu512aAshish Kumar
2019-07-18spi: Add SiFive SPI driverBhargav Shah
2019-07-18mmc: mmc_spi: Use SPI_XFER_BEGIN and SPI_XFER_END flagsAnup Patel
2019-07-18drivers/spi: fsl_qspi: improve timeout calculationThomas Schaefer
2019-07-18drivers/spi: fsl_qspi: fix read timeoutThomas Schaefer
2019-07-18spi: spi-mem: Fix read data size issueYe Li
2019-07-16Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2019-07-16sunxi: phy: Add USB PHY support for Allwinner H6Andre Przywara
2019-07-16sunxi: clocks: Add H6 USB clock gates and resetsAndre Przywara
2019-07-16sunxi: gpio: Enable support for H6 pin controllerAndre Przywara
2019-07-16sunxi: move SUNXI_GPIO to KconfigAndre Przywara
2019-07-15Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2019-07-15net: macb: Add support for 1000-baseXRadu Pirea
2019-07-15net: macb: Fixed reading MII_LPA registerRadu Pirea
2019-07-15net: ethernet: ti: Introduce am654 gigabit eth switch subsystem driverKeerthy
2019-07-15driver: net: ti: cpsw-mdio: use phys_addr_t for mdio_base addrKeerthy
2019-07-15net: phy: cortina: Use block layer to read from mmcYinbo Zhu
2019-07-15net: mscc: refactor mscc_miimHoratiu Vultur
2019-07-15test: dm: add MDIO testAlex Marginean
2019-07-15net: introduce MDIO DM class for MDIO devicesAlex Marginean
2019-07-15net: mscc: serval: Remove delay when serdes is configuredHoratiu Vultur
2019-07-15net: phy: ti: Fix clock output DT propertyTrent Piepho
2019-07-15net: phy: ti: Use default values for tx/rx delay and fifo sizeTrent Piepho
2019-07-15Merge tag 'mmc-2019-7-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2019-07-15mmc: fsl_esdhc_imx: enlarge mmc timeoutPeng Fan
2019-07-15mmc: fsl_esdhc_imx: add i.MX8QM compatiblePeng Fan
2019-07-15mmc: fsl_esdhc_imx: add HS400 Enhanced strobe supportPeng Fan
2019-07-15mmc: fsl_esdhc_imx: use mmc_of_parse to set host_capsPeng Fan
2019-07-15mmc: Parse no-1-8-v DT propertyPeng Fan
2019-07-15mmc: Parse HS400 Enhanced strobe DT propertiesPeng Fan
2019-07-15mmc: support hs400 enhanced strobe modePeng Fan
2019-07-15mmc: fsl_esdhc_imx: fix config check issue when building in SPLYe Li
2019-07-15mmc: mmc_spi: Re-write driver using DM frameworkBhargav Shah
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