Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | mtd: add bcmring nand driver | Leo (Hao) Chen | 2009-10-20 | 6 | -0/+1318 | |
| * | | mtd: Fix kernel NULL pointer dereference in physmap.c | H Hartley Sweeten | 2009-10-20 | 1 | -24/+25 | |
| * | | mtd: plat_nand: request memory resource before doing ioremap | H Hartley Sweeten | 2009-10-20 | 1 | -16/+34 | |
| * | | pcmcia: convert pcmciamtd driver to use new CIS helpers | Dominik Brodowski | 2009-10-19 | 1 | -84/+91 | |
| * | | mtd: maps: remove obsolete ipaq-flash driver | Dmitry Artamonow | 2009-10-17 | 3 | -467/+0 | |
| * | | mtd: fix memory leak in mtd_dataflash | H Hartley Sweeten | 2009-10-17 | 1 | -3/+16 | |
| * | | mtd: cleanup mtd_oobtest | Akinobu Mita | 2009-10-17 | 1 | -14/+4 | |
| * | | mtd: maps/sa1100: fix section mismatch | Dmitry Artamonow | 2009-10-17 | 1 | -1/+1 | |
| * | | mtd: move mxcnd_remove to .exit.text | Uwe Kleine-König | 2009-10-17 | 1 | -1/+1 | |
| * | | mtd: atmel_nand: unused variable removed | Claudio Scordino | 2009-10-08 | 1 | -1/+0 | |
| * | | mtd: make onenand_base.c compile again | David Woodhouse | 2009-10-05 | 1 | -3/+3 | |
| * | | mtd: Standardising prints in onenand_base.c | Amul Kumar Saha | 2009-10-05 | 1 | -68/+108 | |
| * | | mtd: nand: davinci: fix to use mask_ale from pdata | Hemant Pedanekar | 2009-10-05 | 1 | -1/+1 | |
| * | | mtd: Fix warning in sa1100-flash.c | Russell King | 2009-09-28 | 1 | -2/+2 | |
| * | | mtd: m25p80: disable SST software protection bits by default | Graf Yang | 2009-09-24 | 1 | -3/+4 | |
* | | | const: constify remaining dev_pm_ops | Alexey Dobriyan | 2009-12-15 | 1 | -1/+1 | |
* | | | Merge git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2009-12-10 | 2 | -9/+51 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | UBI: flush wl before clearing update marker | Sebastian Andrzej Siewior | 2009-12-04 | 1 | -9/+11 | |
| * | | UBI: Add ubi_open_volume_path | Corentin Chary | 2009-11-24 | 1 | -0/+40 | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-10 | 11 | -26/+7 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 11 | -26/+7 | |
| |\ \ \ | ||||||
| | * | | | mtd: Fix comment in Kconfig | Krzysztof Halasa | 2009-12-04 | 1 | -3/+3 | |
| | * | | | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 4 | -4/+4 | |
| | * | | | Kconfig: Remove useless and sometimes wrong comments | Michael Roth | 2009-11-09 | 7 | -19/+0 | |
* | | | | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-12-08 | 1 | -0/+2 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into for-2.6.33 | Jens Axboe | 2009-12-03 | 5 | -5/+13 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| * | | | | | block: add helpers to run flush_dcache_page() against a bio and a request's p... | Ilya Loginov | 2009-11-26 | 1 | -0/+2 | |
* | | | | | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-12-08 | 4 | -9/+9 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge 7xx-iosplit-plat-merge with omap-fixes | Tony Lindgren | 2009-11-22 | 4 | -9/+9 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | Merge branch '7xx-iosplit-plat' with omap-fixes | Tony Lindgren | 2009-11-11 | 4 | -9/+9 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | * | | | | omap: headers: Move remaining headers from include/mach to include/plat | Tony Lindgren | 2009-10-20 | 4 | -9/+9 | |
* | | | | | | | Merge branch 'sa1100' into devel | Russell King | 2009-12-06 | 1 | -99/+98 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2009-12-05 | 1 | -99/+98 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | pcmcia: pcmcia_request_window() doesn't need a pointer to a pointer | Dominik Brodowski | 2009-11-28 | 1 | -1/+1 | |
| | * | | | | | pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page() | Magnus Damm | 2009-11-28 | 1 | -1/+1 | |
| | * | | | | | pcmcia: Pass struct pcmcia_device to pcmcia_release_window() | Magnus Damm | 2009-11-28 | 1 | -1/+1 | |
| | * | | | | | pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (misc drivers) | Dominik Brodowski | 2009-11-09 | 1 | -12/+2 | |
| | * | | | | | pcmcia: convert pcmciamtd driver to use new CIS helpers | Dominik Brodowski | 2009-11-08 | 1 | -84/+93 | |
| | | |/ / / | | |/| | | | ||||||
* | | | | | | pxa3xx_nand: move pxa3xx_nand.h common into plat directory | Haojian Zhuang | 2009-12-01 | 1 | -1/+1 | |
* | | | | | | pxa3xx_nand: update dependancy to support ARCH_MMP | Haojian Zhuang | 2009-12-01 | 1 | -1/+1 | |
* | | | | | | pxa3xx_nand: add new nand chip support | Haojian Zhuang | 2009-12-01 | 1 | -0/+48 | |
* | | | | | | pxa3xx_nand: disable nand irq in initialization | Haojian Zhuang | 2009-12-01 | 1 | -0/+3 | |
* | | | | | | pxa3xx_nand: remove hardcode irq number | Haojian Zhuang | 2009-12-01 | 1 | -4/+7 | |
* | | | | | | pxa3xx_nand: remove hardcode register address | Haojian Zhuang | 2009-12-01 | 1 | -6/+4 | |
* | | | | | | pxa3xx_nand: adjust timing of Micron NAND flash | Haojian Zhuang | 2009-12-01 | 1 | -1/+1 | |
* | | | | | | pxa3xx_nand: reset read buffer before reading | Haojian Zhuang | 2009-12-01 | 1 | -0/+1 | |
* | | | | | | pxa3xx_nand: fix memory out of bound | Haojian Zhuang | 2009-12-01 | 1 | -2/+3 | |
|/ / / / / | ||||||
* | | | | | ARM: Fix warning in sa1100-flash.c | Russell King | 2009-11-16 | 1 | -2/+2 | |
* | | | | | mtd/maps: Fix accidental removal in Makefile | Atsushi Nemoto | 2009-11-10 | 1 | -0/+2 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge git://git.infradead.org/users/dwmw2/mtd-2.6.32 | Linus Torvalds | 2009-11-05 | 3 | -3/+9 | |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| |