summaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | mtd: add bcmring nand driverLeo (Hao) Chen2009-10-206-0/+1318
| * | mtd: Fix kernel NULL pointer dereference in physmap.cH Hartley Sweeten2009-10-201-24/+25
| * | mtd: plat_nand: request memory resource before doing ioremapH Hartley Sweeten2009-10-201-16/+34
| * | pcmcia: convert pcmciamtd driver to use new CIS helpersDominik Brodowski2009-10-191-84/+91
| * | mtd: maps: remove obsolete ipaq-flash driverDmitry Artamonow2009-10-173-467/+0
| * | mtd: fix memory leak in mtd_dataflashH Hartley Sweeten2009-10-171-3/+16
| * | mtd: cleanup mtd_oobtestAkinobu Mita2009-10-171-14/+4
| * | mtd: maps/sa1100: fix section mismatchDmitry Artamonow2009-10-171-1/+1
| * | mtd: move mxcnd_remove to .exit.textUwe Kleine-König2009-10-171-1/+1
| * | mtd: atmel_nand: unused variable removedClaudio Scordino2009-10-081-1/+0
| * | mtd: make onenand_base.c compile againDavid Woodhouse2009-10-051-3/+3
| * | mtd: Standardising prints in onenand_base.cAmul Kumar Saha2009-10-051-68/+108
| * | mtd: nand: davinci: fix to use mask_ale from pdataHemant Pedanekar2009-10-051-1/+1
| * | mtd: Fix warning in sa1100-flash.cRussell King2009-09-281-2/+2
| * | mtd: m25p80: disable SST software protection bits by defaultGraf Yang2009-09-241-3/+4
* | | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* | | Merge git://git.infradead.org/ubifs-2.6Linus Torvalds2009-12-102-9/+51
|\ \ \ | |_|/ |/| |
| * | UBI: flush wl before clearing update markerSebastian Andrzej Siewior2009-12-041-9/+11
| * | UBI: Add ubi_open_volume_pathCorentin Chary2009-11-241-0/+40
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-1011-26/+7
|\ \ \
| * \ \ Merge branch 'for-next' into for-linusJiri Kosina2009-12-0711-26/+7
| |\ \ \
| | * | | mtd: Fix comment in KconfigKrzysztof Halasa2009-12-041-3/+3
| | * | | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-044-4/+4
| | * | | Kconfig: Remove useless and sometimes wrong commentsMichael Roth2009-11-097-19/+0
* | | | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-081-0/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into for-2.6.33Jens Axboe2009-12-035-5/+13
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov2009-11-261-0/+2
* | | | | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-12-084-9/+9
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 7xx-iosplit-plat-merge with omap-fixesTony Lindgren2009-11-224-9/+9
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Merge branch '7xx-iosplit-plat' with omap-fixesTony Lindgren2009-11-114-9/+9
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-204-9/+9
* | | | | | | Merge branch 'sa1100' into develRussell King2009-12-061-99/+98
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2009-12-051-99/+98
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | pcmcia: pcmcia_request_window() doesn't need a pointer to a pointerDominik Brodowski2009-11-281-1/+1
| | * | | | | pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()Magnus Damm2009-11-281-1/+1
| | * | | | | pcmcia: Pass struct pcmcia_device to pcmcia_release_window()Magnus Damm2009-11-281-1/+1
| | * | | | | pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (misc drivers)Dominik Brodowski2009-11-091-12/+2
| | * | | | | pcmcia: convert pcmciamtd driver to use new CIS helpersDominik Brodowski2009-11-081-84/+93
| | | |/ / / | | |/| | |
* | | | | | pxa3xx_nand: move pxa3xx_nand.h common into plat directoryHaojian Zhuang2009-12-011-1/+1
* | | | | | pxa3xx_nand: update dependancy to support ARCH_MMPHaojian Zhuang2009-12-011-1/+1
* | | | | | pxa3xx_nand: add new nand chip supportHaojian Zhuang2009-12-011-0/+48
* | | | | | pxa3xx_nand: disable nand irq in initializationHaojian Zhuang2009-12-011-0/+3
* | | | | | pxa3xx_nand: remove hardcode irq numberHaojian Zhuang2009-12-011-4/+7
* | | | | | pxa3xx_nand: remove hardcode register addressHaojian Zhuang2009-12-011-6/+4
* | | | | | pxa3xx_nand: adjust timing of Micron NAND flashHaojian Zhuang2009-12-011-1/+1
* | | | | | pxa3xx_nand: reset read buffer before readingHaojian Zhuang2009-12-011-0/+1
* | | | | | pxa3xx_nand: fix memory out of boundHaojian Zhuang2009-12-011-2/+3
|/ / / / /
* | | | | ARM: Fix warning in sa1100-flash.cRussell King2009-11-161-2/+2
* | | | | mtd/maps: Fix accidental removal in MakefileAtsushi Nemoto2009-11-101-0/+2
| |_|/ / |/| | |
* | | | Merge git://git.infradead.org/users/dwmw2/mtd-2.6.32Linus Torvalds2009-11-053-3/+9
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|