summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* dm: regulator: uclass driver code cleanupPrzemyslaw Marczak2015-05-14-99/+132
* dm: pmic: code cleanup of PMIC uclass driverPrzemyslaw Marczak2015-05-14-47/+40
* odroid: enable driver model pmic/regulator API and MAX77686 driversPrzemyslaw Marczak2015-05-14-37/+53
* odroid: dts: add 'voltage-regulators' description to max77686 nodePrzemyslaw Marczak2015-05-14-0/+253
* dm: board:samsung: power_init_board: add requirement of CONFIG_DM_PMICPrzemyslaw Marczak2015-05-14-2/+2
* doc: driver-model: pmic and regulator uclass documentationPrzemyslaw Marczak2015-05-14-0/+142
* dm: regulator: add fixed voltage regulator driverPrzemyslaw Marczak2015-05-14-0/+173
* dm: regulator: add max77686 regulator driverPrzemyslaw Marczak2015-05-14-24/+942
* dm: pmic: add max77686 pmic driverPrzemyslaw Marczak2015-05-14-3/+139
* 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