summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-05-06i2c: s3c: Implant support for S3C2440Marek Vasut1-5/+5
2015-05-06dm: usb: Set desc_before_addr from ehci dm codeHans de Goede1-0/+3
2015-05-06dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm codeHans de Goede1-12/+22
2015-05-06dm: usb: Use usb_get_bus in dm ehci codeHans de Goede1-8/+1
2015-05-06dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede1-15/+28
2015-05-06dm: usb: Make usb_get_bus easier to use for callersHans de Goede1-13/+4
2015-05-06dm: usb: Do not use bus->seq before device_probe(bus)Hans de Goede1-2/+1
2015-05-06dm: i2c-gpio: Remove redundant dm_gpio_set_value() callAxel Lin1-6/+7
2015-05-06dm: rtc: sandbox: Enable real-time clock supportSimon Glass1-2/+0
2015-05-06dm: rtc: sandbox: Add a driver for the sandbox I2C RTCSimon Glass2-0/+109
2015-05-06dm: rtc: sandbox: Add an emulated I2C RTC deviceSimon Glass2-0/+237
2015-05-06dm: rtc: Add a uclass for real-time clocksSimon Glass3-0/+106
2015-05-06dm: rtc: Rename mktime() and reduce the number of parametersSimon Glass12-34/+23
2015-05-06dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass12-13/+17
2015-05-06dm: rtc: Rename gregorian day functionSimon Glass2-3/+8
2015-05-06dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass1-11/+23
2015-05-06dm: i2c: Add functions to read and write a registerSimon Glass1-0/+19
2015-05-06dm: i2c: sandbox: Add debugging to the speed limitSimon Glass1-1/+3
2015-05-06cros_ec: Handle the single duplex requirement in cros_ecSimon Glass1-3/+20
2015-05-06cros_ec: Show the protocol version in the debug messageSimon Glass1-1/+2
2015-05-06dm: spi: Avoid setting the speed with every transferSimon Glass1-3/+6
2015-05-06sandbox: 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
2015-05-05mmc: Restructure polling loops to avoid extra delaysAndrew Gabbasov1-10/+17
2015-05-05mmc: Continue polling MMC card for OCR only if it is still not readyAndrew Gabbasov1-9/+11
2015-05-05mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()Andrew Gabbasov1-13/+11
2015-05-05mmc: Avoid extra duplicate entry in mmc device structureAndrew Gabbasov1-6/+7
2015-05-05Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD232-2597/+14144
2015-05-05Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini12-447/+543
2015-05-04mmc: fsl_esdhc: Add peripheral clock supportYangbo Lu1-0/+41
2015-05-04mmc: fsl_esdhc: Add adapter card type identification supportYangbo Lu3-1/+46
2015-05-04fsl/pci: Set CFG_READY for PCIe v3.0 and laterMinghuan Lian1-1/+7
2015-05-04T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issueZhao Qiang1-0/+15
2015-05-04drivers: usb: fsl: Workaround for Erratum A004477Nikhil Badola1-0/+10
2015-05-04sunxi: usb: Do not call phy_probe from hcd codeHans de Goede2-12/+3
2015-05-04sunxi: usb: Rename the usbc.? files to usb_phy.?Hans de Goede3-3/+3
2015-05-04sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_barHans de Goede3-20/+21
2015-05-04sunxi: usb: Remove sunxi_usbc_get_io_base functionHans de Goede1-1/+4
2015-05-04sunxi: usb: Move setup of host controller clocks to the host controller driversHans de Goede2-2/+42