summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | mtd: rawnand: mtk: convert driver to nand_scan()Miquel Raynal2018-07-311-31/+44
* | | mtd: rawnand: marvell: convert driver to nand_scan()Miquel Raynal2018-07-311-97/+108
* | | mtd: rawnand: lpc32xx_slc: convert driver to nand_scan()Miquel Raynal2018-07-311-35/+42
* | | mtd: rawnand: jz4780: convert driver to nand_scan()Miquel Raynal2018-07-311-18/+16
* | | mtd: rawnand: hisi504: convert driver to nand_scan()Miquel Raynal2018-07-311-34/+44
* | | mtd: rawnand: gpmi: convert driver to nand_scan()Miquel Raynal2018-07-311-23/+33
* | | mtd: rawnand: fsmc: convert driver to nand_scan()Miquel Raynal2018-07-311-70/+78
* | | mtd: rawnand: fsl_ifc: convert driver to nand_scan()Miquel Raynal2018-07-311-11/+8
* | | mtd: rawnand: fsl_elbc: convert driver to nand_scan()Miquel Raynal2018-07-311-11/+8
* | | mtd: rawnand: fsl_elbc: return meaningful valuesMiquel Raynal2018-07-311-1/+1
* | | mtd: rawnand: denali: convert to nand_scan()Miquel Raynal2018-07-311-62/+77
* | | mtd: rawnand: davinci: convert driver to nand_scan()Miquel Raynal2018-07-311-93/+102
* | | mtd: rawnand: au1550nd: Remove unneeded gpio.h inclusionBoris Brezillon2018-07-311-1/+0
* | | mtd: rawnand: atmel: Stop including gpio.hBoris Brezillon2018-07-311-1/+0
* | | mtd: rawnand: sunxi: Remove gpio.h and of_gpio.h inclusionsBoris Brezillon2018-07-311-2/+0
* | | mtd: rawnand: jz4740: Include gpio/consumer.h instead of gpio.hBoris Brezillon2018-07-311-1/+2
* | | mtd: rawnand: add hooks that may be called during nand_scan()Miquel Raynal2018-07-311-2/+30
* | | mtd: rawnand: better name for the controller structureMiquel Raynal2018-07-3118-41/+42
* | | mtd: rawnand: Remove unused caller_is_module() definitionBoris Brezillon2018-07-311-12/+0
* | | mtd: rawnand: s3c2410: Error out when ->nrsets < 0 or ->sets == NULLBoris Brezillon2018-07-311-6/+8
* | | mtd: rawnand: make subop helpers return unsigned valuesMiquel Raynal2018-07-311-22/+22
* | | mtd: rawnand: orion: Handle cases where __LINUX_ARM_ARCH__ is not definedBoris Brezillon2018-07-311-2/+2
* | | mtd: rawnand: orion: Avoid direct inclusion of asm headersBoris Brezillon2018-07-311-1/+1
* | | mtd: rawnand: micron: Make ECC activation statefulBoris Brezillon2018-07-191-2/+13
* | | mtd: rawnand: micron: Avoid enabling/disabling ECC when it can't be disabledBoris Brezillon2018-07-191-0/+8
* | | mtd: rawnand: micron: Get the actual number of bitflipsBoris Brezillon2018-07-191-20/+119
* | | mtd: rawnand: micron: allow forced on-die ECCChris Packham2018-07-191-3/+10
* | | mtd: rawnand: Expose _notsupp() helpers for raw page accessorsBoris Brezillon2018-07-191-0/+33
* | | mtd: rawnand: micron: support 8/512 on-die ECCChris Packham2018-07-191-30/+131
* | | mtd: rawnand: micron: Fix on-die ECC detection logicBoris Brezillon2018-07-191-9/+23
* | | mtd: rawnand: fsmc: Stop using chip->read_buf()Boris Brezillon2018-07-191-1/+1
* | | mtd: rawnand: qcom: stop using phys_to_dma()Arnd Bergmann2018-07-191-9/+21
* | | mtd: rawnand: tegra: check bounds of die_nr properlyStefan Agner2018-07-191-1/+3
* | | mtd: rawnand: add default values for dynamic timingsMiquel Raynal2018-07-191-1/+19
* | | mtd: onenand: use mtd_device_register() where applicableRafał Miłecki2018-07-192-6/+4
* | | mtd: rawnand: use mtd_device_register() where applicableRafał Miłecki2018-07-197-13/+10
* | | mtd: rawnand: MTD_NAND_BCM47XXNFLASH needs CONFIG_BCMAArnd Bergmann2018-07-191-0/+1
* | | mtd: rawnand: jz4740: Use the proper format specifier to print chipnrBoris Brezillon2018-07-191-1/+1
* | | mtd: rawnand: jz4780: Drop the dependency on MACH_JZ4780Boris Brezillon2018-07-181-1/+1
* | | mtd: rawnand: jz4740: Allow selection of this driver when COMPILE_TEST=yBoris Brezillon2018-07-181-1/+2
* | | MIPS: jz4740: Move jz4740_nand.h header to include/linux/platform_data/jz4740Boris Brezillon2018-07-181-1/+1
* | | mtd: rawnand: txx9ndfmc: Allow selection of this driver when COMPILE_TEST=yBoris Brezillon2018-07-181-1/+2
* | | MIPS: txx9: Move the ndfc.h header to include/linux/platform_data/txx9Boris Brezillon2018-07-181-1/+1
* | | mtd: rawnand: fsl_ifc: Allow selection of this driver when COMPILE_TEST=yBoris Brezillon2018-07-181-1/+2
* | | mtd: rawnand: fsl_ifc: Add an __iomem specifier on eccstat_regsBoris Brezillon2018-07-181-1/+1
* | | mtd: rawnand: fsmc: Allow selection of this driver when COMPILE_TEST=yBoris Brezillon2018-07-181-2/+3
* | | mtd: rawnand: fsmc: Use uintptr_t casts instead of unsigned onesBoris Brezillon2018-07-181-2/+2
* | | mtd: rawnand: fscm: Avoid collision on PC def when compiling for MIPSBoris Brezillon2018-07-181-14/+15
* | | mtd: rawnand: sunxi: Allow selection of this driver when COMPILE_TEST=yBoris Brezillon2018-07-181-1/+2
* | | mtd: rawnand: sunxi: Make sure ret is initialized in sunxi_nfc_read_byte()Boris Brezillon2018-07-181-1/+1