summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* ubi: fastmap: Free fastmap next anchor peb during detachZhihao Cheng2020-08-211-0/+5
* ubi: fastmap: Don't produce the initial next anchor PEB when fastmap is disabledZhihao Cheng2020-08-211-1/+2
* mtd: rawnand: brcmnand: ECC error handling on EDU transfersKamal Dasu2020-08-211-0/+26
* mtd: rawnand: fsl_upm: Remove unused mtd varBoris Brezillon2020-08-211-1/+0
* mtd: spi-nor: intel-spi: Simulate WRDI commandAlexander Sverdlin2020-08-191-0/+9
* mtd: rawnand: qcom: avoid write to unavailable registerSivaprakash Murugesan2020-08-191-1/+6
* mtd: rawnand: brcmnand: Don't default to edu transferKamal Dasu2020-08-191-2/+3
* mtd: properly check all write ioctls for permissionsGreg Kroah-Hartman2020-08-111-9/+47
* mtd: rawnand: xway: Fix build issueMiquel Raynal2020-07-071-1/+1
* mtd: set master partition panic write flagKamal Dasu2020-06-151-2/+2
* nandsim: Fix return code testing of ns_find_operation()Richard Weinberger2020-06-151-1/+1
* Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-104-25/+57
|\
| * ubi: Select fastmap anchor PEBs considering wear level rulesArne Edholm2020-06-024-25/+57
* | Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2020-06-1083-2484/+4131
|\ \
| * | mtd: clear cache_state to avoid writing to bad blocks repeatedlyXiaoming Ni2020-06-051-4/+7
| * | mtd: parser: cmdline: Support MTD names containing one or more colonsBoris Brezillon2020-06-051-3/+20
| * | mtd: physmap_of_gemini: remove defined but not used symbol 'syscon_match'Jason Yan2020-06-051-5/+0
| * | Merge tag 'cfi/for-5.8' of gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/l...Richard Weinberger2020-06-031-5/+8
| |\ \
| | * | mtd: cfi_cmdset_0001: Support the absence of protection registersJean-Philippe Brucker2020-04-301-5/+8
| * | | Merge tag 'spi-nor/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Richard Weinberger2020-06-0112-44/+122
| |\ \ \
| | * | | mtd: spi-nor: winbond: Fix 4-byte opcode support for w25q256Mantas Pucka2020-05-313-6/+33
| | * | | mtd: spi-nor: sfdp: add/use local variable in spi_nor_parse_bfpt()Sergei Shtylyov2020-05-311-11/+11
| | * | | mtd: spi-nor: sfdp: prepare BFPT parsing for JESD216 rev DPratyush Yadav2020-05-302-3/+9
| | * | | mtd: spi-nor: sfdp: default to addr_width of 3 for configurable widthsPratyush Yadav2020-05-301-0/+1
| | * | | mtd: spi-nor: Add support for Cypress cy15x104qSascha Hauer2020-05-281-0/+2
| | * | | mtd: spi-nor: Fix SPI NOR acronymTudor Ambarus2020-05-286-9/+9
| | * | | mtd: spi-nor: spansion: Differentiate between s25fl256s and s25fs256sTudor Ambarus2020-05-281-6/+12
| | * | | mtd: spi-nor: Add support for s25fs128s1Yicong Yang2020-05-281-0/+3
| | * | | mtd: spi-nor: spansion: fix writes on S25FS512SSergei Shtylyov2020-05-281-2/+23
| | * | | mtd: spi-nor: Fix description of the sr_ready() return valueTudor Ambarus2020-04-291-4/+4
| | * | | mtd: spi-nor: Uniformize the return value in spi_nor_*_ready()Tudor Ambarus2020-04-291-1/+1
| | * | | mtd: spi-nor: micron-st: Enable locking for n25q00Jungseung Lee2020-04-291-0/+2
| | * | | mtd: spi-nor: macronix: Add support for mx25u51245gMason Yang2020-04-281-0/+3
| | * | | mtd: spi-nor: macronix: Add support for mx25l51245gMason Yang2020-04-281-0/+3
| | * | | mtd: spi-nor: core: fix kernel-doc typo for spi_nor_[{info|sfdp}_]init_params()Sergei Shtylyov2020-04-281-3/+3
| | * | | mtd: spi-nor: core: fix kernel-doc typo for spi_nor_manufacturer_init_params()Sergei Shtylyov2020-04-281-1/+1
| | * | | mtd: spi-nor: Enable locking for n25q128a11Xiang Chen2020-04-211-1/+3
| | * | | mtd: spi-nor: spansion: Enable dual and quad read for s25fl256s0Takahiro Kuwano2020-04-201-1/+3
| | |/ /
| * | | Merge tag 'nand/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger2020-06-0168-2423/+3974
| |\ \ \ | | |_|/ | |/| |
| | * | mtd: rawnand: Add an invalid ECC mode to discriminate with valid onesMiquel Raynal2020-05-311-1/+1
| | * | mtd: rawnand: Return an enum from of_get_nand_ecc_algo()Miquel Raynal2020-05-311-16/+19
| | * | mtd: rawnand: Drop OOB_FIRST placement schemeMiquel Raynal2020-05-312-109/+98
| | * | mtd: rawnand: Avoid a typedefMiquel Raynal2020-05-311-2/+2
| | * | mtd: Fix typo in mtd_ooblayout_set_databytes() descriptionMiquel Raynal2020-05-311-1/+1
| | * | mtd: rawnand: Stop using nand_release()Miquel Raynal2020-05-311-12/+0
| | * | mtd: rawnand: nandsim: Reorganize ns_cleanup_module()Miquel Raynal2020-05-311-22/+22
| | * | mtd: rawnand: nandsim: Rename a label in ns_init_module()Miquel Raynal2020-05-311-3/+3
| | * | mtd: rawnand: nandsim: Manage lists on error in ns_init_module()Miquel Raynal2020-05-311-4/+19
| | * | mtd: rawnand: nandsim: Fix the label pointing on nand_cleanup()Miquel Raynal2020-05-311-3/+3
| | * | mtd: rawnand: nandsim: Free erase_block_wear on errorMiquel Raynal2020-05-311-1/+3