summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: Make flags for bad block marker position more granularFrieder Schrempf2019-04-181-0/+1
* mtd: nand: Cleanup flags and fields for bad block marker positionFrieder Schrempf2019-04-181-13/+1
* mtd: onenand: Store bad block marker position in chip structFrieder Schrempf2019-04-181-0/+3
* mtd: rawnand: Always store info about bad block markers in chip structFrieder Schrempf2019-04-181-1/+15
* mtd: rawnand: constify elements of NAND_OP_PARSER(_PATTERN)Masahiro Yamada2019-04-181-2/+2
* mtd: rawnand: Fix sphinx syntaxJonathan Neuschäfer2019-04-181-2/+2
* mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal2019-04-181-3/+3
* mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon2019-04-081-8/+0
* mtd: rawnand: Get rid of chip->numchipsBoris Brezillon2019-04-081-4/+3
* mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon2019-04-081-2/+0
* mtd: rawnand: Get rid of chip->bits_per_cellBoris Brezillon2019-04-081-4/+2
* mtd: rawnand: Use nanddev_mtd_max_bad_blocks()Boris Brezillon2019-04-081-5/+0
* mtd: rawnand: Move all page cache related fields to a sub-structBoris Brezillon2019-04-081-7/+11
* mtd: rawnand: Provide a helper to get chip->data_bufBoris Brezillon2019-04-081-0/+21
* mtd: rawnand: Prepare things to reuse the generic NAND layerBoris Brezillon2019-04-081-4/+6
* mtd: rawnand: Use nand_to_mtd() in nand_{set,get}_flash_node()Boris Brezillon2019-04-081-11/+11
* mtd: nand: Add a helper to retrieve the number of pages per targetBoris Brezillon2019-04-081-0/+14
* mtd: nand: Add a helper returning the number of eraseblocks per targetBoris Brezillon2019-04-081-0/+12
* mtd: nand: Add max_bad_eraseblocks_per_lun info to memorgBoris Brezillon2019-04-081-1/+5
* mtd: spinand: Use the spi-mem dirmap APIBoris Brezillon2019-03-211-0/+7
* Merge tag 'nand/for-5.1' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2019-02-251-17/+9
|\
| * mtd: rawnand: remove ->legacy.erase and single_erase()Masahiro Yamada2019-02-051-2/+0
| * mtd: rawnand: Simplify the lockingBoris Brezillon2019-02-051-15/+9
* | mtd: spi-nor: Fix wrong abbreviation HWCPASBean Huo2019-02-211-1/+1
* | mtd: spi-nor: add opcodes for octal Read/Write commandsYogesh Narayan Gaur2019-01-171-4/+12
|/
* Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-281-0/+2
|\
| * mtd: add support for reading MTD devices via the nvmem APIAlban Bedel2018-12-061-0/+2
* | Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-12-182-6/+6
|\ \
| * | mtd: spi-nor: parse SFDP 4-byte Address Instruction TableCyrille Pitchen2018-12-101-0/+1
| * | mtd: spi-nor: Add an SPDX tag to spi-nor.{c,h}Boris Brezillon2018-12-101-5/+1
| * | mtd: spi-nor: Add the SNOR_F_4B_OPCODES flagBoris Brezillon2018-12-101-0/+1
| * | mtd: spi-nor: add macros related to MICRON flashYogesh Narayan Gaur2018-12-102-1/+3
| |/
* | Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-12-184-92/+91
|\ \
| * | mtd: spinand: add support for GigaDevice GD5FxGQ4xAChuanhong Guo2018-12-071-0/+1
| * | mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon2018-12-071-3/+3
| * | mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon2018-12-071-6/+14
| * | mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon2018-12-071-50/+49
| * | mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon2018-12-071-2/+2
| * | mtd: rawnand: Pass the CS line to be selected in struct nand_operationBoris Brezillon2018-12-071-1/+10
| * | mtd: rawnand: Add nand_[de]select_target() helpersBoris Brezillon2018-12-071-1/+4
| * | mtd: rawnand: Remove unused NAND_CONTROLLER_ALLOC flagBoris Brezillon2018-12-071-4/+0
| * | mtd: rawnand: Move nand_exec_op() to internal.hBoris Brezillon2018-12-071-9/+0
| * | mtd: spinand: Add initial support for Toshiba TC58CVG2S0HSchrempf Frieder2018-12-071-0/+1
| * | mtd: rawnand: sh_flctl: convert to SPDX identifiersKuninori Morimoto2018-11-131-14/+2
| * | Merge tag 'v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Miquel Raynal2018-11-131-4/+3
| |\|
| | * mtd: nand: Fix nanddev_pos_next_page() kernel-doc headerBoris Brezillon2018-11-061-1/+1
| | * mtd: nand: Fix nanddev_neraseblocks()Boris Brezillon2018-11-051-3/+2
| * | mtd: rawnand: Provide helper for polling GPIO R/B pinJanusz Krzysztofik2018-11-051-0/+4
| |/
* | mtd: keep original flags for every struct mtd_infoRafał Miłecki2018-12-021-0/+1
* | mtd: fix mtd_oobavail() incoherent returned valueMiquel Raynal2018-12-021-1/+1
|/