summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day9-9/+9
2016-07-15Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini7-22/+1100
2016-07-15sunxi: Use BROM stored boot_media value to determine our boot-sourceHans de Goede1-17/+0
2016-07-15Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini1-63/+85
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini19-54/+324
2016-07-15net: Add EMAC driver for H3/A83T/A64 SoCs.Amit Singh Tomar3-0/+799
2016-07-15sunxi: mmc: increase status register polling rate for data transfersTobias Doerffel1-5/+5
2016-07-15sunxi: Support booting from SPI flashSiarhei Siamashka3-0/+296
2016-07-15rockchip: pinctrl: Update the rk3288 driver to support of-platdataSimon Glass1-1/+7
2016-07-15rockchip: clk: Update the rk3288 driver to support of-platdataSimon Glass1-2/+18
2016-07-15rockchip: clk: Move all DT decoding to ofdata_to_platdata()Simon Glass1-1/+12
2016-07-15rockchip: mmc: Update the driver to support of-platdataSimon Glass1-3/+26
2016-07-15rockchip: mmc: Move all DT decoding to ofdata_to_platdata()Simon Glass1-15/+17
2016-07-15rockchip: serial: Add an of-platdata driver for rockchipSimon Glass3-0/+55
2016-07-15dm: serial: ns16550: Update to support of-platdataSimon Glass1-1/+3
2016-07-15dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass1-2/+16
2016-07-15dm: core: Move regmap allocation into a separate functionSimon Glass1-12/+22
2016-07-15sandbox: Don't bring in the eeprom emulator in SPLSimon Glass1-0/+2
2016-07-15dm: core: Expand platdata for of-platdata devicesSimon Glass1-11/+32
2016-07-15dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass2-2/+2
2016-07-15dm: serial: Add support for of-platdataSimon Glass1-1/+7
2016-07-15dm: clk: Add support for of-platdataSimon Glass2-2/+22
2016-07-15dm: sandbox: Add a simple driver to test of-platdataSimon Glass2-0/+58
2016-07-15dm: syscon: Add support for of-platdataSimon Glass1-0/+13
2016-07-15dm: regmap: Add a dummy implementation for of-platdataSimon Glass1-0/+9
2016-07-15dm: core: Don't use device tree with of-platdataSimon Glass3-4/+4
2016-07-15sandbox: serial: Don't sync video in SPLSimon Glass1-0/+2
2016-07-15rtc: Tidy up the code styleSimon Glass1-39/+32
2016-07-15stm32: clk: Add 200MHz clock configuration for stm32f746 discovery boardToshifumi NISHINAGA1-1/+15
2016-07-12Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini1-8/+3
2016-07-12pci: Add board_ prefix to should_load_oprom() and make it weakBin Meng1-2/+2
2016-07-12pci: Make load_oprom and run_oprom independentBin Meng1-4/+1
2016-07-12pci: Remove CONFIG_ALWAYS_LOAD_OPROMBin Meng1-2/+0
2016-07-12mmc: exynos_dw_mmc: support the Driver mode for ExynosJaehoon Chung1-0/+72
2016-07-12mmc: exynos_dw_mmc: use the 4bit bus-width by defaultJaehoon Chung1-6/+2
2016-07-12mmc: exynos_dw_mmc: clean the unused and unnecessary codesJaehoon Chung1-22/+9
2016-07-12mmc: exynos_dw_mmc: add the error control for checking indexJaehoon Chung1-0/+5
2016-07-12mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROLJaehoon Chung1-2/+0
2016-07-12mmc: exynos_dw_mmc: remove the unused functionJaehoon Chung1-36/+0
2016-07-12Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini6-102/+268
2016-07-11sandbox: Find keyboard driver using driver modelSimon Glass1-1/+10
2016-07-11dm: gpio: MPC85XX GPIO platform data supportHamish Martin1-7/+30
2016-07-11dm: dfu: mmc: Support CONFIG_BLK in DFU for MMCSimon Glass1-6/+5
2016-07-11dm: mmc: msmsdhic: Drop old MMC codeSimon Glass2-16/+1
2016-07-11dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass1-2/+44
2016-07-11dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass1-1/+39
2016-07-11dm: mmc: sdhci: Refactor configuration setup to support DMSimon Glass1-48/+59
2016-07-11dm: sandbox: Convert to use CONFIG_CMD_MMC_OPSSimon Glass1-11/+6
2016-07-11dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boardsSimon Glass1-1/+2
2016-07-11dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPSSimon Glass1-0/+33