summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-14mtd: core: Remove partid and partname debugfs filesTudor Ambarus
2022-03-14dt-bindings: mtd: partitions: convert BCM47xx to the json-schemaRafał Miłecki
2022-03-14mtd: tests: Fix eraseblock read speed miscalculation for lower partition sizesAmit Kumar Mahapatra
2022-02-18mtd: parsers: trx: allow to use on MediaTek MIPS SoCsINAGAKI Hiroshi
2022-02-18dt-bindings: mtd: drop mtd/cortina,gemini-flash.txtCorentin Labbe
2022-02-18mtd: spear_smi: use GFP_KERNELJulia Lawall
2022-02-18Merge tag 'mtd/spi-mem-ecc-for-5.18' into mtd/nextMiquel Raynal
2022-02-10spi: mxic: Add support for pipelined ECC operationsMiquel Raynal
2022-02-10spi: mxic: Add support for direct mappingMiquel Raynal
2022-02-10spi: mxic: Create a helper to ease the start of an operationMiquel Raynal
2022-02-10spi: mxic: Create a helper to configure the controller before an operationMiquel Raynal
2022-02-10spi: mxic: Fix the transmit pathMiquel Raynal
2022-02-10mtd: spinand: Create direct mapping descriptors for ECC operationsMiquel Raynal
2022-02-10mtd: spinand: Delay a little bit the dirmap creationMiquel Raynal
2022-02-10spi: spi-mem: Add an ecc parameter to the spi_mem_op structureMiquel Raynal
2022-02-10spi: spi-mem: Kill the spi_mem_dtr_supports_op() helperMiquel Raynal
2022-02-10spi: mxic: Provide a capability structureMiquel Raynal
2022-02-10spi: cadence-quadspi: Provide a capability structureMiquel Raynal
2022-02-10spi: spi-mem: Check the controller extra capabilitiesMiquel Raynal
2022-02-10spi: spi-mem: Introduce a capability structureMiquel Raynal
2022-02-10mtd: nand: mxic-ecc: Support SPI pipelined modeMiquel Raynal
2022-02-09mtd: nand: ecc: Provide a helper to retrieve a pilelined engine deviceMiquel Raynal
2022-02-09mtd: nand: mxic-ecc: Add Macronix external ECC engine supportMiquel Raynal
2022-02-07mtd: Replace the expert mode symbols with a single helperMiquel Raynal
2022-02-07mtd: mchp48l640: Add SPI ID tableMark Brown
2022-02-07mtd: mchp23k256: Add SPI ID tableMark Brown
2022-01-31mtd: rawnand: Fix misuses of of_match_node()Miquel Raynal
2022-01-31mtd: Fix misuses of of_match_ptr()Miquel Raynal
2022-01-26mtd_blkdevs: avoid soft lockups with some mtd/spi devicesDavid Decotigny
2022-01-23mtd: aspeed-smc: improve probe resiliencePatrick Williams
2022-01-23mtd: nand: Add a new helper to retrieve the ECC contextMiquel Raynal
2022-01-23mtd: nand: ecc: Add infrastructure to support hardware enginesMiquel Raynal
2022-01-23mtd: spinand: macronix: Use random program loadMason Yang
2022-01-23dt-bindings: mtd: Describe Macronix NAND ECC engineMiquel Raynal
2022-01-23dt-bindings: spi: mxic: Document the nand-ecc-engine propertyMiquel Raynal
2022-01-23dt-bindings: spi: mxic: Convert to yamlMiquel Raynal
2022-01-23dt-bindings: spi: mxic: The interrupt property is not mandatoryMiquel Raynal
2022-01-23dt-bindings: vendor-prefixes: Clarify Macronix prefixMiquel Raynal
2022-01-23dt-bindings: mtd: spi-nand: Convert spi-nand description file to yamlMiquel Raynal
2022-01-23dt-bindings: mtd: nand-chip: Create a NAND chip descriptionMiquel Raynal
2022-01-23dt-bindings: mtd: nand-controller: Harmonize the property typesMiquel Raynal
2022-01-23dt-bindings: mtd: nand-controller: Fix a comment in the examplesMiquel Raynal
2022-01-23dt-bindings: mtd: nand-controller: Fix the reg property descriptionMiquel Raynal
2022-01-23Linux 5.17-rc1v5.17-rc1Linus Torvalds
2022-01-23Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-01-23Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2022-01-23ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)
2022-01-23Merge tag 'kbuild-fixes-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-22perf tools: Remove redundant err variableMinghao Chi