Age | Commit message (Expand) | Author |
2018-02-16 | mtd: nand: move raw NAND related code to the raw/ subdir | Boris Brezillon |
2017-08-13 | mtd: nand: Rename nand.h into rawnand.h | Boris Brezillon |
2017-05-15 | mtd: nand: davinci: set ECC algorithm explicitly for HW based ECC | Alexander Couzens |
2017-04-25 | mtd: nand: davinci: add comment on NAND subpage write status on keystone | Sekhar Nori |
2016-09-09 | mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctl | Karl Beldan |
2016-05-05 | mtd: nand: davinci: set ECC algorithm explicitly | Rafał Miłecki |
2016-05-05 | mtd: nand: davinci: rely on generic DT parsing done in nand_scan_ident() | Boris Brezillon |
2016-05-05 | mtd: nand: davinci: switch to mtd_ooblayout_ops | Boris Brezillon |
2016-01-06 | mtd: nand: davinci: remove custom 'erased check' implementation | Boris BREZILLON |
2016-01-06 | mtd: nand: return consistent error codes in ecc.correct() implementations | Boris BREZILLON |
2015-12-18 | mtd: nand: remove useless mtd->priv = chip assignments | Boris BREZILLON |
2015-12-18 | mtd: nand: davinci: use the mtd instance embedded in struct nand_chip | Boris BREZILLON |
2015-12-08 | mtd: nand: make use of mtd_to_nand() in NAND drivers | Boris BREZILLON |
2015-11-11 | mtd: nand: drop unnecessary partition parser data | Brian Norris |
2015-10-13 | mtd: nand: davinci_nand: drop owner and name assignment | Frans Klaver |
2015-07-20 | nand: davinci: add support for 4K page size nand devices | Sandeep Paulraj |
2014-10-20 | mtd: nand: drop owner assignment from platform_drivers | Wolfram Sang |
2014-04-30 | mtd: davinci-nand: disable subpage write for keystone-nand | Murali Karicheri |
2014-04-07 | Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtd | Linus Torvalds |
2014-03-10 | mtd: delete non-required instances of include <linux/init.h> | Paul Gortmaker |
2014-02-23 | ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif | Ivan Khoronzhuk |
2014-01-03 | mtd: davinci_nand: Remove unnecessary OOM messages | Jingoo Han |
2014-01-03 | mtd: nand: davinci: don't request AEMIF address range | Ivan Khoronzhuk |
2014-01-03 | mtd: nand: davinci: adjust DT properties to MTD generic | Ivan Khoronzhuk |
2014-01-03 | mtd: nand: davinci: simplify error handling | Ivan Khoronzhuk |
2014-01-03 | mtd: nand: davinci: check required ti,davinci-chipselect property | Ivan Khoronzhuk |
2014-01-03 | mtd: nand: davinci: return ENOMEM if memory allocation is failed | Ivan Khoronzhuk |
2014-01-03 | mtd: nand: davinci: fix driver registration | Ivan Khoronzhuk |
2013-08-30 | mtd: nand: use dev_get_platdata() | Jingoo Han |
2013-08-05 | mtd: nand: davinci: use devm_ioremap_resource() | Laurent Navet |
2013-04-05 | mtd: davinci_nand: Use of_match_ptr() | Sachin Kamat |
2013-04-05 | mtd: davinci_nand: use module_platform_driver_probe() | Jingoo Han |
2013-02-13 | mtd: davinci_nand: Use managed resources | Mrugesh Katepallewar |
2013-02-04 | mtd: davinci_nand: fix modular build with CONFIG_OF=y | Sergei Shtylyov |
2012-11-15 | mtd: davinci: add support for parition binding nodes | Murali Karicheri |
2012-10-09 | Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel... | David Woodhouse |
2012-09-29 | mtd: nand: clk: preparation for switch to common clock framework | m-karicheri2@ti.com |
2012-09-29 | mtd: nand: davinci: add OF support for davinci nand controller | Heiko Schocher |
2012-09-14 | ARM: davinci: move platform_data definitions | Arnd Bergmann |
2012-03-27 | mtd: flash drivers set ecc strength | Mike Dunn |
2012-03-27 | mtd: do not use plain 0 as NULL | Artem Bityutskiy |
2012-01-09 | mtd: davinci: if no amif timing is passed, don; t setup cscfg register | Heiko Schocher |
2011-09-11 | mtd: davinci_nand.c: use mtd_device_parse_register | Dmitry Eremin-Solenikov |
2011-09-11 | mtd: davinci_nand: remove redundant mtd_device_unregister | Axel Lin |
2011-09-11 | mtd: davinci_nand don't specify default parsing options | 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: davinci_nand: convert to mtd_device_register() | Jamie Iles |
2011-03-11 | mtd: DaVinci: Removed header file that is not required | Sandeep Paulraj |
2010-10-30 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds |