summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2019-07-164-0/+57
|\
| * sunxi: phy: Add USB PHY support for Allwinner H6Andre Przywara2019-07-161-0/+20
| * sunxi: clocks: Add H6 USB clock gates and resetsAndre Przywara2019-07-161-0/+29
| * sunxi: gpio: Enable support for H6 pin controllerAndre Przywara2019-07-161-0/+2
| * sunxi: move SUNXI_GPIO to KconfigAndre Przywara2019-07-161-0/+6
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2019-07-1519-535/+998
|\ \
| * | net: macb: Add support for 1000-baseXRadu Pirea2019-07-151-2/+4
| * | net: macb: Fixed reading MII_LPA registerRadu Pirea2019-07-151-1/+1
| * | net: ethernet: ti: Introduce am654 gigabit eth switch subsystem driverKeerthy2019-07-153-0/+801
| * | driver: net: ti: cpsw-mdio: use phys_addr_t for mdio_base addrKeerthy2019-07-152-3/+3
| * | net: phy: cortina: Use block layer to read from mmcYinbo Zhu2019-07-151-0/+5
| * | net: mscc: refactor mscc_miimHoratiu Vultur2019-07-158-516/+63
| * | test: dm: add MDIO testAlex Marginean2019-07-153-0/+103
| * | net: introduce MDIO DM class for MDIO devicesAlex Marginean2019-07-151-0/+13
| * | net: mscc: serval: Remove delay when serdes is configuredHoratiu Vultur2019-07-151-2/+0
| * | net: phy: ti: Fix clock output DT propertyTrent Piepho2019-07-151-8/+2
| * | net: phy: ti: Use default values for tx/rx delay and fifo sizeTrent Piepho2019-07-151-3/+3
* | | Merge tag 'mmc-2019-7-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2019-07-1510-298/+634
|\ \ \ | |/ / |/| |
| * | mmc: fsl_esdhc_imx: enlarge mmc timeoutPeng Fan2019-07-151-2/+2
| * | mmc: fsl_esdhc_imx: add i.MX8QM compatiblePeng Fan2019-07-151-0/+7
| * | mmc: fsl_esdhc_imx: add HS400 Enhanced strobe supportPeng Fan2019-07-151-0/+20
| * | mmc: fsl_esdhc_imx: use mmc_of_parse to set host_capsPeng Fan2019-07-151-9/+5
| * | mmc: Parse no-1-8-v DT propertyPeng Fan2019-07-151-0/+5
| * | mmc: Parse HS400 Enhanced strobe DT propertiesPeng Fan2019-07-151-0/+2
| * | mmc: support hs400 enhanced strobe modePeng Fan2019-07-153-1/+100
| * | mmc: fsl_esdhc_imx: fix config check issue when building in SPLYe Li2019-07-151-2/+2
| * | 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
| |/
* | Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-1422-119/+305
|\ \ | |/ |/|
| * gpio: stm32: Remove .ofmatch callbackPatrice Chotard2019-07-121-6/+0
| * pinctrl: stm32: update .bind callbackPatrice Chotard2019-07-121-1/+31
| * gpio: stm32: Rename stm32f7_gpio to stm32_gpioPatrice Chotard2019-07-123-3/+3
| * spi: stm32: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-5/+6
| * spi: stm32_qspi: avoid warnings when building with W=1 optionPatrick Delaunay2019-07-121-11/+13
| * mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 optionPatrick Delaunay2019-07-121-62/+31