summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeLines
...
* | net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass2015-07-21-1/+3
* | x86: minnowmax: Drop the cache line size hackSimon Glass2015-07-21-3/+0
* | dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass2015-07-21-1/+17
* | dm: usb: eth: Support driver model with USB EthernetSimon Glass2015-07-21-11/+78
* | dm: eth: Avoid blocking on packet receptionSimon Glass2015-07-21-1/+9
* | dm: usb: Correct the struct usb_driver_entry commentSimon Glass2015-07-21-2/+2
* | dm: pci: Add a function to get the BDF for a deviceSimon Glass2015-07-21-0/+8
* | dm: pci: Add support for PCI driver matchingSimon Glass2015-07-21-2/+77
* | dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede2015-07-21-0/+5
* | dm: Export device_remove_children / device_unbind_childrenHans de Goede2015-07-21-0/+26
* | usb: Add an usb_device parameter to usb_reset_root_portHans de Goede2015-07-21-6/+2
* | usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede2015-07-21-3/+3
* | usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede2015-07-21-8/+0
* | test: Add a macro to check that a value is not an error pointerSimon Glass2015-07-21-0/+15
* | led: Return -ENODEV if the LED device cannot be foundSimon Glass2015-07-21-1/+1
* | dm: reset: Allow reset_walk() to returnSimon Glass2015-07-21-1/+10
* | dm: Add platform data advice and admonishmentSimon Glass2015-07-21-0/+9
* | dm: Add a clock uclassSimon Glass2015-07-21-0/+81
* | dm: Add a system reset uclassSimon Glass2015-07-21-0/+63
* | dm: spl: Allow device tree/driver model in board_init_f()Simon Glass2015-07-21-0/+13
* | lib: Add function to extract a number from the end of a stringSimon Glass2015-07-21-0/+26
* | Add rivest cipher 4 (rc4) implementationSimon Glass2015-07-21-0/+21
* | dm: Add support for RAM driversSimon Glass2015-07-21-0/+39
* | dm: pmic: Add functions to adjust PMIC registersSimon Glass2015-07-21-0/+34
* | dm: power: Add a function to set up all regulatorsSimon Glass2015-07-21-0/+11
* | dm: pmic: Split output from functionSimon Glass2015-07-21-11/+27
* | dm: power: Add regulator flags to centralise auto-set logicSimon Glass2015-07-21-0/+8
* | mmc: Add structure comments for dwmmcSimon Glass2015-07-21-1/+17
* | dm: mmc: Add an MMC uclassSimon Glass2015-07-21-0/+23
* | dm: Add support for LEDsSimon Glass2015-07-21-0/+52
* | dm: Add support for generic system controllers (syscon)Simon Glass2015-07-21-0/+57
* | dm: Add support for register maps (regmap)Simon Glass2015-07-21-0/+72
* | dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass2015-07-21-0/+12
* | dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass2015-07-21-0/+13
* | dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass2015-07-21-1/+1
* | dm: core: Add a function to find any device from device treeSimon Glass2015-07-21-0/+14
* | dm: Move the tree/uclass dump code into its own fileSimon Glass2015-07-21-0/+6
* | debug_uart: Remove use of asmlinkageSimon Glass2015-07-21-12/+10
* | Add a way of checking the position of a structure memberSimon Glass2015-07-21-0/+11
* | fdt: Add fdt_first/next_region() functionsSimon Glass2015-07-21-1/+238
* | fdt: Add a function to remove unused strings from a device treeSimon Glass2015-07-21-0/+17
* | mkimage: Display a better list of available image typesSimon Glass2015-07-21-0/+11
|/
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-07-20-75/+299
|\
| * armv8/ls2085ardb: Enable DSPI flash support for LS2085ARDBHaikun Wang2015-07-20-0/+8
| * armv8/ls2085aqds: Enable DSPI flash support for LS2085AQDSHaikun Wang2015-07-20-0/+9
| * arm/ls102xa: Add PSCI support for ls102xaWang Dongsheng2015-07-20-0/+4
| * board/ls2085a: Increase kernel_size value in env variablePrabhakar Kushwaha2015-07-20-3/+3
| * board/ls2085rdb: Export functions for standalone AQ FW load appsPrabhakar Kushwaha2015-07-20-1/+26
| * armv8/fsl-lsch3: partition stream IDsStuart Yoder2015-07-20-4/+1
| * drivers: fsl-mc: Update flibs to mc-0.6.0.1Prabhakar Kushwaha2015-07-20-52/+191