summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-09-26Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-19/+2
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini6-115/+199
2012-09-22Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2-4/+4
2012-09-22pci: fix some warnings related to assumptions aboutKumar Gala2-4/+4
2012-09-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini15-193/+1359
2012-09-22video/powerpc: don't touch DIU registers that we don't needTimur Tabi1-19/+2
2012-09-21Merge remote-tracking branch 'u-boot-imx/master'Albert ARIBAUD2-25/+37
2012-09-21usb: do explicit unaligned accessesLucas Stach1-2/+5
2012-09-21dfu:usb:fix: Read the "filesize" environment variable only when file readŁukasz Majewski1-1/+1
2012-09-21dfu:usb: Support for ext4Łukasz Majewski1-6/+26
2012-09-20ColdFire: Queued SPI driverRichard Retanubun2-0/+374
2012-09-19Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxTom Rini1-0/+4
2012-09-19mpc8xxx_spi: fix SPI support on MPC8308RDBIra W. Snyder1-0/+4
2012-09-18dm: sparc: net: Fixup greth compile warningsMarek Vasut1-5/+5
2012-09-18mxc nand: Fix warning on !MXC_NFC_V2_1Tom Rini1-0/+2
2012-09-18Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini3-264/+107
2012-09-18mxc nand: Homogenize IP revisions with LinuxBenoît Thébaudeau1-8/+8
2012-09-18mtd mxc nand: Merge init functionsBenoît Thébaudeau1-30/+23
2012-09-18mtd mxc nand: Fix ECC state after read_page_raw_syndrome()Benoît Thébaudeau1-1/+1
2012-09-18mtd mxc nand: Use _mxc_nand_enable_hwecc()Benoît Thébaudeau1-16/+12
2012-09-18mxc nand: Access all ecc_status_result fieldsBenoît Thébaudeau1-1/+1
2012-09-18mxc nand: cosmectic: Light cleanupBenoît Thébaudeau1-6/+3
2012-09-18mxc nand: Merge mtd and spl register definitionsBenoît Thébaudeau1-196/+51
2012-09-18mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverMarek Vasut1-5/+2
2012-09-18nand: Make NAND lock status compatible with MicronJoe Hershberger1-2/+0
2012-09-18nand: consolidate duplicated constantsJoe Hershberger1-6/+0
2012-09-18nand: Change ulong to loff_t and size_tJoe Hershberger1-2/+3
2012-09-18nand: Add support for unlock.invertJoe Hershberger1-3/+14
2012-09-18mtd: support ONFI multi lun NANDMatthieu CASTET1-1/+2
2012-09-17Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-0/+8
2012-09-12Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini6-30/+50
2012-09-11spi: xilinx: Remove unused variableStephan Linz1-1/+0
2012-09-11serial: uartlite: Init all uartlites for serial multiMichal Simek1-15/+19
2012-09-11block: systemace: Simplify base and width initializationMichal Simek1-13/+25
2012-09-11NAND: MXS: include common.h first so cache.h is included in correct orderTom Warren1-1/+1
2012-09-11Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren6-162/+31
2012-09-08mmc: detect boot sectors using EXT_CSD_BOOT_MULT tooStephen Warren1-1/+2
2012-09-08tegra: nand: Add Tegra NAND driverJim Lin3-0/+1284
2012-09-08nand: Try to align the default buffersSimon Glass1-1/+2
2012-09-07mmc: Remove incorrect cmd->flags usageAndy Fleming2-4/+6
2012-09-06MX28: MMC: Avoid DMA DCache race conditionMarek Vasut1-0/+4
2012-09-06MX28: SPI: Fix the DMA chainingMarek Vasut1-18/+25
2012-09-06MX28: SPI: Fix the DMA DCache race conditionMarek Vasut1-7/+8
2012-09-06omap4 i2c: add support for i2c bus 4Koen Kooi1-0/+8
2012-09-06mmc: s5p_sdhci: add the set_mmc_clk for cmu controlJaehoon Chung2-0/+6
2012-09-06mmc: s5p_sdhci: fixed wrong function argumentJaehoon Chung1-3/+2
2012-09-06mmc: s5p_sdhci: set the SDHCI_QUIRK_BROKEN_R1BJaehoon Chung1-6/+4
2012-09-06mmc: Add a SDHCI quirk for boards that have no CDJoe Hershberger1-2/+15
2012-09-06mmc: Fix version check for clock API in sdhci driverJoe Hershberger1-5/+5
2012-09-06mmc_get_dev: Return error if mmc_init failsBenoît Thébaudeau1-2/+1