aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-07-23Merge git://git.denx.de/u-boot-uniphierTom Rini
2015-07-23ARM: UniPhier: add PH1-sLD3 SoC supportMasahiro Yamada
2015-07-23ARM: UniPhier: update CONFIG_BOOTARGSMasahiro Yamada
2015-07-23ARM: UniPhier: add environment variable for TFTP bootMasahiro Yamada
2015-07-23ARM: UniPhier: add environment sets for non-FIT Linux bootMasahiro Yamada
2015-07-23Merge git://git.denx.de/u-boot-marvellTom Rini
2015-07-23arm: mvebu: db-88f6820: Add SPL support with DDR init codeStefan Roese
2015-07-23arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directoryStefan Roese
2015-07-23arm: mvebu: add Armada XP SATA supportAnton Schubert
2015-07-22linux_compat: handle __GFP_ZERO in kmalloc()Masahiro Yamada
2015-07-22linux_compat: move vzalloc() to header file as an inline functionMasahiro Yamada
2015-07-22linux_compat: remove cpu_relax() defineMasahiro Yamada
2015-07-21net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass
2015-07-21x86: minnowmax: Drop the cache line size hackSimon Glass
2015-07-21dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass
2015-07-21dm: usb: eth: Support driver model with USB EthernetSimon Glass
2015-07-21dm: eth: Avoid blocking on packet receptionSimon Glass
2015-07-21dm: usb: Correct the struct usb_driver_entry commentSimon Glass
2015-07-21dm: pci: Add a function to get the BDF for a deviceSimon Glass
2015-07-21dm: pci: Add support for PCI driver matchingSimon Glass
2015-07-21dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede
2015-07-21dm: Export device_remove_children / device_unbind_childrenHans de Goede
2015-07-21usb: Add an usb_device parameter to usb_reset_root_portHans de Goede
2015-07-21usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede
2015-07-21usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede
2015-07-21test: Add a macro to check that a value is not an error pointerSimon Glass
2015-07-21led: Return -ENODEV if the LED device cannot be foundSimon Glass
2015-07-21dm: reset: Allow reset_walk() to returnSimon Glass
2015-07-21dm: Add platform data advice and admonishmentSimon Glass
2015-07-21dm: Add a clock uclassSimon Glass
2015-07-21dm: Add a system reset uclassSimon Glass
2015-07-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass
2015-07-21lib: Add function to extract a number from the end of a stringSimon Glass
2015-07-21Add rivest cipher 4 (rc4) implementationSimon Glass
2015-07-21dm: Add support for RAM driversSimon Glass
2015-07-21dm: pmic: Add functions to adjust PMIC registersSimon Glass
2015-07-21dm: power: Add a function to set up all regulatorsSimon Glass
2015-07-21dm: pmic: Split output from functionSimon Glass
2015-07-21dm: power: Add regulator flags to centralise auto-set logicSimon Glass
2015-07-21mmc: Add structure comments for dwmmcSimon Glass
2015-07-21dm: mmc: Add an MMC uclassSimon Glass
2015-07-21dm: Add support for LEDsSimon Glass
2015-07-21dm: Add support for generic system controllers (syscon)Simon Glass
2015-07-21dm: Add support for register maps (regmap)Simon Glass
2015-07-21dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass
2015-07-21dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass
2015-07-21dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass
2015-07-21dm: core: Add a function to find any device from device treeSimon Glass
2015-07-21dm: Move the tree/uclass dump code into its own fileSimon Glass
2015-07-21debug_uart: Remove use of asmlinkageSimon Glass