summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
* Add mxc_ocotp driverBenoît Thébaudeau2013-04-28-0/+217
* Add fsl_iim driverBenoît Thébaudeau2013-04-28-0/+287
* mtd: mxs_nand: Add support for i.MX6Stefan Roese2013-04-22-2/+9
* dma: Add i.MX6 support to drivers/dma/apbh_dma.cStefan Roese2013-04-22-1/+1
* imx: Move some header files from arch-mxs to imx-commonStefan Roese2013-04-22-4/+7
* Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-14-5/+3
|\
| * fsl_esdhc: Fix DMA transfer completion waiting loopAndrew Gabbasov2013-04-14-2/+1
| * fsl_esdhc: flush cache after IO completionEric Nelson2013-04-14-3/+2
* | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-14-8/+9
|\ \ | |/
| * spi: mxc_spi: Set master mode for all channelsFabio Estevam2013-04-13-8/+9
* | Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-12-977/+2396
|\ \
| * | ubi: ubifs: Turn off verbose printsJoe Hershberger2013-04-11-6/+12
| * | ubi: Fix broken cleanup code in attach_by_scanningJoe Hershberger2013-04-11-4/+5
| * | dfu: NAND specific routines for DFU operationPantelis Antoniou2013-04-10-0/+196
| * | nand: Extend nand_(read|write)_skip_bad with *actual and limit parametersTom Rini2013-04-10-8/+60
| * | dfu: Support larger than memory transfers.Pantelis Antoniou2013-04-10-89/+262
| * | dfu:ext4:fix: Change ext4write command order of parametersŁukasz Majewski2013-04-08-2/+2
| * | Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashTom Rini2013-04-04-23/+78
| |\ \
| | * | cfi_flash: Use uintptr_t for casts from u32 to void *Stefan Roese2013-04-04-1/+1
| | * | mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devicesJagannadha Sutradharudu Teki2013-04-02-0/+23
| | * | mtd: cfi_flash: Fix CFI flash driver for 8-bit bus supportaaron.williams@caviumnetworks.com2013-04-02-23/+55
| * | | biosemu: include <asm/io.h> headerLinus Walleij2013-04-02-0/+4
| * | | Consolidate bool typeYork Sun2013-04-01-651/+595
| |/ /
| * | video: bcm2835: fix build issuesAnatolij Gustschin2013-03-29-11/+0
| * | Merge branch 'for-v2013.04'Anatolij Gustschin2013-03-29-185/+1186
| |\ \
| | * | video: Fix splash screen alignmentMatthias Weisser2013-03-21-7/+7
| | * | lcd, fb: remove duplicated prototypes and unused codeJeroen Hofstee2013-03-21-73/+0
| | * | common/lcd.c: remove global lcd_baseJeroen Hofstee2013-03-21-26/+6
| | * | common/lcd.c: cleanup use of global variablesJeroen Hofstee2013-03-21-36/+0
| | * | lcd, pxafb: move the pxafb to drivers/videoJeroen Hofstee2013-03-21-0/+651
| | * | lcd, mpc8xx: move the mpc8xx driver to drivers/videoJeroen Hofstee2013-03-21-0/+619
| | * | lcd, tegra: remove unused cursor functionsJeroen Hofstee2013-03-21-52/+0
| | * | lcd, amba: remove this driver since it is not usedJeroen Hofstee2013-03-21-78/+0
| | * | common/lcd.c: cleanup use of global variablesWolfgang Denk2013-03-21-11/+1
* | | | kirkwood_nand: allow usage of NAND_ECC_SOFT_BCHGerlando Falauto2013-04-12-0/+4
* | | | arm: Remove support for unused s3c64xxBenoît Thébaudeau2013-04-12-593/+4
* | | | nand: mxc: Switch NAND SPL to generic SPLBenoît Thébaudeau2013-04-12-5/+597
* | | | nand: mxc: Use appropriate page number in syndrome functionsBenoît Thébaudeau2013-04-12-3/+3
* | | | nand: mxc: Fix debug trace in mxc_nand_read_oob_syndrome()Benoît Thébaudeau2013-04-12-1/+1
* | | | nand: mxc: Add support for i.MX5Benoît Thébaudeau2013-04-12-11/+108
* | | | nand: mxc: Prepare to add support for i.MX5Benoît Thébaudeau2013-04-12-46/+46
* | | | mtd: nand: mxc_nand: Fix is_16bit_nand()Fabio Estevam2013-04-12-34/+3
* | | | mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BITFabio Estevam2013-04-12-2/+2
* | | | omap_gpmc: add support for hw assisted BCH8Andreas Bießmann2013-04-08-91/+276
* | | | omap_gpmc: change nandecc commandAndreas Bießmann2013-04-08-26/+31
* | | | asm/omap_gpmc.h: consolidate common definesAndreas Bießmann2013-04-08-1/+1
* | | | omap3_beagle: Flush UART3 xmit on enable if TEMT is brokenManfred Huber2013-04-08-2/+16
* | | | musb: set MUSB speed based on CONFIGBin Liu2013-04-08-1/+3
* | | | musb: am335x: disable bulk split-combine featureBin Liu2013-04-08-0/+5
* | | | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-04-88/+832
|\ \ \ \