| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | mtd: introduce mtd_write interface | Artem Bityutskiy | 2012-01-09 | 1 | -1/+8 |
* | | mtd: introduce mtd_read interface | Artem Bityutskiy | 2012-01-09 | 1 | -1/+8 |
* | | mtd: introduce mtd_get_unmapped_area interface | Artem Bityutskiy | 2012-01-09 | 1 | -5/+13 |
* | | mtd: introduce mtd_unpoint interface | Artem Bityutskiy | 2012-01-09 | 1 | -2/+6 |
* | | mtd: introduce mtd_point interface | Artem Bityutskiy | 2012-01-09 | 1 | -4/+10 |
* | | mtd: introduce mtd_erase interface | Artem Bityutskiy | 2012-01-09 | 1 | -5/+14 |
|/ |
|
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2011-11-07 | 1 | -50/+32 |
|\ |
|
| * | mtd: define `mtd_is_*()' functions | Brian Norris | 2011-09-21 | 1 | -0/+12 |
| * | mtd: document ABI | Brian Norris | 2011-09-11 | 1 | -1/+1 |
| * | mtd: rename MTD_OOB_* to MTD_OPS_* | Brian Norris | 2011-09-11 | 1 | -1/+1 |
| * | mtd: move mtd_oob_mode_t to shared kernel/user space | Brian Norris | 2011-09-11 | 1 | -15/+1 |
| * | mtd: style fixups in multi-line comment, indentation | Brian Norris | 2011-09-11 | 1 | -7/+9 |
| * | mtd: remove CONFIG_MTD_DEBUG | Brian Norris | 2011-09-11 | 1 | -23/+0 |
| * | mtd: spelling, capitalization, uniformity | Brian Norris | 2011-09-11 | 1 | -1/+1 |
| * | mtd: drop mtd_device_register | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -3/+2 |
| * | mtd: abstract last MTD partition parser argument | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -1/+2 |
| * | mtd: add new API for handling MTD registration | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -0/+5 |
* | | include: replace linux/module.h with "struct module" wherever possible | Paul Gortmaker | 2011-10-31 | 1 | -1/+2 |
|/ |
|
* | mtd: kill CONFIG_MTD_PARTITIONS | Jamie Iles | 2011-05-25 | 1 | -8/+0 |
* | mtd: remove add_mtd_partitions, add_mtd_device and friends | Jamie Iles | 2011-05-25 | 1 | -3/+0 |
* | mtd: introduce mtd_device_(un)register() | Jamie Iles | 2011-05-25 | 1 | -0/+6 |
* | mtd: create function to perform large allocations | Grant Erickson | 2011-05-25 | 1 | -0/+2 |
* | mtd: add writebufsize field to mtd_info struct | Anatolij Gustschin | 2011-01-06 | 1 | -0/+11 |
* | mtd: edit comments on deprecation of ioctl ECCGETLAYOUT | Brian Norris | 2010-10-24 | 1 | -4/+4 |
* | mtd: nand: expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUT | Brian Norris | 2010-10-24 | 1 | -0/+15 |
* | mtd: Remove obsolete <mtd/compatmac.h> include | David Woodhouse | 2010-08-08 | 1 | -1/+0 |
* | mtd: Update copyright notices | David Woodhouse | 2010-08-08 | 1 | -2/+15 |
* | mtd: add an ioctl to query the lock status of a flash sector | Richard Cochran | 2010-08-02 | 1 | -0/+1 |
* | mtd: nand: make reads using MTD_OOB_RAW affect only ECC validation | Maxim Levitsky | 2010-02-26 | 1 | -3/+1 |
* | mtd: create unlocked versions of {get,put}_mtd_device | Maxim Levitsky | 2010-02-26 | 1 | -1/+2 |
* | mtd: Replace static array of devices with an idr structure | Ben Hutchings | 2010-02-25 | 1 | -1/+0 |
* | mtd: fix the conversion from dev to mtd_info | Saeed Bishara | 2009-08-03 | 1 | -1/+1 |
* | [MTD] driver model updates | David Brownell | 2009-04-04 | 1 | -0/+7 |
* | NOMMU: Present backing device capabilities for MTD chardevs | David Howells | 2009-03-24 | 1 | -0/+14 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-01-09 | 1 | -17/+58 |
|\ |
|
| * | [MTD] Remove more strange u_intxx_t types | David Woodhouse | 2008-12-10 | 1 | -13/+13 |
| * | [MTD] update internal API to support 64-bit device size | Adrian Hunter | 2008-12-10 | 1 | -8/+49 |
* | | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 2009-01-06 | 1 | -1/+1 |
|/ |
|
* | [MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffff | Adrian Hunter | 2008-08-12 | 1 | -1/+3 |
* | [MTD] MTD_DEBUG always does compile-time typechecks | David Brownell | 2008-07-30 | 1 | -1/+5 |
* | Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6 | David Woodhouse | 2008-07-25 | 1 | -1/+1 |
|\ |
|
| * | MTD: handle pci_name() being const | Greg Kroah-Hartman | 2008-07-21 | 1 | -1/+1 |
* | | MTD/JFFS2: remove CVS keywords | Adrian Bunk | 2008-06-04 | 1 | -2/+0 |
|/ |
|
* | [MTD][NOR] Add physical address to point() method | Jared Hulbert | 2008-05-01 | 1 | -2/+4 |
* | [MTD] Add mtd panic_write function pointer | Richard Purdie | 2008-02-07 | 1 | -0/+9 |
* | [MTD] Document erase interface. | Jörn Engel | 2007-09-21 | 1 | -0/+7 |
* | [MTD] Delete allegedly obsolete "bank_size" field of mtd_info. | Robert P. J. Day | 2007-05-09 | 1 | -3/+0 |
* | [MTD] Remove unnecessary user space check from mtd.h. | Robert P. J. Day | 2007-05-09 | 1 | -4/+0 |
* | [MTD] [NOR] Support for auto locking flash on power up | Rodolfo Giometti | 2007-04-02 | 1 | -0/+1 |
* | [MTD] [NAND] make oobavail public | Vitaly Wool | 2007-03-08 | 1 | -0/+1 |