summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-07[MTD] Fix mtdoops.c compilationDavid Woodhouse1-0/+1
2008-02-07[MTD] [NOR] fix startup lock when using multiple nor flash chipsRizzo Davide1-1/+1
2008-02-07[MTD] [DOC200x] eccbuf is statically defined and always evaluate to trueSamuel Tardieu2-3/+3
2008-02-07[MTD] Fix maps/physmap.c compilation with CONFIG_PMakpm@linux-foundation.org1-6/+8
2008-02-07[MTD] onenand: Add panic_write function to the onenand driverRichard Purdie1-0/+108
2008-02-07[MTD] mtdoops: Use the panic_write function when presentRichard Purdie1-5/+21
2008-02-07[MTD] Add mtd panic_write function pointerRichard Purdie2-0/+26
2008-02-07[MTD] [NAND] Freescale enhanced Local Bus Controller FCM NAND support.Scott Wood3-0/+1254
2008-02-03[MTD] physmap.c: Add support for multiple resourcesStefan Roese1-58/+104
2008-02-03[MTD] [NAND] Fix misparenthesization introduced by commit 78b65179...Scott Wood1-2/+2
2008-02-03Merge git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse13-188/+441
2008-02-03[MTD] [NAND] Fix Blackfin NFC ECC calculating bug with page size 512 bytesBryan Wu1-6/+10
2008-02-03[MTD] [NAND] Remove wrong operation in PM function of the BF54x NFC driverBryan Wu1-3/+0
2008-02-03[MTD] [NAND] Remove unused variable in plat_nand_removeLi Zefan1-0/+2
2008-02-03Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6David Woodhouse2-31/+29
2008-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse7221-266536/+512409
2008-02-03[MTD] Unlocking all Intel flash that is locked on power up.Justin Treon5-10/+23
2008-02-03[MTD] [NAND] at91_nand: Make mtdparts option can override board infoAtsushi Nemoto1-6/+6
2008-02-03[MTD] mtdoops: Various minor cleanupsRichard Purdie1-7/+9
2008-02-03[MTD] mtdoops: Ensure sequential write to the bufferRichard Purdie1-0/+28
2008-02-03[MTD] mtdoops: Perform write operations in a workqueueRichard Purdie1-40/+42
2008-02-03[MTD] mtdoops: Add further error return code checkingRichard Purdie1-12/+29
2008-02-03[MTD] [NOR] Test devtype, not definition in flash_probe(), drivers/mtd/device...Roel Kluin1-1/+1
2008-02-03[UBI] drivers/mtd/ubi/scan.c: fix uninitialized var warningakpm@linux-foundation.org1-1/+1
2008-02-03[UBI] drivers/mtd/ubi/wl.c: fix uninitialized var warningakpm@linux-foundation.org1-1/+1
2008-02-03[UBI] drivers/mtd/ubi/cdev.c: unused varakpm@linux-foundation.org1-1/+1
2008-02-03[MTD] Factor out OF partition support from the NOR driver.Scott Wood5-63/+118
2008-02-03[MTD] jedec probe: drop unnecessary forward declarationsIlpo Järvinen1-8/+0
2008-02-03[MTD] JEDEC probe: kill some inline bloatIlpo Järvinen1-2/+1
2008-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds77-2849/+1989
2008-02-02fix writev regression: pan hanging unkillable and un-straceableNick Piggin1-2/+6
2008-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds1-3/+2
2008-02-02ide-tape: remove idetape_config_t typedefBorislav Petkov1-12/+8
2008-02-02ide-tape: remove mtio.h related commentsBorislav Petkov1-81/+15
2008-02-02ide-tape: make function name more accurateBorislav Petkov1-6/+3
2008-02-02ide-tape: remove unused sense packet commands.Borislav Petkov1-8/+1
2008-02-02ide-tape: use generic byteorder macrosBorislav Petkov1-5/+5
2008-02-02ide-tape: remove EXPERIMENTAL driver statusBorislav Petkov1-2/+1
2008-02-02ide-tape: use generic scsi commandsBorislav Petkov1-50/+29
2008-02-02ide-tape: remove struct idetape_block_size_page_tBorislav Petkov1-18/+0
2008-02-02ide-tape: remove structs os_partition_t, os_dat_entry_t, os_dat_tBorislav Petkov1-37/+0
2008-02-02ide-tape: remove struct idetape_parameter_block_descriptor_tBorislav Petkov1-40/+26
2008-02-02ide-tape: remove struct idetape_medium_partition_page_tBorislav Petkov1-19/+0
2008-02-02ide-tape: remove struct idetape_data_compression_page_tBorislav Petkov1-19/+0
2008-02-02ide-tape: remove struct idetape_inquiry_result_tBorislav Petkov1-38/+13
2008-02-02ide-tape: remove struct idetape_capabilities_page_tBorislav Petkov1-86/+56
2008-02-02ide-tape: remove IDETAPE_DEBUG_BUGSBorislav Petkov1-41/+2
2008-02-02ide-tape: remove IDETAPE_DEBUG_INFOBorislav Petkov1-73/+0
2008-02-02ide-tape: dump gcw fields on error in idetape_identify_device()Bartlomiej Zolnierkiewicz1-6/+7
2008-02-02ide-tape: remove struct idetape_mode_parameter_header_tBorislav Petkov1-24/+13