summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | i2c: mxc: refactor i2c driver and support dmPeng Fan2015-05-141-185/+396
* | usb: ohci: Add support for interrupt queuesHans de Goede2015-05-141-0/+132
* | usb: ohci: Add an ohci_alloc_urb() functionHans de Goede2015-05-141-8/+23
* | usb: ohci: Do not reuse ed for interrupt endpoints of different devicesHans de Goede2015-05-142-1/+38
* | sandbox: spi: Add newline to printf() in sandbox_sf_probeSimon Glass2015-05-141-1/+1
* | sandbox: cros_ec: Support EC_CMD_ENTERING_MODE emulationSimon Glass2015-05-141-0/+2
* | sandbox: Add missing errno.h includes in a few filesSimon Glass2015-05-142-0/+2
* | tpm: Support using driver model with I2CSimon Glass2015-05-143-56/+170
* | dm: i2c: Add a function to find out the chip offset lengthSimon Glass2015-05-141-0/+7
* | sunxi: ohci: Add ohci usb host controller supportHans de Goede2015-05-142-0/+105
* | sunxi: ehci: Convert to the driver-modelHans de Goede2015-05-141-29/+64
* | usb: ohci: Add dm supportHans de Goede2015-05-142-0/+91
* | usb: ohci: Skip unnecessary mdelay(1) calls in various placesHans de Goede2015-05-141-9/+20
* | usb: ohci: Remove unnecessary delays from hc_start and power power-on pathsHans de Goede2015-05-141-4/+0
* | usb: ohci: Do not resubmit and leak urbs for interrupt packetsHans de Goede2015-05-141-39/+2
* | dm: usb: Do not scan companion buses if no devices where handed overHans de Goede2015-05-141-8/+34
* | dm: usb: Add support for companion controllersHans de Goede2015-05-141-5/+28
* | dm: usb: Move printing of usb scan status to usb_scan_bus()Hans de Goede2015-05-141-13/+9
* | dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede2015-05-142-0/+62
* | dm: usb: Prefix ehci interrupt-queue functions with _ehci_Hans de Goede2015-05-141-9/+28
* | usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede2015-05-141-1/+2
* | usb: Fix handover of full-speed devices from ehci to companionHans de Goede2015-05-141-3/+13
* | tegra124: video: Add full link training for eDPSimon Glass2015-05-135-64/+1079
* | tegra: video: support eDP displays on Tegra124 devicesSimon Glass2015-05-134-0/+465
* | tegra: video: Add Embedded DisplayPort driverSimon Glass2015-05-133-0/+1265
* | tegra: video: Support serial output resource (SOR) on tegra124Simon Glass2015-05-134-0/+1809
* | dm: video: Add a uclass for display portSimon Glass2015-05-133-0/+45
* | power: Export register access functions from as3722Simon Glass2015-05-131-3/+13
* | dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass2015-05-131-3/+35
* | Revert "stm32f4: fix serial output"Tom Rini2015-05-101-3/+0
* | serial: fdt: add device tree support for pl01xVikas Manocha2015-05-101-1/+29
* | stm32f4: add serial print portkunhuahuang2015-05-101-12/+59
* | stm32f4: fix serial outputkunhuahuang2015-05-101-0/+4
* | gpio: stm32_gpio: Use clrsetbits_le32() at appropriate placesAxel Lin2015-05-081-13/+5
* | misc: led: Add PCA9551 LED driverStefan Roese2015-05-083-0/+169
* | dm: sf: Update default name of spi flash in structure udeviceHaikun.Wang@freescale.com2015-05-061-2/+2
* | dm: usb: exynos: Drop legacy USB codeSimon Glass2015-05-062-225/+0
* | usb: ohci: Don't log an error on interrupt packet timeoutHans de Goede2015-05-061-1/+2
* | usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpusHans de Goede2015-05-062-5/+84
* | usb: ohci: Fix ctrl in messages with a data-len of 0Hans de Goede2015-05-061-1/+1
* | usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.cHans de Goede2015-05-062-93/+86
* | usb: ohci: Remove unnecessary phcca variableHans de Goede2015-05-061-6/+3
* | usb: ohci: Move the td array struct to inside the ohci_dev structHans de Goede2015-05-062-20/+9
* | usb: ohci: Move the ohci_dev struct to inside the main ohci structHans de Goede2015-05-062-23/+19
* | usb: ohci: Pass around a pointer to ohci_t rather then accessing global varsHans de Goede2015-05-061-60/+64
* | usb: ohci: Remove unused devgone global variableHans de Goede2015-05-061-8/+0
* | dm: usb: Set desc_before_addr from ehci dm codeHans de Goede2015-05-051-0/+3
* | dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm codeHans de Goede2015-05-051-12/+22
* | dm: usb: Use usb_get_bus in dm ehci codeHans de Goede2015-05-051-8/+1
* | dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede2015-05-051-15/+28
OpenPOWER on IntegriCloud