summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-17mmc: sdhci: Make set_ios_post() return intFaiz Abbas3-3/+5
2019-07-17arm: dts: k3: Add phy specific properties to SD card nodeFaiz Abbas2-0/+4
2019-07-17mmc: sdhci: Make sdhci_set_clock() non staticFaiz Abbas2-1/+2
2019-07-17mmc: sdhci: Add support for sdhci-caps-maskFaiz Abbas1-3/+15
2019-07-17regmap: Add API regmap_init_mem_index()Faiz Abbas2-0/+44
2019-07-17mmc: am654_sdhci: Remove quirksFaiz Abbas1-3/+0
2019-07-17arm64: dts: k3: Sync sdhci0 node from kernel and change driver nameFaiz Abbas9-49/+116
2019-07-16Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini165-328/+719
2019-07-16sunxi: H6: Enable USB for existing boardsAndre Przywara5-0/+10
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 Przywara4-4/+7
2019-07-16sunxi: H6: Add DDR3 DRAM delay valuesJernej Skrabec1-6/+17
2019-07-16sunxi: H6: Add DDR3-1333 timingsAndre Przywara3-0/+153
2019-07-16sunxi: H6: Add DDR3 support to DRAM controller driverAndre Przywara2-28/+62
2019-07-16sunxi: H6: move LPDDR3 timing definition into separate fileAndre Przywara10-148/+177
2019-07-16sunxi: H6: DRAM: follow recommended PHY init algorithmAndre Przywara1-1/+3
2019-07-16sunxi: H6: DRAM: avoid memcpy() on MMIO registersAndre Przywara1-2/+4
2019-07-16Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini32-625/+1506
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-15configs: am65x_evm_a53: enable networkingGrygorii Strashko1-0/+6
2019-07-15arm64: dts: k3-am654-base-board: add mcu cpsw nuss pinmux and phy defsGrygorii Strashko1-0/+59
2019-07-15arm64: dts: ti: k3-am65: add mcu cpsw nodeGrygorii Strashko2-0/+113
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 Marginean7-0/+163
2019-07-15net: introduce MDIO DM class for MDIO devicesAlex Marginean6-0/+184
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-15cmd: mii: Add the standard 1000BASE-T registersTrent Piepho1-5/+29
2019-07-15cmd: mii: Refactor some of the MII reg dump codeTrent Piepho1-85/+70
2019-07-15Merge tag 'mmc-2019-7-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini17-419/+659
2019-07-15sun8i: h3: Add support for the Beelink-x2 STBMarcus Cooper4-0/+239
2019-07-15sunxi: move CONFIG_SPL_TEXT_BASE from *_defconfig to KconfigAndre Przywara147-146/+3
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 Fan4-1/+115
2019-07-15mmc: fsl_esdhc_imx: fix config check issue when building in SPLYe Li1-2/+2
2019-07-15cmd: Remove mmc_spi commandAnup Patel5-100/+0
2019-07-15mmc: mmc_spi: Re-write driver using DM frameworkBhargav Shah3-173/+320
2019-07-15mmc: skip select_mode_and_width for MMC SPI hostAnup Patel1-0/+14