aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mtd
AgeCommit message (Expand)AuthorFilesLines
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2018-12-18Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextGravatar Boris Brezillon 2-6/+6
2018-12-18Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextGravatar Boris Brezillon 4-92/+91
2018-12-10mtd: spi-nor: parse SFDP 4-byte Address Instruction TableGravatar Cyrille Pitchen 1-0/+1
2018-12-10mtd: spi-nor: Add an SPDX tag to spi-nor.{c,h}Gravatar Boris Brezillon 1-5/+1
2018-12-10mtd: spi-nor: Add the SNOR_F_4B_OPCODES flagGravatar Boris Brezillon 1-0/+1
2018-12-10mtd: spi-nor: add macros related to MICRON flashGravatar Yogesh Narayan Gaur 2-1/+3
2018-12-07mtd: spinand: add support for GigaDevice GD5FxGQ4xAGravatar Chuanhong Guo 1-0/+1
2018-12-07mtd: rawnand: Deprecate the dummy_controller fieldGravatar Boris Brezillon 1-3/+3
2018-12-07mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsGravatar Boris Brezillon 1-6/+14
2018-12-07mtd: rawnand: Move the ->exec_op() method to nand_controller_opsGravatar Boris Brezillon 1-50/+49
2018-12-07mtd: rawnand: Deprecate the ->select_chip() hookGravatar Boris Brezillon 1-2/+2
2018-12-07mtd: rawnand: Pass the CS line to be selected in struct nand_operationGravatar Boris Brezillon 1-1/+10
2018-12-07mtd: rawnand: Add nand_[de]select_target() helpersGravatar Boris Brezillon 1-1/+4
2018-12-07mtd: rawnand: Remove unused NAND_CONTROLLER_ALLOC flagGravatar Boris Brezillon 1-4/+0
2018-12-07mtd: rawnand: Move nand_exec_op() to internal.hGravatar Boris Brezillon 1-9/+0
2018-12-07mtd: spinand: Add initial support for Toshiba TC58CVG2S0HGravatar Schrempf Frieder 1-0/+1
2018-12-06mtd: add support for reading MTD devices via the nvmem APIGravatar Alban Bedel 1-0/+2
2018-12-02mtd: keep original flags for every struct mtd_infoGravatar Rafał Miłecki 1-0/+1
2018-12-02mtd: fix mtd_oobavail() incoherent returned valueGravatar Miquel Raynal 1-1/+1
2018-11-13mtd: rawnand: sh_flctl: convert to SPDX identifiersGravatar Kuninori Morimoto 1-14/+2
2018-11-13Merge tag 'v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Miquel Raynal 1-4/+3
2018-11-06mtd: nand: Fix nanddev_pos_next_page() kernel-doc headerGravatar Boris Brezillon 1-1/+1
2018-11-05mtd: rawnand: Provide helper for polling GPIO R/B pinGravatar Janusz Krzysztofik 1-0/+4
2018-11-05mtd: nand: Fix nanddev_neraseblocks()Gravatar Boris Brezillon 1-3/+2
2018-10-23Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 7-530/+590
2018-10-19Merge tag 'nand/for-4.20' of git://git.infradead.org/linux-mtd into mtd/nextGravatar Boris Brezillon 6-530/+471
2018-10-16mtd_blkdevs: convert to blk-mqGravatar Jens Axboe 1-3/+2
2018-10-08mtd: spi-nor: parse SFDP Sector Map Parameter TableGravatar Tudor Ambarus 1-0/+12
2018-10-08mtd: spi-nor: add support to non-uniform SFDP SPI NOR flash memoriesGravatar Tudor Ambarus 1-0/+107
2018-10-03mtd: rawnand: Allow selection of ECC byte ordering at runtimeGravatar Boris Brezillon 2-2/+8
2018-10-03mtd: rawnand: Move JEDEC code to nand_jedec.cGravatar Boris Brezillon 2-78/+92
2018-10-03mtd: rawnand: Move ONFI code to nand_onfi.cGravatar Boris Brezillon 2-163/+179
2018-10-03mtd: rawnand: Keep all internal stuff privateGravatar Boris Brezillon 1-96/+0
2018-10-03mtd: rawnand: Inline onfi_get_async_timing_mode()Gravatar Boris Brezillon 1-9/+0
2018-10-03mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.hGravatar Boris Brezillon 2-60/+74
2018-10-03mtd: rawnand: Get rid of a few unused definitionsGravatar Boris Brezillon 1-8/+0
2018-10-03mtd: rawnand: Get rid of the duplicate nand_chip forward declarationGravatar Boris Brezillon 1-3/+0
2018-10-03mtd: rawnand: Get rid of nand_flash_dev forward declationGravatar Boris Brezillon 1-1/+0
2018-10-03mtd: rawnand: Move function prototypes after struct declarationsGravatar Boris Brezillon 1-12/+12
2018-10-03mtd: rawnand: Deprecate ->chip_delayGravatar Boris Brezillon 1-3/+3
2018-10-03mtd: rawnand: Deprecate ->{set,get}_features() hooksGravatar Boris Brezillon 1-6/+6
2018-10-03mtd: rawnand: Deprecate ->erase()Gravatar Boris Brezillon 1-2/+2
2018-10-03mtd: rawnand: Deprecate ->block_{bad,markbad}() hooksGravatar Boris Brezillon 1-4/+5
2018-10-03mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Gravatar Boris Brezillon 1-10/+8
2018-10-03mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Gravatar Boris Brezillon 1-11/+10
2018-10-03mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksGravatar Boris Brezillon 1-11/+10
2018-10-03mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereGravatar Boris Brezillon 1-6/+20
2018-10-03mtd: rawnand: Make maxchips an unsigned intGravatar Boris Brezillon 1-2/+2
2018-10-03mtd: rawnand: Pass a nand_chip object nand_erase_nand()Gravatar Boris Brezillon 1-1/+1