summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | mtd: rawnand: stm32_fmc2: use regmap APIsChristophe Kerello2020-07-072-143/+127
| * | mtd: rawnand: stm32_fmc2: do not display errors if the driver is deferredChristophe Kerello2020-07-071-3/+3
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-08-081-0/+1
|\ \
| * | iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu2020-06-301-0/+1
| |/
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-042-2/+2
|\ \
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-162-2/+2
| |/
* | mtd: rawnand: xway: Fix build issueMiquel Raynal2020-07-071-1/+1
* | nandsim: Fix return code testing of ns_find_operation()Richard Weinberger2020-06-151-1/+1
|/
* Merge tag 'nand/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger2020-06-0162-2375/+3747
|\
| * 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: 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
| * mtd: rawnand: nandsim: Use an additional label when freeing the nandsim objectMiquel Raynal2020-05-311-3/+4
| * mtd: rawnand: nandsim: Stop using nand_release()Miquel Raynal2020-05-311-2/+4
| * mtd: rawnand: nandsim: Free the partition names in ns_free()Miquel Raynal2020-05-311-6/+6
| * mtd: rawnand: nandsim: Free the allocated device on error in ns_init()Miquel Raynal2020-05-311-1/+3
| * mtd: rawnand: nandsim: Free partition names on error in ns_init()Miquel Raynal2020-05-311-4/+13
| * mtd: rawnand: nandsim: Fix the two ns_alloc_device() error pathsMiquel Raynal2020-05-311-9/+17
| * mtd: rawnand: nandsim: Remove debugfs entries at unload timeMiquel Raynal2020-05-311-0/+6
| * mtd: rawnand: nandsim: Keep track of the created debugfs entriesMiquel Raynal2020-05-311-4/+6
| * mtd: rawnand: nandsim: Clean error handlingMiquel Raynal2020-05-311-19/+27
| * mtd: rawnand: nandsim: Use a consistent ns_ prefix for all functionsMiquel Raynal2020-05-311-117/+131
| * mtd: rawnand: nandsim: Use octal permissionsMiquel Raynal2020-05-311-1/+1
| * mtd: rawnand: nandsim: Consistent use of 'ns' instead of 'dev'Miquel Raynal2020-05-311-4/+4
| * mtd: rawnand: brcmnand: support v2.1-v2.2 controllersÁlvaro Fernández Rojas2020-05-311-9/+76
| * mtd: rawnand: brcmnand: rename page sizesÁlvaro Fernández Rojas2020-05-311-2/+2
| * mtd: rawnand: brcmnand: fix CS0 layoutÁlvaro Fernández Rojas2020-05-311-2/+3
| * mtd: rawnand: brcmnand: rename v4 registersÁlvaro Fernández Rojas2020-05-311-4/+4
| * mtd: rawnand: gpmi: Use nand_extract_bits()Miquel Raynal2020-05-311-164/+10
| * mtd: rawnand: omap_elm: Fix runtime PM imbalance on errorDinghao Liu2020-05-311-0/+1
| * mtd: rawnand: gpmi: Fix runtime PM imbalance in gpmi_nand_probeDinghao Liu2020-05-311-1/+1
| * mtd: rawnand: gpmi: Fix runtime PM imbalance on errorDinghao Liu2020-05-311-1/+3
| * mtd: rawnand: ingenic: Convert the driver to exec_op()Boris Brezillon2020-05-311-56/+83
| * mtd: rawnand: ingenic: Fix the RB gpio active-high property on qi, lb60Boris Brezillon2020-05-311-1/+13
| * mtd: rawnand: xway: Stop using nand_release()Miquel Raynal2020-05-311-1/+5
| * mtd: rawnand: xway: Fix the probe error pathMiquel Raynal2020-05-311-1/+1
| * mtd: rawnand: vf610: Stop using nand_release()Miquel Raynal2020-05-311-1/+5
| * mtd: rawnand: txx9ndfmc: Stop using nand_release()Miquel Raynal2020-05-311-2/+4
| * mtd: rawnand: tmio: Stop using nand_release()Miquel Raynal2020-05-311-1/+5
| * mtd: rawnand: tmio: Fix the probe error pathMiquel Raynal2020-05-311-1/+1
| * mtd: rawnand: tango: Stop using nand_release()Miquel Raynal2020-05-311-3/+8
| * mtd: rawnand: sunxi: Stop using nand_release()Miquel Raynal2020-05-311-2/+7
| * mtd: rawnand: sunxi: Fix the probe error pathMiquel Raynal2020-05-311-1/+1