aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-31mtd: rawnand: sh_flctl: convert driver to nand_scan()Miquel Raynal1-21/+15
2018-07-31mtd: rawnand: s3c2410: convert driver to nand_scan()Miquel Raynal1-17/+13
2018-07-31mtd: rawnand: nandsim: convert driver to nand_scan()Miquel Raynal1-37/+45
2018-07-31mtd: rawnand: mxc: convert driver to nand_scan()Miquel Raynal1-65/+71
2018-07-31mtd: rawnand: mtk: convert driver to nand_scan()Miquel Raynal1-31/+44
2018-07-31mtd: rawnand: marvell: convert driver to nand_scan()Miquel Raynal1-97/+108
2018-07-31mtd: rawnand: lpc32xx_slc: convert driver to nand_scan()Miquel Raynal1-35/+42
2018-07-31mtd: rawnand: jz4780: convert driver to nand_scan()Miquel Raynal1-18/+16
2018-07-31mtd: rawnand: hisi504: convert driver to nand_scan()Miquel Raynal1-34/+44
2018-07-31mtd: rawnand: gpmi: convert driver to nand_scan()Miquel Raynal1-23/+33
2018-07-31mtd: rawnand: fsmc: convert driver to nand_scan()Miquel Raynal1-70/+78
2018-07-31mtd: rawnand: fsl_ifc: convert driver to nand_scan()Miquel Raynal1-11/+8
2018-07-31mtd: rawnand: fsl_elbc: convert driver to nand_scan()Miquel Raynal1-11/+8
2018-07-31mtd: rawnand: fsl_elbc: return meaningful valuesMiquel Raynal1-1/+1
2018-07-31mtd: rawnand: denali: convert to nand_scan()Miquel Raynal1-62/+77
2018-07-31mtd: rawnand: davinci: convert driver to nand_scan()Miquel Raynal1-93/+102
2018-07-31mtd: rawnand: au1550nd: Remove unneeded gpio.h inclusionBoris Brezillon1-1/+0
2018-07-31mtd: rawnand: atmel: Stop including gpio.hBoris Brezillon1-1/+0
2018-07-31mtd: rawnand: sunxi: Remove gpio.h and of_gpio.h inclusionsBoris Brezillon1-2/+0
2018-07-31mtd: rawnand: jz4740: Include gpio/consumer.h instead of gpio.hBoris Brezillon1-1/+2
2018-07-31mtd: rawnand: add hooks that may be called during nand_scan()Miquel Raynal1-2/+30
2018-07-31mtd: rawnand: better name for the controller structureMiquel Raynal18-41/+42
2018-07-31mtd: rawnand: Remove unused caller_is_module() definitionBoris Brezillon1-12/+0
2018-07-31mtd: rawnand: s3c2410: Error out when ->nrsets < 0 or ->sets == NULLBoris Brezillon1-6/+8
2018-07-31mtd: rawnand: make subop helpers return unsigned valuesMiquel Raynal1-22/+22
2018-07-31mtd: rawnand: orion: Handle cases where __LINUX_ARM_ARCH__ is not definedBoris Brezillon1-2/+2
2018-07-31mtd: rawnand: orion: Avoid direct inclusion of asm headersBoris Brezillon1-1/+1
2018-07-24mtd: partitions: use DT info for parsing partitions with "compatible" propRafał Miłecki1-20/+13
2018-07-24mtd/maps: fix solutionengine.c printk format warningsRandy Dunlap1-3/+3
2018-07-24mtd: lpddr: use mtd_device_register()Rafał Miłecki1-1/+1
2018-07-19mtd: rawnand: micron: Make ECC activation statefulBoris Brezillon1-2/+13
2018-07-19mtd: rawnand: micron: Avoid enabling/disabling ECC when it can't be disabledBoris Brezillon1-0/+8
2018-07-19mtd: rawnand: micron: Get the actual number of bitflipsBoris Brezillon1-20/+119
2018-07-19mtd: rawnand: micron: allow forced on-die ECCChris Packham1-3/+10
2018-07-19mtd: rawnand: Expose _notsupp() helpers for raw page accessorsBoris Brezillon1-0/+33
2018-07-19mtd: rawnand: micron: support 8/512 on-die ECCChris Packham1-30/+131
2018-07-19mtd: rawnand: micron: Fix on-die ECC detection logicBoris Brezillon1-9/+23
2018-07-19mtd: rawnand: fsmc: Stop using chip->read_buf()Boris Brezillon1-1/+1
2018-07-19mtd: rawnand: qcom: stop using phys_to_dma()Arnd Bergmann1-9/+21
2018-07-19mtd: rawnand: tegra: check bounds of die_nr properlyStefan Agner1-1/+3
2018-07-19mtd: rawnand: add default values for dynamic timingsMiquel Raynal1-1/+19
2018-07-19mtd: onenand: use mtd_device_register() where applicableRafał Miłecki2-6/+4
2018-07-19mtd: rawnand: use mtd_device_register() where applicableRafał Miłecki7-13/+10
2018-07-19mtd: rawnand: MTD_NAND_BCM47XXNFLASH needs CONFIG_BCMAArnd Bergmann1-0/+1
2018-07-19mtd: rawnand: jz4740: Use the proper format specifier to print chipnrBoris Brezillon1-1/+1
2018-07-19mtd: Make Kconfig formatting consistentBoris Brezillon5-31/+31
2018-07-18mtdchar: fix overflows in adjustment of `count`Jann Horn1-3/+7
2018-07-18mtd: Fallback to ->_read/write() when ->_read/write_oob() is missingMiquel Raynal1-6/+22
2018-07-18mtd: sst25l: use mtd_device_register()Rafał Miłecki1-3/+2
2018-07-18mtd: maps: use mtd_device_register() where applicableRafał Miłecki4-9/+6