summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* arm: add Debug Communications Channel serial driver supportJean-Christophe PLAGNIOL-VILLARD2009-11-033-0/+174
* Merge branch 'for-sascha' of git://uboot.jcrosoft.org/u-boot-v2 into from-jeanSascha Hauer2009-10-2820-39/+39
|\
| * [PPC] Move include/asm-ppc/arch-* to arch/ppc/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-222-6/+6
| * [SANDBOX] Move include/asm-sandbox/arch-* to arch/sandbox/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-222-2/+2
| * [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-2216-30/+30
* | imx_nand: add i.MX25/i.MX35 to KconfigSascha Hauer2009-10-261-2/+2
* | mxc_nand: add nand boot support for i.MX35Sascha Hauer2009-10-261-8/+30
* | mxc_nand: set proper spas / ecc sizeSascha Hauer2009-10-261-0/+23
* | IMX_NAND_BASE -> IMX_NFC_BASESascha Hauer2009-10-261-1/+1
* | imx_nand: allow flash based bbtSascha Hauer2009-10-261-1/+34
* | mxc_nand: Add NFC V2 supportSascha Hauer2009-10-261-25/+78
* | mxc_nand: Make main/spare areas runtime configurableSascha Hauer2009-10-261-9/+21
* | imx_nand: make oob read work on 512b page nandsSascha Hauer2009-10-261-3/+1
* | imx_nand: add booting from 2k NAND supportSascha Hauer2009-10-261-37/+46
* | mxc_nand: determine page and block size depending on NFMS bitSascha Hauer2009-10-261-13/+29
* | mxc_nand: remove unused definesSascha Hauer2009-10-261-10/+0
* | mxc nand: modify send_page to send all pages, not only oneSascha Hauer2009-10-261-25/+22
* | mxc_nand: simplify command processingSascha Hauer2009-10-261-49/+35
* | mxc_nand: remove debug paramSascha Hauer2009-10-261-7/+7
* | mxc_nand: use buffersSascha Hauer2009-10-261-258/+91
* | mxc_nand: introduce mxc_do_addr_cycleSascha Hauer2009-10-261-39/+47
* | nand_imx: merge send_read_page and send_prog_pageSascha Hauer2009-10-261-46/+15
* | nand_imx: fix largepage layoutSascha Hauer2009-10-261-15/+23
* | imx-nand : remove wrong part of commit ca326e88827e08e723046a21b18e74d41d15ace7Eric Benard2009-10-231-14/+1
|/
* at91: add cpu devices common apiJean-Christophe PLAGNIOL-VILLARD2009-10-202-3/+3
* at91sam9: move to at91Jean-Christophe PLAGNIOL-VILLARD2009-10-204-4/+4
* cfi new: fix new disabling buffer supportJean-Christophe PLAGNIOL-VILLARD2009-10-202-0/+4
* commands: remove maxargsSascha Hauer2009-10-195-5/+0
* miiphy: Add missing lseek functionSascha Hauer2009-10-191-0/+1
* commands: return COMMAND_ERROR_USAGESascha Hauer2009-10-193-12/+6
* imxfb: make framebuffer base address configurableSascha Hauer2009-10-131-4/+10
* fec_imx: do not typedef structSascha Hauer2009-10-131-7/+7
* usb ehci: Fix braindamaged pointer-deref-cast-magicSascha Hauer2009-10-121-1/+1
* sandbox tap driver: initialize device nameSascha Hauer2009-10-121-1/+2
* fec_imx: initialize buffers on open timeSascha Hauer2009-10-091-6/+6
* nand_imx_v2: Use generic bbt scan functionSascha Hauer2009-10-051-44/+11
* nand_imx_v2: Use a two staged scan processSascha Hauer2009-10-051-17/+22
* nand_imx_v2: abstract i.MX25 specific stuff properlySascha Hauer2009-10-051-8/+43
* nand_imx_v2: make nand_boot_test command more flexibleSascha Hauer2009-10-051-5/+23
* nand_imx_v2: use xzalloc for data buffersSascha Hauer2009-10-051-31/+2
* mc13783: fix spi mode, remove now unneeded double readSascha Hauer2009-10-021-6/+1
* imx spi: Use gpio as chip selectsSascha Hauer2009-10-021-21/+44
* Add USB device supportSascha Hauer2009-09-2516-0/+6479
* rename dma macrosSascha Hauer2009-09-251-4/+4
* usb: remove unnecessary codeSascha Hauer2009-09-091-12/+10
* usb ehci driver: Add MMU supportSascha Hauer2009-09-091-11/+10
* usb ehci driver: Get rid of echi_alloc/freeSascha Hauer2009-09-091-59/+12
* MX25/MX35 Nand supportSascha Hauer2009-09-083-1/+1147
* nand_base: We have to ignore the -EUCLEAN errorSascha Hauer2009-09-081-1/+1
* imx serial: add mx25 supportSascha Hauer2009-09-081-1/+1