summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-netTom Rini2015-05-209-42/+121
|\
| * net: Remove all calls to net_random_ethaddr()Joe Hershberger2015-05-202-9/+0
| * net: Remove all references to CONFIG_ETHADDR and friendsJoe Hershberger2015-05-192-14/+3
| * net: phy: Add support for all targets which requires MANUAL_RELOCMichal Simek2015-05-191-0/+16
| * net/phy: refactor RTL8211F initializationShengzhou Liu2015-05-191-8/+25
| * net: Update hardware MAC address if it changes in envJoe Hershberger2015-05-193-19/+0
| * net/phy: Add support for realtek RTL8211FShengzhou Liu2015-05-191-0/+85
* | sunxi: video: Fix lvds panel support for sun6i+Hans de Goede2015-05-191-1/+17
|/
* Merge git://git.denx.de/u-boot-samsungTom Rini2015-05-182-38/+47
|\
| * gpio: s3c: Fix the GPIO driverMarek Vasut2015-05-061-33/+42
| * i2c: s3c: Implant support for S3C2440Marek Vasut2015-05-061-5/+5
* | bugfix i.mx6 pwm: prevent overflow of period_c * duty_nsBrecht Neyrinck2015-05-151-1/+1
* | sandbox: add: sandbox PMIC device drivers: I2C emul, pmic, regulatorPrzemyslaw Marczak2015-05-147-1/+634
* | sandbox: i2c: search child emul dev and check its uclass idPrzemyslaw Marczak2015-05-141-3/+17
* | dm: regulator: uclass driver code cleanupPrzemyslaw Marczak2015-05-142-37/+69
* | dm: pmic: code cleanup of PMIC uclass driverPrzemyslaw Marczak2015-05-143-28/+20
* | dm: regulator: add fixed voltage regulator driverPrzemyslaw Marczak2015-05-143-0/+135
* | dm: regulator: add max77686 regulator driverPrzemyslaw Marczak2015-05-144-1/+834
* | dm: pmic: add max77686 pmic driverPrzemyslaw Marczak2015-05-144-1/+96
* | dm: regulator: add implementation of driver model regulator uclassPrzemyslaw Marczak2015-05-144-0/+327
* | dm: pmic: add implementation of driver model pmic uclassPrzemyslaw Marczak2015-05-144-0/+176
* | 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
OpenPOWER on IntegriCloud