summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2020-09-30mtd: rawnand: atmel: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-30mtd: onenand: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-30mtd: rawnand: marvell: Support panic_write for mtdoopsChris Packham
2020-09-30mtd: spinand: gigadevice: Add support for GD5F4GQ4xCHauke Mehrtens
2020-09-30mtd: spinand: gigadevice: Add QE BitHauke Mehrtens
2020-09-30mtd: spinand: gigadevice: Only one dummy byte in QUADIOHauke Mehrtens
2020-09-30mtd: rawnand: vf610: disable clk on error handling path in probeEvgeny Novikov
2020-09-30mtd: rawnand: oxnas: cleanup/simplify codePavel Machek
2020-09-30mtd: spinand: macronix: Add support for MX31UF1GE4BCYouChing Lin
2020-09-30mtd: spinand: macronix: Add support for MX31LF1GE4BCYouChing Lin
2020-09-30mtd: rawnand: pasemi: Make pasemi_device_ready() staticWei Yongjun
2020-09-30mtd: rawnand: stm32_fmc2: fix a buffer overflowChristophe Kerello
2020-09-30mtd: rawnand: atmel: Get rid of the legacy interface implementationBoris Brezillon
2020-09-30mtd: rawnand: atmel: Convert the driver to exec_op()Boris Brezillon
2020-09-30mtd: rawnand: atmel: Use nand_prog_page_end_op()Boris Brezillon
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-30mtd: hyperbus: hbmc-am654: Add DMA support for readsVignesh Raghavendra
2020-09-30mtd: hyperbus: hbmc-am654: Drop pm_runtime* calls from probeVignesh Raghavendra
2020-09-30mtd: hyperbus: hbmc-am654: Fix direct mapping setup flash accessVignesh Raghavendra
2020-09-29mtd: spi-nor: winbond: Add support for w25q64jwmIkjoon Jang
2020-09-29mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-S SPI serial flashMika Westerberg
2020-09-29mtd: spi-nor: macronix: Add SECT_4K to mx25l12805dRobert Marko
2020-09-29mtd: spi-nor: Prefer asynchronous probeDouglas Anderson
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-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig
2020-09-17ubi: check kthread_should_stop() after the setting of task stateZhihao Cheng
2020-09-15mtd: spear_smi: use for_each_child_of_node() macroQinglang Miao
2020-09-14Revert "mtd: spi-nor: Add capability to disable flash quad mode"Yicong Yang
2020-09-14Revert "mtd: spi-nor: Disable the flash quad mode in spi_nor_restore()"Yicong Yang
2020-09-11mtd: mtdconcat: map: remove redundant assignment to variable 'size'Colin Ian King
2020-09-07mtd: mtdoops: Don't write panic data twiceMark Tomlinson
2020-09-02mtd: nand: Introduce the ECC engine frameworkMiquel Raynal
2020-09-02mtd: mtdconcat: map through panic write handlerMatt Weber
2020-09-01mtd: rawnand: oxnas: cleanup/simplify codePavel Machek
2020-08-27mtd: lpddr: fix excessive stack usage with clangArnd Bergmann
2020-08-27mtd: Avoid comma separated statementsJoe Perches
2020-08-27mtd: maps: physmap: Retain mtd-name property from dtsChris Packham
2020-08-27mtd: lpddr: Move function print_drs_error to lpddr_cmds.cGustavo A. R. Silva
2020-08-27mtd: mtdcore: Convert to DEFINE_SHOW_ATTRIBUTEYongqiang Liu
2020-08-27mtd: nand: Add a NAND page I/O request typeMiquel Raynal