summaryrefslogtreecommitdiff
path: root/include/linux/mtd
AgeCommit message (Expand)Author
2020-06-26mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal
2020-06-26mtd: rawnand: Reorganize the nand_chip structureMiquel Raynal
2020-06-26mtd: rawnand: Declare the nand_manufacturer structure out of nand_chipMiquel Raynal
2020-06-26mtd: rawnand: Rename the manufacturer structureMiquel Raynal
2020-06-26mtd: rawnand: Create a nand_chip operations structureMiquel Raynal
2020-06-26mtd: rawnand: Only use u8 instead of uint8_t in nand_chip structureMiquel Raynal
2020-06-26mtd: rawnand: Use unsigned types for nand_chip unsigned valuesMiquel Raynal
2020-06-26mtd: nand: Rename a core structureMiquel Raynal
2020-06-26mtd: nand: Move nand_device forward declaration to the topMiquel Raynal
2020-06-03Merge tag 'cfi/for-5.8' of gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/l...Richard Weinberger
2020-06-01Merge tag 'spi-nor/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Richard Weinberger
2020-05-31mtd: rawnand: Add an invalid ECC mode to discriminate with valid onesMiquel Raynal
2020-05-31mtd: rawnand: Drop OOB_FIRST placement schemeMiquel Raynal
2020-05-31mtd: rawnand: Avoid a typedefMiquel Raynal
2020-05-31mtd: rawnand: Stop using nand_release()Miquel Raynal
2020-05-28mtd: spi-nor: Fix SPI NOR acronymTudor Ambarus
2020-05-26mtd: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-24mtd: rawnand: Add nand_extract_bits()Miquel Raynal
2020-05-24mtd: rawnand: Propage CS selection to sub operationsBoris Brezillon
2020-05-11mtd: rawnand: Add a NAND_NO_BBM_QUIRK flagBoris Brezillon
2020-05-11mtd: rawnand: Expose monolithic read/write_page_raw() helpersMiquel Raynal
2020-05-11mtd: rawnand: Give the possibility to verify a read operation is supportedMiquel Raynal
2020-05-11mtd: rawnand: Rename a NAND chip optionMiquel Raynal
2020-05-11mtd: rawnand: Reorder the nand_chip->options flagsMiquel Raynal
2020-05-11mtd: rawnand: Translate obscure bitfields into readable macrosMiquel Raynal
2020-05-11mtd: Add support for emulated SLC mode on MLC NANDsBoris Brezillon
2020-05-11mtd: rawnand: timings: Add mode information to the timings structureMiquel Raynal
2020-04-28mtd: spi-nor: fix kernel-doc for spi_nor::spimemSergei Shtylyov
2020-04-28mtd: spi-nor: fix kernel-doc for spi_nor::infoSergei Shtylyov
2020-04-28mtd: spi-nor: fix kernel-doc for spi_nor::reg_protoSergei Shtylyov
2020-04-28mtd: spi-nor: fix kernel-doc for spi_nor::mtdSergei Shtylyov
2020-04-28mtd: spi-nor: fix kernel-doc for 'struct spi_nor'Sergei Shtylyov
2020-04-20mtd: spi-nor: move #define SPINOR_OP_WRDISergei Shtylyov
2020-03-30Merge tag 'nand/for-5.7' into mtd/nextMiquel Raynal
2020-03-25Merge tag 'spi-nor/for-5.7' into mtd/nextMiquel Raynal
2020-03-24mtd: rawnand: Add support for manufacturer specific suspend/resume operationMason Yang
2020-03-24mtd: spi-nor: Add SR 4bit block protection supportJungseung Lee
2020-03-17mtd: spi-nor: Trim what is exposed in spi-nor.hTudor Ambarus
2020-03-17mtd: spi-nor: Drop the MFR definitionsTudor Ambarus
2020-03-17mtd: spi-nor: Add the concept of SPI NOR manufacturer driverBoris Brezillon
2020-03-16mtd: spi-nor: Emphasise which is the generic set_4byte_addr_mode() methodTudor Ambarus
2020-03-12mtd: spinand: micron: identify SPI NAND device with Continuous Read modeShivamurthy Shastri
2020-03-11mtd: rawnand: Add support for manufacturer specific lock/unlock operationMason Yang
2020-03-11mtd: rawnand: Fix a typo ("manufecturer")Jonathan Neuschäfer
2020-03-11mtd: implement proper partition handlingMiquel Raynal
2020-03-09mtd: spinand: rework detect procedure for different READ_ID operationChuanhong Guo
2020-02-19mtd: spi-nor: use spi-mem dirmap APISergei Shtylyov
2020-02-17mtd: spi-nor: introduce SR_BP_SHIFT defineJungseung Lee
2020-01-27Merge tag 'nand/for-5.6' into mtd/nextMiquel Raynal
2020-01-14mtd: spi-nor: remove unused enum spi_nor_opsMichael Walle