aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-04-12kirkwood_nand: allow usage of NAND_ECC_SOFT_BCHGerlando Falauto1-0/+4
2013-04-12arm: Remove support for unused s3c64xxBenoît Thébaudeau10-593/+4
2013-04-12nand: mxc: Switch NAND SPL to generic SPLBenoît Thébaudeau4-5/+597
2013-04-12nand: mxc: Use appropriate page number in syndrome functionsBenoît Thébaudeau1-3/+3
2013-04-12nand: mxc: Fix debug trace in mxc_nand_read_oob_syndrome()Benoît Thébaudeau1-1/+1
2013-04-12nand: mxc: Add support for i.MX5Benoît Thébaudeau1-11/+108
2013-04-12nand: mxc: Prepare to add support for i.MX5Benoît Thébaudeau1-46/+46
2013-04-12mtd: nand: mxc_nand: Fix is_16bit_nand()Fabio Estevam1-34/+3
2013-04-12mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BITFabio Estevam1-2/+2
2013-04-08omap_gpmc: add support for hw assisted BCH8Andreas Bießmann1-91/+276
2013-04-08omap_gpmc: change nandecc commandAndreas Bießmann1-26/+31
2013-04-08asm/omap_gpmc.h: consolidate common definesAndreas Bießmann1-1/+1
2013-04-08omap3_beagle: Flush UART3 xmit on enable if TEMT is brokenManfred Huber1-2/+16
2013-04-08musb: set MUSB speed based on CONFIGBin Liu2-1/+3
2013-04-08musb: am335x: disable bulk split-combine featureBin Liu1-0/+5
2013-04-04Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD9-88/+832
2013-04-04Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2-4/+11
2013-04-04spi: mxc_spi: Fix ECSPI reset handlingDirk Behme1-4/+4
2013-04-04ARM: bcm2835: fix get_timer() to return msStephen Warren1-2/+3
2013-04-03mmc: i.MX6: fsl_esdhc: Define maximum bus width supported by a boardAbbas Raza1-0/+7
2013-03-29Exynos: Add hardware accelerated SHA256 and SHA1Akshay Saraswat3-0/+498
2013-03-29spi: exynos: Fix compiler warnings for non-dt systemsVivek Gautam1-0/+2
2013-03-28Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD22-163/+2332
2013-03-27video: exynos_dp: Add function to parse DP DT nodeAjay Kumar2-0/+82
2013-03-27video: exynos_dp: Make dp_regs globalAjay Kumar3-45/+10
2013-03-27video: exynos_fb: add DT support for FIMD driverAjay Kumar2-0/+180
2013-03-27video: exynos_fb: Make fimd_ctrl globalAjay Kumar1-25/+2
2013-03-27video: exynos_dp: Remove callbacks from the driverAjay Kumar1-2/+7
2013-03-27video: exynos_fb: Remove callbacks from the driverAjay Kumar1-16/+51
2013-03-26Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD6-150/+795
2013-03-26Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD7-5/+1194
2013-03-25tegra114: add SPI driverAllen Martin3-0/+421
2013-03-25sf: winbond: add W25Q32DWAllen Martin1-0/+5
2013-03-25spi: add common fdt SPI driver interfaceAllen Martin4-45/+197
2013-03-25tegra20: spi: move fdt probe to spi_initAllen Martin1-43/+67
2013-03-25tegra: spi: pull register structs out of headersAllen Martin2-11/+110
2013-03-25tegra: spi: remove non fdt supportAllen Martin2-37/+4
2013-03-25tegra: spi: rename tegra SPI driversAllen Martin3-4/+4
2013-03-25tegra: remove support for UART SPI switchAllen Martin1-24/+1
2013-03-24mmc: omap_hsmmc.c: only register getcd/getwp callbacks if gpio could be usedPeter Korsgaard1-2/+6
2013-03-24mmc: mmc_getcd/getwp: use sensible defaultsPeter Korsgaard1-4/+12
2013-03-24ns16550: enable quirks for ti814xMatt Porter1-2/+3
2013-03-24am33xx: Add required includes to some omap/am33xx codeTom Rini2-0/+2
2013-03-20Merge branch 'spi' of git://git.denx.de/u-boot-x86Tom Rini36-138/+1062
2013-03-20mmc: add bcm2835 driverStephen Warren2-0/+190
2013-03-20video: add a driver for the bcm2835Stephen Warren2-0/+128
2013-03-19sf: Enable FDT-based configuration and memory mappingSimon Glass1-1/+45
2013-03-19x86: spi: Set maximum write size for ICHSimon Glass1-0/+5
2013-03-19sf: Respect maximum SPI write sizeSimon Glass1-2/+8
2013-03-19x86: spi: Add Intel ICH driverSimon Glass3-0/+893