summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: stm32_fmc2: fix broken ECCChristophe Kerello2020-10-301-7/+8
* mtd: spi-nor: Fix address width on flash chips > 16MBBert Vermeulen2020-10-281-3/+5
* mtd: spi-nor: Don't copy self-pointing struct aroundAlexander Sverdlin2020-10-281-3/+2
* mtd: rawnand: ifc: Move the ECC engine initialization to the right placeFabio Estevam2020-10-261-19/+24
* mtd: rawnand: mxc: Move the ECC engine initialization to the right placeFabio Estevam2020-10-261-12/+5
* Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-181-0/+13
|\
| * ubi: check kthread_should_stop() after the setting of task stateZhihao Cheng2020-09-171-0/+13
* | Merge tag 'mtd/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2020-10-1789-980/+2051
|\ \
| * | mtd: hyperbus: Fix build failure when only RPCIF_HYPERBUS is enabledVignesh Raghavendra2020-10-121-1/+1
| * | Merge tag 'cfi/for-5.10' of gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/...Richard Weinberger2020-10-114-16/+306
| |\ \
| | * | mtd: hyperbus: add Renesas RPC-IF driverSergei Shtylyov2020-10-063-0/+178
| | * | mtd: hyperbus: hbmc-am654: Add DMA support for readsVignesh Raghavendra2020-09-301-1/+125
| | * | mtd: hyperbus: hbmc-am654: Drop pm_runtime* calls from probeVignesh Raghavendra2020-09-301-14/+2
| | * | mtd: hyperbus: hbmc-am654: Fix direct mapping setup flash accessVignesh Raghavendra2020-09-301-2/+2
| * | | Merge tag 'spi-nor/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Richard Weinberger2020-10-115-44/+35
| |\ \ \
| | * | | Revert "mtd: spi-nor: Prefer asynchronous probe"Vignesh Raghavendra2020-10-061-1/+0
| | * | | mtd: spi-nor: winbond: Add support for w25q64jwmIkjoon Jang2020-09-291-0/+9
| | * | | mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-S SPI serial flashMika Westerberg2020-09-291-0/+1
| | * | | mtd: spi-nor: macronix: Add SECT_4K to mx25l12805dRobert Marko2020-09-291-1/+1
| | * | | mtd: spi-nor: Prefer asynchronous probeDouglas Anderson2020-09-291-0/+1
| | |/ /
| * | | Merge tag 'nand/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger2020-10-1168-905/+1458
| |\ \ \
| | * | | mtd: onenand: simplify the return expression of onenand_transfer_auto_oobLiu Shixin2020-09-301-7/+2
| | * | | mtd: rawnand: cadence: remove a redundant dev_err callLiu Shixin2020-09-301-6/+2
| | * | | mtd: rawnand: ams-delta: Fix non-OF build warningJanusz Krzysztofik2020-09-301-0/+2
| | * | | mtd: rawnand: Don't overwrite the error code from nand_set_ecc_soft_ops()Tudor Ambarus2020-09-301-3/+1
| | * | | mtd: rawnand: Introduce nand_set_ecc_on_host_ops()Tudor Ambarus2020-09-301-53/+61
| | * | | mtd: rawnand: atmel: Check return values for nand_read_data_opAlex Dewar2020-09-301-2/+8
| | * | | mtd: rawnand: vf610: Remove unused function vf610_nfc_transfer_size()YueHaibing2020-09-301-5/+0
| | * | | mtd: rawnand: qcom: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-301-16/+8
| | * | | mtd: rawnand: marvell: Fix and update kerneldocKrzysztof Kozlowski2020-09-301-7/+16
| | * | | mtd: rawnand: marvell: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-301-4/+1
| | * | | mtd: rawnand: gpmi: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-301-4/+2
| | * | | mtd: rawnand: atmel: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-301-7/+3
| | * | | mtd: onenand: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-301-4/+1
| | * | | mtd: rawnand: marvell: Support panic_write for mtdoopsChris Packham2020-09-301-5/+33
| | * | | mtd: spinand: gigadevice: Add support for GD5F4GQ4xCHauke Mehrtens2020-09-301-0/+49
| | * | | mtd: spinand: gigadevice: Add QE BitHauke Mehrtens2020-09-301-5/+5
| | * | | mtd: spinand: gigadevice: Only one dummy byte in QUADIOHauke Mehrtens2020-09-301-2/+2
| | * | | mtd: rawnand: vf610: disable clk on error handling path in probeEvgeny Novikov2020-09-301-2/+4
| | * | | mtd: rawnand: oxnas: cleanup/simplify codePavel Machek2020-09-301-2/+1
| | * | | mtd: spinand: macronix: Add support for MX31UF1GE4BCYouChing Lin2020-09-301-0/+10
| | * | | mtd: spinand: macronix: Add support for MX31LF1GE4BCYouChing Lin2020-09-301-0/+10
| | * | | mtd: rawnand: pasemi: Make pasemi_device_ready() staticWei Yongjun2020-09-301-1/+1
| | * | | mtd: rawnand: stm32_fmc2: fix a buffer overflowChristophe Kerello2020-09-301-1/+1
| | * | | mtd: rawnand: atmel: Get rid of the legacy interface implementationBoris Brezillon2020-09-301-197/+1
| | * | | mtd: rawnand: atmel: Convert the driver to exec_op()Boris Brezillon2020-09-301-0/+267
| | * | | mtd: rawnand: atmel: Use nand_prog_page_end_op()Boris Brezillon2020-09-301-14/+2
| | * | | mtd: rawnand: atmel: Use nand_{write,read}_data_op()Boris Brezillon2020-09-301-5/+5
| | * | | mtd: rawnand: atmel: Drop redundant nand_read_page_op()Boris Brezillon2020-09-301-4/+1
| | * | | mtd: rawnand: atmel: Enable the NFC controller at probe timeBoris Brezillon2020-09-301-6/+6