summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | [MTD] NAND: Add Hynix to manufacturer listNicolas S. Dade2005-05-272-0/+2
| * | | | | | [MTD] Fix it reallyThomas Gleixner2005-05-251-2/+2
| * | | | | | [MTD] map.h Use the correct macro and fix the resulting compiler warningThomas Gleixner2005-05-251-3/+4
| * | | | | | [MTD] Make map_word_ff ware of the flash buswidthThomas Gleixner2005-05-241-4/+13
| * | | | | | [MTD] cfi_cmdset_0002: Fix broken status checkThomas Gleixner2005-05-241-2/+2
| * | | | | | Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2...Thomas Gleixner2005-05-2391-2236/+1639
| |\ \ \ \ \ \
| * | | | | | | [JFFS2] Whitespace cleanup. Fix missing debug messageThomas Gleixner2005-05-232-6/+7
| * | | | | | | [JFFS2] Fix crosscompileThomas Gleixner2005-05-231-2/+2
| * | | | | | | [JFFS2] Fix cleanup in case of GC-Task not startedThomas Gleixner2005-05-231-2/+5
| * | | | | | | [MTD] CFI-0002 - Improve error checkingEric W. Biedermann2005-05-231-32/+67
| * | | | | | | [MTD] CFI flash locking reorg for XIPNicolas Pitre2005-05-231-50/+40
| * | | | | | | [JFFS2] Convert thread start semaphore to completionThomas Gleixner2005-05-232-6/+6
| * | | | | | | [MTD] NAND: Honour autoplacement schemes supplied by the callerThomas Gleixner2005-05-232-3/+10
| * | | | | | | [JFFS2] Kill GC thread before cleanupArtem B. Bityuckiy2005-05-231-3/+3
| * | | | | | | [JFFS2] Suppress annoying debug messagesArtem B. Bityuckiy2005-05-231-3/+3
| * | | | | | | [JFFS2] Fix NOR only compileArtem B. Bityuckiy2005-05-232-7/+5
| * | | | | | | [MTD] CFI DEBUG_LOCK_BITS fixes for Intel NOR flash:Todd Poynor2005-05-231-2/+3
| * | | | | | | [MTD] mtdram: Quick cleanup of the driver:Joern Engel2005-05-231-169/+96
| * | | | | | | [JFFS2] Fix inode allocation raceDavid Woodhouse2005-05-233-6/+13
| * | | | | | | [MTD] NAND: Fix the broken dynamic array allocationsJarkko Lavinen2005-05-231-5/+5
| * | | | | | | [MTD] Fix broken user ABIThomas Gleixner2005-05-231-2/+2
| * | | | | | | [JFFS2] Fix race in garbage collectorArtem B. Bityuckiy2005-05-232-7/+37
| * | | | | | | [MTD] DiskOnChip: Add some commentsDan Brown2005-05-231-1/+11
| * | | | | | | [MTD] DiskOnChip: Fix compile w/o CONFIG_MTD_PARTITIONS.Dan Brown2005-05-231-3/+1
| * | | | | | | [MTD] DiskOnChip: Prevent problems with existing filesystemsDan Brown2005-05-231-2/+2
| * | | | | | | [MTD] NAND: Fix reading of autoplaced OOB when there are multiple free sections.Dan Brown2005-05-231-4/+3
| * | | | | | | [MTD] DiskOnChip: Fix (?) free OOB array info.Dan Brown2005-05-231-2/+2
| * | | | | | | [JFFS2] Add KERN_DEBUG level to printksArtem B. Bityuckiy2005-05-231-3/+3
| * | | | | | | [JFFS2] Fix race problems with wbuf.Artem B. Bityuckiy2005-05-232-10/+10
| * | | | | | | [MTD] NAND: Move the NULL check into the calling functionThomas Gleixner2005-05-231-8/+8
| * | | | | | | [MTD] NAND: Fix missing NULL pointer checkDan Brown2005-05-231-7/+7
| * | | | | | | [MTD] Fix OTP for top-parameter devicesNicolas Pitre2005-05-231-2/+14
| * | | | | | | [MTD] Reset file position when switching OTP modeNicolas Pitre2005-05-231-1/+2
| * | | | | | | [MTD] NAND: Fix oob available calculationThomas Gleixner2005-05-231-7/+4
| * | | | | | | [MTD] Add reboot notifier to Intel NOR flash driverNicolas Pitre2005-05-232-3/+47
| * | | | | | | [MTD] Avoid compile warnings for Intel CFI flash without OTP support.Todd Poynor2005-05-231-1/+3
| * | | | | | | [MTD] cfi_cmdset_0001: Skip delay if Instant Block Locking is setTodd Poynor2005-05-231-4/+12
| * | | | | | | [MTD] DiskOnChip: Scan the entire device for Media Headers. Dan Brown2005-05-231-22/+28
| * | | | | | | [MTD] NAND: Use arrays of needed size instead of constant-sized.Artem B. Bityuckiy2005-05-231-5/+5
| * | | | | | | [MTD] sharpsl-flash: Correct error pathsRichard Purdie2005-05-231-5/+10
| * | | | | | | [MTD] Add support for more SharpSL machines and fix missing mapping initRichard Purdie2005-05-231-6/+20
| * | | | | | | [JFFS2] Prevent deadlock when flushing write bufferArtem B. Bityuckiy2005-05-231-1/+3
| * | | | | | | [JFFS2] Forbid to free inode_cache objects if its nlink isn't zero.Artem B. Bityuckiy2005-05-232-4/+4
| * | | | | | | [JFFS2] Improve garbage collector block selectionArtem B. Bityuckiy2005-05-231-1/+7
| * | | | | | | [MTD] plat-ram: Make it usable on non ARM platformsThomas Gleixner2005-05-231-2/+2
| * | | | | | | [MTD] block2mtd: Fix incompatible pointer typeThomas Gleixner2005-05-231-9/+8
| * | | | | | | [MTD] cfi_cmdset_0001: Fix compiler warningsThomas Gleixner2005-05-231-5/+5
| * | | | | | | [MTD] NAND nandsim: Use NAND_SKIP_BBT optionArtem B. Bityuckiy2005-05-231-29/+12
| * | | | | | | [MTD] ixp2000: Remove port setting codeLennert Buytenhek2005-05-231-6/+1
| * | | | | | | [MTD] Kernel Janitor fixes.Domen Puncer2005-05-234-8/+8
OpenPOWER on IntegriCloud