summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorLines
2020-07-07mtd: rawnand: xway: Fix build issueMiquel Raynal-1/+1
2020-06-15mtd: set master partition panic write flagKamal Dasu-2/+2
2020-06-15nandsim: Fix return code testing of ns_find_operation()Richard Weinberger-1/+1
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-25/+57
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds-2484/+4131
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-06-05mtd: clear cache_state to avoid writing to bad blocks repeatedlyXiaoming Ni-4/+7
2020-06-05mtd: parser: cmdline: Support MTD names containing one or more colonsBoris Brezillon-3/+20
2020-06-05mtd: physmap_of_gemini: remove defined but not used symbol 'syscon_match'Jason Yan-5/+0
2020-06-03Merge tag 'cfi/for-5.8' of gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/l...Richard Weinberger-5/+8
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+1
2020-06-02ubi: Select fastmap anchor PEBs considering wear level rulesArne Edholm-25/+57
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig-2/+2
2020-06-01Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+589
2020-06-01Merge tag 'spi-nor/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Richard Weinberger-44/+122
2020-06-01Merge tag 'nand/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger-2423/+3974
2020-05-31mtd: Support kmsg dumper based on pstore/blkWeiXiong Liao-0/+589
2020-05-31mtd: rawnand: Add an invalid ECC mode to discriminate with valid onesMiquel Raynal-1/+1
2020-05-31mtd: rawnand: Return an enum from of_get_nand_ecc_algo()Miquel Raynal-16/+19
2020-05-31mtd: rawnand: Drop OOB_FIRST placement schemeMiquel Raynal-109/+98
2020-05-31mtd: rawnand: Avoid a typedefMiquel Raynal-2/+2
2020-05-31mtd: Fix typo in mtd_ooblayout_set_databytes() descriptionMiquel Raynal-1/+1
2020-05-31mtd: rawnand: Stop using nand_release()Miquel Raynal-12/+0
2020-05-31mtd: rawnand: nandsim: Reorganize ns_cleanup_module()Miquel Raynal-22/+22
2020-05-31mtd: rawnand: nandsim: Rename a label in ns_init_module()Miquel Raynal-3/+3
2020-05-31mtd: rawnand: nandsim: Manage lists on error in ns_init_module()Miquel Raynal-4/+19
2020-05-31mtd: rawnand: nandsim: Fix the label pointing on nand_cleanup()Miquel Raynal-3/+3
2020-05-31mtd: rawnand: nandsim: Free erase_block_wear on errorMiquel Raynal-1/+3
2020-05-31mtd: rawnand: nandsim: Use an additional label when freeing the nandsim objectMiquel Raynal-3/+4
2020-05-31mtd: rawnand: nandsim: Stop using nand_release()Miquel Raynal-2/+4
2020-05-31mtd: rawnand: nandsim: Free the partition names in ns_free()Miquel Raynal-6/+6
2020-05-31mtd: rawnand: nandsim: Free the allocated device on error in ns_init()Miquel Raynal-1/+3
2020-05-31mtd: rawnand: nandsim: Free partition names on error in ns_init()Miquel Raynal-4/+13
2020-05-31mtd: rawnand: nandsim: Fix the two ns_alloc_device() error pathsMiquel Raynal-9/+17
2020-05-31mtd: rawnand: nandsim: Remove debugfs entries at unload timeMiquel Raynal-0/+6
2020-05-31mtd: rawnand: nandsim: Keep track of the created debugfs entriesMiquel Raynal-4/+6
2020-05-31mtd: rawnand: nandsim: Clean error handlingMiquel Raynal-19/+27
2020-05-31mtd: rawnand: nandsim: Use a consistent ns_ prefix for all functionsMiquel Raynal-117/+131
2020-05-31mtd: rawnand: nandsim: Use octal permissionsMiquel Raynal-1/+1
2020-05-31mtd: rawnand: nandsim: Consistent use of 'ns' instead of 'dev'Miquel Raynal-4/+4
2020-05-31mtd: rawnand: brcmnand: support v2.1-v2.2 controllersÁlvaro Fernández Rojas-9/+76
2020-05-31mtd: rawnand: brcmnand: rename page sizesÁlvaro Fernández Rojas-2/+2
2020-05-31mtd: rawnand: brcmnand: fix CS0 layoutÁlvaro Fernández Rojas-2/+3
2020-05-31mtd: rawnand: brcmnand: rename v4 registersÁlvaro Fernández Rojas-4/+4
2020-05-31mtd: rawnand: gpmi: Use nand_extract_bits()Miquel Raynal-164/+10
2020-05-31mtd: rawnand: omap_elm: Fix runtime PM imbalance on errorDinghao Liu-0/+1
2020-05-31mtd: rawnand: gpmi: Fix runtime PM imbalance in gpmi_nand_probeDinghao Liu-1/+1
2020-05-31mtd: rawnand: gpmi: Fix runtime PM imbalance on errorDinghao Liu-1/+3
2020-05-31mtd: rawnand: ingenic: Convert the driver to exec_op()Boris Brezillon-56/+83
2020-05-31mtd: rawnand: ingenic: Fix the RB gpio active-high property on qi, lb60Boris Brezillon-1/+13