summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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/+8
| | * mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-031-11/+10
| | * mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-031-11/+10
| | * 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
| | * mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon2018-10-031-2/+2
| | * mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon2018-10-031-2/+2
| | * mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon2018-10-031-18/+15
| | * mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon2018-10-031-16/+14
| | * mtd: rawnand: Pass a nand_chip object to ecc->correct()Boris Brezillon2018-10-033-7/+7
| | * mtd: rawnand: Pass a nand_chip object to ecc->calculate()Boris Brezillon2018-10-033-5/+8
| | * mtd: rawnand: Pass a nand_chip object to ecc->hwctl()Boris Brezillon2018-10-031-1/+1
| | * mtd: rawnand: Pass a nand_chip object to nand_wait_ready()Boris Brezillon2018-10-031-1/+1
| | * mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2018-10-031-1/+1
| | * mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-031-3/+4
| | * mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooksBoris Brezillon2018-10-031-5/+5
| | * mtd: rawnand: Get rid of the ->read_word() hookBoris Brezillon2018-09-041-2/+0
| * | mtd: spi-nor: parse SFDP Sector Map Parameter TableTudor Ambarus2018-10-081-0/+12
| * | mtd: spi-nor: add support to non-uniform SFDP SPI NOR flash memoriesTudor Ambarus2018-10-081-0/+107
| |/
* / mtd_blkdevs: convert to blk-mqJens Axboe2018-10-161-3/+2
|/
* Merge tag 'spi-nor/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-08-111-0/+1
|\
| * mtd: spi-nor: only apply reset hacks to broken hardwareBrian Norris2018-08-011-0/+1
* | Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-08-112-49/+498
|\ \
| * | mtd: rawnand: allocate dynamically ONFI parameters during detectionMiquel Raynal2018-08-011-3/+3
| * | mtd: rawnand: allocate model parameter dynamicallyMiquel Raynal2018-07-311-1/+1
| * | mtd: rawnand: do not export nand_scan_[ident|tail]() anymoreMiquel Raynal2018-07-311-12/+6
| * | mtd: rawnand: add hooks that may be called during nand_scan()Miquel Raynal2018-07-311-0/+21
| * | mtd: rawnand: better name for the controller structureMiquel Raynal2018-07-311-6/+8
| * | mtd: rawnand: make subop helpers return unsigned valuesMiquel Raynal2018-07-311-8/+8
| * | mtd: rawnand: Expose _notsupp() helpers for raw page accessorsBoris Brezillon2018-07-191-0/+4
| * | mtd: rawnand: plat_nand: Kill pdata->ctrl.{hwcontrol, read_byte}()Boris Brezillon2018-07-181-4/+0
| * | mtd: rawnand: Kill the chip->scan_bbt() hookBoris Brezillon2018-07-181-2/+0
| * | mtd: rawnand: Rename nand_default_bbt() into nand_create_bbt()Boris Brezillon2018-07-181-1/+1
| * | mtd: rawnand: Remove forward declaration of device_nodeBoris Brezillon2018-07-181-1/+1
| * | mtd: rawnand: Remove forward declaration of mtd_infoBoris Brezillon2018-07-181-1/+0
| * | mtd: rawnand: Remove nand_do_read() prototype from rawnand.hBoris Brezillon2018-07-181-2/+0