Age | Commit message (Expand) | Author | Files | Lines |
2014-07-09 | mtd: Introduce mtd_block_isreserved() | Ezequiel Garcia | 1 | -0/+2 |
2014-03-11 | mtd: Add a retlen parameter to _get_{fact,user}_prot_info | Christian Riesch | 1 | -8/+8 |
2013-11-07 | mtd: Move major number definitions to major.h | Ezequiel Garcia | 1 | -3/+0 |
2013-10-28 | mtd: nand: add a helper to detect the nand type | Huang Shijie | 1 | -0/+5 |
2013-08-31 | mtd: add a new ecc_step_size field to mtd_info{} | Huang Shijie | 1 | -0/+3 |
2013-04-05 | mtd: add 'const' qualifier to a couple of register functions | Artem Bityutskiy | 1 | -4/+4 |
2012-11-15 | mtd: nand: Increase the ecc placement locations to 640 | Vipin Kumar | 1 | -1/+1 |
2012-07-06 | mtd: move mtd_read_oob() definition out of mtd.h | Brian Norris | 1 | -8/+1 |
2012-05-14 | mtd: bitflip_threshold added to mtd_info and sysfs | Mike Dunn | 1 | -0/+9 |
2012-05-14 | mtd: ecc_strength is at ecc step granularity | Mike Dunn | 1 | -1/+1 |
2012-03-27 | mtd: add ecc_strength fields to mtd structs | Mike Dunn | 1 | -0/+3 |
2012-03-27 | mtd: check for zero length in OTP functions | Artem Bityutskiy | 1 | -59/+11 |
2012-03-27 | mtd: remove R/O checking duplication | Artem Bityutskiy | 1 | -0/+2 |
2012-03-27 | mtd: add offset and length checks to the API function | Artem Bityutskiy | 1 | -112/+17 |
2012-03-27 | mtd: return error code from mtd_unpoint | Artem Bityutskiy | 1 | -2/+4 |
2012-03-27 | mtd: add leading underscore to all mtd functions | Artem Bityutskiy | 1 | -84/+84 |
2012-02-04 | Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3 | Linus Torvalds | 1 | -3/+1 |
2012-02-01 | mtd: fix merge conflict resolution breakage | Artem Bityutskiy | 1 | -1/+1 |
2012-01-31 | Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstream | Linus Torvalds | 1 | -2/+2 |
2012-01-30 | mtd: fix MTD suspend | Artem Bityutskiy | 1 | -3/+1 |
2012-01-09 | mtd: do not use mtd->block_markbad directly | Artem Bityutskiy | 1 | -0/+2 |
2012-01-09 | mtd: introduce mtd_can_have_bb helper | Artem Bityutskiy | 1 | -0/+7 |
2012-01-09 | mtd: do not use mtd->suspend and mtd->resume directly | Artem Bityutskiy | 1 | -1/+4 |
2012-01-09 | mtd: do not use mtd->lock, unlock and is_locked directly | Artem Bityutskiy | 1 | -0/+6 |
2012-01-09 | mtd: do not use mtd->sync directly | Artem Bityutskiy | 1 | -1/+2 |
2012-01-09 | mtd: harmonize mtd_writev usage | Artem Bityutskiy | 1 | -14/+2 |
2012-01-09 | mtd: do not use mtd->lock_user_prot_reg directly | Artem Bityutskiy | 1 | -0/+2 |
2012-01-09 | mtd: mtd->write_user_prot_reg directly | Artem Bityutskiy | 1 | -0/+2 |
2012-01-09 | mtd: do not use mtd->read_*_prot_reg directly | Artem Bityutskiy | 1 | -0/+4 |
2012-01-09 | mtd: do not use mtd->get_*_prot_info directly | Artem Bityutskiy | 1 | -0/+4 |
2012-01-09 | mtd: do not use mtd->read_oob directly | Artem Bityutskiy | 1 | -0/+4 |
2012-01-09 | mtd: mtdoops: do not use mtd->panic_write directly | Artem Bityutskiy | 1 | -0/+2 |
2012-01-09 | mtd: do not use mtd->get_unmapped_area directly | Artem Bityutskiy | 1 | -0/+2 |
2012-01-09 | mtd: do use mtd->point directly | Artem Bityutskiy | 1 | -0/+2 |
2012-01-09 | mtd: introduce mtd_has_oob helper | Artem Bityutskiy | 1 | -0/+5 |
2012-01-09 | mtd: clean-up the default_mtd_writev function | Artem Bityutskiy | 1 | -0/+2 |
2012-01-09 | mtd: remove unused default_mtd_readv prototype | Artem Bityutskiy | 1 | -3/+0 |
2012-01-09 | mtd: kill dev_to_mtd helper | Artem Bityutskiy | 1 | -5/+0 |
2012-01-09 | mtd: always initialize retlen to zero | Artem Bityutskiy | 1 | -0/+9 |
2012-01-09 | mtd: move mtd->{get,put}_device functions up | Artem Bityutskiy | 1 | -7/+6 |
2012-01-09 | mtd: introduce mtd_block_markbad interface | Artem Bityutskiy | 1 | -3/+6 |
2012-01-09 | mtd: introduce mtd_block_isbad interface | Artem Bityutskiy | 1 | -1/+6 |
2012-01-09 | mtd: introduce mtd_resume interface | Artem Bityutskiy | 1 | -3/+6 |
2012-01-09 | mtd: introduce mtd_suspend interface | Artem Bityutskiy | 1 | -1/+6 |
2012-01-09 | mtd: introduce mtd_is_locked interface | Artem Bityutskiy | 1 | -2/+6 |
2012-01-09 | mtd: introduce mtd_unlock interface | Artem Bityutskiy | 1 | -1/+6 |
2012-01-09 | mtd: introduce mtd_lock interface | Artem Bityutskiy | 1 | -2/+7 |
2012-01-09 | mtd: introduce mtd_sync interface | Artem Bityutskiy | 1 | -3/+6 |
2012-01-09 | mtd: introduce mtd_writev interface | Artem Bityutskiy | 1 | -6/+12 |
2012-01-09 | mtd: introduce mtd_lock_user_prot_reg interface | Artem Bityutskiy | 1 | -2/+8 |