aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-11-26Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini3-1/+65
2014-11-26Merge git://git.denx.de/u-boot-fdtTom Rini3-6/+80
2014-11-25sun7i: Drop CONFIG_ARMV7_PSCI_NR_CPUSHans de Goede1-1/+0
2014-11-25sunxi: Add usb keyboard Kconfig optionHans de Goede1-0/+13
2014-11-25sunxi: video: Add simplefb supportLuc Verhaegen1-0/+8
2014-11-25fdt_support: Add a fdt_setup_simplefb_node helper functionHans de Goede1-0/+3
2014-11-25sunxi: video: Add cfb console driver for sunxiLuc Verhaegen1-0/+41
2014-11-24Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini3-6/+0
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini10-18/+186
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini10-34/+109
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini6-257/+363
2014-11-24cmd_sata: implement sata stop commandNikita Kiryanov1-0/+2
2014-11-24sata: implement reset_sata for dwc_ahsataNikita Kiryanov1-0/+1
2014-11-24ARM: Add arch/arm/cpu/armv7/Kconfig with non-secure and virt optionsHans de Goede3-6/+0
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami4-23/+36
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2-4/+7
2014-11-23ext4: Prepare API change for files greater than 2GBSuriyan Ramasami1-3/+5
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami1-6/+7
2014-11-23sandbox: Use md5sum and fatwrite to enable testing of fs commandsSuriyan Ramasami1-0/+2
2014-11-23config: remove redundant CONFIG_SYS_PROMPT definesMasahiro Yamada8-8/+0
2014-11-23Add pr_fmt() macroThierry Reding1-5/+9
2014-11-23pci: Honour pci_skip_dev()Thierry Reding1-0/+1
2014-11-23fs: make it possible to read the filesystem UUIDChristian Gmeiner2-0/+8
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-13/+4
2014-11-22dm: spi: Use device_bind_driver() instead of our own functionSimon Glass1-14/+0
2014-11-22dm: spi: Correct handling of SPI chip selects in sandboxSimon Glass1-0/+10
2014-11-22dm: Add a function to bind a device by driver nameSimon Glass1-0/+13
2014-11-22dm: core: Add functions to find parent and OF dataSimon Glass1-0/+8
2014-11-22dm: core: Allow access to the device's driver_id dataSimon Glass1-0/+11
2014-11-21mx6: mx6sabre common: Enable i.MX thermal DM driverYe.Li1-1/+6
2014-11-21DM: thermal: Add imx thermal DM driverYe.Li3-0/+60
2014-11-21dm: Disable dm_warn() in SPLSimon Glass2-0/+7
2014-11-21dm: Allow stdio registration to be droppedSimon Glass1-0/+1
2014-11-21dm: Allow device removal features to be droppedSimon Glass2-0/+14
2014-11-21dm: Split the simple malloc() implementation into its own fileSimon Glass2-23/+38
2014-11-21dm: tegra: Avoid using arch-specific memcpy() in SPLSimon Glass1-0/+2
2014-11-21dm: at91: Convert snapper9260 to use driver modelSimon Glass1-1/+8
2014-11-21dm: at91: Move snapper9260 to generic baordSimon Glass1-0/+1
2014-11-21dm: at91: Correct text base for snapper9260Simon Glass1-1/+1
2014-11-21x86: ivybridge: Implement SDRAM initSimon Glass3-1/+6
2014-11-21x86: chromebook_link: Enable GPIO supportSimon Glass1-3/+1
2014-11-21x86: ivybridge: Perform Intel microcode update on bootSimon Glass1-0/+1
2014-11-21x86: ivybridge: Enable PCI in early initSimon Glass1-2/+12
2014-11-21x86: Build a .rom file which can be flashed to an x86 machineSimon Glass1-0/+2
2014-11-21x86: Add chromebook_link boardSimon Glass1-0/+60
2014-11-21x86: config: Move common x86 configs to a common fileSimon Glass2-256/+260
2014-11-21dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass1-1/+10
2014-11-21dm: serial: Move current serial port pointer to global_dataSimon Glass1-0/+1
2014-11-21fdt: Add a function to decode a variable-sized u32 arraySimon Glass1-0/+16
2014-11-21fdt: Add a function to decode a named memory regionSimon Glass1-0/+27