aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2023-09-19mtd: spi-nor: sst: convert flash_info to new formatMichael Walle1-58/+104
2023-09-19mtd: spi-nor: spansion: convert flash_info to new formatMichael Walle1-129/+241
2023-09-19mtd: spi-nor: micron-st: convert flash_info to new formatMichael Walle1-137/+268
2023-09-19mtd: spi-nor: macronix: convert flash_info to new formatMichael Walle1-68/+150
2023-09-19mtd: spi-nor: issi: convert flash_info to new formatMichael Walle1-36/+78
2023-09-19mtd: spi-nor: intel: convert flash_info to new formatMichael Walle1-6/+16
2023-09-19mtd: spi-nor: gigadevice: convert flash_info to new formatMichael Walle1-32/+49
2023-09-19mtd: spi-nor: everspin: convert flash_info to new formatMichael Walle1-4/+23
2023-09-19mtd: spi-nor: esmt: convert flash_info to new formatMichael Walle1-9/+19
2023-09-19mtd: spi-nor: eon: convert flash_info to new formatMichael Walle1-18/+54
2023-09-19mtd: spi-nor: atmel: convert flash_info to new formatMichael Walle1-42/+80
2023-09-19mtd: spi-nor: remove or move flash_info commentsMichael Walle11-14/+1
2023-09-19mtd: spi-nor: add SNOR_ID() and SNOR_OTP()Michael Walle1-0/+14
2023-09-19mtd: spi-nor: rename .otp_org to .otp and make it a pointerMichael Walle3-4/+4
2023-09-19mtd: spi-nor: move the .id and .id_len into an own structureMichael Walle5-19/+36
2023-09-19mtd: spi-nor: introduce (temporary) INFO0()Michael Walle3-11/+14
2023-09-19mtd: spi-nor: drop .parse_sfdpMichael Walle9-36/+22
2023-09-19mtd: spi-nor: make sector_size optionalMichael Walle4-7/+16
2023-09-19mtd: spi-nor: push 4k SE handling into spi_nor_select_uniform_erase()Michael Walle1-18/+9
2023-09-19mtd: spi-nor: default .n_banks to 1Michael Walle3-7/+5
2023-09-19mtd: spi-nor: store .n_banks in struct spi_nor_flash_parameterMichael Walle2-3/+6
2023-09-19mtd: spi-nor: default page_size to 256 bytesMichael Walle2-8/+7
2023-09-19mtd: spi-nor: convert .n_sectors to .sizeMichael Walle4-11/+12
2023-09-19mtd: spi-nor: xilinx: remove addr_nbytes from S3AN_INFO()Michael Walle1-1/+0
2023-09-19mtd: spi-nor: xilinx: use SPI_NOR_ID() in S3AN_INFO()Michael Walle1-6/+1
2023-09-19mtd: spi-nor: remove Fujitsu MB85RS1MT supportMichael Walle4-24/+0
2023-09-19mtd: spi-nor: remove catalyst 'flashes'Michael Walle4-27/+0
2023-09-04Merge tag 'mfd-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds1-2/+1
2023-09-03Merge tag 'mtd/for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds80-1261/+1276
2023-08-31mtd: key superblock by device numberChristian Brauner1-34/+11
2023-08-28Merge tag 'nand/for-6.6' into mtd/nextMiquel Raynal31-946/+871
2023-08-21mtd: spear_smi: Use helper function devm_clk_get_enabled()Li Zetao1-12/+3
2023-08-21mtd: rawnand: orion: Use helper function devm_clk_get_optional_enabled()Li Zetao1-18/+4
2023-08-21mtd: rawnand: vf610_nfc: Use helper function devm_clk_get_enabled()Li Zetao1-20/+9
2023-08-21mtd: rawnand: sunxi: Use helper function devm_clk_get_enabled()Li Zetao1-23/+6
2023-08-21mtd: rawnand: stm32_fmc2: Use helper function devm_clk_get_enabled()Li Zetao1-13/+4
2023-08-21mtd: rawnand: mtk: Use helper function devm_clk_get_enabled()Li Zetao1-43/+19
2023-08-21mtd: rawnand: mpc5121: Use helper function devm_clk_get_enabled()Li Zetao1-9/+2
2023-08-21mtd: rawnand: lpc32xx_slc: Use helper function devm_clk_get_enabled()Li Zetao1-9/+3
2023-08-21mtd: rawnand: intel: Use helper function devm_clk_get_enabled()Li Zetao1-12/+3
2023-08-21mtd: rawnand: fsmc: Use helper function devm_clk_get_enabled()Li Zetao1-9/+3
2023-08-21mtd: rawnand: arasan: Use helper function devm_clk_get_enabled()Li Zetao1-24/+5
2023-08-21mtd: rawnand: qcom: Add read/read_start ops in exec_op pathSricharan Ramabadhran1-59/+35
2023-08-18mfd: Explicitly include correct DT includesRob Herring1-2/+1
2023-08-18mtd: rawnand: qcom: Clear buf_count and buf_start in raw readMd Sadre Alam1-0/+3
2023-08-18Merge tag 'spi-nor/for-6.6' into mtd/nextMiquel Raynal13-183/+293
2023-08-18mtd: maps: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt1-1/+1
2023-08-18mtd: rawnand: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt1-1/+1
2023-08-18mtd: rawnand: fsmc: handle clk prepare error in fsmc_nand_resume()Yi Yang1-1/+6
2023-08-18mtd: rawnand: Propagate error and simplify ternary operators for brcmstb_nand...Ruan Jinjie1-3/+4