aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
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-04Merge 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
2015-05-04sunxi: axp: Remove non driver-model support from the axp gpio codeHans de Goede2-41/+8
2015-05-04sunxi: emac: Remove non driver-model codeHans de Goede1-69/+0
2015-05-04sunxi: emac: Add driver model supportHans de Goede1-0/+81
2015-05-04sunxi: emac: Rename DMA_CPU_TRRESHOLD to EMAC_RX_BUFSIZEHans de Goede1-2/+2
2015-05-04sunxi: emac: Prepare for driver-model supportHans de Goede1-44/+71
2015-05-04sunxi: emac: port to phylibHans de Goede1-42/+69
2015-05-04sunxi: axp: Add driver-model support to the axp_gpio codeHans de Goede2-1/+53
2015-05-04sunxi: axp: Move axp gpio code to a separate axpi-gpio driverHans de Goede5-139/+154
2015-05-04sunxi: axp: Move axp pmic register helpers to a separate fileHans de Goede1-119/+53
2015-05-04sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass opsHans de Goede3-14/+14
2015-05-04sunxi: gpio: Build sunxi_name_to_gpio_bank for driver-model code tooHans de Goede1-14/+14
2015-05-04sunxi: gpio: Add compatible strings for all supported SoCsHans de Goede1-0/+7
2015-05-04sunxi: gpio: Add temporary implementation of name_to_gpio()Simon Glass1-0/+11