aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [MTD] Make lart_flash_init, lart_flash_exit staticDmitri Vorobiev2008-12-101-4/+2
| * | | | [MTD] Make init_sbc8240_mtd function staticDmitri Vorobiev2008-12-101-1/+1
| * | | | [MTD] Make init_sharpsl symbol staticDmitri Vorobiev2008-12-101-1/+1
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-01-083-0/+776
|\ \ \ \ \
| * | | | | mtd/ps3vram: Use _PAGE_NO_CACHE in memory ioremapGeoff Levand2009-01-081-6/+8
| * | | | | mtd/ps3vram: Use msleep in waitsGeoff Levand2009-01-081-23/+17
| * | | | | mtd/ps3vram: Use proper kernel typesGeoff Levand2009-01-081-26/+30
| * | | | | mtd/ps3vram: Cleanup ps3vram driver messagesGeoff Levand2009-01-081-48/+68
| * | | | | mtd/ps3vram: Remove ps3vram debug routinesGeoff Levand2009-01-081-29/+0
| * | | | | mtd/ps3vram: Add modalias support to the ps3vram driverGeert Uytterhoeven2009-01-081-0/+1
| * | | | | mtd/ps3vram: Add ps3vram driver for accessing video RAM as MTDJim Paris2009-01-083-0/+784
* | | | | | fix similar typos to successfullColy Li2009-01-081-1/+1
|/ / / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-077-9/+9
|\ \ \ \ \
| * | | | | trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-067-9/+9
| | |_|/ / | |/| | |
* | | | | 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-027-330/+301
|\ \ \ \
| * | | | UBI: fix checkpatch.pl warningsArtem Bityutskiy2008-12-283-7/+8
| * | | | UBI: simplify PEB protection codeXiaochuan-Xu2008-12-162-241/+162
| * | | | 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/+45
|\ \ \ \ \
| * | | | | ARM: OMAP: use gpio_to_irqDavid Brownell2008-12-101-3/+3
| * | | | | ARM: OMAP: switch to gpio_direction_inputDavid Brownell2008-12-101-1/+1
| * | | | | ARM: OMAP: switch to standard gpio get/set callsDavid Brownell2008-12-101-1/+1
| | |/ / / | |/| | |
| * | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-12-096-41/+40
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | [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/+9
| | * | [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/+2
| | * | [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/+3
* | | | 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
|\ \ \ \