Age | Commit message (Expand) | Author | Files | Lines |
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-18 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -0/+68 |
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 |
2012-01-09 | mtd: introduce mtd_write_user_prot_reg interface | Artem Bityutskiy | 1 | -1/+9 |
2012-01-09 | mtd: introduce mtd_read_user_prot_reg interface | Artem Bityutskiy | 1 | -1/+9 |
2012-01-09 | mtd: introduce mtd_get_user_prot_info interface | Artem Bityutskiy | 1 | -1/+9 |
2012-01-09 | mtd: introduce mtd_read_fact_prot_reg interface | Artem Bityutskiy | 1 | -1/+9 |
2012-01-09 | mtd: introduce mtd_get_fact_prot_info interface | Artem Bityutskiy | 1 | -6/+13 |
2012-01-09 | mtd: introduce mtd_write_oob interface | Artem Bityutskiy | 1 | -4/+8 |
2012-01-09 | mtd: introduce mtd_read_oob interface | Artem Bityutskiy | 1 | -2/+8 |
2012-01-09 | mtd: introduce mtd_panic_write interface | Artem Bityutskiy | 1 | -10/+15 |
2012-01-09 | mtd: introduce mtd_write interface | Artem Bityutskiy | 1 | -1/+8 |
2012-01-09 | mtd: introduce mtd_read interface | Artem Bityutskiy | 1 | -1/+8 |
2012-01-09 | mtd: introduce mtd_get_unmapped_area interface | Artem Bityutskiy | 1 | -5/+13 |
2012-01-09 | mtd: introduce mtd_unpoint interface | Artem Bityutskiy | 1 | -2/+6 |
2012-01-09 | mtd: introduce mtd_point interface | Artem Bityutskiy | 1 | -4/+10 |
2012-01-09 | mtd: introduce mtd_erase interface | Artem Bityutskiy | 1 | -5/+14 |
2012-01-09 | mtd: map.h: fix arm cross-build failure | Artem Bityutskiy | 1 | -1/+1 |