aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAge
...
| * | mtd: nand: Making MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUSShubhrajyoti D2012-01-09
| * | mtd: nand: scan 1st and 2nd page for Macronix SLCBrian Norris2012-01-09
| * | mtd: nand: add 512 Mbit device code (Macronix)Brian Norris2012-01-09
| * | mtd: nand: add Macronix manufacturerBrian Norris2012-01-09
* | | Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-09
|\ \ \
| * \ \ Merge branch 'mxs/clk-prepare' of git://git.linaro.org/people/shawnguo/linux-...Arnd Bergmann2012-01-03
| |\ \ \ | | |/ / | |/| |
| | * | mtd: gpmi-lib: convert to clk_prepare/clk_unprepareShawn Guo2011-12-28
| | |/
* | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-09
|\ \ \
| * | | Merge branch 'depends/rmk/restart' into next/cleanupArnd Bergmann2012-01-07
| |\| |
| * | | ARM: at91/nand: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD2011-11-29
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-08
|\ \ \
| * | | mtd: drop select of MTD_PARTITIONSPaul Bolle2011-11-13
| |/ /
* | | Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-06
|\ \ \ | |_|/ |/| |
| * | USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman2011-11-18
| |/
* | mtd: gpmi: add missing include 'module.h'Wolfram Sang2011-12-05
* | mtd: ndfc: fix typo in structure dereferenceTony Breeds2011-12-02
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-07
|\
| * mtd: nand: initialize ops.modeBrian Norris2011-10-16
| * mtd: nand_h1900 never workedArnd Bergmann2011-10-16
| * mtd: r852: make r852_pm_ops staticAxel Lin2011-10-01
| * mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocksWolfram Stering2011-09-23
| * mtd: nand: switch `check_pattern()' to standard `memcmp()'Brian Norris2011-09-21
| * mtd: nand: invalidate cache on unaligned readsBrian Norris2011-09-21
| * mtd: nand: do not scan bad blocks with NAND_BBT_NO_OOB setBrian Norris2011-09-21
| * mtd: nand: wait to set BBT versionBrian Norris2011-09-21
| * mtd: nand: scrub BBT on ECC errorsBrian Norris2011-09-21
| * mtd: nand: report ECC errors properly when reading BBTBrian Norris2011-09-21
| * mtd: utilize `mtd_is_*()' functionsBrian Norris2011-09-21
| * mtd: nand: remove gotos in `check_create()'Brian Norris2011-09-11
| * mtd: nand: begin restructuring check_createBrian Norris2011-09-11
| * mtd: nand: fix styleBrian Norris2011-09-11
| * mtd: nand: remove unnecessary variableBrian Norris2011-09-11
| * mtd: nand: do not ignore all ECC errorsBrian Norris2011-09-11
| * mtd: nand: refactor scanning codeBrian Norris2011-09-11
| * mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris2011-09-11
| * mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-11
| * mtd: support reading OOB without ECCBrian Norris2011-09-11
| * mtd: support writing OOB without ECCBrian Norris2011-09-11
| * mtd: add the common code for GPMI-NAND controller driverHuang Shijie2011-09-11
| * mtd: add GPMI-NAND driver in the config and MakefileHuang Shijie2011-09-11
| * mtd: add helper functions library and header files for GPMI NAND driverHuang Shijie2011-09-11
| * mtd: mxc_nand: add mx53 NFC driver supportJason Liu2011-09-11
| * mtd: bcm_umi_nand: clean up error handling codeJulia Lawall2011-09-11
| * mtd: eLBC NAND: update ecc_stats.corrected when lteccr availableMichael Hench2011-09-11
| * mtd: s3c2410 nand: Remove uncessary null checkJonghwan Choi2011-09-11
| * mtd: use MTD_NAND_OMAP2 for OMAP4Jan Weitzel2011-09-11
| * mtd: cleanup style on pr_debug messagesBrian Norris2011-09-11
| * mtd: replace DEBUG() with pr_debug()Brian Norris2011-09-11
| * mtd: nand: style fixups in pr_* messagesBrian Norris2011-09-11
| * mtd: nand: convert printk() to pr_*()Brian Norris2011-09-11