aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini19-54/+324
2016-07-14rockchip: pinctrl: Update the rk3288 driver to support of-platdataSimon Glass1-1/+7
2016-07-14rockchip: clk: Update the rk3288 driver to support of-platdataSimon Glass1-2/+18
2016-07-14rockchip: clk: Move all DT decoding to ofdata_to_platdata()Simon Glass1-1/+12
2016-07-14rockchip: mmc: Update the driver to support of-platdataSimon Glass1-3/+26
2016-07-14rockchip: mmc: Move all DT decoding to ofdata_to_platdata()Simon Glass1-15/+17
2016-07-14rockchip: serial: Add an of-platdata driver for rockchipSimon Glass3-0/+55
2016-07-14dm: serial: ns16550: Update to support of-platdataSimon Glass1-1/+3
2016-07-14dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass1-2/+16
2016-07-14dm: core: Move regmap allocation into a separate functionSimon Glass1-12/+22
2016-07-14sandbox: Don't bring in the eeprom emulator in SPLSimon Glass1-0/+2
2016-07-14dm: core: Expand platdata for of-platdata devicesSimon Glass1-11/+32
2016-07-14dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass2-2/+2
2016-07-14dm: serial: Add support for of-platdataSimon Glass1-1/+7
2016-07-14dm: clk: Add support for of-platdataSimon Glass2-2/+22
2016-07-14dm: sandbox: Add a simple driver to test of-platdataSimon Glass2-0/+58
2016-07-14dm: syscon: Add support for of-platdataSimon Glass1-0/+13
2016-07-14dm: regmap: Add a dummy implementation for of-platdataSimon Glass1-0/+9
2016-07-14dm: core: Don't use device tree with of-platdataSimon Glass3-4/+4
2016-07-14sandbox: serial: Don't sync video in SPLSimon Glass1-0/+2
2016-07-14rtc: Tidy up the code styleSimon Glass1-39/+32
2016-07-14stm32: 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-11Merge 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
2016-07-11dm: mmc: Add a way to use driver model for MMC operationsSimon Glass3-3/+93
2016-07-11mmc: Move tracing code into separate functionsSimon Glass2-15/+45
2016-07-11dm: mmc: rockchip: Support only CONFIG_BLKSimon Glass1-11/+0
2016-07-11mmc: Move MMC boot code into its own fileSimon Glass4-125/+146
2016-07-11dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.cSimon Glass2-95/+91
2016-07-11dm: mmc: Move CONFIG_BLK code into the mmc uclassSimon Glass2-82/+83
2016-07-11mmc: Add function declarations for mmc_bread() and mmc_switch_part()Simon Glass2-5/+21
2016-07-09dm: spi: Read default speed and mode values from DTVignesh R1-2/+6
2016-07-09spi: cadence_quadspi: Enable QUAD mode based on DT dataVignesh R3-7/+8
2016-07-09spi: cadence_qspi_apb: Support 32 bit AHB addressVignesh R1-3/+2
2016-07-09spi: davinci_spi: Convert to driver to adapt to DMVignesh R1-89/+240
2016-07-09dm: core: implement dev_map_physmem()Vignesh R1-0/+11
2016-07-08mmc: msm_sdhci: Set mmc->dev pointer in msm_sdc_probe()Mateusz Kulikowski1-1/+6