summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-07-17i2c: omap24xx_i2c: Adapt driver to support K3 devicesVignesh R1-1/+1
2019-07-17mmc: am654_sdhci: Allow driver to probe without PDs specifiedAndreas Dannenberg1-8/+8
2019-07-17mmc: am654_sdhci: Add a platform specific set_control_reg() callbackFaiz Abbas1-1/+17
2019-07-17mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timingsFaiz Abbas2-36/+37
2019-07-17mmc: am654_sdhci: Add Support for PHYFaiz Abbas2-7/+219
2019-07-17mmc: sdhci: Make set_ios_post() return intFaiz Abbas2-2/+4
2019-07-17mmc: sdhci: Make sdhci_set_clock() non staticFaiz Abbas1-1/+1
2019-07-17mmc: sdhci: Add support for sdhci-caps-maskFaiz Abbas1-3/+15
2019-07-17regmap: Add API regmap_init_mem_index()Faiz Abbas1-0/+42
2019-07-17mmc: am654_sdhci: Remove quirksFaiz Abbas1-3/+0
2019-07-17arm64: dts: k3: Sync sdhci0 node from kernel and change driver nameFaiz Abbas3-23/+23
2019-07-16Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini4-0/+57
2019-07-16sunxi: phy: Add USB PHY support for Allwinner H6Andre Przywara1-0/+20
2019-07-16sunxi: clocks: Add H6 USB clock gates and resetsAndre Przywara1-0/+29
2019-07-16sunxi: gpio: Enable support for H6 pin controllerAndre Przywara1-0/+2
2019-07-16sunxi: move SUNXI_GPIO to KconfigAndre Przywara1-0/+6
2019-07-16Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini19-535/+998
2019-07-15net: macb: Add support for 1000-baseXRadu Pirea1-2/+4
2019-07-15net: macb: Fixed reading MII_LPA registerRadu Pirea1-1/+1
2019-07-15net: ethernet: ti: Introduce am654 gigabit eth switch subsystem driverKeerthy3-0/+801
2019-07-15driver: net: ti: cpsw-mdio: use phys_addr_t for mdio_base addrKeerthy2-3/+3
2019-07-15net: phy: cortina: Use block layer to read from mmcYinbo Zhu1-0/+5
2019-07-15net: mscc: refactor mscc_miimHoratiu Vultur8-516/+63
2019-07-15test: dm: add MDIO testAlex Marginean3-0/+103
2019-07-15net: introduce MDIO DM class for MDIO devicesAlex Marginean1-0/+13
2019-07-15net: mscc: serval: Remove delay when serdes is configuredHoratiu Vultur1-2/+0
2019-07-15net: phy: ti: Fix clock output DT propertyTrent Piepho1-8/+2
2019-07-15net: phy: ti: Use default values for tx/rx delay and fifo sizeTrent Piepho1-3/+3
2019-07-15Merge tag 'mmc-2019-7-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini10-298/+634
2019-07-15mmc: fsl_esdhc_imx: enlarge mmc timeoutPeng Fan1-2/+2
2019-07-15mmc: fsl_esdhc_imx: add i.MX8QM compatiblePeng Fan1-0/+7
2019-07-15mmc: fsl_esdhc_imx: add HS400 Enhanced strobe supportPeng Fan1-0/+20
2019-07-15mmc: fsl_esdhc_imx: use mmc_of_parse to set host_capsPeng Fan1-9/+5
2019-07-15mmc: Parse no-1-8-v DT propertyPeng Fan1-0/+5
2019-07-15mmc: Parse HS400 Enhanced strobe DT propertiesPeng Fan1-0/+2
2019-07-15mmc: support hs400 enhanced strobe modePeng Fan3-1/+100
2019-07-15mmc: fsl_esdhc_imx: fix config check issue when building in SPLYe Li1-2/+2
2019-07-15mmc: mmc_spi: Re-write driver using DM frameworkBhargav Shah2-167/+320
2019-07-15mmc: skip select_mode_and_width for MMC SPI hostAnup Patel1-0/+14
2019-07-15mmc: retry a few times if a partition switch failedJean-Jacques Hiblot1-3/+7
2019-07-15mmc: do not change mode when accessing a boot partitionJean-Jacques Hiblot1-36/+0
2019-07-15mmc: During a switch, poll on dat0 if available and check the final statusJean-Jacques Hiblot1-13/+36
2019-07-15mmc: When switching partition, use the timeout specified in the ext_csdJean-Jacques Hiblot1-0/+10
2019-07-15mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csdJean-Jacques Hiblot1-1/+9
2019-07-15mmc: if possible, poll the busy state using DAT0Jean-Jacques Hiblot2-4/+4
2019-07-15mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()Jean-Jacques Hiblot3-21/+37
2019-07-15mmc: omap_hsmmc: provide wait_dat0 even if UHS modes are not supportedJean-Jacques Hiblot1-4/+0
2019-07-15Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque...Jean-Jacques Hiblot2-18/+0
2019-07-15mmc: omap_hsmmc: don't fill the send_init_stream callbackJean-Jacques Hiblot1-9/+0
2019-07-15mmc: omap_hsmmc: reset FSM for DAT and CMD lines if needed before a new commandJean-Jacques Hiblot1-7/+6