summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: Update to Linux-5.9Sascha Hauer2020-11-101-1987/+4000
* mtd: nand: move function hooks to struct nand_legacySascha Hauer2020-11-091-213/+213
* mtd: rename class_dev to devSascha Hauer2020-11-091-6/+6
* mtd: Add underscore prefix to mtd hooksSascha Hauer2020-11-061-11/+11
* mtd: nand: Pass struct nand_chip aroundSascha Hauer2020-11-061-414/+392
* mtd: nand: drop unused errstat hookSascha Hauer2020-11-061-15/+0
* mtd: nand: drop unused erase_cmd hookSascha Hauer2020-11-061-2/+1
* mtd: Drop asynchronous erase supportSascha Hauer2020-11-061-14/+5
* mtd: nand: base: fix use of uninitialized struct memberAhmad Fatoum2020-06-031-0/+1
* mtd: nand: don't call BBT functions if BBT support isn't builtLucas Stach2019-12-021-2/+2
* mtd: nand: Add and use static inline wrapper for getting nand_chip from mtdSascha Hauer2019-08-261-36/+36
* Merge branch 'for-next/mtd-gpmi-nand'Sascha Hauer2019-08-151-0/+27
|\
| * mtd: nand: Add function to parse device tree propertiesSascha Hauer2019-08-061-0/+27
* | mtd: nand: Add ecc parameters as device parametersSascha Hauer2019-07-181-0/+4
|/
* Revert "mtd: nand: Kill the chip->scan_bbt() hook"Sascha Hauer2019-01-211-1/+5
* mtd: nand: nand_base: Fix compile warning if CONFIG_MTD_WRITE is not enabledTeresa Remmet2018-12-181-1/+1
* mtd: nand: detect OOB size for Toshiba 24nm raw SLCLadislav Michl2018-12-171-0/+14
* mtd: nand: Kill cellinfoLadislav Michl2018-12-171-9/+20
* mtd: nand: Kill the chip->scan_bbt() hookLadislav Michl2018-12-171-5/+1
* mtd: nand: simplify nand_bch_init() usageLadislav Michl2018-12-141-6/+2
* mtd: nand: Request strength instead of bytes for soft BCHLadislav Michl2018-12-141-7/+8
* mtd: nand: hide in-memory BBT implementation detailsLadislav Michl2018-12-141-61/+67
* mtd: nand: refactor chip->block_markbad interfaceLadislav Michl2018-12-141-35/+52
* mtd: nand: fix nand_lock/unlock() functionWhite Ding2018-11-161-0/+18
* mtd: nand: don't break long print messagesLadislav Michl2018-10-261-4/+2
* mtd: nand: Only call ONFI get/set features on supported chipsSascha Hauer2017-09-061-2/+6
* mtd: nand: use dev_add_param_enumSascha Hauer2017-04-111-8/+26
* Merge branch 'for-next/mtd'Sascha Hauer2016-07-111-6/+7
|\
| * mtd: nand: Set ONFI function hooks earlierSascha Hauer2016-06-241-6/+7
* | mtd: nand: simplify nand_block_checkbadUwe Kleine-König2016-07-051-4/+1
|/
* mtd: nand: Pass page argument to read_subpage hookSascha Hauer2016-05-101-2/+2
* mtd: nand: export nand_check_erased_bufSascha Hauer2016-04-081-1/+1
* mtd: rename mtd_all_ff -> mtd_buf_all_ffSascha Hauer2016-03-151-1/+1
* mtd: Add support for marking blocks as goodSascha Hauer2016-03-151-0/+59
* mtd: nand: default bitflip-reporting threshold to 75% of correction strengthSascha Hauer2016-03-041-1/+1
* mtd: nand: Add erased page bitflip check helper functionsMarkus Pargmann2016-01-041-0/+128
* mtd nand: added 'bits_per_cell' propertyEnrico Jorns2015-09-231-0/+2
* mtd: nand_base: replace ifdef with IS_ENABLEAntony Pavlov2015-08-061-7/+7
* mtd: nand: cleanup ONFI printed errors, warningsBrian Norris2015-02-111-9/+6
* Merge branch 'for-next/mtd'Sascha Hauer2013-11-071-1/+1
|\
| * mtd: Pass device_id to add_mtd_deviceSascha Hauer2013-10-291-1/+1
* | mtd: nand: don't scan bbt if CONFIG_NAND_BBT not set张忠山2013-11-041-0/+3
|/
* mtd: nand: update to v3.11-rc1Sascha Hauer2013-07-231-463/+2289
* mtd: introduce ecc strengthSascha Hauer2013-07-221-0/+2
* mtd: rename MTD_OOB_* to MTD_OPS_*Sascha Hauer2013-07-221-9/+9
* nand_base: add missing newlineJan Luebbe2013-07-091-1/+1
* nand_base: fix chipsize for multi LUN nandsJan Weitzel2013-06-241-1/+2
* nand_base: sync flash detection functions with linux 3.9's codeEric Bénard2013-05-171-120/+266
* Merge branch 'for-next/param'Sascha Hauer2013-05-061-10/+12
|\
| * mtd: Nand: Use dev_add_param_bool for erasebad parameterSascha Hauer2013-04-111-10/+12