summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2020-05-11mtd: Add support for emulated SLC mode on MLC NANDsBoris Brezillon
2020-05-11mtd: rawnand: toshiba: Set the pairing scheme for TC58TEG5DCLTA00Boris Brezillon
2020-05-11mtd: rawnand: Define the "distance 3" MLC pairing schemeBoris Brezillon
2020-05-11mtd: rawnand: toshiba: Add a specific init for TC58TEG5DCLTA00Boris Brezillon
2020-05-11mtd: rawnand: cs553x: Get rid of the legacy interface implementationBoris Brezillon
2020-05-11mtd: rawnand: cs553x: Implement exec_op()Boris Brezillon
2020-05-11mtd: rawnand: cs553x: Stop using chip->legacy.IO_ADDR_{R, W}Boris Brezillon
2020-05-11mtd: rawnand: cs553x: Declare controllers instead of NAND chipsBoris Brezillon
2020-05-11mtd: rawnand: jedec: Use intermediate variables to improve readabilityMiquel Raynal
2020-05-11mtd: rawnand: jedec: Define the number of parameter pagesMiquel Raynal
2020-05-11mtd: rawnand: onfi: Drop a useless parameter page readMiquel Raynal
2020-05-11mtd: rawnand: onfi: Avoid doing a copy of the parameter pageMiquel Raynal
2020-05-11mtd: rawnand: onfi: Define the number of parameter pagesMiquel Raynal
2020-05-11mtd: rawnand: onfi: Use intermediate variables to improve readabilityMiquel Raynal
2020-05-11mtd: rawnand: onfi: Fix redundancy detection checkMiquel Raynal
2020-05-11mtd: rawnand: timings: Fix default tR_max and tCCS_min timingsMiquel Raynal
2020-05-11mtd: rawnand: timings: Add mode information to the timings structureMiquel Raynal
2020-05-11mtd: rawnand: marvell: Rename the ->correct() functionMiquel Raynal
2020-05-11mtd: rawnand: marvell: Rename a function to clarifyMiquel Raynal
2020-05-11mtd: rawnand: marvell: Fix probe error pathMiquel Raynal
2020-05-11mtd: rawnand: marvell: Use nand_cleanup() when the device is not yet registeredMiquel Raynal
2020-05-11mtd: rawnand: marvell: Use devm_platform_ioremap_res()Miquel Raynal
2020-05-11mtd: rawnand: marvell: Fix the condition on a return codeMiquel Raynal
2020-05-11mtd: rawnand: Give more information about the ECC weaknessMiquel Raynal
2020-05-11mtd: rawnand: au1550nd: Patch the read/write buf helper prototypesBoris Brezillon
2020-05-11mtd: rawnand: au1550nd: Get rid of the legacy interface implementationBoris Brezillon
2020-05-10mtd: rawnand: au1550nd: Implement exec_op()Boris Brezillon
2020-05-10mtd: rawnand: au1550nd: Stop using IO_ADDR_{R, W} in au_{read, write}_buf[16]()Boris Brezillon
2020-05-10mtd: rawnand: denali: add more delays before latching incoming dataMasahiro Yamada
2020-05-10mtd: rawnand: Take check_only into accountBoris Brezillon
2020-05-10mtd: rawnand: brcmnand: Remove unused including <linux/version.h>YueHaibing
2020-05-10mtd: rawnand: cadence: Make cadence_nand_attach_chip staticYueHaibing
2020-05-10mtd: rawnand: ingenic: Make qi_lb60_ooblayout_ops staticYueHaibing
2020-05-10mtd: rawnand: fsmc: Change to non-atomic bit operationsFenghua Yu
2020-05-09bdi: remove the name field in struct backing_dev_infoChristoph Hellwig
2020-05-09bdi: simplify bdi_allocChristoph Hellwig
2020-04-30mtd: cfi_cmdset_0001: Support the absence of protection registersJean-Philippe Brucker
2020-04-29mtd: spi-nor: Fix description of the sr_ready() return valueTudor Ambarus
2020-04-29mtd: spi-nor: Uniformize the return value in spi_nor_*_ready()Tudor Ambarus
2020-04-29mtd: spi-nor: micron-st: Enable locking for n25q00Jungseung Lee
2020-04-28mtd: spi-nor: macronix: Add support for mx25u51245gMason Yang
2020-04-28mtd: spi-nor: macronix: Add support for mx25l51245gMason Yang
2020-04-28mtd: spi-nor: core: fix kernel-doc typo for spi_nor_[{info|sfdp}_]init_params()Sergei Shtylyov
2020-04-28mtd: spi-nor: core: fix kernel-doc typo for spi_nor_manufacturer_init_params()Sergei Shtylyov
2020-04-21mtd: spi-nor: Enable locking for n25q128a11Xiang Chen
2020-04-20mtd: spi-nor: spansion: Enable dual and quad read for s25fl256s0Takahiro Kuwano
2020-04-09mtd: spi-nor: Compile files in controllers/ directoryGuenter Roeck
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-03-30ubi: ubi-media.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-30ubi: fastmap: Only produce the initial anchor PEB when fastmap is usedHou Tao