summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
...
| | * [MTD] [NAND] S3C2410: Allow the machine code to get the BBT table from NANDMichel Pollet2009-06-081-0/+6
| | * [MTD] [NAND] S3C2410: Allow commandline partition processingAndy Green2009-05-301-2/+16
| | * [MTD] [NAND] S3C2410: Fix CFG debug orderAndy Green2009-05-301-2/+2
| | * [MTD] [NAND] S3C2410: Uninitialised variable cleanupNelson Castillo2009-05-301-4/+1
| | * [MTD] [NAND] S3C2410: NAND ECC by chip rather than globalAndy Green2009-05-301-9/+25
| | * [MTD] [NAND] S3C2410: Basic kerneldoc comment updatesBen Dooks2009-05-301-11/+78
| | * [MTD] [NAND] S3C2410: Move to using platform device tableBen Dooks2009-05-301-52/+26
| * | mtd: nand: max_retries off by one in mxc_nandRoel Kluin2009-06-051-1/+1
| * | mtd: nand: s3c2410_nand_setrate(): use correct macros for 2412/2440Peter Korsgaard2009-06-051-3/+3
| * | mtd: nand: add OMAP2/OMAP3 NAND driverVimal Singh2009-06-053-0/+783
| * | mtd: blackfin NFC: fix hang when using NAND on BF527-EZKITsCliff Cai2009-06-051-2/+11
| * | mtd: blackfin NFC: remove pointless return value in bf5xx_nand_dma_rwMike Frysinger2009-06-051-3/+1
| * | mtd: add on-flash BBT support for Atmel NAND driverSimon Polette2009-06-051-1/+10
| * | mtd: MXC NAND support for 2KiB page size flashesVladimir Barinov2009-06-051-9/+51
| * | mtd: plat_nand: allow platform to set partitionsH Hartley Sweeten2009-06-051-0/+2
| * | mtd: plat_nand: add platform probe/remove callbacksH Hartley Sweeten2009-06-051-2/+11
| * | mtd: extend plat_nand for (read|write)_bufAlexander Clouter2009-06-051-0/+2
| * | mtd: davinci_nand: cmdlinepart uses MTD IDsDavid Brownell2009-06-051-11/+0
| * | mtd: mxc_nand: add correct dev_id parameter to free_irq() callsMagnus Lilja2009-06-051-2/+2
| * | mtd: nand: fix 512 byte software ecc supportVimal Singh2009-06-051-2/+2
| * | mtd: nand: davinci_nand, 4-bit ECC for smallpageDavid Brownell2009-06-051-13/+291
| * | mtd: nand: minor davinci_nand cleanupDavid Brownell2009-06-051-16/+11
| * | mtd: nand: don't walk past end of oobfree[]David Brownell2009-06-051-1/+2
| * | mtd: plat_nand: fix section errorThomas Chou2009-06-051-1/+1
| * | mtd: Fix handling of mtdname in txx9ndfmc.cDavid Woodhouse2009-05-291-4/+12
| * | [MTD] Remove mtd->{suspend,resume} calls from board driversDavid Woodhouse2009-05-261-5/+0
* | | trivial: Kconfig: .ko is normally not included in module namesPavel Machek2009-06-121-2/+2
* | | mtd: davinci nand: update clock namingKevin Hilman2009-06-051-3/+4
| |/ |/|
* | mtd: MXC NAND driver fixes (v5)Vladimir Barinov2009-05-291-20/+23
|/
* cafe_nand: Fix warningAlan Cox2009-04-241-1/+1
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-04-0613-55/+1695
|\
| * [MTD] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-04-061-1/+1
| * [MTD] [NAND] FSL-UPM: Add wait flags to support board/chip specific delaysWolfgang Grandegger2009-04-061-2/+18
| * [MTD] [NAND] FSL-UPM: add multi chip supportWolfgang Grandegger2009-04-061-23/+76
| * [MTD] [NAND] Add support for NAND on the Socrates boardWolfgang Grandegger2009-04-063-0/+332
| * [MTD] [NAND] Add support for 4KiB pages.Thomas Gleixner2009-04-061-0/+18
| * [MTD] [NAND] Add parent info for CAFÉ controllerDavid Woodhouse2009-04-041-0/+1
| * [MTD] support driver model updatesDavid Brownell2009-04-042-0/+3
| * [MTD] [NAND] move gen_nand's probe function to .devinit.textUwe Kleine-König2009-04-031-1/+1
| * [MTD] [NAND] sh_flctl: fix hardware ecc handling for 2048 byte pageYoshihiro Shimoda2009-03-241-6/+12
| * [MTD] [NAND] pxa3xx_nand: add ability to keep controller settings defined by ...Mike Rapoport2009-03-201-1/+102
| * [MTD] [NAND] pxa3xx_nand: allow building as moduleMike Rapoport2009-03-202-1/+11
| * [MTD] [NAND] pxa3xx_nand: use resource_size instead of 'r->end - r->start + 1'Mike Rapoport2009-03-201-3/+3
| * [MTD] TXx9 SoC NAND Flash Memory Controller driverAtsushi Nemoto2009-03-203-0/+435
| * [MTD] partitioning utility predicatesDavid Brownell2009-03-201-13/+0
| * [MTD] [NAND] davinci: drop usage of cpu_is_* macroKevin Hilman2009-03-201-3/+0
| * [MTD] [NAND] fix broken debug messagesDavid Brownell2009-03-201-4/+4
| * [MTD] [NAND] davinci_nand driverDavid Brownell2009-03-203-0/+592
| * [MTD] [NAND] fix "raw" reads with ECC syndrome layoutsDavid Brownell2009-03-201-4/+95
| * [MTD] [NAND] Blackfin NFC Driver: drop pointless casts with set_dma_callback()Mike Frysinger2009-03-201-1/+1
OpenPOWER on IntegriCloud