aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 7-13/+14
2011-07-24VFS : mount lock scalability for internal mountsGravatar Tim Chen 1-1/+1
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+7
2011-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2011-07-22Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Gravatar Linus Torvalds 9-104/+398
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-3/+7
2011-07-11Merge branch 'master' into for-nextGravatar Jiri Kosina 1-3/+3
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-3/+3
2011-06-22powerpc/85xx: fix NAND_CMD_READID read bytes numberGravatar Shaohui Xie 1-3/+3
2011-06-21net: remove mm.h inclusion from netdevice.hGravatar Alexey Dobriyan 1-0/+1
2011-06-16Change Ryan Mallon's email address across the kernelGravatar Ryan Mallon 1-2/+2
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Gravatar Joe Perches 6-11/+12
2011-06-07UBI: remove dead codeGravatar Artem Bityutskiy 1-13/+3
2011-06-01UBI: dump stack when switching to R/O modeGravatar Artem Bityutskiy 1-0/+1
2011-06-01UBI: fix oops in error pathGravatar Artem Bityutskiy 1-0/+2
2011-06-01UBI: switch debugging tests knobs to debugfsGravatar Artem Bityutskiy 2-28/+49
2011-06-01UBI: make it possible to use struct ubi_device in debug.hGravatar Artem Bityutskiy 2-9/+2
2011-06-01UBI: prepare debugging stuff to further debugfs conversionGravatar Artem Bityutskiy 3-13/+20
2011-06-01UBI: use debugfs for the extra checks knobsGravatar Artem Bityutskiy 9-36/+310
2011-05-31UBI: change the interface of a debugging check functionGravatar Artem Bityutskiy 1-13/+19
2011-05-27Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 130-1592/+995
2011-05-26mtd: Use platform_data to retrieve tmio_nand platform bitsGravatar Samuel Ortiz 1-1/+1
2011-05-25mtd: kill CONFIG_MTD_PARTITIONSGravatar Jamie Iles 5-27/+8
2011-05-25mtd: remove add_mtd_partitions, add_mtd_device and friendsGravatar Jamie Iles 3-5/+9
2011-05-25mtd: convert remaining users to mtd_device_register()Gravatar Jamie Iles 59-147/+157
2011-05-25mtd: samsung onenand: convert to mtd_device_register()Gravatar Jamie Iles 1-9/+3
2011-05-25mtd: omap2 onenand: convert to mtd_device_register()Gravatar Jamie Iles 1-7/+3
2011-05-25mtd: txx9ndfmc: convert to mtd_device_register()Gravatar Jamie Iles 1-13/+1
2011-05-25mtd: tmio_nand: convert to mtd_device_register()Gravatar Jamie Iles 1-9/+1
2011-05-25mtd: socrates_nand: convert to mtd_device_register()Gravatar Jamie Iles 1-15/+1
2011-05-25mtd: sharpsl: convert to mtd_device_register()Gravatar Jamie Iles 1-10/+2
2011-05-25mtd: s3c2410 nand: convert to mtd_device_register()Gravatar Jamie Iles 1-14/+2
2011-05-25mtd: ppchameleonevb: convert to mtd_device_register()Gravatar Jamie Iles 1-10/+5
2011-05-25mtd: orion_nand: convert to mtd_device_register()Gravatar Jamie Iles 1-13/+1
2011-05-25mtd: omap2: convert to mtd_device_register()Gravatar Jamie Iles 1-7/+3
2011-05-25mtd: nomadik_nand: convert to mtd_device_register()Gravatar Jamie Iles 1-6/+1
2011-05-25mtd: ndfc: convert to mtd_device_register()Gravatar Jamie Iles 1-12/+1
2011-05-25mtd: mxc_nand: convert to mtd_device_register()Gravatar Jamie Iles 1-9/+4
2011-05-25mtd: mpc5121_nfc: convert to mtd_device_register()Gravatar Jamie Iles 1-11/+1
2011-05-25mtd: jz4740_nand: convert to mtd_device_register()Gravatar Jamie Iles 1-9/+1
2011-05-25mtd: h1910: convert to mtd_device_register()Gravatar Jamie Iles 2-5/+2
2011-05-25mtd: fsmc_nand: convert to mtd_device_register()Gravatar Jamie Iles 1-21/+4
2011-05-25mtd: fsl_upm: convert to mtd_device_register()Gravatar Jamie Iles 1-11/+1
2011-05-25mtd: fsl_elbc_nand: convert to mtd_device_register()Gravatar Jamie Iles 1-11/+1
2011-05-25mtd: edb7312 nand: convert to mtd_device_register()Gravatar Jamie Iles 1-8/+1
2011-05-25mtd: diskonchip: convert to mtd_device_register()Gravatar Jamie Iles 1-11/+7
2011-05-25mtd: davinci_nand: convert to mtd_device_register()Gravatar Jamie Iles 1-30/+21
2011-05-25mtd: cs553x_nand: convert to mtd_device_register()Gravatar Jamie Iles 1-16/+3
2011-05-25mtd: cafe_nand: convert to mtd_device_register()Gravatar Jamie Iles 1-9/+2
2011-05-25mtd: bf5xx_nand: convert to mtd_device_register()Gravatar Jamie Iles 1-6/+1