summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3Linus Torvalds2012-02-044-10/+57
|\
| * Revert "mtd: atmel_nand: optimize read/write buffer functions"Artem Bityutskiy2012-02-041-4/+41
| * mtd: fix MTD suspendArtem Bityutskiy2012-01-301-1/+1
| * mtd: gpmi-nand bugfix: reset the BCH module when it is not MX23Huang Shijie2012-01-111-4/+14
| * mtd: nand: fix typo in commentWolfram Sang2012-01-111-1/+1
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-181-10/+12
|\ \
| * | mtd: gpmi-nand: move to dma_transfer_directionShawn Guo2011-12-231-10/+12
* | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2012-01-152-2/+5
|\ \ \
| * | | UBI: use own macros for the layout volumeRichard Weinberger2012-01-151-2/+2
| * | | UBI: fix nameless volumes handlingRichard Weinberger2012-01-151-0/+3
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-01-141-175/+123Star
|\ \ \ \
| * | | | MTD: nand: make au1550nd.c a platform_driverManuel Lauss2011-12-081-175/+123Star
* | | | | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-142-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-132-2/+2
* | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2012-01-132-2/+5
|\ \ \ \ \
| * | | | | UBI: fix debugging messagesArtem Bityutskiy2012-01-111-1/+4
| * | | | | UBI: make vid_hdr non-staticRichard Weinberger2012-01-101-1/+1
* | | | | | kexec: remove KMSG_DUMP_KEXECWANG Cong2012-01-131-2/+1Star
| |/ / / / |/| | | |
* | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2012-01-103-6/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | UBI: fix use-after-free on error pathArtem Bityutskiy2012-01-051-3/+4
| * | | | UBI: fix missing scrub when there is a bit-flipBhavesh Parekh2011-11-303-3/+10
| | |/ / | |/| |
* | | | Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-01-1092-1499/+2263
|\ \ \ \
| * | | | mtd: Fix dependency for MTD_DOC200xFabio Estevam2012-01-091-0/+3
| * | | | mtd: do not use mtd->block_markbad directlyArtem Bityutskiy2012-01-094-7/+4Star
| * | | | mtd: introduce mtd_can_have_bb helperArtem Bityutskiy2012-01-0911-20/+14Star
| * | | | mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy2012-01-093-10/+5Star
| * | | | mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy2012-01-094-29/+13Star
| * | | | mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-096-15/+7Star
| * | | | mtd: harmonize mtd_writev usageArtem Bityutskiy2012-01-092-4/+24
| * | | | mtd: do not use mtd->lock_user_prot_reg directlyArtem Bityutskiy2012-01-091-2/+0Star
| * | | | mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy2012-01-091-4/+0Star
| * | | | mtd: do not use mtd->read_*_prot_reg directlyArtem Bityutskiy2012-01-091-8/+10
| * | | | mtd: do not use mtd->get_*_prot_info directlyArtem Bityutskiy2012-01-091-5/+3Star
| * | | | mtd: do not use mtd->read_oob directlyArtem Bityutskiy2012-01-091-7/+2Star
| * | | | mtd: mtdoops: do not use mtd->panic_write directlyArtem Bityutskiy2012-01-091-9/+8Star
| * | | | mtd: do not use mtd->get_unmapped_area directlyArtem Bityutskiy2012-01-092-20/+12Star
| * | | | mtd: introduce mtd_has_oob helperArtem Bityutskiy2012-01-092-3/+3
| * | | | mtd: mtdcore: export symbols cleanupArtem Bityutskiy2012-01-091-15/+9Star
| * | | | mtd: clean-up the default_mtd_writev functionArtem Bityutskiy2012-01-091-19/+22
| * | | | mtd: sst25l: kill unused variableArtem Bityutskiy2012-01-091-1/+1
| * | | | mtd: onenand: kill unused variableArtem Bityutskiy2012-01-091-1/+0Star
| * | | | mtd: kill dev_to_mtd helperArtem Bityutskiy2012-01-091-12/+13
| * | | | mtd: remove extra retlen assignmentArtem Bityutskiy2012-01-097-33/+22Star
| * | | | mtd: doc: do not initialize mtd_info fields to 0 or NULLArtem Bityutskiy2012-01-094-29/+0Star
| * | | | mtd: docprobe: use kzalloc insteadArtem Bityutskiy2012-01-091-6/+1Star
| * | | | mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy2012-01-0910-10/+10
| * | | | mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy2012-01-0917-24/+24
| * | | | mtd: introduce mtd_resume interfaceArtem Bityutskiy2012-01-099-9/+9
| * | | | mtd: introduce mtd_suspend interfaceArtem Bityutskiy2012-01-099-9/+9
| * | | | mtd: introduce mtd_is_locked interfaceArtem Bityutskiy2012-01-092-2/+2