aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-30mtd: rawnand: Use the ECC framework user input parsing bitsMiquel Raynal1-72/+70
2020-09-30mtd: rawnand: Use the ECC framework nand_ecc_is_strong_enough() helperMiquel Raynal1-38/+1
2020-09-30mtd: rawnand: Use the ECC framework OOB layoutsMiquel Raynal8-173/+19
2020-09-30mtd: hyperbus: hbmc-am654: Add DMA support for readsVignesh Raghavendra1-1/+125
2020-09-30mtd: hyperbus: hbmc-am654: Drop pm_runtime* calls from probeVignesh Raghavendra1-14/+2
2020-09-30mtd: hyperbus: hbmc-am654: Fix direct mapping setup flash accessVignesh Raghavendra1-2/+2
2020-09-29mtd: spi-nor: winbond: Add support for w25q64jwmIkjoon Jang1-0/+9
2020-09-29mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-S SPI serial flashMika Westerberg1-0/+1
2020-09-29mtd: spi-nor: macronix: Add SECT_4K to mx25l12805dRobert Marko1-1/+1
2020-09-29mtd: spi-nor: Prefer asynchronous probeDouglas Anderson1-0/+1
2020-09-28mtd: rawnand: Make use of the ECC frameworkMiquel Raynal2-0/+2
2020-09-28mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal16-86/+144
2020-09-28mtd: spinand: Use nanddev_get_ecc_conf() when relevantMiquel Raynal3-9/+10
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal50-181/+207
2020-09-28mtd: rawnand: Separate the ECC engine type and the ECC byte placementMiquel Raynal7-45/+64
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-0/+2
2020-09-17ubi: check kthread_should_stop() after the setting of task stateZhihao Cheng1-0/+13
2020-09-15mtd: spear_smi: use for_each_child_of_node() macroQinglang Miao1-2/+2
2020-09-14Revert "mtd: spi-nor: Add capability to disable flash quad mode"Yicong Yang2-41/+24
2020-09-14Revert "mtd: spi-nor: Disable the flash quad mode in spi_nor_restore()"Yicong Yang1-2/+0
2020-09-11mtd: mtdconcat: map: remove redundant assignment to variable 'size'Colin Ian King1-1/+0
2020-09-07mtd: mtdoops: Don't write panic data twiceMark Tomlinson1-5/+6
2020-09-02mtd: nand: Introduce the ECC engine frameworkMiquel Raynal3-0/+494
2020-09-02mtd: mtdconcat: map through panic write handlerMatt Weber1-0/+44
2020-09-01mtd: rawnand: oxnas: cleanup/simplify codePavel Machek1-2/+1
2020-08-27mtd: lpddr: fix excessive stack usage with clangArnd Bergmann1-16/+19
2020-08-27mtd: Avoid comma separated statementsJoe Perches1-2/+8
2020-08-27mtd: maps: physmap: Retain mtd-name property from dtsChris Packham1-1/+2
2020-08-27mtd: lpddr: Move function print_drs_error to lpddr_cmds.cGustavo A. R. Silva1-0/+28
2020-08-27mtd: mtdcore: Convert to DEFINE_SHOW_ATTRIBUTEYongqiang Liu1-24/+4
2020-08-27mtd: nand: Add a NAND page I/O request typeMiquel Raynal1-2/+2
2020-08-27mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal27-62/+62
2020-08-10Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds2-1/+7
2020-08-09Merge tag 'mtd/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds51-792/+1104
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-0/+2
2020-08-07Merge tag 'nand/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/nextRichard Weinberger36-604/+865
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds4-5/+5
2020-08-03Merge tag 'spi-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds3-1552/+0
2020-08-02ubi: fastmap: Free fastmap next anchor peb during detachZhihao Cheng1-0/+5
2020-08-02ubi: fastmap: Don't produce the initial next anchor PEB when fastmap is disabledZhihao Cheng1-1/+2
2020-08-02mtd: rawnand: omap_elm: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-08-02mtd: Replace HTTP links with HTTPS onesAlexander A. Klimov3-3/+3
2020-08-02mtd: hyperbus: Replace HTTP links with HTTPS onesAlexander A. Klimov2-2/+2
2020-08-02Merge tag 'spi-nor/for-5.9' of https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/nextRichard Weinberger12-1584/+71
2020-07-29Merge remote-tracking branch 'spi/for-5.9' into spi-nextMark Brown3-1552/+0
2020-07-28mtd: revert "spi-nor: intel: provide a range for poll_timout"Luis Alberto Herrera1-2/+2
2020-07-27mtd: spi-nor: update read capabilities for w25q64 and s25fl064kRayagonda Kokatanur2-2/+4
2020-07-27mtd: spi-nor: micron: Add SPI_NOR_DUAL_READ flag on mt25qu02gDavid Clear1-2/+2
2020-07-27mtd: spi-nor: macronix: Add support for mx66u2g45gDavid Clear1-0/+3
2020-07-27mtd: spi-nor: intel-spi: Simulate WRDI commandAlexander Sverdlin1-0/+9