summary refs log tree commit diff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2020-09-30mtd: rawnand: atmel: Use nand_{write,read}_data_op()Boris Brezillon
2020-09-30mtd: rawnand: atmel: Drop redundant nand_read_page_op()Boris Brezillon
2020-09-30mtd: rawnand: atmel: Enable the NFC controller at probe timeBoris Brezillon
2020-09-30mtd: rawnand: Use the NAND framework user_conf object for ECC flagsMiquel Raynal
2020-09-30mtd: rawnand: Use the ECC framework user input parsing bitsMiquel Raynal
2020-09-30mtd: rawnand: Use the ECC framework nand_ecc_is_strong_enough() helperMiquel Raynal
2020-09-30mtd: rawnand: Use the ECC framework OOB layoutsMiquel Raynal
2020-09-28mtd: rawnand: Make use of the ECC frameworkMiquel Raynal
2020-09-28mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal
2020-09-28mtd: spinand: Use nanddev_get_ecc_conf() when relevantMiquel Raynal
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal
2020-09-28mtd: rawnand: Separate the ECC engine type and the ECC byte placementMiquel Raynal
2020-09-02mtd: nand: Introduce the ECC engine frameworkMiquel Raynal
2020-08-27mtd: nand: Add a NAND page I/O request typeMiquel Raynal
2020-08-27mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal
2020-08-09Merge tag 'mtd/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-08-07Merge tag 'nand/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-02mtd: rawnand: omap_elm: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-07mtd: rawnand: xway: Fix build issueMiquel Raynal
2020-07-07mtd: rawnand: stm32_fmc2: get resources from parent nodeChristophe Kerello
2020-07-07mtd: rawnand: stm32_fmc2: use regmap APIsChristophe Kerello
2020-07-07mtd: rawnand: stm32_fmc2: do not display errors if the driver is deferredChristophe Kerello
2020-07-07mtd: rawnand: ingenic: cleanup ARRAY_SIZE() vs sizeof() useDan Carpenter
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu
2020-06-26mtd: rawnand: brcmnand: ECC error handling on EDU transfersKamal Dasu
2020-06-26mtd: rawnand: brcmnand: Don't default to edu transferKamal Dasu
2020-06-26mtd: rawnand: qcom: set BAM mode only if not set alreadySivaprakash Murugesan
2020-06-26mtd: rawnand: qcom: avoid write to unavailable registerSivaprakash Murugesan
2020-06-26mtd: rawnand: trivial spellingKieran Bingham
2020-06-26mtd: rawnand: gpio: Get rid of the legacy interface implementationBoris Brezillon
2020-06-26mtd: rawnand: gpio: Implement exec_op()Boris Brezillon
2020-06-26mtd: rawnand: gpio: Inherit from nand_controllerBoris Brezillon
2020-06-26mtd: rawnand: fsl_upm: Get rid of the legacy interface implementationBoris Brezillon
2020-06-26mtd: rawnand: fsl_upm: Implement exec_op()Boris Brezillon
2020-06-26mtd: rawnand: fsl_upm: Inherit from nand_controllerBoris Brezillon
2020-06-26mtd: rawnand: fsl_upm: Use gpio descriptorsBoris Brezillon
2020-06-26mtd: rawnand: fsl_upm: Use platform_get_resource() + devm_ioremap_resource()Boris Brezillon
2020-06-26mtd: rawnand: fsl_upm: Use devm_kasprintf() to allocate the MTD nameBoris Brezillon
2020-06-26mtd: rawnand: fsl_upm: Allocate the fsl_upm_nand object using devm_kzalloc()Boris Brezillon
2020-06-26mtd: rawnand: fsl_upm: Get rid of the unused fsl_upm_nand.parts fieldBoris Brezillon
2020-06-26mtd: rawnand: fsl_upm: Remove unused mtd varBoris Brezillon
2020-06-26mtd: rawnand: Allocate the interface configurations dynamicallyMiquel Raynal
2020-06-26mtd: rawnand: Get rid of the default ONFI timing modeMiquel Raynal
2020-06-26mtd: rawnand: toshiba: Choose the interface configuration for TH58NVG2S3HBAI4Rickard x Andersson
2020-06-26mtd: rawnand: hynix: Implement ->choose_interface_config() for H27UCG8T2ATR-BCMiquel Raynal
2020-06-26mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58NVG0S3EMiquel Raynal
2020-06-26mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58TEG5DCLTA00Miquel Raynal