summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
* nand command: Print OOB informationSascha Hauer2020-11-101-0/+2
* mtd: nand: Update to Linux-5.9Sascha Hauer2020-11-109-766/+2592
* mtd: Add ecc_step_sizeSascha Hauer2020-11-091-0/+3
* mtd: nand: move function hooks to struct nand_legacySascha Hauer2020-11-091-43/+53
* mtd: rename master to parentSascha Hauer2020-11-091-1/+7
* mtd: rename class_dev to devSascha Hauer2020-11-091-1/+1
* mtd: Use classdev->parentSascha Hauer2020-11-091-1/+0
* mtd: Add underscore prefix to mtd hooksSascha Hauer2020-11-061-23/+23
* mtd: nand: Pass struct nand_chip aroundSascha Hauer2020-11-063-58/+59
* mtd: nand: drop unused errstat hookSascha Hauer2020-11-061-5/+0
* mtd: nand: drop unused erase_cmd hookSascha Hauer2020-11-061-3/+0
* mtd: Drop asynchronous erase supportSascha Hauer2020-11-061-25/+0
* treewide: s/filed/field/Sascha Hauer2020-08-241-1/+1
* mtd: spi-nor: fix wrong value for CR_QUAD_EN_SPANClement Leger2019-12-091-1/+1
* mtd: nand: Fix retrieving nand_chip from mtd_infoSascha Hauer2019-09-121-1/+1
* Merge branch 'for-next/omap'Sascha Hauer2019-09-121-1/+1
|\
| * mtd: nand: gpmc: Add BCH16 supportSascha Hauer2019-08-281-1/+1
* | Merge branch 'for-next/mtd'Sascha Hauer2019-09-121-0/+7
|\ \
| * | mtd: nand: Embed struct mtd_info into struct nand_chipSascha Hauer2019-08-261-0/+2
| * | mtd: nand: Add and use static inline wrapper for getting nand_chip from mtdSascha Hauer2019-08-261-0/+5
| |/
* / mtd: spi-nor: add UNLOCK_GLOBAL_BLOCK supportOleksij Rempel2019-08-211-0/+1
|/
* mtd: nand: Add function to parse device tree propertiesSascha Hauer2019-08-061-0/+2
* mtd: nand-mxs: change API between NAND driver and fcb codeSascha Hauer2019-08-061-6/+1
* mtd: spi-nor: provide default erase_sector implementationSteffen Trumtrar2019-05-081-1/+2
* mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocolsSteffen Trumtrar2019-05-081-26/+168
* mtd: spi-nor: remove unused read_xfer/write_xfer hooksSteffen Trumtrar2019-05-081-32/+0
* mtd: spi-nor: remove unused write_enable from write_regSteffen Trumtrar2019-05-081-2/+1
* Revert "mtd: nand: Kill the chip->scan_bbt() hook"Sascha Hauer2019-01-211-1/+4
* mtd: nand: Kill cellinfoLadislav Michl2018-12-171-2/+1
* mtd: nand: Kill the chip->scan_bbt() hookLadislav Michl2018-12-171-4/+1
* mtd: nand_bbt: make nand_scan_bbt() staticLadislav Michl2018-12-141-1/+0
* mtd: nand_bbt: kill NAND_BBT_SCANALLPAGESLadislav Michl2018-12-141-2/+0
* mtd: nand: simplify nand_bch_init() usageLadislav Michl2018-12-141-6/+2
* mtd: nand: remove NAND_BBT_SCANEMPTYLadislav Michl2018-12-141-2/+0
* mtd: nand: hide in-memory BBT implementation detailsLadislav Michl2018-12-141-2/+2
* mtd: nand: Add Winbond manufacturer IDStefan Riedmueller2018-03-221-0/+1
* mtd: nand: Only call ONFI get/set features on supported chipsSascha Hauer2017-09-061-0/+3
* mtd: use dev_add_param_stringSascha Hauer2017-04-111-0/+1
* mtd: nand: use dev_add_param_enumSascha Hauer2017-04-111-0/+1
* mtd: of: Make used partition binding configurableSascha Hauer2017-03-301-0/+1
* mtd: ubi: add API call to rename volumes.Giorgio Dal Molin2016-09-271-0/+1
* mtd: ubi: Add API calls to create/remove volumesSascha Hauer2016-09-221-0/+3
* mtd: nand: add ONFI timing mode to nand_timings converterSascha Hauer2016-08-181-0/+3
* mtd: nand: define struct nand_timingsSascha Hauer2016-08-181-0/+49
* mtd: nand: Enable subpage readsSascha Hauer2016-05-101-1/+1
* mtd: nand: Pass page argument to read_subpage hookSascha Hauer2016-05-101-1/+1
* Merge branch 'for-next/mtd-imx-nand'Sascha Hauer2016-04-081-19/+0
|\
| * mtd: remove unused debug definesSascha Hauer2016-03-171-19/+0
* | mtd: nand: export nand_check_erased_bufSascha Hauer2016-04-081-0/+1
* | mtd: Introduce mtd_check_patternSascha Hauer2016-03-151-0/+1