summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: usb: Make usb_get_bus easier to use for callersHans de Goede2015-05-051-13/+4
* dm: usb: Do not use bus->seq before device_probe(bus)Hans de Goede2015-05-051-2/+1
* dm: i2c-gpio: Remove redundant dm_gpio_set_value() callAxel Lin2015-05-051-6/+7
* dm: rtc: sandbox: Enable real-time clock supportSimon Glass2015-05-051-2/+0
* dm: rtc: sandbox: Add a driver for the sandbox I2C RTCSimon Glass2015-05-052-0/+109
* dm: rtc: sandbox: Add an emulated I2C RTC deviceSimon Glass2015-05-052-0/+237
* dm: rtc: Add a uclass for real-time clocksSimon Glass2015-05-053-0/+106
* dm: rtc: Rename mktime() and reduce the number of parametersSimon Glass2015-05-0512-34/+23
* dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass2015-05-0512-13/+17
* dm: rtc: Rename gregorian day functionSimon Glass2015-05-052-3/+8
* dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass2015-05-051-11/+23
* dm: i2c: Add functions to read and write a registerSimon Glass2015-05-051-0/+19
* dm: i2c: sandbox: Add debugging to the speed limitSimon Glass2015-05-051-1/+3
* cros_ec: Handle the single duplex requirement in cros_ecSimon Glass2015-05-051-3/+20
* cros_ec: Show the protocol version in the debug messageSimon Glass2015-05-051-1/+2
* dm: spi: Avoid setting the speed with every transferSimon Glass2015-05-051-3/+6
* sandbox: eth: Add a function to skip ping timeoutsJoe Hershberger2015-05-051-0/+17
* Merge git://git.denx.de/u-boot-mpc85xxTom Rini2015-05-055-2/+119
|\
| * mmc: fsl_esdhc: Add peripheral clock supportYangbo Lu2015-05-041-0/+41
| * mmc: fsl_esdhc: Add adapter card type identification supportYangbo Lu2015-05-043-1/+46
| * fsl/pci: Set CFG_READY for PCIe v3.0 and laterMinghuan Lian2015-05-041-1/+7
| * T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issueZhao Qiang2015-05-041-0/+15
| * drivers: usb: fsl: Workaround for Erratum A004477Nikhil Badola2015-05-041-0/+10
* | Merge git://git.denx.de/u-boot-marvellTom Rini2015-05-051-1/+1
|\ \
| * | arm: mvebu: db-mv784mp-gp: Fix ECC I2C addressStefan Roese2015-05-051-1/+1
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2015-05-0515-69/+74
|\ \
| * | ARM: mmc: bcm283x: Remove get_timer_us() from mmc driverMarek Vasut2015-05-051-2/+2
| * | tegra: mmc: Set the removable flag correctlySimon Glass2015-05-051-4/+8
| * | mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_hostAlexander Stein2015-05-051-2/+2
| * | mmc: fsl_esdhc: update eMMC44 adapter card erase timeoutYangbo Lu2015-05-051-2/+2
| * | mmc: sdhci: add timeout setting for response busy commandKevin Liu2015-05-051-0/+2
| * | mmc: remove the MMC_MODE_HC flagRob Herring2015-05-0513-20/+11
| * | mmc: Fix splitting device initializationAndrew Gabbasov2015-05-051-8/+8
| * | mmc: Restructure polling loops to avoid extra delaysAndrew Gabbasov2015-05-051-10/+17
OpenPOWER on IntegriCloud