Age | Commit message (Expand) | Author | Files | Lines |
2011-11-07 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 6 | -156/+124 |
2011-11-01 | include: replace linux/module.h with "struct module" wherever possible | Paul Gortmaker | 1 | -1/+2 |
2011-09-21 | mtd: define `mtd_is_*()' functions | Brian Norris | 1 | -0/+12 |
2011-09-11 | mtd: nand: kill member `ops' of `struct nand_chip' | Brian Norris | 1 | -3/+0 |
2011-09-11 | mtd: document ABI | Brian Norris | 1 | -1/+1 |
2011-09-11 | mtd: rename MTD_OOB_* to MTD_OPS_* | Brian Norris | 1 | -1/+1 |
2011-09-11 | mtd: move mtd_oob_mode_t to shared kernel/user space | Brian Norris | 1 | -15/+1 |
2011-09-11 | mtd: support reading OOB without ECC | Brian Norris | 1 | -0/+3 |
2011-09-11 | mtd: nand: document nand_chip.oob_poi | Brian Norris | 1 | -1/+2 |
2011-09-11 | mtd: support writing OOB without ECC | Brian Norris | 1 | -0/+3 |
2011-09-11 | mtd: style fixups in multi-line comment, indentation | Brian Norris | 1 | -7/+9 |
2011-09-11 | mtd: nand: fix spelling error (date => data) | Brian Norris | 1 | -1/+1 |
2011-09-11 | mtd: remove CONFIG_MTD_DEBUG | Brian Norris | 1 | -23/+0 |
2011-09-11 | mtd: plat-nand: Fixup kerneldoc for struct platform_nand_chip | Tobias Klauser | 1 | -2/+0 |
2011-09-11 | mtd: spelling, capitalization, uniformity | Brian Norris | 2 | -26/+26 |
2011-09-11 | mtd: drop mtd_device_register | Dmitry Eremin-Solenikov | 1 | -3/+2 |
2011-09-11 | mtd: remove put_partition_parser() from public header | Dmitry Eremin-Solenikov | 1 | -2/+0 |
2011-09-11 | mtd: hide parse_mtd_partitions | Dmitry Eremin-Solenikov | 1 | -3/+0 |
2011-09-11 | mtd: OneNAND: Detect the correct NOP when 4KiB pagesize | Kyungmin Park | 1 | -0/+4 |
2011-09-11 | mtd: drop of_mtd_parse_partitions() | Dmitry Eremin-Solenikov | 1 | -16/+0 |
2011-09-11 | mtd: prepare to convert of_mtd_parse_partitions to partition parser | Dmitry Eremin-Solenikov | 1 | -1/+4 |
2011-09-11 | mtd: abstract last MTD partition parser argument | Dmitry Eremin-Solenikov | 2 | -3/+15 |
2011-09-11 | mtd: add new API for handling MTD registration | Dmitry Eremin-Solenikov | 1 | -0/+5 |
2011-09-11 | mtd: plat-nand: drop unused fields from platform_nand_data | Dmitry Eremin-Solenikov | 1 | -2/+0 |
2011-09-11 | mtd: add a flags for partitions which should just leave smth. after them | Dmitry Eremin-Solenikov | 1 | -1/+4 |
2011-09-11 | mtd: drop mtd_has_cmdlinepart() | Dmitry Eremin-Solenikov | 1 | -6/+0 |
2011-09-11 | mtd: drop physmap_configure | Dmitry Eremin-Solenikov | 1 | -17/+0 |
2011-09-11 | mtd: nand: improve comment on NAND_BBT_DYNAMIC_STRUCT | Brian Norris | 1 | -1/+5 |
2011-09-11 | mtd: nand: renumber the reorganized flags in nand.h / bbm.h | Brian Norris | 2 | -14/+15 |
2011-09-11 | mtd: nand: rename CREATE_EMPTY bbt flag with proper prefix | Brian Norris | 1 | -1/+1 |
2011-09-11 | mtd: nand: move NAND_CREATE_EMPTY_BBT flag | Brian Norris | 2 | -2/+7 |
2011-09-11 | mtd: nand: rename NAND_USE_FLASH_BBT | Brian Norris | 1 | -1/+1 |
2011-09-11 | mtd: nand: consolidate redundant flash-based BBT flags | Brian Norris | 2 | -12/+9 |
2011-09-11 | mtd: nand: separate chip options / bbt_options | Brian Norris | 1 | -0/+4 |
2011-09-11 | mtd: nand: remove NAND_BBT_SCANBYTE1AND6 option | Brian Norris | 1 | -2/+0 |
2011-07-23 | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 | Linus Torvalds | 1 | -6/+8 |
2011-06-23 | UBI: clarify the volume notification types' doc | David Wagner | 1 | -6/+8 |
2011-06-01 | mtd: fix physmap.h warnings | Randy Dunlap | 1 | -0/+1 |
2011-05-28 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 4 | -24/+17 |
2011-05-25 | mtd: kill CONFIG_MTD_PARTITIONS | Jamie Iles | 1 | -8/+0 |
2011-05-25 | mtd: remove add_mtd_partitions, add_mtd_device and friends | Jamie Iles | 2 | -12/+0 |
2011-05-25 | mtd: physmap: convert to mtd_device_register() | Jamie Iles | 1 | -4/+0 |
2011-05-25 | mtd: provide of_mtd_parse_partitions for !CONFIG_MTD_OF_PARTS | Jamie Iles | 1 | -0/+9 |
2011-05-25 | mtd: introduce mtd_device_(un)register() | Jamie Iles | 2 | -1/+7 |
2011-05-25 | mtd: create function to perform large allocations | Grant Erickson | 1 | -0/+2 |
2011-05-25 | mtd: nand: renumber conflicting BBT flags | Brian Norris | 1 | -2/+2 |
2011-05-24 | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 | Linus Torvalds | 1 | -2/+2 |
2011-05-21 | ARM: 6910/1: MTD: physmap: let set_vpp() pass a platform_device instead of a ... | Marc Zyngier | 1 | -1/+1 |
2011-05-21 | ARM: 6904/1: MTD: Add integrator-flash feature to physmap | Marc Zyngier | 1 | -0/+2 |
2011-04-14 | UBI: fix minor stylistic issues | Artem Bityutskiy | 1 | -2/+2 |