summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-0616-42/+42
* Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6Linus Torvalds2009-01-037-330/+301Star
|\
| * UBI: fix checkpatch.pl warningsArtem Bityutskiy2008-12-283-7/+8
| * UBI: simplify PEB protection codeXiaochuan-Xu2008-12-162-241/+162Star
| * UBI: prepare for protection tree improvementsXiaochuan-Xu2008-12-152-24/+27
| * UBI: return -ENOMEM upon failing vmallocStefan Roese2008-12-101-2/+3
| * UBI: handle write errors in WL workerArtem Bityutskiy2008-12-052-25/+44
| * UBI: fix error pathArtem Bityutskiy2008-12-051-9/+18
| * UBI: some code re-structuringArtem Bityutskiy2008-12-051-16/+23
| * UBI: fix deadlockArtem Bityutskiy2008-12-051-7/+7
| * UBI: fix warnings when debugging is enabledArtem Bityutskiy2008-12-031-8/+18
* | [ARM] MX3: add NAND supportSascha Hauer2008-12-161-1/+1
* | Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/gi...Russell King2008-12-156-46/+45Star
|\ \
| * | ARM: OMAP: use gpio_to_irqDavid Brownell2008-12-111-3/+3
| * | ARM: OMAP: switch to gpio_direction_inputDavid Brownell2008-12-111-1/+1
| * | ARM: OMAP: switch to standard gpio get/set callsDavid Brownell2008-12-111-1/+1
| * | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-12-096-41/+40Star
| |\ \ | | |/ | |/|
| | * [MTD] [NAND] fix OOPS accessing flash operations over STM flash on PXADenis V. Lunev2008-12-031-0/+1
| | * [MTD] [NAND] drivers/mtd/nand/pasemi_nand.c: Add missing pci_dev_putJulia Lawall2008-12-021-0/+1
| | * [MTD] [NAND] fsl_upm: fix build problem with 2.6.28-rc2Wolfgang Grandegger2008-11-271-3/+5
| | * [MTD] physmap: fix memory leak on physmap_flash_remove by using devresAtsushi Nemoto2008-11-261-17/+9Star
| | * [MTD] m25p80: chip erase != block erase != sector eraseChen Gong2008-11-261-10/+13
| | * [MTD] m25p80: fix detection of m25p16 flashesMike Frysinger2008-11-261-1/+1
| | * [MTD] m25p80: fix detection of SPI partsMike Frysinger2008-11-261-1/+2
| | * [MTD] [NAND] OMAP: OneNAND: header file relocation (part 2)Adrian Hunter2008-11-261-3/+2Star
| | * [MTD] [NAND] OMAP: OneNAND: header file relocationAdrian Hunter2008-11-241-6/+6
* | | Merge git://git.marvell.com/orion into develRussell King2008-12-133-3/+4
|\| |
| * | Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6Linus Torvalds2008-11-303-3/+4
| |\ \
| | * | UBI: Don't exit from ubi_thread until kthread_should_stop() is trueVitaliy Gusev2008-11-061-1/+2
| | * | UBI: fix EBADMSG handlingZoltan Sogor2008-11-062-2/+2
* | | | [ARM] netwinder: clean up GPIO namingRussell King2008-12-131-4/+3Star
* | | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-12-021-1/+1
|\ \ \ \
| * | | | [ARM] pxa: explicit #include <mach/dma.h> in various driversEric Miao2008-12-021-1/+1
| |/ / /
* | | | Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King2008-11-291-2/+2
|\ \ \ \
| * | | | [ARM] S3C: Move nand headers to arch/arm/plat-s3c/include/platBen Dooks2008-10-301-2/+2
| | |/ / | |/| |
* | | | Merge branches 'core' and 'clks' into develRussell King2008-11-271-1/+1
|\ \ \ \
| * | | | [ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King2008-11-271-1/+1
| | |/ / | |/| |
* / | | [ARM] remove memzero()Russell King2008-11-273-4/+4
|/ / /
* | | [ARM] cdb89712: avoid namespace clashes with SRAM_ and BOOTROM_ constantsRussell King2008-11-131-1/+10
* | | [ARM] cdb89712,clps7500,h720x: avoid namespace clash for FLASH_* constantsRussell King2008-11-132-4/+6
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-11-072-19/+4Star
|\ \ \ | | |/ | |/|
| * | [MTD] [NOR] Fix cfi_send_gen_cmd handling of x16 devices in x8 mode (v4)Eric W. Biederman2008-11-052-19/+4Star
| * | [MTD] [NAND] OMAP2: remove duplicated #includeHuang Weiyi2008-10-211-1/+0Star
* | | drivers: remove duplicated #includeJianjun Kong2008-11-041-1/+0Star
| |/ |/|
* | [PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro2008-10-211-2/+2
* | [PATCH] switch mtd_blkdevsAl Viro2008-10-211-17/+11Star
* | [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
* | [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-5/+5
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-10-2047-1299/+4282
|\
| * Revert "[MTD] m25p80.c code cleanup"David Woodhouse2008-10-201-1/+1