summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-02-23Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2015-02-23mmc: sdhci: fix bus width switching on Samsung SoCsMatt Reimer
2015-02-23mmc: print SD/eMMC type for inited mmc devicesPrzemyslaw Marczak
2015-02-23mmc: exynos dwmmc: check boot mode before init dwmmcPrzemyslaw Marczak
2015-02-23sunxi: mmc: Always declare High Capacity capabilityHans de Goede
2015-02-23mmc: exynos_dw_mmc: use the exynos specific data structureJaehoon Chung
2015-02-23mmc: exynos_dw_mmc: set to clksel_val into board-init functionJaehoon Chung
2015-02-23mmc: dw_mmc: fixed the wrong bit controlJaehoon Chung
2015-02-21Merge git://git.denx.de/u-boot-sunxiTom Rini
2015-02-21sunxi: musb: Check Vbus-det before enabling otg port powerHans de Goede
2015-02-21sunxi: mmc: Always declare High Capacity capabilityHans de Goede
2015-02-20sunxi: video: Add support for tl059wv5c0 lcd panelsHans de Goede
2015-02-20sunxi: video: Add support for LCD reset pinHans de Goede
2015-02-19serial: ns16550: Support debug UARTSimon Glass
2015-02-19serial: ns16550: Add access functions that don't need platdataSimon Glass
2015-02-19serial: Support an early UART for debuggingSimon Glass
2015-02-19dm: Move CONFIG_I2C_COMPAT to KconfigSimon Glass
2015-02-19dm: cros_ec: Convert to KconfigSimon Glass
2015-02-17Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2015-02-16PCI: add 64-bit prefetchable memory supportDavid Feng
2015-02-16sunxi: otg: Fix peripheral modeHans de Goede
2015-02-16sunxi: video: Dynamically reserve framebuffer memoryHans de Goede
2015-02-16sunxi: video: Do not use CONFIG_SYS_MEM_TOP_HIDE for the framebufferHans de Goede
2015-02-16net: keystone_net: move serdes setup to initialization functionVitaly Andrianov
2015-02-16mtd, omap: fix case NAND_OMAP_GPMC_PREFETCH not definedEgli, Samuel
2015-02-12dm: Add support for all targets which requires MANUAL_RELOCMichal Simek
2015-02-12dm:gpio:mxc add DT supportPeng Fan
2015-02-12dm:gpio:mxc add a bank_index entry in platdataPeng Fan
2015-02-12dm: introduce dev_get_addr interfacePeng Fan
2015-02-12dm: sh: serial: Add support driver modelNobuhiro Iwamatsu
2015-02-12dm: Add Kconfig options for driver model SPL supportSimon Glass
2015-02-12dm: Expand and complete Kconfig in drivers/Simon Glass
2015-02-12dm: Add Kconfig for driver/demoSimon Glass
2015-02-12dm: i2c: Make API accessible even without CONFIG_DMSimon Glass
2015-02-12dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass
2015-02-12powerpc: Add serial driver for driver modelSimon Glass
2015-02-12i2c: s3c24x0: reduce transmission status timeoutPrzemyslaw Marczak
2015-02-12gpio: omap: Pass correct argument to _get_gpio_direction()Axel Lin
2015-02-12gpio: at91: Fix getting address of private dataAxel Lin
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2015-02-10lcd: introduce lcd_set_cmapNikita Kiryanov
2015-02-10lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.cNikita Kiryanov
2015-02-10lcd: atmel: introduce lcd_logo_set_cmapNikita Kiryanov
2015-02-10lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.cNikita Kiryanov
2015-02-10lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfbNikita Kiryanov
2015-02-10lcd: split configuration_get_cmapNikita Kiryanov
2015-02-07arm, at91, wdt: make timeout configurableHeiko Schocher
2015-02-07mtd: atmel_nand: according to pmecc version to perform 0xff page correctionWu, Josh