aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-08gpio: stm32_gpio: Use clrsetbits_le32() at appropriate placesAxel Lin1-13/+5
2015-05-08misc: 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-05dm: usb: Set desc_before_addr from ehci dm codeHans de Goede1-0/+3
2015-05-05dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm codeHans de Goede1-12/+22
2015-05-05dm: usb: Use usb_get_bus in dm ehci codeHans de Goede1-8/+1
2015-05-05dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede1-15/+28
2015-05-05dm: usb: Make usb_get_bus easier to use for callersHans de Goede1-13/+4
2015-05-05dm: usb: Do not use bus->seq before device_probe(bus)Hans de Goede1-2/+1
2015-05-05dm: i2c-gpio: Remove redundant dm_gpio_set_value() callAxel Lin1-6/+7
2015-05-05dm: rtc: sandbox: Enable real-time clock supportSimon Glass1-2/+0
2015-05-05dm: rtc: sandbox: Add a driver for the sandbox I2C RTCSimon Glass2-0/+109
2015-05-05dm: rtc: sandbox: Add an emulated I2C RTC deviceSimon Glass2-0/+237
2015-05-05dm: rtc: Add a uclass for real-time clocksSimon Glass3-0/+106
2015-05-05dm: rtc: Rename mktime() and reduce the number of parametersSimon Glass12-34/+23
2015-05-05dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass12-13/+17
2015-05-05dm: rtc: Rename gregorian day functionSimon Glass2-3/+8
2015-05-05dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass1-11/+23
2015-05-05dm: i2c: Add functions to read and write a registerSimon Glass1-0/+19
2015-05-05dm: i2c: sandbox: Add debugging to the speed limitSimon Glass1-1/+3
2015-05-05cros_ec: Handle the single duplex requirement in cros_ecSimon Glass1-3/+20
2015-05-05cros_ec: Show the protocol version in the debug messageSimon Glass1-1/+2
2015-05-05dm: spi: Avoid setting the speed with every transferSimon Glass1-3/+6
2015-05-05sandbox: eth: Add a function to skip ping timeoutsJoe Hershberger1-0/+17
2015-05-05Merge git://git.denx.de/u-boot-mpc85xxTom Rini5-2/+119
2015-05-05Merge git://git.denx.de/u-boot-marvellTom Rini1-1/+1
2015-05-05arm: mvebu: db-mv784mp-gp: Fix ECC I2C addressStefan Roese1-1/+1
2015-05-05Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini15-69/+74
2015-05-05Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-2/+2
2015-05-05ARM: mmc: bcm283x: Remove get_timer_us() from mmc driverMarek Vasut1-2/+2
2015-05-05tegra: mmc: Set the removable flag correctlySimon Glass1-4/+8
2015-05-05mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_hostAlexander Stein1-2/+2
2015-05-05mmc: fsl_esdhc: update eMMC44 adapter card erase timeoutYangbo Lu1-2/+2
2015-05-05mmc: sdhci: add timeout setting for response busy commandKevin Liu1-0/+2
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring13-20/+11
2015-05-05mmc: Fix splitting device initializationAndrew Gabbasov1-8/+8