summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: use for_each_clear_bit()Akinobu Mita2012-03-241-4/+2Star
* magic.h: move some FS magic numbers into magic.hMuthu Kumar2012-03-241-1/+1
* Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2012-03-236-58/+49Star
|\
| * UBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPSArtem Bityutskiy2012-03-093-6/+6
| * UBI: rename peb_buf1 to peb_bufArtem Bityutskiy2012-03-095-30/+30
| * UBI: reduce memory consumptionJosselin Costanzi2012-03-093-12/+4Star
| * UBI: fix eraseblock picking criteriaArtem Bityutskiy2012-03-091-6/+4Star
| * UBI: fix documentation and improve readabilityArtem Bityutskiy2012-03-091-4/+5
| * UBI: fix error handling in ubi_scan()Richard Weinberger2012-02-291-4/+4
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-223-0/+1083
|\ \
| * | NAND Machine support for Integrated Flash ControllerPrabhakar Kushwaha2012-03-163-0/+1083
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-211-4/+1Star
|\ \ | |/ |/|
| * mtd: simplify return logic in do_map_probe()Uwe Kleine-König2012-02-281-4/+1Star
* | 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