summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2016-11-07mtd: nand: Wait tCCS after a column changeBoris Brezillon
2016-11-07mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon
2016-11-07mtd: s3c2410: parse the device configuration from OF nodeSergio Prado
2016-11-07mtd: s3c2410: make ecc mode configurable via platform dataSergio Prado
2016-10-28mtd: mtk: avoid warning in mtk_ecc_encodeArnd Bergmann
2016-10-28mtd: nand: Fix data interface configuration logicBoris Brezillon
2016-10-28mtd: nand: gpmi: disable the clocks on errorsFabio Estevam
2016-10-22mtd: nand: Add OX820 NAND SupportNeil Armstrong
2016-10-21mtd: nand: add support for the TC58NVG2S0H chipBoris Brezillon
2016-10-21mtd: nand: sunxi: fix support for 512bytes ECC chunksBoris Brezillon
2016-10-17mtd: nand: omap2: Fix module autoloadJavier Martinez Canillas
2016-10-10Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds
2016-10-03mtd: nand: fix trivial spelling errorBrian Norris
2016-10-03Merge tag 'for-4.9' of github.com:linux-nand/linuxBrian Norris
2016-09-28Merge tag 'for-linus-20160928' of git://git.infradead.org/linux-mtdLinus Torvalds
2016-09-23mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger
2016-09-23mtd: nand: mxc: Test CONFIG_OF instead of CONFIG_OF_MTDBoris Brezillon
2016-09-23mtd: nand: Fix nand_command_lp() for 8bits opcodesBoris Brezillon
2016-09-23mtd: nand: sunxi: Support ECC maximizationBoris Brezillon
2016-09-23mtd: nand: Support maximizing ECC when using software BCHBoris Brezillon
2016-09-23mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon
2016-09-23mtd: nand: mxc: Add timing setup for v2 controllersSascha Hauer
2016-09-23mtd: nand: mxc: implement onfi get/set featuresSascha Hauer
2016-09-23mtd: nand: sunxi: switch from manual to automated timing configSascha Hauer
2016-09-23mtd: nand: automate NAND timings selectionBoris Brezillon
2016-09-23mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer
2016-09-23mtd: nand: Add function to convert ONFI mode to data_interfaceSascha Hauer
2016-09-23mtd: nand: convert ONFI mode into data interfaceSascha Hauer
2016-09-23mtd: nand: Create a NAND reset functionSascha Hauer
2016-09-23mtd: nand: Allow MTD_NAND_OMAP2 to be usable on Keystone devicesRoger Quadros
2016-09-23mtd: brcmnand: iProc big endian and ONFI supportRay Jui
2016-09-23mtd: nand_bbt: scan for next free bbt block if writing bbt failsKyle Roeschley
2016-09-23mtd: nand_bbt: Move BBT block selection logic out of write_bbt()Boris Brezillon
2016-09-23mtd: nand: timings: Reorder tRR_min def in mode 0Boris Brezillon
2016-09-23mtd: nand: timings: Fix tADL_min for ONFI 4.0 chipsBoris Brezillon
2016-09-23mtd: nand: gpmi: get correct free oob spaceHan Xu
2016-09-23mtd: nand: sh_flctl: handle dma_submit() errorsBrian Norris
2016-09-23mtd: nand: s3c2410: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski
2016-09-23mtd: nand: Get rid of needless 'goto'Andrey Smirnov
2016-09-23mtd: nand: Error out if cmd_ctrl() is missingAndrey Smirnov
2016-09-23Kconfig: nand: Remove redundant dependency on MTD_NANDAndrey Smirnov
2016-09-23Kconfig: nand: Make MTD_NAND_FSL_ELBC depend on FSL_SOCAndrey Smirnov
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez
2016-09-19mtd: nand: mxc: fix obiwan error in mxc_nand_v[12]_ooblayout_free() functionsLothar Waßmann
2016-09-19mtd: nand: fix chances to create incomplete ECC data when writingRogerCC Lin
2016-09-19mtd: nand: fix generating over-boundary ECC data when writingRogerCC Lin
2016-09-09mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctlKarl Beldan
2016-08-29mtd: nand: omap2: Don't call dma_release_channel() if dma_request_chan() failedRoger Quadros
2016-08-02Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtdLinus Torvalds
2016-07-19mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios