summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2013-04-05mtd: remove the h1910 NAND driverArtem Bityutskiy3-174/+0
2013-04-05mtd: remove the ppchameleonevb NAND driverArtem Bityutskiy3-410/+0
2013-04-05mtd: davinci_nand: use module_platform_driver_probe()Jingoo Han1-11/+1
2013-04-05mtd: txx9ndfmc: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-05mtd: sh_flctl: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-05mtd: fsmc_nand: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-05mtd: atmel_nand: use module_platform_driver_probe()Jingoo Han1-14/+1
2013-04-05mtd: orion_nand: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-05mtd: doc: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-05mtd: devices: elm: check for device's presence before configurationDaniel Mack1-2/+3
2013-04-05mtd: nand_base: Removed unnecessary cleaning "onfi_version" variableAlexander Shiyan1-2/+0
2013-04-05mtd: nand_base: Removed unnecessary command maskingAlexander Shiyan1-2/+1
2013-04-05mtd: nand_ids: introduce helper macrosArtem Bityutskiy2-111/+109
2013-04-05mtd: nand: remove few tiny page NAND bitsArtem Bityutskiy3-13/+4
2013-04-05mtd: nand: rename the id field of 'struct nand_flash_dev'Artem Bityutskiy3-5/+5
2013-04-05mtd: nand: use NAND_HAS_CACHEPROGArtem Bityutskiy1-1/+1
2013-04-05mtd: nand: remove a bunch of unused commandsArtem Bityutskiy4-33/+0
2013-04-05mtd: nand: remove AG-AND supportArtem Bityutskiy3-116/+2
2013-04-05mtd: nand: remove the rtc_from4 driver supportArtem Bityutskiy3-635/+0
2013-04-05mtd: decommission the NAND museumArtem Bityutskiy2-25/+5
2013-04-05mtd: nand_ids: minor clean-upsArtem Bityutskiy1-19/+15
2013-03-14mtd: nand: reintroduce NAND_NO_READRDY as NAND_NEED_READRDYBrian Norris2-39/+57
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds15-245/+886
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-22/+12
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-8/+14
2013-02-26export kernel_write(), convert open-coded instancesAl Viro1-22/+12
2013-02-21Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2013-02-21Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+3
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-47/+36
2013-02-13mtd: bcm47xxnflash: use pr_fmt for module prefix in messagesRafał Miłecki3-4/+8
2013-02-13mtd: davinci_nand: Use managed resourcesMrugesh Katepallewar1-19/+5
2013-02-12mtd: at91: atmel_nand: for PMECC, add code to check the ONFI parameter ECC re...Josh Wu1-3/+87
2013-02-12mtd: atmel_nand: make pmecc-cap, pmecc-sector-size in dts is optional.Josh Wu1-21/+31
2013-02-12mtd: atmel_nand: avoid to report an error when lookup table offset is 0.Josh Wu1-5/+4
2013-02-05Merge tag 'for-linus-20130204' of git://git.infradead.org/linux-mtdLinus Torvalds3-5/+8
2013-02-04mtd: bcm47xxnflash: register this as normal driverHauke Mehrtens1-5/+2
2013-02-04mtd: bcm47xxnflash: fix messageHauke Mehrtens1-1/+2
2013-02-04mtd: gpmi: add sanity check for the ECCHuang Shijie2-2/+30
2013-02-04mtd: gpmi: set the Golois Field bit for mx6q's BCHHuang Shijie3-2/+28
2013-02-04mtd: gpmi: fix a dereferencing freed memory errorHuang Shijie1-1/+1
2013-02-04mtd: fix the wrong timeo for panic_nand_wait()Huang Shijie1-6/+2
2013-02-04mtd: gpmi: dump the BCH registersHuang Shijie2-0/+7
2013-02-04mtd: nane: print source of error messageTormod Volden1-3/+2
2013-02-04mtd: fsl_ifc_nand: use more portable i/o accessorsKim Phillips1-114/+119
2013-02-04mtd: nand: omap2: Support for hardware BCH error correction.Philip Avinash1-39/+534
2013-02-04mtd: nand: omap2: Update nerrors using ecc.strengthPhilip Avinash1-4/+8
2013-02-04mtd: mxc_nand: compress ID info for send_read_id_v3Roman Schneider1-0/+11
2013-02-04mtd: rename random32() to prandom_u32()Akinobu Mita1-3/+3
2013-02-04mtd: gpmi: Always report ECC stats and return max_bitflipsZach Sadecki1-19/+8
2013-02-04mtd: davinci_nand: fix modular build with CONFIG_OF=ySergei Shtylyov1-1/+1