- a7c367b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
- 627df23 trivial: mtd: add __init/__exit macros to init/exitfunctions by Peter Huewe · 15 years ago
- 6323471 mtd: nand: driver for Nomadik 8815 SoC (on NHK8815 board) by Alessandro Rubini · 15 years ago
- 6469f54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 15 years ago
- 894572a mtd: sh_flctl: register sh_flctl using platform_driver_probe() by David Woodhouse · 15 years ago
- c0cbfd0 mtd: nand: txx9ndfmc: transfer 512 byte at a time if possible by Atsushi Nemoto · 15 years ago
- 0f777fb mtd: nand: fix tmio_nand ecc correction by Atsushi Nemoto · 15 years ago
- be2f092 mtd: nand: add __nand_correct_data helper function by Atsushi Nemoto · 15 years ago
- 76c23c3 mtd: nand: fix ECC Correction bug for SMC ordering for NDFC driver by Feng Kan · 15 years ago
- dfe3289 mtd: omap: adding DMA mode support in nand prefetch/post-write by vimal singh · 15 years ago
- 59e9c5a mtd: omap: add support for nand prefetch-read and post-write by vimal singh · 15 years ago
- 8bff82c mtd: add nand support for w90p910 (v2) by Wan ZongShun · 15 years ago
- 223cf6c mtd: pxa3xx_nand: add single-bit error corrections reporting by Yeasah Pell · 15 years ago
- 71b7d0d mtd: mxc_nand: fix 2KiB pagesize NAND on i.MX27 by Eric Benard · 15 years ago
- f12a947 mtd: nand: DaVinci: Add 4-bit ECC support for large page NAND chips by Sneha Narnakaje · 15 years ago
- 6e0cb13 mtd: nand: add new ECC mode - ECC_HW_OOB_FIRST by Sneha Narnakaje · 15 years ago
- 46a8cf2 mtd: nand: add "page" parameter to all read_page/read_page_raw APIs by Sneha Narnakaje · 15 years ago
- f33dabb mtd: nand: register orion_nand using platform_driver_probe() by Uwe Kleine-König · 15 years ago
- 73c583e Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 15 years ago
- 87d721ad Merge branch 'master' into devel by Russell King · 15 years ago
- cf7a2b4 Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and 'w90x900' into devel by Russell King · 15 years ago
- 9a73290 mtd: nand_base: allow drivers to choose ECC block size by Singh, Vimal · 16 years ago
- 44a1f20 mtd: ep93xx: cleanup includes in ts7250 nand driver by H Hartley Sweeten · 15 years ago
- 20d8e24 mtd: nand_base: use __func__ instead of typing names by vimal singh · 15 years ago
- b8b3ee9 mtd: nand: remove repeated comment, fix spelling by vimal singh · 15 years ago
- 6175556 OMAP: Rename OMAP_MPUIO_BASE to OMAP1_MPUIO_BASE by Tony Lindgren · 15 years ago
- 94da210 [ARM] Orion NAND: Make asm volatile avoid GCC pushing ldrd out of the loop by Simon Kagstrom · 15 years ago
- 583ddaf [ARM] 5592/1: ep93xx: cleanup platform header includes by Hartley Sweeten · 15 years ago
- c276aca mtd: nand: fix build failure and incorrect return from omap_wait() by vimal singh · 15 years ago
- ae27a7a mtd: atmel_nand: Fix typo s/parititions/partitions/ by Thadeu Lima de Souza Cascardo · 15 years ago
- ac1b7c3 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
- 4737f09 trivial: Kconfig: .ko is normally not included in module names by Pavel Machek · 15 years ago
- 272023d mtd: nand: Fix memory leak on txx9ndfmc probe failure. by Atsushi Nemoto · 15 years ago
- bfee1a4 mtd: orion_nand: use burst reads with double word accesses by Nicolas Pitre · 15 years ago
- 9dbc090 mtd/nand: s3c6400 support for s3c2410 driver by Peter Korsgaard · 15 years ago
- e635a01 Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linux by David Woodhouse · 15 years ago
- 947391c [MTD] [NAND] S3C2410: Use DIV_ROUND_UP by Ben Dooks · 15 years ago
- dea2aa6 [MTD] [NAND] S3C2410: Deal with unaligned lengths in S3C2440 buffer read/write by Ben Dooks · 15 years ago
- 9db41f9 [MTD] [NAND] S3C2410: Allow the machine code to get the BBT table from NAND by Michel Pollet · 15 years ago
- 43950a6 mtd: nand: max_retries off by one in mxc_nand by Roel Kluin · 15 years ago
- a755a38 mtd: nand: s3c2410_nand_setrate(): use correct macros for 2412/2440 by Peter Korsgaard · 15 years ago
- cd24f8c mtd: davinci nand: update clock naming by Kevin Hilman · 15 years ago
- 67ce04b mtd: nand: add OMAP2/OMAP3 NAND driver by Vimal Singh · 15 years ago
- c3a9f35 mtd: blackfin NFC: fix hang when using NAND on BF527-EZKITs by Cliff Cai · 15 years ago
- 530c3b6 mtd: blackfin NFC: remove pointless return value in bf5xx_nand_dma_rw by Mike Frysinger · 15 years ago
- f4fa697 mtd: add on-flash BBT support for Atmel NAND driver by Simon Polette · 15 years ago
- bd3fd62 mtd: MXC NAND support for 2KiB page size flashes by Vladimir Barinov · 15 years ago
- f36e20c mtd: plat_nand: allow platform to set partitions by H Hartley Sweeten · 15 years ago
- bf95efd mtd: plat_nand: add platform probe/remove callbacks by H Hartley Sweeten · 15 years ago
- d6fed9e mtd: extend plat_nand for (read|write)_buf by Alexander Clouter · 15 years ago
- f19e899 mtd: davinci_nand: cmdlinepart uses MTD IDs by David Brownell · 15 years ago
- b258fd8 mtd: mxc_nand: add correct dev_id parameter to free_irq() calls by Magnus Lilja · 16 years ago
- 260dc00 mtd: nand: fix 512 byte software ecc support by Vimal Singh · 16 years ago
- 6a4123e mtd: nand: davinci_nand, 4-bit ECC for smallpage by David Brownell · 16 years ago
- 533a014 mtd: nand: minor davinci_nand cleanup by David Brownell · 16 years ago
- 81d19b0 mtd: nand: don't walk past end of oobfree[] by David Brownell · 16 years ago
- 24b5ce2 mtd: plat_nand: fix section error by Thomas Chou · 16 years ago
- ed27f02 [MTD] [NAND] S3C2410: Allow commandline partition processing by Andy Green · 15 years ago
- ae7304e [MTD] [NAND] S3C2410: Fix CFG debug order by Andy Green · 15 years ago
- 2612e52 [MTD] [NAND] S3C2410: Uninitialised variable cleanup by Nelson Castillo · 15 years ago
- 8c3e843 [MTD] [NAND] S3C2410: NAND ECC by chip rather than global by Andy Green · 15 years ago
- 3db7215 [MTD] [NAND] S3C2410: Basic kerneldoc comment updates by Ben Dooks · 15 years ago
- ec0482e [MTD] [NAND] S3C2410: Move to using platform device table by Ben Dooks · 15 years ago
- 8193304 mtd: Fix handling of mtdname in txx9ndfmc.c by David Woodhouse · 15 years ago
- 8541c11 mtd: MXC NAND driver fixes (v5) by Vladimir Barinov · 16 years ago
- ccd9385 [MTD] Remove mtd->{suspend,resume} calls from board drivers by David Woodhouse · 16 years ago
- 67cd724 cafe_nand: Fix warning by Alan Cox · 16 years ago
- 22ae77b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
- 30bbf14 [MTD] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
- ade92a6 [MTD] [NAND] FSL-UPM: Add wait flags to support board/chip specific delays by Wolfgang Grandegger · 16 years ago
- b6e0e8c [MTD] [NAND] FSL-UPM: add multi chip support by Wolfgang Grandegger · 16 years ago
- 1b57819 [MTD] [NAND] Add support for NAND on the Socrates board by Wolfgang Grandegger · 16 years ago
- 81ec536 [MTD] [NAND] Add support for 4KiB pages. by Thomas Gleixner · 17 years ago
- cab4e4c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-param by Linus Torvalds · 16 years ago
- c451c7c [MTD] [NAND] Add parent info for CAFÉ controller by David Woodhouse · 16 years ago
- 87f39f0 [MTD] support driver model updates by David Brownell · 16 years ago
- 9d63287 [MTD] [NAND] move gen_nand's probe function to .devinit.text by Uwe Kleine-König · 16 years ago
- a6e6abd module: remove module_text_address() by Rusty Russell · 16 years ago
- 2a7af8c trivial: MTD: remove EOL from MODULE_DESCRIPTION by Niels de Vos · 16 years ago
- 0fe41b8 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
- ed40d0c Merge branch 'origin' into devel by Russell King · 16 years ago
- 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 16 years ago
- 7a192ec platform driver: fix incorrect use of 'platform_bus_type' with 'struct device_driver' by Ming Lei · 16 years ago
- c36f1e3 mtd: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
- c0e6616 [MTD] [NAND] sh_flctl: fix hardware ecc handling for 2048 byte page by Yoshihiro Shimoda · 16 years ago
- f271049 [MTD] [NAND] pxa3xx_nand: add ability to keep controller settings defined by OBM/bootloader by Mike Rapoport · 16 years ago
- 82a72d1 [MTD] [NAND] pxa3xx_nand: allow building as module by Mike Rapoport · 16 years ago
- b2ed368 [MTD] [NAND] pxa3xx_nand: use resource_size instead of 'r->end - r->start + 1' by Mike Rapoport · 16 years ago
- 64fb65b [MTD] TXx9 SoC NAND Flash Memory Controller driver by Atsushi Nemoto · 16 years ago
- a4b6d51 [MTD] partitioning utility predicates by David Brownell · 16 years ago
- d5e539a [MTD] [NAND] davinci: drop usage of cpu_is_* macro by Kevin Hilman · 16 years ago
- 374555a [MTD] [NAND] fix broken debug messages by David Brownell · 16 years ago
- ff4569c [MTD] [NAND] davinci_nand driver by David Brownell · 16 years ago
- 52ff49d [MTD] [NAND] fix "raw" reads with ECC syndrome layouts by David Brownell · 16 years ago
- bfc4925 [MTD] [NAND] Blackfin NFC Driver: drop pointless casts with set_dma_callback() by Mike Frysinger · 16 years ago
- 8d30cab [MTD] [NAND] Blackfin NFC Driver: mark bf5xx_nand_add_partition() as __devinit by Mike Frysinger · 16 years ago
- 08d2503 [MTD] [NAND] Blackfin NFC Driver: do not clobber DMAC1_PERIMUX by Mike Frysinger · 16 years ago
- 97fb44e Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel by Russell King · 16 years ago
- e65fb00 [ARM] MXC: remove _clk suffix from clock names by Sascha Hauer · 16 years ago
- b74d196 [ARM] pxa: move pxa2xx chip selects definitions out of pxa-regs.h by Eric Miao · 16 years ago