summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | mtd: rawnand: hisi504: Make use of the helper function devm_platform_ioremap_...Cai Huoqing2021-09-141-5/+2
| | * | | mtd: rawnand: gpmi: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing2021-09-141-3/+1
| | * | | mtd: rawnand: gpio: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing2021-09-141-2/+1
| | * | | mtd: rawnand: denali: Make use of the helper function devm_platform_ioremap_r...Cai Huoqing2021-09-141-5/+2
| | * | | mtd: rawnand: bcm6368: Make use of the helper function devm_platform_ioremap_...Cai Huoqing2021-09-141-4/+1
| | * | | mtd: rawnand: atmel: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-09-141-5/+2
| | |/ /
| * | | mtd: core: don't remove debugfs directory if device is in useZev Weiss2021-10-151-2/+2
| * | | mtd: block2mtd: add support for an optional custom MTD labelJoachim Wiberg2021-10-151-7/+17
| * | | mtd: block2mtd: minor refactor to avoid hard coded constantJoachim Wiberg2021-10-151-2/+5
| * | | mtd: fixup CFI on ixp4xxArnd Bergmann2021-10-152-1/+3
| * | | mtd: mtdswap: Remove redundant assignment of pointer ebColin Ian King2021-09-141-1/+0
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-0/+1
|\ \ \ | |_|/ |/| |
| * | mtd: call bdi_unregister explicitlyChristoph Hellwig2021-11-061-0/+1
* | | mtd: add add_disk() error handlingLuis Chamberlain2021-10-211-1/+5
* | | mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
|/ /
* / mtd: rawnand: qcom: Update code word value for raw readMd Sadre Alam2021-09-141-2/+6
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-1/+1
|\
| * mtd/drivers/nand: use HZ macrosDaniel Lezcano2021-09-081-1/+1
* | Merge tag 'mtd/for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2021-09-0518-351/+153
|\ \ | |/ |/|
| * Merge tag 'nand/for-5.15' into mtd/nextMiquel Raynal2021-09-038-24/+70
| |\
| | * mtd: rawnand: cafe: Fix a resource leak in the error handling path of 'cafe_n...Christophe JAILLET2021-08-231-1/+3
| | * mtd: rawnand: intel: Fix error handling in probeEvgeny Novikov2021-08-171-9/+18
| | * mtd: spinand: macronix: Add Quad support for serial NAND flashJaime Liao2021-08-171-8/+8
| | * mtd: rawnand: remove never changed ret variableJason Wang2021-08-061-2/+2
| | * mtd: rawnand: omap: Fix kernel doc warning on 'calcuate' typoVladimir Molokov2021-08-061-1/+1
| | * mtd: spinand: core: Properly fill the OOB area.Daniel Palmer2021-08-061-0/+2
| | * mtd: rawnand: Fix a couple of spelling mistakes in KconfigColin Ian King2021-07-161-2/+2
| | * mtd: spinand: Fix commentMiquel Raynal2021-07-161-1/+1
| | * mtd: rawnand: nand_bbt: Skip bad blocks when searching for the BBT in NANDStefan Riedmueller2021-07-161-0/+33
| * | mtd_blkdevs: simplify the refcounting in blktrans_{open, release}Christoph Hellwig2021-08-231-14/+4
| * | mtd_blkdevs: simplify blktrans_getgeoChristoph Hellwig2021-08-231-2/+1
| * | mtd_blkdevs: remove blktrans_ref_mutexChristoph Hellwig2021-08-231-12/+1
| * | mtd_blkdevs: simplify blktrans_dev_getChristoph Hellwig2021-08-231-15/+2
| * | mtd/rfd_ftl: don't cast away the type when calling add_mtd_blktrans_devChristoph Hellwig2021-08-231-1/+1
| * | mtd/ftl: don't cast away the type when calling add_mtd_blktrans_devChristoph Hellwig2021-08-231-1/+1
| * | mtd_blkdevs: use lockdep_assert_heldChristoph Hellwig2021-08-231-8/+2
| * | mtd_blkdevs: don't hold del_mtd_blktrans_dev in blktrans_{open, release}Christoph Hellwig2021-08-231-5/+0
| * | mtd: mtdconcat: Check _read, _write callbacks existence before assignmentZhihao Cheng2021-08-171-2/+4
| * | mtd: mtdconcat: Judge callback existence based on the masterZhihao Cheng2021-08-171-8/+19
| * | mtd: maps: remove dead MTD map driver for PMC-Sierra MSP boardsLukas Bulwahn2021-08-173-251/+0
| * | mtd: rfd_ftl: use container_of() rather than castSean Young2021-08-171-7/+7
| * | mtd: rfd_ftl: fix use-after-freeSean Young2021-08-171-1/+1
| * | mtd: rfd_ftl: add discard supportSean Young2021-08-171-0/+29
| * | mtd: rfd_ftl: allow use of MTD_RAM for testing purposesSean Young2021-08-171-1/+2
| * | mtdblock: Warn if added for a NAND deviceEzequiel Garcia2021-08-172-0/+8
| * | mtdblock: Add comment about UBI block devicesEzequiel Garcia2021-08-061-0/+3
| * | mtdblock: Update old JFFS2 mention in KconfigEzequiel Garcia2021-08-061-4/+3
| |/
* | Merge tag 'mtd/fixes-for-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-165-13/+19
|\ \
| * | mtd: rawnand: Fix probe failure due to of_get_nand_secure_regions()Manivannan Sadhasivam2021-08-061-0/+6
| * | mtd: fix lock hierarchy in deregister_mtd_blktransDesmond Cheong Zhi Xi2021-08-061-1/+1