Age | Commit message (Expand) | Author |
2012-07-06 | mtd: mxc_nand: use 32bit copy functions | Sascha Hauer |
2012-06-01 | Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd | Linus Torvalds |
2012-06-01 | mtd: mxc_nand: move ecc strengh setup before nand_scan_tail | Sascha Hauer |
2012-05-13 | mtd: mxc_nand: fix several sparse warnings about incorrect address space | Uwe Kleine-König |
2012-05-13 | mtd: mxc_nand: implement device tree probing | Uwe Kleine-König |
2012-05-13 | mtd: mxc_nand: put several more fields into devtype_data | Uwe Kleine-König |
2012-05-13 | mtd: mxc_nand: put callback for data correction into devtype struct | Uwe Kleine-König |
2012-05-13 | mtd: mxc_nand: split chip_select function and put it into devtype struct | Uwe Kleine-König |
2012-05-13 | mtd: mxc_nand: put ecc layout into devtype structs | Uwe Kleine-König |
2012-05-13 | mtd: mxc_nand: split some functions to get rid of more nfc_is_vX() | Uwe Kleine-König |
2012-05-13 | mtd: mxc_nand: move function pointers to a per-SOC struct | Uwe Kleine-König |
2012-05-13 | mtd: mxc_nand: use a flag to detect if the mx21 quirk is necessary | Uwe Kleine-König |
2012-05-13 | mtd: mxc_nand: set owner field to prevent module unloading when in use | Uwe Kleine-König |
2012-04-25 | mtd mxc_nand: prepare/unprepare clock | Sascha Hauer |
2012-03-27 | mtd: flash drivers set ecc strength | Mike Dunn |
2012-03-27 | mtd: do not use plain 0 as NULL | Artem Bityutskiy |
2011-09-23 | mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocks | Wolfram Stering |
2011-09-11 | mtd: mxc_nand: add mx53 NFC driver support | Jason Liu |
2011-09-11 | mtd: cleanup style on pr_debug messages | Brian Norris |
2011-09-11 | mtd: replace DEBUG() with pr_debug() | Brian Norris |
2011-09-11 | mtd: mxc_nand.c: use mtd_device_parse_register | Dmitry Eremin-Solenikov |
2011-09-11 | mtd: nand: rename NAND_USE_FLASH_BBT | Brian Norris |
2011-09-11 | mtd: nand: consolidate redundant flash-based BBT flags | Brian Norris |
2011-05-25 | mtd: mxc_nand: convert to mtd_device_register() | Jamie Iles |
2011-05-25 | mtd: mxc_nand: add support for multiple chips on V21 devices | Baruch Siach |
2011-03-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Artem Bityutskiy |
2011-03-11 | mtd: mxc_nand: fix OOB corruption when page size > 2KiB | Baruch Siach |
2011-03-11 | mtd: mxc_nand: fix read past buffer end | Baruch Siach |
2011-02-17 | kbuild, mtd, net: a few comment typo fixes and rewording | Gilles Espinasse |
2010-12-03 | mtd: mxc_nand: Fix warning on nr_parts unused variable | Fabio Estevam |
2010-10-18 | mxc_nand: do not depend on disabling the irq in the interrupt handler | Sascha Hauer |
2010-09-13 | mtd: mxc_nand: configure pages per block for v2 controller | Sascha Hauer |
2010-08-27 | mxc_nand: Do not do byte accesses to the NFC buffer. | John Ogness |
2010-08-10 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds |
2010-08-06 | mxc_nand: Add v3 (i.MX51) Support | Sascha Hauer |
2010-08-06 | mxc_nand: support 8bit ecc | Sascha Hauer |
2010-08-06 | mxc_nand: fix correct_data function | Sascha Hauer |
2010-08-06 | mxc_nand: add V1_V2 namespace to registers | Sascha Hauer |
2010-08-06 | mxc_nand: factor out a check_int function | Sascha Hauer |
2010-08-06 | mxc_nand: make some internally used functions overwriteable | Sascha Hauer |
2010-08-06 | mxc_nand: rework get_dev_status | Sascha Hauer |
2010-08-06 | mxc_nand: remove 0xe00 offset from registers | Sascha Hauer |
2010-08-04 | mtd: mxc_nand: dont call suspend and resume explicitly | Eric Bénard |
2010-08-02 | mtd: mxc_nand: fix unbalanced enable for IRQ | Eric Bénard |
2010-08-02 | mtd: mxc_nand: remove unused variable | Uwe Kleine-König |
2010-08-02 | mtd: mxc_nand: fix OOB accesses on i.MX27 | Sascha Hauer |
2010-07-26 | mxc_nand: add support for platform defined partitions | Baruch Siach |
2010-07-26 | mxc_nand: Fix OOB handling | Sascha Hauer |
2010-05-20 | mtd: mxc_nand: Remove duplicate NAND_CMD_RESET case value | David Woodhouse |
2010-05-14 | mtd: mxc_nand: support i.MX21 | Ivo Clarysse |