aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-08-20Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini3-19/+21
2016-08-20pinctrl: fix typos in comment blocks of pinconfig_post_bind()Masahiro Yamada1-2/+2
2016-08-20fastboot: implement KconfigSteve Rae1-0/+5
2016-08-17arm: rmobile: Add BLANCHE board supportmasakazu.mochizuki.wd@hitachi.com2-22/+20
2016-08-17mmc: rmobile: add a compiler barrierYannick Gicquel1-0/+3
2016-08-17serial: sh: Add support R8A7795Hiroyuki Yokoyama1-1/+2
2016-08-17ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILENobuhiro Iwamatsu1-1/+1
2016-08-16Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini4-21/+334
2016-08-16i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)Stefan Roese1-21/+269
2016-08-16misc: Add simple driver for some Nuvoton NCT6102D devicesStefan Roese3-0/+65
2016-08-16mmc: mmc_legacy: fix the compiler error with disabled CONFIG_DM_MMC_OPSJaehoon Chung1-2/+7
2016-08-16mmc: send CMD0 before CMD1 for some MMC cardsYangbo Lu1-0/+3
2016-08-16drivers: mmc: omap_hsmmc: fix build breakageSekhar Nori1-0/+2
2016-08-15xtensa: add support for the 'xtfpga' evaluation boardChris Zankel2-0/+38
2016-08-15Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini31-74/+1794
2016-08-15mmc: atmel_sdhci: Convert to the driver model supportWenyou Yang2-0/+133
2016-08-15dm: atmel: Add driver model support for the ehci driverWenyou Yang2-0/+123
2016-08-15pinctrl: at91-pio4: Add pinctrl driverWenyou Yang3-0/+190
2016-08-15gpio: atmel_pio4: Rework to support DM & DTWenyou Yang2-23/+117
2016-08-15gpio: atmel_pio4: Move PIO4 definitions to head fileWenyou Yang1-53/+18
2016-08-15Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini29-369/+980
2016-08-15net: mii: Changes not made by spatchJoe Hershberger6-50/+40
2016-08-15net: mii: Fix changes made by spatchJoe Hershberger6-37/+25
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger19-145/+381
2016-08-15clk: at91: Add clock driverWenyou Yang16-0/+776
2016-08-15tpm: atmel_twi: Make compatible with DM I2C bussesmario.six@gdsys.cc2-2/+15
2016-08-15i2c: atmel: add i2c driverSongjun Wu4-0/+426
2016-08-15net/ethoc: implement MDIO bus and support phylibMax Filippov1-6/+150
2016-08-15net/ethoc: support private memory configurationsMax Filippov1-5/+41
2016-08-15net/ethoc: don't mix virtual and physical addressesMax Filippov1-10/+13
2016-08-15net/ethoc: support device treeMax Filippov1-0/+15
2016-08-15net/ethoc: add CONFIG_DM_ETH supportMax Filippov1-47/+174
2016-08-15net/ethoc: use priv instead of dev internallyMax Filippov1-55/+56
2016-08-15net/ethoc: add Kconfig entry for the driverMax Filippov1-0/+5
2016-08-15net: e1000: Fix the build with driver model and SPI EEPROMAlban Bedel2-30/+35
2016-08-15net: smsc95xx: Use correct get_unaligned functionsChris Packham1-2/+2
2016-08-15net: macb: Fix build error for CONFIG_DM_ETH enabledWenyou Yang1-8/+69
2016-08-15i2c: tegra: add standardized clk/reset API supportBryan Wu1-4/+85
2016-08-15pci: tegra: port to standard clock/reset/pwr domain APIsStephen Warren2-5/+159
2016-08-15mmc: tegra: port to standard clock/reset APIsStephen Warren1-9/+55
2016-08-15i2c: add Tegra186 BPMP driverStephen Warren3-0/+140
2016-08-15power domain: add Tegra186 driverStephen Warren3-0/+100
2016-08-15reset: add Tegra186 reset driverStephen Warren3-0/+89
2016-08-15clock: add Tegra186 clock driverStephen Warren5-0/+118
2016-08-15misc: add Tegra BPMP driverStephen Warren3-0/+270
2016-08-12Merge git://git.denx.de/u-boot-dmTom Rini9-11/+25
2016-08-12misc: add "call" uclass opStephen Warren1-0/+11
2016-08-12power: pmic: act8846: add missing newline to debug statementsJohn Keeping1-2/+2
2016-08-12power: regulator: act8846: fix reading valuesJohn Keeping1-2/+2
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren6-7/+10