summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-02-08GPIO: Correct doc typo "confguration" -> "configuration"Robert P. J. Day
2017-02-08regulator: palmas: Fix smps6 - smps9 indicesKeerthy
2017-02-08pwm: remove unneeded ifdef CONFIG_DM_PWM ... endifMasahiro Yamada
2017-02-08drivers: net: cpsw: Fix reading of mac address for am43 SoCsLokesh Vutla
2017-02-08aspeed: ast2500: Fix H-PLL and M-PLL clock rate calculationmaxims@google.com
2017-02-08cros_ec: i2c: Add support for version 3 of the EC protocolMoritz Fischer
2017-02-08simple-bus: enable support for of-platdataKever Yang
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2017-02-08cros_ec: i2c: Group i2c write / read into single transactionMoritz Fischer
2017-02-07drivers: net: Provide Kconfig menu for PHYLIBAlex
2017-02-07net: phy: Improve the Marvell 151x constantsJoe Hershberger
2017-02-07net: fec_mxc: Fix corruption of device tree blobDaniel Strnad
2017-02-07net: designware: Fix for use with current Linux device tree for Meson GXHeiner Kallweit
2017-02-07net: phy: dp83867: Add support for MAC impedance configurationMugunthan V N
2017-02-07net: phy: vitesse: Fix cis8204 RGMII_ID codePhil Edworthy
2017-02-07net: phy: Marvell: Use phy_interface_is_rgmii helper functionPhil Edworthy
2017-02-07net: phy: Add support for Marvell M88E1512Phil Edworthy
2017-02-07net: phy: Fix mask so that we can identify Marvell 88E1518Phil Edworthy
2017-02-07net: phy: ti: Fix dp83867 RGMII_TXID interface pathPhil Edworthy
2017-02-07net: macb: Remove redundant #ifdef CONFIG_DM_ETHWenyou Yang
2017-02-07net: macb: Add the clock supportWenyou Yang
2017-02-07net: Kconfig: Add CONFIG_MACB optionWenyou Yang
2017-02-06x86: Don't try to run the VGA BIOS in 64-bit modeSimon Glass
2017-02-06x86: ivybridge: Fix types for 64-bit compilationSimon Glass
2017-02-06x86: ivybridge: Declare global data where it is usedSimon Glass
2017-02-06x86: Use unsigned long for address in table generationSimon Glass
2017-02-06spl: Allow PCH drivers to be used in SPLSimon Glass
2017-02-06spl: Allow timer drivers to be used in SPLSimon Glass
2017-02-06spl: Allow RTC drivers to be used in SPLSimon Glass
2017-02-06spl: Allow PCI drivers to be used in SPLSimon Glass
2017-02-06spl: Allow CPU drivers to be used in SPLSimon Glass
2017-02-04Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2017-02-03drivers/video/cfb_console.c: Correct "COFNIG_NDS32" typo.Robert P. J. Day
2017-02-01Merge git://www.denx.de/git/u-boot-marvellTom Rini
2017-02-01lib: tpm: Add command to flush resourcesMario Six
2017-02-01net: phy: Support Marvell 88E1680Dirk Eibach
2017-02-01pci: mvebu: Fix Armada 38x supportDirk Eibach
2017-02-01phy: comphy_a3700: Change SD/MMC compatible DT node to match the updatesStefan Roese
2017-01-31drivers: net: fsl-mc: Fixup MAC addresses in DPCBogdan Purcareata
2017-01-31mmc: atmel: rename CONFIG_ATMEL_SDHCI to CONFIG_MMC_SDHCI_ATMELMasahiro Yamada
2017-01-31mmc: pic32: rename CONFIG_PIC32_SDHCI to CONFIG_MMC_SDHCI_PIC32Masahiro Yamada
2017-01-31mmc: msm: rename CONFIG_MSM_SDHCI to CONFIG_MMC_SDHCI_MSMMasahiro Yamada
2017-01-31mmc: rockchip: rename CONFIG_ROCKCHIP_SDHCI to CONFIG_MMC_SDHCI_ROCKCHIPMasahiro Yamada
2017-01-31mmc: zynq: rename CONFIG_ZYNQ_SDHCI to CONFIG_MMC_SDHCI_ZYNQMasahiro Yamada
2017-01-31mmc: sandbox: rename CONFIG, fix dependency, and use it in MakefileMasahiro Yamada
2017-01-31mmc: move CONFIG_GENERIC_MMC to KconfigMasahiro Yamada
2017-01-29i2c: uniphier-f: use readl_poll_timeout() to poll registersMasahiro Yamada
2017-01-29i2c: uniphier(-f): remove unneeded #include <dm/root.h>Masahiro Yamada
2017-01-29clk: uniphier: fix compatible strings for Pro5, PXs2, LD20 SD clockMasahiro Yamada
2017-01-28ARM: SPI: stm32: add stm32f746 qspi driverMichael Kurz