aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-02-23Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini4-14/+70
2015-02-23mmc: sdhci: fix bus width switching on Samsung SoCsMatt Reimer1-1/+2
2015-02-23mmc: print SD/eMMC type for inited mmc devicesPrzemyslaw Marczak1-0/+8
2015-02-23mmc: exynos dwmmc: check boot mode before init dwmmcPrzemyslaw Marczak1-1/+10
2015-02-23sunxi: mmc: Always declare High Capacity capabilityHans de Goede1-5/+1
2015-02-23mmc: exynos_dw_mmc: use the exynos specific data structureJaehoon Chung1-13/+47
2015-02-23mmc: exynos_dw_mmc: set to clksel_val into board-init functionJaehoon Chung1-0/+4
2015-02-23mmc: dw_mmc: fixed the wrong bit controlJaehoon Chung1-1/+1
2015-02-21Merge git://git.denx.de/u-boot-sunxiTom Rini3-6/+47
2015-02-21sunxi: musb: Check Vbus-det before enabling otg port powerHans de Goede1-0/+29
2015-02-21sunxi: mmc: Always declare High Capacity capabilityHans de Goede1-5/+1
2015-02-20sunxi: video: Add support for tl059wv5c0 lcd panelsHans de Goede1-0/+7
2015-02-20sunxi: video: Add support for LCD reset pinHans de Goede1-1/+10
2015-02-19serial: ns16550: Support debug UARTSimon Glass2-2/+61
2015-02-19serial: ns16550: Add access functions that don't need platdataSimon Glass1-18/+30
2015-02-19serial: Support an early UART for debuggingSimon Glass1-0/+46
2015-02-19dm: Move CONFIG_I2C_COMPAT to KconfigSimon Glass1-0/+9
2015-02-19dm: cros_ec: Convert to KconfigSimon Glass2-1/+53
2015-02-17Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2-16/+33
2015-02-16PCI: add 64-bit prefetchable memory supportDavid Feng1-1/+35
2015-02-16sunxi: otg: Fix peripheral modeHans de Goede1-12/+1
2015-02-16sunxi: video: Dynamically reserve framebuffer memoryHans de Goede1-5/+13
2015-02-16sunxi: video: Do not use CONFIG_SYS_MEM_TOP_HIDE for the framebufferHans de Goede1-1/+21
2015-02-16net: keystone_net: move serdes setup to initialization functionVitaly Andrianov1-2/+2
2015-02-16mtd, omap: fix case NAND_OMAP_GPMC_PREFETCH not definedEgli, Samuel1-1/+4
2015-02-12dm: Add support for all targets which requires MANUAL_RELOCMichal Simek2-0/+80
2015-02-12dm:gpio:mxc add DT supportPeng Fan1-17/+64
2015-02-12dm:gpio:mxc add a bank_index entry in platdataPeng Fan1-8/+9
2015-02-12dm: introduce dev_get_addr interfacePeng Fan1-0/+12
2015-02-12dm: sh: serial: Add support driver modelNobuhiro Iwamatsu2-113/+238
2015-02-12dm: Add Kconfig options for driver model SPL supportSimon Glass1-0/+44
2015-02-12dm: Expand and complete Kconfig in drivers/Simon Glass10-10/+65
2015-02-12dm: Add Kconfig for driver/demoSimon Glass2-0/+28
2015-02-12dm: i2c: Make API accessible even without CONFIG_DMSimon Glass3-16/+16
2015-02-12dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass1-8/+3
2015-02-12powerpc: Add serial driver for driver modelSimon Glass2-0/+41
2015-02-12i2c: s3c24x0: reduce transmission status timeoutPrzemyslaw Marczak1-2/+2
2015-02-12gpio: omap: Pass correct argument to _get_gpio_direction()Axel Lin1-1/+1
2015-02-12gpio: at91: Fix getting address of private dataAxel Lin1-5/+5
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini10-83/+228
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini4-1/+34
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini5-0/+108
2015-02-10lcd: introduce lcd_set_cmapNikita Kiryanov1-0/+11
2015-02-10lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.cNikita Kiryanov1-0/+15
2015-02-10lcd: atmel: introduce lcd_logo_set_cmapNikita Kiryanov1-0/+26
2015-02-10lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.cNikita Kiryanov1-0/+7
2015-02-10lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfbNikita Kiryanov1-0/+9
2015-02-10lcd: split configuration_get_cmapNikita Kiryanov5-0/+40
2015-02-07arm, at91, wdt: make timeout configurableHeiko Schocher1-0/+4
2015-02-07mtd: atmel_nand: according to pmecc version to perform 0xff page correctionWu, Josh2-0/+29