summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-04-1531-915/+1948
|\
| * Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-141-5/+3
| |\
| | * fsl_esdhc: Fix DMA transfer completion waiting loopAndrew Gabbasov2013-04-141-2/+1
| | * fsl_esdhc: flush cache after IO completionEric Nelson2013-04-141-3/+2
| * | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-141-8/+9
| |\ \ | | |/
| | * spi: mxc_spi: Set master mode for all channelsFabio Estevam2013-04-131-8/+9
| * | Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-1296-977/+2396
| |\ \
| * | | kirkwood_nand: allow usage of NAND_ECC_SOFT_BCHGerlando Falauto2013-04-121-0/+4
| * | | arm: Remove support for unused s3c64xxBenoît Thébaudeau2013-04-1210-593/+4
| * | | nand: mxc: Switch NAND SPL to generic SPLBenoît Thébaudeau2013-04-124-5/+597
| * | | nand: mxc: Use appropriate page number in syndrome functionsBenoît Thébaudeau2013-04-121-3/+3
| * | | nand: mxc: Fix debug trace in mxc_nand_read_oob_syndrome()Benoît Thébaudeau2013-04-121-1/+1
| * | | nand: mxc: Add support for i.MX5Benoît Thébaudeau2013-04-121-11/+108
| * | | nand: mxc: Prepare to add support for i.MX5Benoît Thébaudeau2013-04-121-46/+46
| * | | mtd: nand: mxc_nand: Fix is_16bit_nand()Fabio Estevam2013-04-121-34/+3
| * | | mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BITFabio Estevam2013-04-121-2/+2
| * | | omap_gpmc: add support for hw assisted BCH8Andreas Bießmann2013-04-081-91/+276
| * | | omap_gpmc: change nandecc commandAndreas Bießmann2013-04-081-26/+31
| * | | asm/omap_gpmc.h: consolidate common definesAndreas Bießmann2013-04-081-1/+1
| * | | omap3_beagle: Flush UART3 xmit on enable if TEMT is brokenManfred Huber2013-04-081-2/+16
| * | | musb: set MUSB speed based on CONFIGBin Liu2013-04-082-1/+3
| * | | musb: am335x: disable bulk split-combine featureBin Liu2013-04-081-0/+5
| * | | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-049-88/+832
| |\ \ \
| | * | | Exynos: Add hardware accelerated SHA256 and SHA1Akshay Saraswat2013-03-293-0/+498
| | * | | spi: exynos: Fix compiler warnings for non-dt systemsVivek Gautam2013-03-291-0/+2
| | * | | video: exynos_dp: Add function to parse DP DT nodeAjay Kumar2013-03-272-0/+82
| | * | | video: exynos_dp: Make dp_regs globalAjay Kumar2013-03-273-45/+10
| | * | | video: exynos_fb: add DT support for FIMD driverAjay Kumar2013-03-272-0/+180
| | * | | video: exynos_fb: Make fimd_ctrl globalAjay Kumar2013-03-271-25/+2
| | * | | video: exynos_dp: Remove callbacks from the driverAjay Kumar2013-03-271-2/+7
| | * | | video: exynos_fb: Remove callbacks from the driverAjay Kumar2013-03-271-16/+51
| * | | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-042-4/+11
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | spi: mxc_spi: Fix ECSPI reset handlingDirk Behme2013-04-041-4/+4
| | * | | mmc: i.MX6: fsl_esdhc: Define maximum bus width supported by a boardAbbas Raza2013-04-031-0/+7
| * | | | ARM: bcm2835: fix get_timer() to return msStephen Warren2013-04-041-2/+3
* | | | | Merge branch 'tpm' of git://git.denx.de/u-boot-x86Tom Rini2013-04-157-5/+1416
|\ \ \ \ \
| * | | | | tpm: Add Infineon slb9635_i2c TPM driverRong Chang2013-04-126-0/+1411
| * | | | | tpm: Add casts for proper compilationTaylor Hutt2013-04-121-5/+5
| | |_|_|/ | |/| | |
* | | | | Revert "mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support"Stefan Roese2013-04-121-55/+23
* | | | | Revert "cfi_flash: Use uintptr_t for casts from u32 to void *"Stefan Roese2013-04-121-1/+1
|/ / / /
* | | | ubi: ubifs: Turn off verbose printsJoe Hershberger2013-04-112-6/+12
* | | | ubi: Fix broken cleanup code in attach_by_scanningJoe Hershberger2013-04-112-4/+5
* | | | dfu: NAND specific routines for DFU operationPantelis Antoniou2013-04-103-0/+196
* | | | nand: Extend nand_(read|write)_skip_bad with *actual and limit parametersTom Rini2013-04-101-8/+60
* | | | dfu: Support larger than memory transfers.Pantelis Antoniou2013-04-102-89/+262
* | | | dfu:ext4:fix: Change ext4write command order of parametersŁukasz Majewski2013-04-081-2/+2
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashTom Rini2013-04-041-23/+78
|\ \ \ \
| * | | | cfi_flash: Use uintptr_t for casts from u32 to void *Stefan Roese2013-04-041-1/+1
| * | | | mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devicesJagannadha Sutradharudu Teki2013-04-021-0/+23
| * | | | mtd: cfi_flash: Fix CFI flash driver for 8-bit bus supportaaron.williams@caviumnetworks.com2013-04-021-23/+55
OpenPOWER on IntegriCloud