aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-03mtd: fix nand kernel-doc warningsRandy Dunlap1-1/+2
2010-12-03mtd: cfi_fixup: remove unused 'param' parameterGuillaume LECERF4-76/+76
2010-12-03mtd: nand: Use printf extension %pR for struct resourceJoe Perches1-1/+1
2010-12-03mtd: maps: Use printf extension %pR for struct resourceJoe Perches6-28/+13
2010-12-03mtd: NAND: jz4740: Remove custom {read,write}_page handlersLars-Peter Clausen1-55/+0
2010-12-03mtd: NAND: jz4740: Make 'struct platform_driver jz_nand_driver' staticLars-Peter Clausen1-1/+1
2010-12-03mtd: remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl1-1/+1
2010-12-03mtd: mtdchar: fix information leak to userlandVasiliy Kulikov1-1/+1
2010-12-03mtd: onenand: implement cache program feature for 4KiB page onenandRoman Tereshonkov1-3/+19
2010-12-03mtd: onenand: fix omap2 code to handle cache program featureRoman Tereshonkov1-3/+9
2010-12-03mtd: use vzallocJoe Perches2-6/+3
2010-12-03mtd: OneNAND: Fix page offset handling at 2KiB pagesizeKyungmin Park1-2/+5
2010-12-03mtd: nandsim: spell fixes in commentssrimugunthan1-18/+18
2010-12-03mtd: m25p80: Add support for Macronix MX25L25655EKevin Cernekee1-0/+1
2010-12-03mtd: m25p80: Add support for Macronix MX25L25635EKevin Cernekee1-3/+28
2010-12-03mtd: m25p80: Reinstate error print on unrecognized flashKevin Cernekee1-0/+1
2010-12-03mtd: Fix MTD_OF_PARTS for all arch and minor tidy of MTD_PARTITIONSGrant Likely2-9/+12
2010-12-03mtd: bcm963xx-flash: try JEDEC probe if CFI failsGuillaume LECERF1-0/+5
2010-12-03UBI: fix corrupted PEB detection for NOR flashArtem Bityutskiy2-12/+29
2010-11-30ARM: pxa: fix pxa2xx-flash section mismatchMarek Vasut1-1/+1
2010-11-19UBI: release locks in check_corruptionDan Carpenter1-7/+9
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-2/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-13/+4
2010-11-13mtd: fix bdev exclusive open bugs in block2mtd::add_device()Tejun Heo1-2/+11
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-30Merge git://git.infradead.org/mtd-2.6Linus Torvalds39-885/+2468
2010-10-30mtd: fix build error in m25p80.cAndres Salomon1-1/+1
2010-10-30mtd: Remove redundant mutex from mtd_blkdevs.cDavid Woodhouse1-7/+0
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse25-378/+568
2010-10-30MTD: Fix wrong check register_blkdev return valueFrank Li1-1/+4
2010-10-29convert get_sb_pseudo() usersAl Viro1-6/+4
2010-10-29convert get_sb_mtd() users to ->mount()Al Viro1-32/+22
2010-10-26Revert "mtd: cleanup Kconfig dependencies"David Woodhouse1-22/+24
2010-10-26mtd: cfi_cmdset_0002: make sector erase command variableGuillaume LECERF2-4/+8
2010-10-26mtd: cfi_cmdset_0002: add CFI detection for SST 38VF640x chipsGuillaume LECERF1-0/+26
2010-10-26mtd: cfi_util: add support for switching SST 39VF640xB chips into QRY modeGuillaume LECERF1-0/+7
2010-10-26mtd: cfi_cmdset_0001: use defined value of P_ID_INTEL_PERFORMANCE instead of hardcoded oneGuillaume LECERF1-2/+2
2010-10-26block2mtd: dubious assignmentNicolas Kaiser1-1/+0
2010-10-25Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinciLinus Torvalds1-38/+23
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-3/+10
2010-10-25P4080/mtd: Fix the freescale lbc issue with 36bit modeLan Chunhe-B258061-1/+1
2010-10-25P4080/eLBC: Make Freescale elbc interrupt common to elbc devicesRoy Zang2-285/+198
2010-10-25mtd: phram: use KBUILD_MODNAMEJoe Perches1-1/+1
2010-10-25mtd: OneNAND: S5PC110: Fix double call suspend & resume functionKyungmin Park1-2/+1
2010-10-25mtd: nand: fix MTD_MODE_RAW writesJon Povey1-1/+1
2010-10-25mtd: sm_ftl: cosmetic, use bool when possibleMaxim Levitsky1-4/+4
2010-10-25mtd: r852: remove useless pci powerup/down from suspend/resume routinesMaxim Levitsky2-31/+1
2010-10-25mtd: blktrans: fix a race vs kthread_stopMaxim Levitsky1-0/+4
2010-10-25mtd: blktrans: kill BKLMaxim Levitsky1-6/+0
2010-10-25mtd: allow to unload the mtdtrans module if its block devices aren't openMaxim Levitsky1-28/+24