| Commit message (Expand) | Author | Age | Lines |
* | sandbox: add: sandbox PMIC device drivers: I2C emul, pmic, regulator | Przemyslaw Marczak | 2015-05-14 | -1/+634 |
* | sandbox: i2c: search child emul dev and check its uclass id | Przemyslaw Marczak | 2015-05-14 | -3/+17 |
* | dm: regulator: uclass driver code cleanup | Przemyslaw Marczak | 2015-05-14 | -37/+69 |
* | dm: pmic: code cleanup of PMIC uclass driver | Przemyslaw Marczak | 2015-05-14 | -28/+20 |
* | dm: regulator: add fixed voltage regulator driver | Przemyslaw Marczak | 2015-05-14 | -0/+135 |
* | dm: regulator: add max77686 regulator driver | Przemyslaw Marczak | 2015-05-14 | -1/+834 |
* | dm: pmic: add max77686 pmic driver | Przemyslaw Marczak | 2015-05-14 | -1/+96 |
* | dm: regulator: add implementation of driver model regulator uclass | Przemyslaw Marczak | 2015-05-14 | -0/+327 |
* | dm: pmic: add implementation of driver model pmic uclass | Przemyslaw Marczak | 2015-05-14 | -0/+176 |
* | i2c: mxc: refactor i2c driver and support dm | Peng Fan | 2015-05-14 | -185/+396 |
* | usb: ohci: Add support for interrupt queues | Hans de Goede | 2015-05-14 | -0/+132 |
* | usb: ohci: Add an ohci_alloc_urb() function | Hans de Goede | 2015-05-14 | -8/+23 |
* | usb: ohci: Do not reuse ed for interrupt endpoints of different devices | Hans de Goede | 2015-05-14 | -1/+38 |
* | sandbox: spi: Add newline to printf() in sandbox_sf_probe | Simon Glass | 2015-05-14 | -1/+1 |
* | sandbox: cros_ec: Support EC_CMD_ENTERING_MODE emulation | Simon Glass | 2015-05-14 | -0/+2 |
* | sandbox: Add missing errno.h includes in a few files | Simon Glass | 2015-05-14 | -0/+2 |
* | tpm: Support using driver model with I2C | Simon Glass | 2015-05-14 | -56/+170 |
* | dm: i2c: Add a function to find out the chip offset length | Simon Glass | 2015-05-14 | -0/+7 |
* | sunxi: ohci: Add ohci usb host controller support | Hans de Goede | 2015-05-14 | -0/+105 |
* | sunxi: ehci: Convert to the driver-model | Hans de Goede | 2015-05-14 | -29/+64 |
* | usb: ohci: Add dm support | Hans de Goede | 2015-05-14 | -0/+91 |
* | usb: ohci: Skip unnecessary mdelay(1) calls in various places | Hans de Goede | 2015-05-14 | -9/+20 |
* | usb: ohci: Remove unnecessary delays from hc_start and power power-on paths | Hans de Goede | 2015-05-14 | -4/+0 |
* | usb: ohci: Do not resubmit and leak urbs for interrupt packets | Hans de Goede | 2015-05-14 | -39/+2 |
* | dm: usb: Do not scan companion buses if no devices where handed over | Hans de Goede | 2015-05-14 | -8/+34 |
* | dm: usb: Add support for companion controllers | Hans de Goede | 2015-05-14 | -5/+28 |
* | dm: usb: Move printing of usb scan status to usb_scan_bus() | Hans de Goede | 2015-05-14 | -13/+9 |
* | dm: usb: Add support for interrupt queues to the dm usb code | Hans de Goede | 2015-05-14 | -0/+62 |
* | dm: usb: Prefix ehci interrupt-queue functions with _ehci_ | Hans de Goede | 2015-05-14 | -9/+28 |
* | usb: Stop reset procedure when a dev is handed over to a companion hcd | Hans de Goede | 2015-05-14 | -1/+2 |
* | usb: Fix handover of full-speed devices from ehci to companion | Hans de Goede | 2015-05-14 | -3/+13 |
* | tegra124: video: Add full link training for eDP | Simon Glass | 2015-05-13 | -64/+1079 |
* | tegra: video: support eDP displays on Tegra124 devices | Simon Glass | 2015-05-13 | -0/+465 |
* | tegra: video: Add Embedded DisplayPort driver | Simon Glass | 2015-05-13 | -0/+1265 |
* | tegra: video: Support serial output resource (SOR) on tegra124 | Simon Glass | 2015-05-13 | -0/+1809 |
* | dm: video: Add a uclass for display port | Simon Glass | 2015-05-13 | -0/+45 |
* | power: Export register access functions from as3722 | Simon Glass | 2015-05-13 | -3/+13 |
* | dm: gpio: Add error handling and a function to claim vector GPIOs | Simon Glass | 2015-05-13 | -3/+35 |
* | Revert "stm32f4: fix serial output" | Tom Rini | 2015-05-10 | -3/+0 |
* | serial: fdt: add device tree support for pl01x | Vikas Manocha | 2015-05-10 | -1/+29 |
* | stm32f4: add serial print port | kunhuahuang | 2015-05-10 | -12/+59 |
* | stm32f4: fix serial output | kunhuahuang | 2015-05-10 | -0/+4 |
* | gpio: stm32_gpio: Use clrsetbits_le32() at appropriate places | Axel Lin | 2015-05-08 | -13/+5 |
* | misc: led: Add PCA9551 LED driver | Stefan Roese | 2015-05-08 | -0/+169 |
* | dm: sf: Update default name of spi flash in structure udevice | Haikun.Wang@freescale.com | 2015-05-06 | -2/+2 |
* | dm: usb: exynos: Drop legacy USB code | Simon Glass | 2015-05-06 | -225/+0 |
* | usb: ohci: Don't log an error on interrupt packet timeout | Hans de Goede | 2015-05-06 | -1/+2 |
* | usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus | Hans de Goede | 2015-05-06 | -5/+84 |
* | usb: ohci: Fix ctrl in messages with a data-len of 0 | Hans de Goede | 2015-05-06 | -1/+1 |
* | usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c | Hans de Goede | 2015-05-06 | -93/+86 |