summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* pmic: max77686 set the same compatible as in the kernelPrzemyslaw Marczak2015-05-14-5/+5
* dm: regulator: add regulator commandPrzemyslaw Marczak2015-05-14-0/+426
* dm: pmic: add pmic commandPrzemyslaw Marczak2015-05-14-0/+248
* dm: regulator: add implementation of driver model regulator uclassPrzemyslaw Marczak2015-05-14-1/+768
* dm: pmic: add implementation of driver model pmic uclassPrzemyslaw Marczak2015-05-14-0/+368
* lib: Kconfig: add entry for errno_str() functionPrzemyslaw Marczak2015-05-14-0/+8
* exynos4-common: remove the unsued CONFIG_CMD_PMICPrzemyslaw Marczak2015-05-14-1/+0
* exynos5: fix build break by adding CONFIG_POWERPrzemyslaw Marczak2015-05-14-0/+4
* i2c: mxc: refactor i2c driver and support dmPeng Fan2015-05-14-193/+433
* imx: mx27 move GPIO_PORTx to gpio.hPeng Fan2015-05-14-22/+20
* sunxi: Change usb-kbd interrupt polling to use an usb interrupt queueHans de Goede2015-05-14-1/+1
* usb: ohci: Add support for interrupt queuesHans de Goede2015-05-14-0/+132
* usb: ohci: Add an ohci_alloc_urb() functionHans de Goede2015-05-14-8/+23
* usb: ohci: Do not reuse ed for interrupt endpoints of different devicesHans de Goede2015-05-14-1/+38
* sandbox: Support wide-screen LCD emulationSimon Glass2015-05-14-2/+2
* sandbox: Fix warning in display_optionsSimon Glass2015-05-14-1/+1
* sandbox: spi: Add newline to printf() in sandbox_sf_probeSimon Glass2015-05-14-1/+1
* sandbox: cros_ec: Support EC_CMD_ENTERING_MODE emulationSimon Glass2015-05-14-0/+17
* sandbox: Add missing errno.h includes in a few filesSimon Glass2015-05-14-0/+3
* sandbox: Correct error handling in state_read_file()Simon Glass2015-05-14-1/+1
* arm: Add a prototype for save_boot_params_ret()Simon Glass2015-05-14-0/+16
* arm: Include the .got section in the binarySimon Glass2015-05-14-1/+2
* dm: gpio: Fix comment typo in GPIOD_IS_INSimon Glass2015-05-14-1/+1
* tpm: Rename Infineon TPM to slb9645ttSimon Glass2015-05-14-3/+3
* tpm: Support using driver model with I2CSimon Glass2015-05-14-56/+170
* dm: i2c: Add a function to find out the chip offset lengthSimon Glass2015-05-14-1/+15
* dm: i2c: Implement 'i2c bus' command for driver modelSimon Glass2015-05-14-8/+55
* bootstage: Add IDs for SPI flash reading and decompressionSimon Glass2015-05-14-0/+2
* usb: add device connection/disconnection detectionVincent Palatin2015-05-14-1/+29
* sunxi: ohci: Add ohci usb host controller supportHans de Goede2015-05-14-1/+113
* sunxi: ehci: Convert to the driver-modelHans de Goede2015-05-14-29/+67
* usb: ohci: Add dm supportHans de Goede2015-05-14-0/+91
* usb: ohci: Skip unnecessary mdelay(1) calls in various placesHans de Goede2015-05-14-9/+20
* usb: ohci: Remove unnecessary delays from hc_start and power power-on pathsHans de Goede2015-05-14-4/+0
* usb: ohci: Do not resubmit and leak urbs for interrupt packetsHans de Goede2015-05-14-39/+2
* dm: usb: Do not scan companion buses if no devices where handed overHans de Goede2015-05-14-8/+34
* dm: usb: Add support for companion controllersHans de Goede2015-05-14-5/+31
* dm: usb: Move printing of usb scan status to usb_scan_bus()Hans de Goede2015-05-14-13/+9
* dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede2015-05-14-1/+109
* dm: usb: Prefix ehci interrupt-queue functions with _ehci_Hans de Goede2015-05-14-9/+28
* usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede2015-05-14-2/+4
* usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errorsHans de Goede2015-05-14-2/+4
* usb: usb_control_msg() propagate controller error codeHans de Goede2015-05-14-2/+4
* usb: Fix handover of full-speed devices from ehci to companionHans de Goede2015-05-14-3/+13
* arch/arm/lib/bootm-fdt.c: Guard the include of <asm/armv7.h>Tom Rini2015-05-14-0/+2
* Use map_sysmem when accessing memory in setexprJoe Hershberger2015-05-14-9/+23
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-05-14-301/+7102
|\
| * ARM: tegra: move NVIDIA common files to arch/arm/mach-tegraMasahiro Yamada2015-05-13-26/+2
| * jetson-tk1: Add PSCI configuration options and reserve secure codeIan Campbell2015-05-13-0/+7
| * tegra: Boot in non-secure mode by defaultJan Kiszka2015-05-13-1/+1