summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
...
| * | mmc: fsl_esdhc: update eMMC44 adapter card erase timeoutYangbo Lu2015-05-05-2/+2
| * | mmc: sdhci: add timeout setting for response busy commandKevin Liu2015-05-05-0/+2
| * | mmc: remove the MMC_MODE_HC flagRob Herring2015-05-05-20/+11
| * | mmc: Fix splitting device initializationAndrew Gabbasov2015-05-05-8/+8
| * | mmc: Restructure polling loops to avoid extra delaysAndrew Gabbasov2015-05-05-10/+17
| * | mmc: Continue polling MMC card for OCR only if it is still not readyAndrew Gabbasov2015-05-05-9/+11
| * | mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()Andrew Gabbasov2015-05-05-13/+11
| * | mmc: Avoid extra duplicate entry in mmc device structureAndrew Gabbasov2015-05-05-6/+7
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2015-05-05-2/+2
|\ \
| * \ Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2015-05-05-2597/+14144
| |\ \ | | |/
| * | fix ARM DCC support for ARMv7 based cores (e.g. CortexA)Alexander Merkle2015-04-16-2/+2
* | | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2015-05-04-447/+543
|\ \ \
| * | | sunxi: usb: Do not call phy_probe from hcd codeHans de Goede2015-05-04-12/+3
| * | | sunxi: usb: Rename the usbc.? files to usb_phy.?Hans de Goede2015-05-04-3/+3
| * | | sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_barHans de Goede2015-05-04-20/+21
| * | | sunxi: usb: Remove sunxi_usbc_get_io_base functionHans de Goede2015-05-04-1/+4
| * | | sunxi: usb: Move setup of host controller clocks to the host controller driversHans de Goede2015-05-04-2/+42
| * | | sunxi: axp: Remove non driver-model support from the axp gpio codeHans de Goede2015-05-04-41/+8
| * | | sunxi: emac: Remove non driver-model codeHans de Goede2015-05-04-69/+0
| * | | sunxi: emac: Add driver model supportHans de Goede2015-05-04-0/+81
| * | | sunxi: emac: Rename DMA_CPU_TRRESHOLD to EMAC_RX_BUFSIZEHans de Goede2015-05-04-2/+2
| * | | sunxi: emac: Prepare for driver-model supportHans de Goede2015-05-04-44/+71
| * | | sunxi: emac: port to phylibHans de Goede2015-05-04-42/+69
| * | | sunxi: axp: Add driver-model support to the axp_gpio codeHans de Goede2015-05-04-1/+53
| * | | sunxi: axp: Move axp gpio code to a separate axpi-gpio driverHans de Goede2015-05-04-139/+154
| * | | sunxi: axp: Move axp pmic register helpers to a separate fileHans de Goede2015-05-04-119/+53
| * | | sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass opsHans de Goede2015-05-04-14/+14
| * | | sunxi: gpio: Build sunxi_name_to_gpio_bank for driver-model code tooHans de Goede2015-05-04-14/+14
| * | | sunxi: gpio: Add compatible strings for all supported SoCsHans de Goede2015-05-04-0/+7
| * | | sunxi: gpio: Add temporary implementation of name_to_gpio()Simon Glass2015-05-04-0/+11
| * | | sunxi: gpio: Rename GPIOs to include a 'P' prefixSimon Glass2015-05-04-3/+4
| * | | sunxi: display: Fix gpio handling to work with the driver-modelHans de Goede2015-05-04-8/+8
| * | | sunxi: mmc: Fix card-detect gpio handling to work with the driver-modelHans de Goede2015-05-04-3/+4
| * | | sunxi: Add basic A33 basic supportVishnu Patekar2015-05-04-0/+8
| * | | sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig boolHans de Goede2015-05-04-7/+6
| | |/ | |/|
* | | dm: Implement a CPU uclassSimon Glass2015-04-29-0/+79
* | | dm: core: Add a function to bind a driver for a device tree nodeSimon Glass2015-04-29-1/+8
* | | biosemu: Do not free vga_info->BIOSImage when it is 0xc0000Bin Meng2015-04-29-1/+2
* | | pci: Remove parameter 'class' of pci_rom_load()Bin Meng2015-04-29-2/+2
* | | pci: Option rom class is a 24-bit numberBin Meng2015-04-29-9/+11
* | | x86: Set serial port IRQ for SMSC LPC47MBin Meng2015-04-29-1/+2
|/ /
* | Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-04-29-2/+229
|\ \
| * | zynqmp: sdhci: Remove the quirk SDHCI_QUIRK_NO_CDSiva Durga Prasad Paladugu2015-04-29-1/+1
| * | serial: zynq: Add support for slow emulation platformMichal Simek2015-04-29-1/+7
| * | gpio: add Xilinx Zynq PS GPIO driverAndrea Scian2015-04-29-0/+221
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-socfpgaTom Rini2015-04-28-0/+16
|\ \ \
| * | | spi: Add Cadence QSPI controller Kconfig entryMarek Vasut2015-04-21-0/+8
| * | | spi: Add Designware SPI controller Kconfig entryMarek Vasut2015-04-21-0/+8
* | | | dm: core: Correct bug introduced in uclass_first/next_device()Simon Glass2015-04-28-0/+5
* | | | serial: ns16550: Remove hard-coded baud_divisor settingAxel Lin2015-04-28-1/+0