summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Nicolas Pitre has a new email addressNicolas Pitre2009-09-1510-12/+12
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-09-151-1/+4
|\
| * Merge branch 'master' into develRussell King2009-09-1210-268/+38Star
| |\
| * \ Merge branch 'devel-stable' into develRussell King2009-09-122-1/+2
| |\ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and '...Russell King2009-09-1217-125/+156
| |\ \ \ \
| | * | | | [ARM] 5592/1: ep93xx: cleanup platform header includesHartley Sweeten2009-07-091-1/+4
| |/ / / /
* | | | | mtd: nftl: fix offset alignmentsDimitri Gorokhovik2009-09-031-6/+9
* | | | | mtd: nftl: write support is brokenDimitri Gorokhovik2009-09-031-1/+1
* | | | | mtd: m25p80: fix null pointer dereference bugAnton Vorontsov2009-09-031-1/+1
| |_|_|/ |/| | |
* | | | [ARM] Orion NAND: Make asm volatile avoid GCC pushing ldrd out of the loopSimon Kagstrom2009-08-241-1/+1
* | | | Remove zero-length file drivers/mtd/maps/sbc8240.cJeff Garzik2009-08-121-0/+0
* | | | Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2009-08-092-1/+13
|\ \ \ \
| * | | | UBI: compatible fallback in absense of sequence numbersAdrian Hunter2009-07-241-1/+12
| * | | | UBI: fix double free on error pathAdrian Hunter2009-07-241-0/+1
| | |_|/ | |/| |
* | | | mtd: mtdblock: introduce mtdblks_lockMatthias Kaehlcke2009-08-031-1/+15
* | | | mtd: remove 'SBC8240 Wind River' Device Driver CodeSubrata Modak2009-08-033-258/+0Star
* | | | mtd: OneNAND: OMAP2/3: free GPMC CS on module removalMika Korhonen2009-08-031-0/+1
* | | | mtd: OneNAND: fix incorrect bufferram offsetMika Korhonen2009-08-031-1/+1
* | | | mtd: blkdevs: do not forget to get MTD devicesArtem Bityutskiy2009-08-031-3/+3
* | | | mtd: fix the conversion from dev to mtd_infoSaeed Bishara2009-08-031-3/+4
|/ / /
* | | UBI: fix bug in image sequence number handlingHolger Brunck2009-07-151-1/+1
* | | UBI: gluebi: initialize ubi_num fieldArtem Bityutskiy2009-07-151-0/+1
| |/ |/|
* | UBI: fix compilation warningsArtem Bityutskiy2009-07-081-3/+3
* | UBI: fix NOR flash recoveryArtem Bityutskiy2009-07-073-3/+64
* | UBI: nicify image sequence number handlingArtem Bityutskiy2009-07-054-16/+18
* | UBI: add image sequence number to EC headerAdrian Hunter2009-07-056-3/+33
* | UBI: remove bogus debugging checksArtem Bityutskiy2009-07-053-88/+2Star
* | UBI: add empty eraseblocks verificationArtem Bityutskiy2009-07-053-10/+21
* | mtd: nand: fix build failure and incorrect return from omap_wait()vimal singh2009-06-281-2/+5
* | mtd: Use BLOCK_NIL consistently in NFTL/INFTLJulia Lawall2009-06-272-13/+14
* | mtd: m25p80 timeout too short for worst-case m25p16 devicesSteven A. Falco2009-06-261-1/+1
* | mtd: atmel_nand: Fix typo s/parititions/partitions/Thadeu Lima de Souza Cascardo2009-06-251-1/+1
* | mtd: cmdlineparts: Use 64-bit format when printing a debug message.Thadeu Lima de Souza Cascardo2009-06-251-1/+1
* | mtd: maps: Remove BUS_ID_SIZE from integrator_flashDavid Woodhouse2009-06-241-8/+14
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-06-2335-720/+2898
|\
| * mtd: OneNAND: Allow setting of boundary information when built as moduleAmul Saha2009-06-161-19/+9Star
| * mtd: nand: Fix memory leak on txx9ndfmc probe failure.Atsushi Nemoto2009-06-091-9/+9
| * mtd: orion_nand: use burst reads with double word accessesNicolas Pitre2009-06-081-0/+23
| * mtd/nand: s3c6400 support for s3c2410 driverPeter Korsgaard2009-06-082-9/+12
| * Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linuxDavid Woodhouse2009-06-084-103/+201
| |\
| | * [MTD] [NAND] S3C2410: Use DIV_ROUND_UPBen Dooks2009-06-081-2/+1Star
| | * [MTD] [NAND] S3C2410: Deal with unaligned lengths in S3C2440 buffer read/writeBen Dooks2009-06-081-2/+20
| | * [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/+1Star
| | * [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/+26Star
| * | mtd: physmap_of: Add multiple regions and concatenation supportStefan Roese2009-06-061-56/+143