[media] s5p-fimc: Correct memory allocation for VIDIOC_CREATE_BUFS
[linux-flexiantxendom0-3.2.10.git] / drivers / mtd /
2012-02-04 Linus TorvaldsMerge tag 'for-linus-3.3' of git://git.infradead.org...
2012-02-04 Artem BityutskiyRevert "mtd: atmel_nand: optimize read/write buffer...
2012-01-30 Artem Bityutskiymtd: fix MTD suspend
2012-01-18 Linus TorvaldsMerge branch 'next' of git://git.infradead.org/users...
2012-01-15 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2012-01-15 Richard WeinbergerUBI: use own macros for the layout volume
2012-01-15 Richard WeinbergerUBI: fix nameless volumes handling
2012-01-14 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2012-01-14 Linus TorvaldsMerge tag 'for-linus' of git://github.com/rustyrussell...
2012-01-13 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2012-01-13 WANG Congkexec: remove KMSG_DUMP_KEXEC
2012-01-12 Rusty Russellmodule_param: make bool parameters really bool (drivers...
2012-01-12 Konrad Rzeszutek... Merge commit '070680218379e15c1901f4bf21b98e3cbf12b527...
2012-01-11 Artem BityutskiyUBI: fix debugging messages
2012-01-11 Huang Shijiemtd: gpmi-nand bugfix: reset the BCH module when it...
2012-01-11 Wolfram Sangmtd: nand: fix typo in comment
2012-01-10 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2012-01-10 Linus TorvaldsMerge tag 'for-linus-3.3' of git://git.infradead.org...
2012-01-10 Richard WeinbergerUBI: make vid_hdr non-static
2012-01-09 Linus TorvaldsMerge tag 'clk' of git://git./linux/kernel/git/arm...
2012-01-09 Linus TorvaldsMerge tag 'cleanup' of git://git./linux/kernel/git...
2012-01-09 Fabio Estevammtd: Fix dependency for MTD_DOC200x
2012-01-09 Artem Bityutskiymtd: do not use mtd->block_markbad directly
2012-01-09 Artem Bityutskiymtd: introduce mtd_can_have_bb helper
2012-01-09 Artem Bityutskiymtd: do not use mtd->suspend and mtd->resume directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->lock, unlock and is_locked directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->sync directly
2012-01-09 Artem Bityutskiymtd: harmonize mtd_writev usage
2012-01-09 Artem Bityutskiymtd: do not use mtd->lock_user_prot_reg directly
2012-01-09 Artem Bityutskiymtd: mtd->write_user_prot_reg directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->read_*_prot_reg directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->get_*_prot_info directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->read_oob directly
2012-01-09 Artem Bityutskiymtd: mtdoops: do not use mtd->panic_write directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->get_unmapped_area directly
2012-01-09 Artem Bityutskiymtd: introduce mtd_has_oob helper
2012-01-09 Artem Bityutskiymtd: mtdcore: export symbols cleanup
2012-01-09 Artem Bityutskiymtd: clean-up the default_mtd_writev function
2012-01-09 Artem Bityutskiymtd: sst25l: kill unused variable
2012-01-09 Artem Bityutskiymtd: onenand: kill unused variable
2012-01-09 Artem Bityutskiymtd: kill dev_to_mtd helper
2012-01-09 Artem Bityutskiymtd: remove extra retlen assignment
2012-01-09 Artem Bityutskiymtd: doc: do not initialize mtd_info fields to 0 or...
2012-01-09 Artem Bityutskiymtd: docprobe: use kzalloc instead
2012-01-09 Artem Bityutskiymtd: introduce mtd_block_markbad interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_block_isbad interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_resume interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_suspend interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_is_locked interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_unlock interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_lock interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_sync interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_writev interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_lock_user_prot_reg interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_write_user_prot_reg interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_read_user_prot_reg interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_get_user_prot_info interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_read_fact_prot_reg interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_get_fact_prot_info interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_write_oob interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_read_oob interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_panic_write interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_write interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_read interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_get_unmapped_area interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_unpoint interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_point interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_erase interface
2012-01-09 Artem Bityutskiymtd: mtdchar: rename functions
2012-01-09 Artem Bityutskiymtd: lpddr: drop unnecessary zeroing
2012-01-09 Julia Lawallmtd: txx9ndfmc: use devm_request_and_ioremap
2012-01-09 Julia Lawallmtd: lantiq-flash: drop iounmap for devm_ allocated...
2012-01-09 Jamie Ilesmtd: gpio-nand: add device tree bindings
2012-01-09 Jonas Gorskimtd: bcm63xxpart: check the image tag's crc32
2012-01-09 Jonas Gorskimtd: bcm63xxpart: don't assume NVRAM is always the...
2012-01-09 Jonas Gorskimtd: bcm63xxpart: make sure CFE and NVRAM partitions...
2012-01-09 Jonas Gorskimtd: bcm63xxpart: check version marker string for newer...
2012-01-09 Rusty Russellmtd: sm_ftl: fix module parameter
2012-01-09 Robert Jarzmikmtd: docg3: remove unused function
2012-01-09 Shengzhou Liumtd: nand: Add ONFI support for FSL NAND controller
2012-01-09 Shengzhou Liumtd: nand: fixup for fmr initialization of Freescale...
2012-01-09 Liu Shuomtd: fsl_elbc_nand: set Nand flash page address to...
2012-01-09 Roman Tereshonkovmtdoops: fix the oops_page_used array size
2012-01-09 Jonas Gorskimtd: maps: remove the now unused bcm963xx-flash
2012-01-09 Jonas Gorskimtd: maps: physmap: allow partition parsers for physmap...
2012-01-09 Jonas Gorskimtd: maps: bcm963xx-flash: make CFE partition parsing...
2012-01-09 Jonas Gorskimtd: maps: bcm963xx-flash: clean up printk usage
2012-01-09 Jonas Gorskimtd: maps: bcm963xx-flash: remove superfluous semicolons
2012-01-09 Jonas Gorskimtd: maps: bcm963xx-flash: fix word order for spare...
2012-01-09 Heiko Schochermtd: davinci: if no amif timing is passed, don; t setup...
2012-01-09 Liu Shuomtd: nand: set correct length to FBCR for a non-full...
2012-01-09 Liu Shuomtd: nand: use elbc_fcm_ctrl->oob to set FPAR_MS bit...
2012-01-09 Robert Jarzmikmtd: docg3: fixes and cleanups
2012-01-09 Roman Tereshonkovmtd: mtdoops: skip reading initially bad blocks
2012-01-09 Wolfram Sangmtd: tests: stresstest: bail out if device has not...
2012-01-09 Axel Linmtd: convert drivers/mtd/* to use module_platform_driver()
2012-01-09 Dan Carpentermtd: docg3: dereferencing an ERR_PTR() in docg3_probe()
2012-01-09 Lars-Peter Clausenmtd: Remove redundant spi driver bus initialization
2012-01-09 Robert Jarzmikmtd: docg3: add protection areas sysfs access
2012-01-09 Robert Jarzmikmtd: docg3: add fast mode
next