summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-08-08arm: socfpga: config: Make CONFIG_SPI_FLASH_MTD usefulMarek Vasut1-0/+4
2015-08-08arm: socfpga: config: Fix LOADADDRMarek Vasut2-2/+2
2015-08-08arm: socfpga: config: Enable CONFIG_SPI_FLASH_BARMarek Vasut1-0/+1
2015-08-08arm: socfpga: config: Exclude CONFIG_SPI_FLASH_MTD from SPL buildMarek Vasut1-0/+2
2015-08-08arm: socfpga: config: Zap incorrect config optionsMarek Vasut1-7/+2
2015-08-08arm: socfpga: config: Move SPL GD and malloc to RAMMarek Vasut1-6/+8
2015-08-08arm: socfpga: misc: Reset ethernet from OFMarek Vasut3-2/+1
2015-08-08arm: socfpga: misc: Probe ethernet GMAC from OFMarek Vasut2-2/+0
2015-08-08arm: socfpga: misc: Export bootmode into environment variableMarek Vasut1-0/+1
2015-08-08arm: socfpga: spl: Add support for booting from QSPIMarek Vasut1-0/+9
2015-08-08arm: socfpga: spl: Add support for booting from SD/MMCMarek Vasut1-0/+14
2015-08-08arm: socfpga: spl: Remove custom linker scriptMarek Vasut1-3/+0
2015-08-08arm: socfpga: spl: Merge spl_board_init() into board_init_f()Marek Vasut1-1/+0
2015-08-08arm: socfpga: system: Clean up pinmux_config.cMarek Vasut2-2/+0
2015-08-08arm: socfpga: scan: Zap iocsr_scan_chain*_table()Marek Vasut2-2/+0
2015-08-08arm: socfpga: clock: Clean up pll_config.hMarek Vasut2-2/+0
2015-08-08arm: socfpga: enable the Altera SDRAM controller driverDinh Nguyen1-0/+5
2015-08-08arm: socfpga: Move generated files into qts subdirMarek Vasut2-6/+6
2015-08-07Merge git://git.denx.de/u-boot-dmTom Rini25-264/+771
2015-08-06ARM: tegra: Add p2371-0000 boardStephen Warren1-0/+65
2015-08-06ARM: tegra: Add e2220-1170 boardStephen Warren1-0/+65
2015-08-06ARM: tegra: p2571: remove another unused defineStephen Warren1-3/+0
2015-08-06ARM: tegra: enable GPU DT node when appropriateAlexandre Courbot3-0/+5
2015-08-06ARM: tegra: move VPR configuration to a later stageAlexandre Courbot2-0/+6
2015-08-06dm: core: Fix a typo in the uclass_get_device_by_name() commentSimon Glass1-1/+1
2015-08-06dm: core: Add a way to set a device nameSimon Glass1-0/+15
2015-08-06devres: add debug command to dump device resourcesMasahiro Yamada1-0/+9
2015-08-06devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada2-0/+95
2015-08-06devres: add devm_kmalloc() and friends (managed memory allocators)Masahiro Yamada1-0/+44
2015-08-06devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada2-0/+159
2015-08-06dm: add DM_FLAG_BOUND flagMasahiro Yamada1-0/+3
2015-08-06dm: Support address translation for simple-busSimon Glass1-0/+12
2015-08-06lib/fdtdec: Fix fdt_addr_t and fdt_size_t typedefYork Sun1-4/+2
2015-08-06exynos: Add support for springSimon Glass1-0/+20
2015-08-06dts: Drop unused compatible ID for the NXP video bridgeSimon Glass1-1/+0
2015-08-06video: Remove the old parade driverSimon Glass4-23/+0
2015-08-06cros_ec: Remove the old tunnel codeSimon Glass1-14/+0
2015-08-06power: Remove old TPS65090 driversSimon Glass3-76/+0
2015-08-06exynos: Drop old exynos5250-specific board codeSimon Glass1-0/+2
2015-08-06exynos: Drop old exynos5420-specific board codeSimon Glass1-0/+2
2015-08-06exynos: config: Move common options to the common headers and tidy upSimon Glass11-90/+39
2015-08-06exynos: Enable new features for exynos5 boardsSimon Glass5-19/+6
2015-08-06dm: video: Add support for video bridgesSimon Glass2-0/+93
2015-08-06dm: power: Add support for the S5M8767 PMICSimon Glass1-0/+85
2015-08-06dm: power: Add a new driver for the TPS65090 PMICSimon Glass1-0/+56
2015-08-06cros_ec: Support the LDO access method used by springSimon Glass1-2/+2
2015-08-06dm: cros_ec: Convert the I2C tunnel code to use driver modelSimon Glass1-2/+12
2015-08-06dm: i2c: Add support for multiplexed I2C busesSimon Glass2-0/+40
2015-08-06dm: i2c: Add a function to transfer messagesSimon Glass1-0/+13
2015-08-06dm: i2c: Move definitions to the top of the header fileSimon Glass1-43/+43