| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: Move onenand code base to drivers/mtd/nand/onenand | Boris Brezillon | 2018-03-15 | 1 | -4031/+0 |
* | mtd: onenand: Get rid of comments giving the file path inside the file itself | Boris Brezillon | 2018-03-15 | 1 | -2/+0 |
* | mtd: Remove duplicate checks on mtd_oob_ops parameter | Boris Brezillon | 2018-01-16 | 1 | -18/+0 |
* | mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing | Boris Brezillon | 2018-01-16 | 1 | -63/+0 |
* | mtd: silence some uninitialized variable warnings | Dan Carpenter | 2016-07-10 | 1 | -2/+2 |
* | mtd: onenand: switch to mtd_ooblayout_ops | Boris Brezillon | 2016-05-05 | 1 | -65/+97 |
* | mtd: onenand: use mtd_set_ecclayout() where appropriate | Boris Brezillon | 2016-04-19 | 1 | -1/+1 |
* | mtd: onenand: use mtd_ooblayout_xxx() helpers where appropriate | Boris Brezillon | 2016-04-19 | 1 | -60/+15 |
* | mtd: create an mtd_oobavail() helper and make use of it | Boris BREZILLON | 2016-03-08 | 1 | -16/+3 |
* | mtd: kill the ecclayout->oobavail field | Boris BREZILLON | 2016-03-08 | 1 | -9/+7 |
* | mtd: onenand: fix deadlock in onenand_block_markbad | Aaro Koskinen | 2016-02-24 | 1 | -1/+2 |
* | mtd: onenand: drop dead code | Brian Norris | 2015-03-11 | 1 | -9/+3 |
* | mtd: Add a retlen parameter to _get_{fact,user}_prot_info | Christian Riesch | 2014-03-11 | 1 | -18/+12 |
* | mtd: onenand: Remove unnecessary OOM messages | Jingoo Han | 2014-03-11 | 1 | -6/+1 |
* | mtd: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-03-11 | 1 | -1/+0 |
* | mtd: onenand: remove unused variable assignments | Brian Norris | 2013-10-28 | 1 | -7/+6 |
* | mtd: onenand: remove redundant offset check | Brian Norris | 2013-10-28 | 1 | -4/+0 |
* | mtd: onenand: Make flexonenand_set_boundary static | Sachin Kamat | 2012-11-09 | 1 | -1/+1 |
* | mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN | Mike Dunn | 2012-05-14 | 1 | -2/+4 |
* | mtd: unify initialization of erase_info->fail_addr | Shmulik Ladkani | 2012-03-27 | 1 | -2/+0 |
* | mtd: flash drivers set ecc strength | Mike Dunn | 2012-03-27 | 1 | -0/+1 |
* | mtd: remove retlen zeroing duplication | Artem Bityutskiy | 2012-03-27 | 1 | -3/+0 |
* | mtd: do not duplicate length and offset checks in drivers | Artem Bityutskiy | 2012-03-27 | 1 | -20/+0 |
* | mtd: add leading underscore to all mtd functions | Artem Bityutskiy | 2012-03-27 | 1 | -21/+21 |
* | mtd: onenand: kill unused variable | Artem Bityutskiy | 2012-01-09 | 1 | -1/+0 |
* | mtd: introduce mtd_block_markbad interface | Artem Bityutskiy | 2012-01-09 | 1 | -1/+1 |
* | mtd: utilize `mtd_is_*()' functions | Brian Norris | 2011-09-21 | 1 | -5/+5 |
* | mtd: rename MTD_OOB_* to MTD_OPS_* | Brian Norris | 2011-09-11 | 1 | -19/+19 |
* | mtd: move mtd_oob_mode_t to shared kernel/user space | Brian Norris | 2011-09-11 | 1 | -2/+2 |
* | mtd: cleanup style on pr_debug messages | Brian Norris | 2011-09-11 | 1 | -15/+16 |
* | mtd: replace DEBUG() with pr_debug() | Brian Norris | 2011-09-11 | 1 | -9/+9 |
* | mtd: spelling, capitalization, uniformity | Brian Norris | 2011-09-11 | 1 | -6/+6 |
* | mtd: OneNAND: Detect the correct NOP when 4KiB pagesize | Kyungmin Park | 2011-09-11 | 1 | -0/+15 |
* | mtd: onenand: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -5/+1 |
* | mtd: onenand: add missing check | john.maxin@nokia.com | 2011-05-25 | 1 | -1/+1 |
* | mtd: onenand: add ecclayout and subpage_sft for non-flex 4KiB page onenand | Roman Tereshonkov | 2011-05-25 | 1 | -6/+40 |
* | mtd: onenand: add new option to control initial onenand unlocking | Roman Tereshonkov | 2011-03-11 | 1 | -1/+2 |
* | mtd: onenand_base: onenand_verify bugfix for writepage non-aligned address | Roman Tereshonkov | 2011-03-11 | 1 | -5/+5 |
* | mtd: OneNAND: return read error for 4KiB page read | Adrian Hunter | 2011-03-11 | 1 | -0/+2 |
* | mtd: onenand: add mtd->writebufsize initialization | Anatolij Gustschin | 2011-01-06 | 1 | -0/+1 |
* | mtd: OneNAND: add enable / disable methods to onenand_chip | Adrian Hunter | 2011-01-06 | 1 | -0/+4 |
* | mtd: OneNAND: lighten scary initial bad block messages | Adrian Hunter | 2011-01-06 | 1 | -10/+12 |
* | mtd: OneNAND: Fix multi block erase support at 4KiB pagesize | Kyungmin Park | 2011-01-06 | 1 | -1/+2 |
* | mtd: OneNAND: Fix 4KiB pagesize OOB handling | Kyungmin Park | 2010-12-03 | 1 | -13/+16 |
* | mtd: onenand: implement cache program feature for 4KiB page onenand | Roman Tereshonkov | 2010-12-03 | 1 | -3/+19 |
* | mtd: onenand: fix 4KiB page onenand chip recognition | Roman Tereshonkov | 2010-10-25 | 1 | -2/+3 |
* | mtd: MLC device check in OneNAND driver | Rohit Hassan Sathyanarayan | 2010-10-25 | 1 | -1/+1 |
* | mtd: OneNAND: Introduce chip_probe function | Kyungmin Park | 2010-08-04 | 1 | -12/+30 |
* | mtd: onenand:fix for page addr calculation based on device type | Rohit Hassan Sathyanarayan | 2010-08-02 | 1 | -2/+5 |
* | mtd: onenand: add workaround for SYNC_WRITE mode | Kyungmin Park | 2010-05-14 | 1 | -3/+9 |