aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-03-02Merge branch 'master' of git://git.denx.de/u-bootStefano Babic69-1138/+2207
2015-02-25Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini23-210/+1219
2015-02-25crypto/fsl - Add progressive hashing support using hardware acceleration.gaurav rana2-1/+171
2015-02-25crypto/fsl: Make function names consistent for blob encapsulation/decapsulation.gaurav rana1-2/+2
2015-02-24ARM: remove tnetv107x board supportMasahiro Yamada2-166/+0
2015-02-24ARM: remove cm4008 and cm41xx board supportMasahiro Yamada5-354/+0
2015-02-24ARM: remove jadecpu board supportMasahiro Yamada2-169/+0
2015-02-24kconfig: remove unneeded dependency on !SPL_BUILDMasahiro Yamada2-14/+6
2015-02-24kconfig: switch to single .config configurationMasahiro Yamada1-1/+1
2015-02-24mmc: fsl_esdhc: Add support for DDR modeVolodymyr Riazantsev1-2/+6
2015-02-24driver/pci: add Layerscape PCIe driverMinghuan Lian1-5/+466
2015-02-24drivers/mc: Migrated MC Flibs to 0.5.2J. German Rivera6-46/+295
2015-02-24driver/ddr/fsl: Add sync of refreshYork Sun2-0/+59
2015-02-24driver/ddr/fsl: Fix a typo in timing_cfg_8 calculationYork Sun1-1/+1
2015-02-24driver/ddr/fsl: Add support for multiple DDR clocksYork Sun12-152/+180
2015-02-24driver/ddr/fsl: Add workround for erratumn A008514York Sun1-5/+17
2015-02-24driver/ddr/fsl: Add workaround for A008336York Sun1-0/+22
2015-02-24driver/ddr/fsl: Adjust CAS to preamble override for emulatorYork Sun1-1/+5
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-23mmc: fsl_esdhc: Add support to force VSELECT setOtavio Salvador1-0/+4
2015-02-23mmc: fsl_esdhc: Add CMD11 support to switch to 1.8VOtavio Salvador1-7/+22
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