Age | Commit message (Expand) | Author | Files | Lines |
2014-01-14 | mtd: nand: use __packed shorthand | Brian Norris | 1 | -1/+1 |
2014-01-14 | mtd: nand: support Micron READ RETRY | Brian Norris | 1 | -0/+3 |
2014-01-14 | mtd: nand: add generic READ RETRY support | Brian Norris | 1 | -0/+6 |
2014-01-14 | mtd: nand: add ONFI vendor block for Micron | Brian Norris | 1 | -1/+22 |
2014-01-03 | mtd: make register_mtd_parser return void | Axel Lin | 1 | -1/+1 |
2014-01-03 | mtd: make deregister_mtd_parser return void | Axel Lin | 1 | -1/+1 |
2014-01-03 | mtd: nand: fix misspelling in ONFI parameter field name | Brian Norris | 1 | -1/+1 |
2014-01-03 | mtd: make mtd_partition.name const | Geert Uytterhoeven | 1 | -2/+2 |
2013-11-07 | mtd: nand_bbt: kill NAND_BBT_SCANALLPAGES | Brian Norris | 1 | -2/+0 |
2013-11-07 | mtd: map: fixed bug in 64-bit systems | Wang Haitao | 1 | -2/+2 |
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-10-28 | mtd: nand: rename the cellinfo to bits_per_cell | Huang Shijie | 1 | -3/+4 |
2013-10-28 | mtd: nand: add a helper to check the SLC/MLC nand chip | Huang Shijie | 1 | -0/+9 |
2013-10-28 | mtd: nand: remove obsolete 'ecclayout' field | Brian Norris | 1 | -2/+0 |
2013-08-31 | mtd: add a new ecc_step_size field to mtd_info{} | Huang Shijie | 1 | -0/+3 |
2013-08-31 | mtd: add ECC info for nand_flash_dev{} | Huang Shijie | 1 | -0/+15 |
2013-08-31 | mtd: add a helper to get the supported features for ONFI nand | Huang Shijie | 1 | -0/+10 |
2013-08-31 | mtd: add data structures for Extended Parameter Page | Huang Shijie | 1 | -1/+38 |
2013-08-31 | mtd: add datasheet's ECC information to nand_chip{} | Huang Shijie | 1 | -0/+8 |
2013-08-30 | mtd: nand: remove NAND_BBT_SCANEMPTY | Brian Norris | 1 | -2/+0 |
2013-08-30 | mtd: nand: hide in-memory BBT implementation details | Brian Norris | 1 | -1/+1 |
2013-08-05 | mtd: nand_base: Only use GET/SET FEATURES command on chips that support them. | David Mosberger | 1 | -0/+3 |
2013-08-05 | mtd: nand: fsmc: update of OF support | Mian Yousaf Kaukab | 1 | -0/+1 |
2013-08-05 | mtd: increase max OOB size to 744 | Huang Shijie | 1 | -1/+1 |
2013-08-05 | mtd: nand: reword nand_chip bad block interface comments | Brian Norris | 1 | -2/+2 |
2013-05-09 | Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtd | Linus Torvalds | 4 | -67/+68 |
2013-05-06 | mtd_blktrans_ops->release() should return void | Al Viro | 1 | -1/+1 |
2013-04-05 | mtd: nand: subpage write support for hardware based ECC schemes | Gupta, Pekon | 1 | -2/+6 |
2013-04-05 | mtd: nand_ids: improve LEGACY_ID_NAND macro a bit | Artem Bityutskiy | 1 | -5/+4 |
2013-04-05 | mtd: add new fields to nand_flash_dev{} | Huang Shijie | 1 | -0/+4 |
2013-04-05 | mtd: introduce a macro for max NAND ID sequence length | Artem Bityutskiy | 1 | -1/+4 |
2013-04-05 | mtd: nand: use more reasonable integer types | Artem Bityutskiy | 1 | -5/+5 |
2013-04-05 | mtd: physmap: add const qualifiers | Artem Bityutskiy | 1 | -1/+1 |
2013-04-05 | mtd: plat-ram: add const quilifiers | Artem Bityutskiy | 1 | -2/+2 |
2013-04-05 | mtd: add 'const' qualifier to a couple of register functions | Artem Bityutskiy | 1 | -4/+4 |
2013-04-05 | mtd: nand: provision full ID support | Artem Bityutskiy | 1 | -6/+17 |
2013-04-05 | mtd: nand_ids: introduce helper macros | Artem Bityutskiy | 1 | -0/+24 |
2013-04-05 | mtd: nand: rename the id field of 'struct nand_flash_dev' | Artem Bityutskiy | 1 | -10/+9 |
2013-04-05 | mtd: nand: use NAND_HAS_CACHEPROG | Artem Bityutskiy | 1 | -1/+1 |
2013-04-05 | mtd: nand: remove NAND_COPYBACK macro | Artem Bityutskiy | 1 | -4/+1 |
2013-04-05 | mtd: nand: remove NAND_NO_PADDING macro | Artem Bityutskiy | 1 | -5/+1 |
2013-04-05 | mtd: nand: remove a bunch of unused commands | Artem Bityutskiy | 1 | -20/+0 |
2013-04-05 | mtd: nand: remove AG-AND support | Artem Bityutskiy | 1 | -16/+0 |
2013-03-14 | mtd: nand: reintroduce NAND_NO_READRDY as NAND_NEED_READRDY | Brian Norris | 1 | -0/+7 |
2013-02-22 | mtd: map: BUG() in non handled cases | Dmitry Eremin-Solenikov | 1 | -2/+6 |
2013-02-04 | mtd: cfi_cmdset_0002: Support Persistent Protection Bits (PPB) locking | Stefan Roese | 1 | -0/+1 |
2012-12-03 | mtd: nand: add NAND_BUSWIDTH_AUTO to autodetect bus width | Matthieu CASTET | 1 | -0/+7 |
2012-11-21 | mtd: mtd_blkdevs: Replace request handler kthread with a workqueue | Ezequiel Garcia | 1 | -1/+3 |
2012-11-16 | mtd: uninitialized variable warning in map.h | Arnd Bergmann | 1 | -1/+1 |