summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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/+49Star
| * | 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/+0Star
| * | mtd: rawnand: Move nand_exec_op() to internal.hBoris Brezillon2018-12-071-9/+0Star
| * | 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/+2Star
| * | Merge tag 'v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Miquel Raynal2018-11-131-4/+3Star
| |\|
| | * 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/+2Star
| * | 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
|/
* Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds2018-10-237-530/+590
|\
| * Merge tag 'nand/for-4.20' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-10-196-530/+471Star
| |\
| | * mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon2018-10-032-2/+8
| | * mtd: rawnand: Move JEDEC code to nand_jedec.cBoris Brezillon2018-10-032-78/+92
| | * mtd: rawnand: Move ONFI code to nand_onfi.cBoris Brezillon2018-10-032-163/+179
| | * mtd: rawnand: Keep all internal stuff privateBoris Brezillon2018-10-031-96/+0Star
| | * mtd: rawnand: Inline onfi_get_async_timing_mode()Boris Brezillon2018-10-031-9/+0Star
| | * mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.hBoris Brezillon2018-10-032-60/+74
| | * mtd: rawnand: Get rid of a few unused definitionsBoris Brezillon2018-10-031-8/+0Star
| | * mtd: rawnand: Get rid of the duplicate nand_chip forward declarationBoris Brezillon2018-10-031-3/+0Star
| | * mtd: rawnand: Get rid of nand_flash_dev forward declationBoris Brezillon2018-10-031-1/+0Star
| | * mtd: rawnand: Move function prototypes after struct declarationsBoris Brezillon2018-10-031-12/+12
| | * mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-031-3/+3
| | * mtd: rawnand: Deprecate ->{set,get}_features() hooksBoris Brezillon2018-10-031-6/+6
| | * mtd: rawnand: Deprecate ->erase()Boris Brezillon2018-10-031-2/+2
| | * mtd: rawnand: Deprecate ->block_{bad,markbad}() hooksBoris Brezillon2018-10-031-4/+5
| | * mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon2018-10-031-10/+8Star
| | * mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-031-11/+10Star
| | * mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-031-11/+10Star
| | * mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon2018-10-031-6/+20
| | * mtd: rawnand: Make maxchips an unsigned intBoris Brezillon2018-10-031-2/+2
| | * mtd: rawnand: Pass a nand_chip object nand_erase_nand()Boris Brezillon2018-10-031-1/+1
| | * mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpersBoris Brezillon2018-10-031-3/+3
| | * mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()Boris Brezillon2018-10-031-1/+1
| | * mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry()Boris Brezillon2018-10-031-1/+1
| | * mtd: rawnand: Pass a nand_chip object to chip->{get, set}_features()Boris Brezillon2018-10-031-6/+6
| | * mtd: rawnand: Pass a nand_chip object to chip->erase()Boris Brezillon2018-10-031-1/+1
| | * mtd: rawnand: Pass a nand_chip object to chip->waitfunc()Boris Brezillon2018-10-031-1/+1
| | * mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()Boris Brezillon2018-10-031-1/+1
| | * mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon2018-10-031-1/+1
| | * mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon2018-10-031-1/+1
| | * mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooksBoris Brezillon2018-10-031-2/+2
| | * mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon2018-10-031-1/+1