Age | Commit message (Expand) | Author |
2012-01-09 | mtd: introduce mtd_read interface | Artem Bityutskiy |
2012-01-09 | mtd: introduce mtd_get_unmapped_area interface | Artem Bityutskiy |
2012-01-09 | mtd: introduce mtd_unpoint interface | Artem Bityutskiy |
2012-01-09 | mtd: introduce mtd_point interface | Artem Bityutskiy |
2012-01-09 | mtd: introduce mtd_erase interface | Artem Bityutskiy |
2012-01-09 | mtd: mtdchar: rename functions | Artem Bityutskiy |
2012-01-09 | mtd: lpddr: drop unnecessary zeroing | Artem Bityutskiy |
2012-01-09 | mtd: txx9ndfmc: use devm_request_and_ioremap | Julia Lawall |
2012-01-09 | mtd: lantiq-flash: drop iounmap for devm_ allocated data | Julia Lawall |
2012-01-09 | mtd: gpio-nand: add device tree bindings | Jamie Iles |
2012-01-09 | mtd: bcm63xxpart: check the image tag's crc32 | Jonas Gorski |
2012-01-09 | mtd: bcm63xxpart: don't assume NVRAM is always the fourth partition | Jonas Gorski |
2012-01-09 | mtd: bcm63xxpart: make sure CFE and NVRAM partitions are at least 64KiB | Jonas Gorski |
2012-01-09 | mtd: bcm63xxpart: check version marker string for newer CFEs | Jonas Gorski |
2012-01-09 | mtd: sm_ftl: fix module parameter | Rusty Russell |
2012-01-09 | mtd: docg3: remove unused function | Robert Jarzmik |
2012-01-09 | mtd: nand: Add ONFI support for FSL NAND controller | Shengzhou Liu |
2012-01-09 | mtd: nand: fixup for fmr initialization of Freescale NAND controller | Shengzhou Liu |
2012-01-09 | mtd: fsl_elbc_nand: set Nand flash page address to FBAR and FPAR correctly | Liu Shuo |
2012-01-09 | mtdoops: fix the oops_page_used array size | Roman Tereshonkov |
2012-01-09 | mtd: maps: remove the now unused bcm963xx-flash | Jonas Gorski |
2012-01-09 | mtd: maps: physmap: allow partition parsers for physmap_flash_data | Jonas Gorski |
2012-01-09 | mtd: maps: bcm963xx-flash: make CFE partition parsing an mtd parser | Jonas Gorski |
2012-01-09 | mtd: maps: bcm963xx-flash: clean up printk usage | Jonas Gorski |
2012-01-09 | mtd: maps: bcm963xx-flash: remove superfluous semicolons | Jonas Gorski |
2012-01-09 | mtd: maps: bcm963xx-flash: fix word order for spare partition | Jonas Gorski |
2012-01-09 | mtd: davinci: if no amif timing is passed, don; t setup cscfg register | Heiko Schocher |
2012-01-09 | mtd: nand: set correct length to FBCR for a non-full-page write | Liu Shuo |
2012-01-09 | mtd: nand: use elbc_fcm_ctrl->oob to set FPAR_MS bit of FPAR | Liu Shuo |
2012-01-09 | mtd: docg3: fixes and cleanups | Robert Jarzmik |
2012-01-09 | mtd: mtdoops: skip reading initially bad blocks | Roman Tereshonkov |
2012-01-09 | mtd: tests: stresstest: bail out if device has not enough eraseblocks | Wolfram Sang |
2012-01-09 | mtd: convert drivers/mtd/* to use module_platform_driver() | Axel Lin |
2012-01-09 | mtd: docg3: dereferencing an ERR_PTR() in docg3_probe() | Dan Carpenter |
2012-01-09 | mtd: Remove redundant spi driver bus initialization | Lars-Peter Clausen |
2012-01-09 | mtd: docg3: add protection areas sysfs access | Robert Jarzmik |
2012-01-09 | mtd: docg3: add fast mode | Robert Jarzmik |
2012-01-09 | mtd: docg3: add suspend and resume | Robert Jarzmik |
2012-01-09 | mtd: docg3: add ECC correction code | Robert Jarzmik |
2012-01-09 | mtd: docg3: map erase and write functions | Robert Jarzmik |
2012-01-09 | mtd: docg3: add erase functions | Robert Jarzmik |
2012-01-09 | mtd: docg3: add write functions | Robert Jarzmik |
2012-01-09 | mtd: docg3: add OOB buffer to device structure | Robert Jarzmik |
2012-01-09 | mtd: docg3: add registers for erasing and writing | Robert Jarzmik |
2012-01-09 | mtd: docg3: add OOB layout to mtdinfo | Robert Jarzmik |
2012-01-09 | mtd: docg3: add multiple floor support | Robert Jarzmik |
2012-01-09 | mtd: docg3: fix reading oob+data without correction | Robert Jarzmik |
2012-01-09 | mtd: docg3: fix BCH registers | Robert Jarzmik |
2012-01-09 | mtd: docg3: fix protection areas reading | Robert Jarzmik |
2012-01-09 | mtd: docg3: fix tracing of IO in writeb | Robert Jarzmik |