summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
* mtd: rawnand: marvell: Fix probe error pathMiquel Raynal2020-07-221-9/+14
* mtd: rawnand: marvell: Use nand_cleanup() when the device is not yet registeredMiquel Raynal2020-07-221-1/+1
* mtd: rawnand: marvell: Fix the condition on a return codeMiquel Raynal2020-07-221-1/+1
* mtd: rawnand: tmio: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: mtk: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: pasemi: Fix the probe error pathMiquel Raynal2020-06-221-1/+3
* mtd: rawnand: plat_nand: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: sunxi: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: oxnas: Fix the probe error pathMiquel Raynal2020-06-221-4/+4
* mtd: rawnand: socrates: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: orion: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: xway: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: ingenic: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: sharpsl: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: diskonchip: Fix the probe error pathMiquel Raynal2020-06-221-5/+2
* mtd: rawnand: brcmnand: fix hamming oob layoutÁlvaro Fernández Rojas2020-06-221-4/+7
* mtd: rawnand: onfi: Fix redundancy detection checkMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: Fix nand_gpio_waitrdy()Boris Brezillon2020-06-221-2/+8
* mtd: Fix mtd not registered due to nvmem name collisionRicardo Ribalda Delgado2020-05-271-1/+1
* ubi: Fix seq_file usage in detailed_erase_block_info debugfs fileRichard Weinberger2020-05-271-10/+2
* mtd: spinand: Propagate ECC information to the MTD structureMiquel Raynal2020-05-271-0/+4
* mtd: phram: fix a double free issue in error pathWen Yang2020-04-231-6/+9
* mtd: lpddr: Fix a double free in probe()Dan Carpenter2020-04-231-1/+0
* mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOBFrieder Schrempf2020-04-231-0/+1
* mtd: rawnand: free the nand_device objectChristophe Kerello2020-04-231-0/+2
* mtd: spinand: Do not erase the block before writing a bad block markerFrieder Schrempf2020-04-171-3/+0
* mtd: spinand: Stop using spinand->oobbuf for buffering bad block markersFrieder Schrempf2020-04-171-7/+7
* mtd: sharpslpart: Fix unsigned comparison to zeroYueHaibing2020-02-141-2/+2
* mtd: onenand_base: Adjust indentation in onenand_read_ops_nolockNathan Chancellor2020-02-141-41/+41
* ubi: Fix an error pointer dereference in error handling codeDan Carpenter2020-02-111-9/+12
* ubi: fastmap: Fix inverted logic in seen selfcheckSascha Hauer2020-02-111-1/+1
* mtd: spi-nor: Split mt25qu512a (n25q512a) entry into twoVignesh Raghavendra2020-02-111-4/+5
* mtd: cfi_cmdset_0002: fix delayed error detection on HyperFlashSergei Shtylyov2020-01-231-25/+33
* mtd: cfi_cmdset_0002: only check errors when ready in cfi_check_err_status()Sergei Shtylyov2020-01-231-0/+4
* mtd: devices: fix mchp23k256 read and writeAngelo Dureghello2020-01-231-8/+12
* mtd: spi-nor: Fix selection of 4-byte addressing opcodes on SpansionVignesh Raghavendra2020-01-231-3/+1
* mtd: rawnand: gpmi: Restore nfc timing setup after suspend/resumeEsben Haabendal2020-01-231-0/+4
* mtd: rawnand: gpmi: Fix suspend/resume problemEsben Haabendal2020-01-231-1/+6
* mtd: spi-nor: fix silent truncation in spi_nor_read_raw()Sergei Shtylyov2020-01-171-1/+1
* mtd: spi-nor: fix silent truncation in spi_nor_read()Sergei Shtylyov2020-01-171-1/+1
* mtd: onenand: omap2: Pass correct flags for prep_dma_memcpyPeter Ujfalusi2020-01-171-1/+2
* mtd: rawnand: stm32_fmc2: avoid to lock the CPU busChristophe Kerello2020-01-171-2/+36
* mtd: rawnand: Change calculating of position page containing BBMPiotr Sroka2019-12-172-3/+9
* mtd: spear_smi: Fix Write Burst modeMiquel Raynal2019-12-171-1/+37
* mtd: rawnand: au1550nd: Fix au_read_buf16() prototypePaul Burton2019-10-071-3/+2
* mtd: spi-nor: Fix direction of the write_sr() transferTudor Ambarus2019-10-041-1/+1
* Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-09-223-544/+0
|\
| * mtd: rawnand: Drop obsolete JZ4740 NAND driverPaul Cercueil2019-07-303-544/+0
* | Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-213-11/+44
|\ \
| * | ubi: block: Warn if volume size is not multiple of 512Richard Weinberger2019-09-151-8/+35