aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-02-08net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541John Haechten4-0/+515
2017-02-07drivers: net: Provide Kconfig menu for PHYLIBAlex2-26/+92
2017-02-07net: phy: Improve the Marvell 151x constantsJoe Hershberger1-11/+36
2017-02-07net: fec_mxc: Fix corruption of device tree blobDaniel Strnad1-1/+0
2017-02-07net: designware: Fix for use with current Linux device tree for Meson GXHeiner Kallweit1-0/+1
2017-02-07net: phy: dp83867: Add support for MAC impedance configurationMugunthan V N1-0/+31
2017-02-07net: phy: vitesse: Fix cis8204 RGMII_ID codePhil Edworthy1-3/+1
2017-02-07net: phy: Marvell: Use phy_interface_is_rgmii helper functionPhil Edworthy1-4/+1
2017-02-07net: phy: Add support for Marvell M88E1512Phil Edworthy1-2/+7
2017-02-07net: phy: Fix mask so that we can identify Marvell 88E1518Phil Edworthy1-2/+2
2017-02-07net: phy: ti: Fix dp83867 RGMII_TXID interface pathPhil Edworthy1-2/+1
2017-02-07net: macb: Remove redundant #ifdef CONFIG_DM_ETHWenyou Yang1-3/+0
2017-02-07net: macb: Add the clock supportWenyou Yang1-0/+41
2017-02-07net: Kconfig: Add CONFIG_MACB optionWenyou Yang1-0/+10
2017-02-03Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-2/+101
2017-02-01Merge git://www.denx.de/git/u-boot-marvellTom Rini4-16/+76
2017-02-01lib: tpm: Add command to flush resourcesMario Six1-0/+6
2017-02-01net: phy: Support Marvell 88E1680Dirk Eibach1-0/+54
2017-02-01pci: mvebu: Fix Armada 38x supportDirk Eibach1-12/+13
2017-02-01phy: comphy_a3700: Change SD/MMC compatible DT node to match the updatesStefan Roese1-4/+3
2017-01-31drivers: net: fsl-mc: Fixup MAC addresses in DPCBogdan Purcareata1-2/+101
2017-01-31mmc: atmel: rename CONFIG_ATMEL_SDHCI to CONFIG_MMC_SDHCI_ATMELMasahiro Yamada2-12/+13
2017-01-31mmc: pic32: rename CONFIG_PIC32_SDHCI to CONFIG_MMC_SDHCI_PIC32Masahiro Yamada2-8/+8
2017-01-31mmc: msm: rename CONFIG_MSM_SDHCI to CONFIG_MMC_SDHCI_MSMMasahiro Yamada2-11/+11
2017-01-31mmc: rockchip: rename CONFIG_ROCKCHIP_SDHCI to CONFIG_MMC_SDHCI_ROCKCHIPMasahiro Yamada2-8/+9
2017-01-31mmc: zynq: rename CONFIG_ZYNQ_SDHCI to CONFIG_MMC_SDHCI_ZYNQMasahiro Yamada2-8/+9
2017-01-31mmc: sandbox: rename CONFIG, fix dependency, and use it in MakefileMasahiro Yamada2-7/+4
2017-01-31mmc: move CONFIG_GENERIC_MMC to KconfigMasahiro Yamada1-0/+4
2017-01-29i2c: uniphier-f: use readl_poll_timeout() to poll registersMasahiro Yamada1-24/+10
2017-01-29i2c: uniphier(-f): remove unneeded #include <dm/root.h>Masahiro Yamada2-2/+0
2017-01-29clk: uniphier: fix compatible strings for Pro5, PXs2, LD20 SD clockMasahiro Yamada1-3/+3
2017-01-28ARM: SPI: stm32: add stm32f746 qspi driverMichael Kurz3-0/+637
2017-01-28net: phy: add SMSC LAN8742 phyMichael Kurz1-0/+12
2017-01-28net: stm32: add designware mac glue code for stm32Michael Kurz1-0/+1
2017-01-28aspeed: Add basic ast2500-specific drivers and configurationmaxims@google.com3-0/+274
2017-01-28aspeed: Add drivers common to all Aspeed SoCsmaxims@google.com5-0/+166
2017-01-26Merge git://www.denx.de/git/u-boot-marvellTom Rini4-4/+515
2017-01-25Merge git://git.denx.de/u-boot-mpc85xxTom Rini1-0/+7
2017-01-25Drop CONFIG_WINBOND_83C553Simon Glass2-207/+0
2017-01-25mmc: Add Marvell Xenon SDHCI controller driverStefan Roese3-0/+509
2017-01-25mmc: sdhci: Add support for optional controller specific set_ios_post()Stefan Roese1-0/+4
2017-01-25mmc: sdhci: Clear SDHCI_CLOCK_CONTROL before configuring the new valueStefan Roese1-4/+2
2017-01-24mpc85xx: pcie: Implement workaround for Erratum A007815Tony O'Brien1-0/+7
2017-01-23mmc: Print error code for mmc_complete_init failureJagan Teki1-1/+3
2017-01-23mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier12-28/+45
2017-01-22pinctrl: uniphier: support UniPhier PXs3 pinctrl driverMasahiro Yamada3-9/+156
2017-01-21status_led: Kconfig migrationUri Mashiach4-54/+54
2017-01-21status_led: Kconfig migration - introductionUri Mashiach1-1/+322
2017-01-20serial, ns16550: bugfix: ns16550 fifo not enabledHeiko Schocher2-6/+4
2017-01-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini11-642/+764