summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-uniphierTom Rini2015-07-231-24/+79
|\
| * ARM: UniPhier: add PH1-sLD3 SoC supportMasahiro Yamada2015-07-231-4/+24
| * ARM: UniPhier: update CONFIG_BOOTARGSMasahiro Yamada2015-07-231-1/+1
| * ARM: UniPhier: add environment variable for TFTP bootMasahiro Yamada2015-07-231-0/+10
| * ARM: UniPhier: add environment sets for non-FIT Linux bootMasahiro Yamada2015-07-231-18/+43
* | Merge git://git.denx.de/u-boot-marvellTom Rini2015-07-233-2/+66
|\ \
| * | arm: mvebu: db-88f6820: Add SPL support with DDR init codeStefan Roese2015-07-231-0/+35
| * | arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directoryStefan Roese2015-07-232-2/+2
| * | arm: mvebu: add Armada XP SATA supportAnton Schubert2015-07-231-0/+29
| |/
* | linux_compat: handle __GFP_ZERO in kmalloc()Masahiro Yamada2015-07-221-8/+12
* | linux_compat: move vzalloc() to header file as an inline functionMasahiro Yamada2015-07-221-2/+4
* | linux_compat: remove cpu_relax() defineMasahiro Yamada2015-07-221-2/+0
* | net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass2015-07-211-1/+3
* | x86: minnowmax: Drop the cache line size hackSimon Glass2015-07-211-3/+0
* | dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass2015-07-211-1/+17
* | dm: usb: eth: Support driver model with USB EthernetSimon Glass2015-07-211-11/+78
* | dm: eth: Avoid blocking on packet receptionSimon Glass2015-07-211-1/+9
* | dm: usb: Correct the struct usb_driver_entry commentSimon Glass2015-07-211-2/+2
* | dm: pci: Add a function to get the BDF for a deviceSimon Glass2015-07-211-0/+8
* | dm: pci: Add support for PCI driver matchingSimon Glass2015-07-211-2/+77
* | dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede2015-07-211-0/+5
* | dm: Export device_remove_children / device_unbind_childrenHans de Goede2015-07-211-0/+26
* | usb: Add an usb_device parameter to usb_reset_root_portHans de Goede2015-07-211-6/+2
* | usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede2015-07-211-3/+3
* | usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede2015-07-211-8/+0
* | test: Add a macro to check that a value is not an error pointerSimon Glass2015-07-211-0/+15
* | led: Return -ENODEV if the LED device cannot be foundSimon Glass2015-07-211-1/+1
* | dm: reset: Allow reset_walk() to returnSimon Glass2015-07-211-1/+10
* | dm: Add platform data advice and admonishmentSimon Glass2015-07-211-0/+9
* | dm: Add a clock uclassSimon Glass2015-07-212-0/+81
* | dm: Add a system reset uclassSimon Glass2015-07-212-0/+63
* | dm: spl: Allow device tree/driver model in board_init_f()Simon Glass2015-07-212-0/+13
* | lib: Add function to extract a number from the end of a stringSimon Glass2015-07-211-0/+26
* | Add rivest cipher 4 (rc4) implementationSimon Glass2015-07-211-0/+21
* | dm: Add support for RAM driversSimon Glass2015-07-212-0/+39
* | dm: pmic: Add functions to adjust PMIC registersSimon Glass2015-07-211-0/+34
* | dm: power: Add a function to set up all regulatorsSimon Glass2015-07-211-0/+11
* | dm: pmic: Split output from functionSimon Glass2015-07-212-11/+27
* | dm: power: Add regulator flags to centralise auto-set logicSimon Glass2015-07-211-0/+8
* | mmc: Add structure comments for dwmmcSimon Glass2015-07-211-1/+17
* | dm: mmc: Add an MMC uclassSimon Glass2015-07-212-0/+23
* | dm: Add support for LEDsSimon Glass2015-07-212-0/+52
* | dm: Add support for generic system controllers (syscon)Simon Glass2015-07-212-0/+57
* | dm: Add support for register maps (regmap)Simon Glass2015-07-211-0/+72
* | dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass2015-07-211-0/+12
* | dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass2015-07-211-0/+13
* | dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass2015-07-211-1/+1
* | dm: core: Add a function to find any device from device treeSimon Glass2015-07-211-0/+14
* | dm: Move the tree/uclass dump code into its own fileSimon Glass2015-07-211-0/+6
* | debug_uart: Remove use of asmlinkageSimon Glass2015-07-211-12/+10
OpenPOWER on IntegriCloud