summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-05-15dm: pmic: add max77686 pmic driverPrzemyslaw Marczak4-1/+96
2015-05-15dm: regulator: add implementation of driver model regulator uclassPrzemyslaw Marczak4-0/+327
2015-05-15dm: pmic: add implementation of driver model pmic uclassPrzemyslaw Marczak4-0/+176
2015-05-15i2c: mxc: refactor i2c driver and support dmPeng Fan1-185/+396
2015-05-15usb: ohci: Add support for interrupt queuesHans de Goede1-0/+132
2015-05-15usb: ohci: Add an ohci_alloc_urb() functionHans de Goede1-8/+23
2015-05-15usb: ohci: Do not reuse ed for interrupt endpoints of different devicesHans de Goede2-1/+38
2015-05-15sandbox: spi: Add newline to printf() in sandbox_sf_probeSimon Glass1-1/+1
2015-05-15sandbox: cros_ec: Support EC_CMD_ENTERING_MODE emulationSimon Glass1-0/+2
2015-05-15sandbox: Add missing errno.h includes in a few filesSimon Glass2-0/+2
2015-05-15tpm: Support using driver model with I2CSimon Glass3-56/+170
2015-05-15dm: i2c: Add a function to find out the chip offset lengthSimon Glass1-0/+7
2015-05-15sunxi: ohci: Add ohci usb host controller supportHans de Goede2-0/+105
2015-05-15sunxi: ehci: Convert to the driver-modelHans de Goede1-29/+64
2015-05-15usb: ohci: Add dm supportHans de Goede2-0/+91
2015-05-15usb: ohci: Skip unnecessary mdelay(1) calls in various placesHans de Goede1-9/+20
2015-05-15usb: ohci: Remove unnecessary delays from hc_start and power power-on pathsHans de Goede1-4/+0
2015-05-15usb: ohci: Do not resubmit and leak urbs for interrupt packetsHans de Goede1-39/+2
2015-05-15dm: usb: Do not scan companion buses if no devices where handed overHans de Goede1-8/+34
2015-05-15dm: usb: Add support for companion controllersHans de Goede1-5/+28
2015-05-15dm: usb: Move printing of usb scan status to usb_scan_bus()Hans de Goede1-13/+9
2015-05-15dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede2-0/+62
2015-05-15dm: usb: Prefix ehci interrupt-queue functions with _ehci_Hans de Goede1-9/+28
2015-05-15usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede1-1/+2
2015-05-15usb: Fix handover of full-speed devices from ehci to companionHans de Goede1-3/+13
2015-05-13tegra124: video: Add full link training for eDPSimon Glass5-64/+1079
2015-05-13tegra: video: support eDP displays on Tegra124 devicesSimon Glass4-0/+465
2015-05-13tegra: video: Add Embedded DisplayPort driverSimon Glass3-0/+1265
2015-05-13tegra: video: Support serial output resource (SOR) on tegra124Simon Glass4-0/+1809
2015-05-13dm: video: Add a uclass for display portSimon Glass3-0/+45
2015-05-13power: Export register access functions from as3722Simon Glass1-3/+13
2015-05-13dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass1-3/+35
2015-05-10Revert "stm32f4: fix serial output"Tom Rini1-3/+0
2015-05-10serial: fdt: add device tree support for pl01xVikas Manocha1-1/+29
2015-05-10stm32f4: add serial print portkunhuahuang1-12/+59
2015-05-10stm32f4: fix serial outputkunhuahuang1-0/+4
2015-05-09gpio: stm32_gpio: Use clrsetbits_le32() at appropriate placesAxel Lin1-13/+5
2015-05-09misc: led: Add PCA9551 LED driverStefan Roese3-0/+169
2015-05-06dm: sf: Update default name of spi flash in structure udeviceHaikun.Wang@freescale.com1-2/+2
2015-05-06dm: usb: exynos: Drop legacy USB codeSimon Glass2-225/+0
2015-05-06usb: ohci: Don't log an error on interrupt packet timeoutHans de Goede1-1/+2
2015-05-06usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpusHans de Goede2-5/+84
2015-05-06usb: ohci: Fix ctrl in messages with a data-len of 0Hans de Goede1-1/+1
2015-05-06usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.cHans de Goede2-93/+86
2015-05-06usb: ohci: Remove unnecessary phcca variableHans de Goede1-6/+3
2015-05-06usb: ohci: Move the td array struct to inside the ohci_dev structHans de Goede2-20/+9
2015-05-06usb: ohci: Move the ohci_dev struct to inside the main ohci structHans de Goede2-23/+19
2015-05-06usb: ohci: Pass around a pointer to ohci_t rather then accessing global varsHans de Goede1-60/+64
2015-05-06usb: ohci: Remove unused devgone global variableHans de Goede1-8/+0
2015-05-06gpio: s3c: Fix the GPIO driverMarek Vasut1-33/+42