summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | mmc: Continue polling MMC card for OCR only if it is still not readyAndrew Gabbasov2015-05-051-9/+11
| * | mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()Andrew Gabbasov2015-05-051-13/+11
| * | mmc: Avoid extra duplicate entry in mmc device structureAndrew Gabbasov2015-05-051-6/+7
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2015-05-051-2/+2
|\ \
| * \ Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2015-05-05232-2597/+14144
| |\ \ | | |/
| * | fix ARM DCC support for ARMv7 based cores (e.g. CortexA)Alexander Merkle2015-04-161-2/+2
* | | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2015-05-0412-447/+543
|\ \ \
| * | | sunxi: usb: Do not call phy_probe from hcd codeHans de Goede2015-05-042-12/+3
| * | | sunxi: usb: Rename the usbc.? files to usb_phy.?Hans de Goede2015-05-043-3/+3
| * | | sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_barHans de Goede2015-05-043-20/+21
| * | | sunxi: usb: Remove sunxi_usbc_get_io_base functionHans de Goede2015-05-041-1/+4
| * | | sunxi: usb: Move setup of host controller clocks to the host controller driversHans de Goede2015-05-042-2/+42
| * | | sunxi: axp: Remove non driver-model support from the axp gpio codeHans de Goede2015-05-042-41/+8
| * | | sunxi: emac: Remove non driver-model codeHans de Goede2015-05-041-69/+0
| * | | sunxi: emac: Add driver model supportHans de Goede2015-05-041-0/+81
| * | | sunxi: emac: Rename DMA_CPU_TRRESHOLD to EMAC_RX_BUFSIZEHans de Goede2015-05-041-2/+2
| * | | sunxi: emac: Prepare for driver-model supportHans de Goede2015-05-041-44/+71
| * | | sunxi: emac: port to phylibHans de Goede2015-05-041-42/+69
| * | | sunxi: axp: Add driver-model support to the axp_gpio codeHans de Goede2015-05-042-1/+53
| * | | sunxi: axp: Move axp gpio code to a separate axpi-gpio driverHans de Goede2015-05-045-139/+154
| * | | sunxi: axp: Move axp pmic register helpers to a separate fileHans de Goede2015-05-041-119/+53
| * | | sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass opsHans de Goede2015-05-043-14/+14
| * | | sunxi: gpio: Build sunxi_name_to_gpio_bank for driver-model code tooHans de Goede2015-05-041-14/+14
| * | | sunxi: gpio: Add compatible strings for all supported SoCsHans de Goede2015-05-041-0/+7
| * | | sunxi: gpio: Add temporary implementation of name_to_gpio()Simon Glass2015-05-041-0/+11
| * | | sunxi: gpio: Rename GPIOs to include a 'P' prefixSimon Glass2015-05-041-3/+4
| * | | sunxi: display: Fix gpio handling to work with the driver-modelHans de Goede2015-05-041-8/+8
| * | | sunxi: mmc: Fix card-detect gpio handling to work with the driver-modelHans de Goede2015-05-041-3/+4
| * | | sunxi: Add basic A33 basic supportVishnu Patekar2015-05-042-0/+8
| * | | sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig boolHans de Goede2015-05-042-7/+6
| | |/ | |/|
* | | dm: Implement a CPU uclassSimon Glass2015-04-295-0/+79
* | | dm: core: Add a function to bind a driver for a device tree nodeSimon Glass2015-04-291-1/+8
* | | biosemu: Do not free vga_info->BIOSImage when it is 0xc0000Bin Meng2015-04-291-1/+2
OpenPOWER on IntegriCloud