summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | arm: mx6: Clamp MMDC and DDR3 clocks for timing calculationsNikolay Dimitrov2015-05-15-7/+23
* | sandbox: defconfig: enable support of sandbox PMIC driversPrzemyslaw Marczak2015-05-14-0/+7
* | sandbox: dts: add sandbox_pmic.dtsi and include it to sandbox.dts and test.dtsPrzemyslaw Marczak2015-05-14-0/+123
* | test: dm: test.dts - move to sandbox dts directoryPrzemyslaw Marczak2015-05-14-27/+7
* | test: dm: add sandbox PMIC framework testsPrzemyslaw Marczak2015-05-14-0/+429
* | sandbox: add: sandbox PMIC device drivers: I2C emul, pmic, regulatorPrzemyslaw Marczak2015-05-14-1/+819
* | sandbox: i2c: search child emul dev and check its uclass idPrzemyslaw Marczak2015-05-14-3/+17
* | doc: driver-model: pmic-framework.txt - cleanupPrzemyslaw Marczak2015-05-14-11/+9
* | common: cmd regulator: command cleanupPrzemyslaw Marczak2015-05-14-117/+122
* | common: cmd pmic: command cleanupPrzemyslaw Marczak2015-05-14-76/+55
* | 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