summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2023-08-18mtd: rawnand: qcom: Clear buf_count and buf_start in raw readMd Sadre Alam
2023-08-18Merge tag 'spi-nor/for-6.6' into mtd/nextMiquel Raynal
2023-08-18mtd: maps: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt
2023-08-18mtd: rawnand: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt
2023-08-18mtd: rawnand: fsmc: handle clk prepare error in fsmc_nand_resume()Yi Yang
2023-08-18mtd: rawnand: Propagate error and simplify ternary operators for brcmstb_nand...Ruan Jinjie
2023-08-18mtd: rawnand: qcom: Sort includes alphabeticallyManivannan Sadhasivam
2023-08-18mtd: rawnand: qcom: Do not override the error no of submit_descs()Manivannan Sadhasivam
2023-08-18mtd: rawnand: qcom: Simplify the call to nand_prog_page_end_op()Manivannan Sadhasivam
2023-08-18mtd: rawnand: qcom: Unmap sg_list and free desc within submic_descs()Manivannan Sadhasivam
2023-08-18mtd: rawnand: qcom: Wrap qcom_nand_exec_op() to 80 columnsManivannan Sadhasivam
2023-08-18mtd: rawnand: qcom: Use EOPNOTSUPP instead of ENOTSUPPManivannan Sadhasivam
2023-08-18mtd: rawnand: qcom: Fix the opcode check in qcom_check_op()Manivannan Sadhasivam
2023-08-18mtd: rawnand: qcom: Handle unsupported opcode in qcom_op_cmd_mapping()Manivannan Sadhasivam
2023-08-18mtd: rawnand: qcom: Rename variables in qcom_op_cmd_mapping()Manivannan Sadhasivam
2023-08-18mtd: rawnand: qcom: Remove superfluous initialization of "ret"Manivannan Sadhasivam
2023-08-18mtd: spi-nor: nxp-spifi: Use helper function devm_clk_get_enabled()Li Zetao
2023-08-18mtd: spi-nor: Add support for sst26vf032b flashMiquel Raynal
2023-08-18mtd: spi-nor: Check bus width while setting QE bitHsin-Yi Wang
2023-08-04mtd: rawnand: vf610_nfc: Do not check 0 for platform_get_irq()Zhu Wang
2023-08-04mtd: rawnand: brcmnand: Use devm_platform_ioremap_resource_byname()Li Zetao
2023-08-04mtd: Clean refcounting with MTD_PARTITIONED_MASTERMiquel Raynal
2023-08-04mtd: fix use-after-free in mtd releaseAlexander Usyskin
2023-07-28mtd: rawnand: meson: fix build errorArseniy Krasnov
2023-07-28mtd: rawnand: qcom: Fix address parsing within ->exec_op()Miquel Raynal
2023-07-28mtd: rawnand: qcom: Early structure initializationMiquel Raynal
2023-07-28mtd: rawnand: qcom: Fix a typoMiquel Raynal
2023-07-28mtd: rawnand: qcom: Fix wrong indentationMiquel Raynal
2023-07-28mtd: rawnand: qcom: Fix the spacingMiquel Raynal
2023-07-28mtd: rawnand: qcom: Fix alignment with open parenthesisMiquel Raynal
2023-07-28mtd: rawnand: qcom: Use u8 instead of uint8_tMiquel Raynal
2023-07-28mtd: rawnand: qcom: Use the BIT() macroMiquel Raynal
2023-07-27mtdblock: make warning messages ratelimitedColin Ian King
2023-07-27mtd: Explicitly include correct DT includesRob Herring
2023-07-27mtd: rawnand: brcmnand: propagate init error -EPROBE_DEFER upRafał Miłecki
2023-07-27mtd: rawnand: meson: support for 512B ECC step sizeArseniy Krasnov
2023-07-27mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op()Christophe JAILLET
2023-07-27mtd: spi-nor: avoid holes in struct spi_mem_opArnd Bergmann
2023-07-26mtd: spi-nor: spansion: switch cypress_nor_get_page_size() to use vreg_offsetTudor Ambarus
2023-07-26mtd: spi-nor: spansion: switch s25hx_t to use vreg_offset for quad_enable()Tudor Ambarus
2023-07-26mtd: spi-nor: spansion: let SFDP determine the flash and sector sizeTudor Ambarus
2023-07-26mtd: spi-nor: spansion: add support for S28HS02GTTakahiro Kuwano
2023-07-26mtd: spi-nor: spansion: add octal DTR support in RD_ANY_REG_OPTakahiro Kuwano
2023-07-26mtd: spi-nor: spansion: add MCP support in set_octal_dtr()Takahiro Kuwano
2023-07-26mtd: spi-nor: spansion: switch h28hx's ready() to use vreg_offsetTakahiro Kuwano
2023-07-26mtd: spi-nor: spansion: switch set_octal_dtr method to use vreg_offsetTakahiro Kuwano
2023-07-26mtd: spi-nor: spansion: prepare octal dtr methods for multi chip supportTakahiro Kuwano
2023-07-26mtd: spi-nor: spansion: preserve CFR2V[7] when writing MEMLATTakahiro Kuwano
2023-07-26mtd: spi-nor: spansion: use CLPEF as an alternative to CLSRTakahiro Kuwano
2023-07-22mtd: spi-nor: spansion: return method directlyTudor Ambarus