aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-08-06Merge 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-05exynos: Add support for springSimon Glass1-0/+20
2015-08-05dts: Drop unused compatible ID for the NXP video bridgeSimon Glass1-1/+0
2015-08-05video: Remove the old parade driverSimon Glass4-23/+0
2015-08-05cros_ec: Remove the old tunnel codeSimon Glass1-14/+0
2015-08-05power: Remove old TPS65090 driversSimon Glass3-76/+0
2015-08-05exynos: Drop old exynos5250-specific board codeSimon Glass1-0/+2
2015-08-05exynos: Drop old exynos5420-specific board codeSimon Glass1-0/+2
2015-08-05exynos: config: Move common options to the common headers and tidy upSimon Glass11-90/+39
2015-08-05exynos: Enable new features for exynos5 boardsSimon Glass5-19/+6
2015-08-05dm: video: Add support for video bridgesSimon Glass2-0/+93
2015-08-05dm: power: Add support for the S5M8767 PMICSimon Glass1-0/+85
2015-08-05dm: power: Add a new driver for the TPS65090 PMICSimon Glass1-0/+56
2015-08-05cros_ec: Support the LDO access method used by springSimon Glass1-2/+2
2015-08-05dm: cros_ec: Convert the I2C tunnel code to use driver modelSimon Glass1-2/+12
2015-08-05dm: i2c: Add support for multiplexed I2C busesSimon Glass2-0/+40
2015-08-05dm: i2c: Add a function to transfer messagesSimon Glass1-0/+13
2015-08-05dm: i2c: Move definitions to the top of the header fileSimon Glass1-43/+43
2015-08-05dm: i2c: Correct comment nits in dm_i2c_reg_read/write()Simon Glass1-0/+2
2015-08-05dm: i2c: Add a message debug functionSimon Glass1-0/+10
2015-08-05dm: core: Support finding a device by phandleSimon Glass1-0/+17
2015-08-05Tegra: P2571: Clean up config fileTom Warren1-6/+1
2015-08-05Tegra: spi: Move TEGRA114_SPI switch to defconfigsTom Warren5-10/+0
2015-08-05T210: P2571: Restore USB gadget mode (ums)Tom Warren1-0/+1
2015-08-05configs: Remove CONFIG_SERIAL_MULTIStephen Warren16-16/+0
2015-08-05Merge git://git.denx.de/u-boot-x86Tom Rini16-35/+736
2015-08-05sunxi: MUSB gadget config provisions, with fastboot and USB mass storage supportPaul Kocialkowski1-0/+30
2015-08-05sunxi: config update to stick with Kconfig changesPaul Kocialkowski1-3/+2
2015-08-05usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski30-112/+112
2015-08-05efi: Add 64-bit payload supportSimon Glass1-0/+7
2015-08-05efi: Add support for loading U-Boot through an EFI stubSimon Glass2-0/+11
2015-08-05x86: Add definitions for the x86-efi board and plumb it inBen Stoltz1-0/+34
2015-08-05Add a way to skip relocationSimon Glass1-0/+1
2015-08-05x86: minnowmax: Drop the old PCI settingsSimon Glass1-12/+0
2015-08-05x86: Drop CONFIG_DCACHE_RAM_MRC_VAR_SIZE from header fileSimon Glass1-1/+0
2015-08-05x86: Move CONFIG_X86_SERIAL to KconfigSimon Glass6-10/+1