aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-10/+12
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-175/+123
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-2/+2
2012-01-10Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds26-247/+189
2012-01-09Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-6/+6
2012-01-09Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+4
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy2-2/+2
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy2-2/+2
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy2-2/+2
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy1-3/+3
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy2-5/+5
2012-01-09mtd: txx9ndfmc: use devm_request_and_ioremapJulia Lawall1-5/+1
2012-01-09mtd: gpio-nand: add device tree bindingsJamie Iles1-7/+108
2012-01-09mtd: nand: Add ONFI support for FSL NAND controllerShengzhou Liu1-8/+10
2012-01-09mtd: nand: fixup for fmr initialization of Freescale NAND controllerShengzhou Liu1-5/+5
2012-01-09mtd: fsl_elbc_nand: set Nand flash page address to FBAR and FPAR correctlyLiu Shuo1-3/+10
2012-01-09mtd: davinci: if no amif timing is passed, don; t setup cscfg registerHeiko Schocher1-1/+3
2012-01-09mtd: nand: set correct length to FBCR for a non-full-page writeLiu Shuo1-1/+2
2012-01-09mtd: nand: use elbc_fcm_ctrl->oob to set FPAR_MS bit of FPARLiu Shuo1-7/+11
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin16-190/+16
2012-01-09mtd: nand: Making MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUSShubhrajyoti D1-1/+1
2012-01-09mtd: nand: scan 1st and 2nd page for Macronix SLCBrian Norris1-3/+4
2012-01-09mtd: nand: add 512 Mbit device code (Macronix)Brian Norris1-1/+2
2012-01-09mtd: nand: add Macronix manufacturerBrian Norris1-0/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2012-01-07Merge branch 'depends/rmk/restart' into next/cleanupArnd Bergmann2-2/+2
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-12/+1
2012-01-03Merge branch 'mxs/clk-prepare' of git://git.linaro.org/people/shawnguo/linux-2.6 into imx/clkArnd Bergmann1-6/+6
2011-12-28mtd: gpmi-lib: convert to clk_prepare/clk_unprepareShawn Guo1-6/+6
2011-12-23mtd: gpmi-nand: move to dma_transfer_directionShawn Guo1-10/+12
2011-12-08MTD: nand: make au1550nd.c a platform_driverManuel Lauss1-175/+123
2011-12-05mtd: gpmi: add missing include 'module.h'Wolfram Sang1-1/+1
2011-12-02mtd: ndfc: fix typo in structure dereferenceTony Breeds1-1/+1
2011-11-29ARM: at91/nand: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD1-4/+4
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-11-13mtd: drop select of MTD_PARTITIONSPaul Bolle1-1/+0
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds48-1918/+4597
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds6-0/+6
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-2/+6
2011-10-31mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker5-0/+5
2011-10-31mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-10-24MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss1-1/+1
2011-10-24MIPS: Alchemy: kill au1xxx.h headerManuel Lauss1-1/+5
2011-10-16mtd: nand: initialize ops.modeBrian Norris1-0/+4
2011-10-16mtd: nand_h1900 never workedArnd Bergmann1-1/+1
2011-10-01mtd: r852: make r852_pm_ops staticAxel Lin1-3/+3
2011-09-23mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocksWolfram Stering1-1/+1
2011-09-21mtd: nand: switch `check_pattern()' to standard `memcmp()'Brian Norris1-4/+2
2011-09-21mtd: nand: invalidate cache on unaligned readsBrian Norris1-2/+10