summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2020-11-20mtd: rawnand: s3c2410: Add documentation for 2 missing struct membersLee Jones
2020-11-20mtd: rawnand: cafe_nand: Remove superfluous param doc and add anotherLee Jones
2020-11-20mtd: rawnand: diskonchip: Marking unused variables as __always_unusedLee Jones
2020-11-20mtd: ubi: gluebi: Fix misnamed function parameter documentationLee Jones
2020-11-20mtd: rawnand: brcmnand: Demote non-conformant kernel-doc headersLee Jones
2020-11-20mtd: ubi: wl: Fix a couple of kernel-doc issuesLee Jones
2020-11-20mtd: ubi: eba: Fix a couple of misdocumentation issuesLee Jones
2020-11-20mtd: ubi: kapi: Correct documentation for 'ubi_leb_read_sg's 'sgl' parameterLee Jones
2020-11-20mtd: spinand: toshiba: Demote non-conformant kernel-doc headerLee Jones
2020-11-20mtd: ubi: build: Document 'ubi_num' in struct mtd_dev_paramLee Jones
2020-11-20mtd: spi-nor: hisi-sfc: Demote non-conformant kernel-docLee Jones
2020-11-20mtd: onenand: onenand_bbt: Fix expected kernel-doc formattingLee Jones
2020-11-20mtd: Fix misspelled function parameter 'section'Lee Jones
2020-11-20mtd: devices: docg3: Fix kernel-doc 'bad line' and 'excessive doc' issuesLee Jones
2020-11-20mtd: onenand: onenand_base: Fix expected kernel-doc formattingLee Jones
2020-11-20mtd: devices: phram: File headers are not good candidates for kernel-docLee Jones
2020-11-20mtd: mtdpart: Fix misdocumented function parameter 'mtd'Lee Jones
2020-11-20mtd: rawnand: socrates: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-20mtd: rawnand: sharpsl: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-20mtd: rawnand: r852: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: plat_nand: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: pasemi: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: tmio: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: txx9ndfmc: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: orion: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: mpc5121: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: lpc32xx_slc: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: lpc32xx_mlc: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: fsmc: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: diskonchip: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: davinci: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: cs553x: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: au1550: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: ams-delta: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: xway: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: gpio: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-16mtd_blkdevs: don't override BLKFLSBUFChristoph Hellwig
2020-11-09mtd: spi-nor: micron-st: allow using MT35XU512ABA in Octal DTR modePratyush Yadav
2020-11-09mtd: spi-nor: spansion: add support for Cypress Semper flashPratyush Yadav
2020-11-09mtd: spi-nor: core: disable Octal DTR mode on suspend.Pratyush Yadav
2020-11-09mtd: spi-nor: core: perform a Soft Reset on shutdownPratyush Yadav
2020-11-09mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPTPratyush Yadav
2020-11-09mtd: spi-nor: core: enable octal DTR mode when possiblePratyush Yadav
2020-11-09mtd: spi-nor: Parse SFDP SCCR MapTudor Ambarus
2020-11-09mtd: spi-nor: Introduce SNOR_F_IO_MODE_EN_VOLATILETudor Ambarus
2020-11-09mtd: spi-nor: core: do 2 byte reads for SR and FSR in DTR modePratyush Yadav
2020-11-09mtd: spi-nor: core: use dummy cycle and address width info from SFDPPratyush Yadav
2020-11-09mtd: spi-nor: sfdp: parse xSPI Profile 1.0 tablePratyush Yadav
2020-11-09mtd: spi-nor: sfdp: get command opcode extension type from BFPTPratyush Yadav
2020-11-09mtd: spi-nor: add support for DTR protocolPratyush Yadav