Linux Memory Technology Devices
[Prev Page][Next Page]
- [PATCH 11/21] asm-generic: don't provide ioremap for CONFIG_MMU, (continued)
- [PATCH 11/21] asm-generic: don't provide ioremap for CONFIG_MMU, Christoph Hellwig
- [PATCH 12/21] arch: rely on asm-generic/io.h for default ioremap_* definitions, Christoph Hellwig
- [PATCH 13/21] m68k: rename __iounmap and mark it static, Christoph Hellwig
- [PATCH 14/21] hexagon: remove __iounmap, Christoph Hellwig
- [PATCH 15/21] nios2: remove __iounmap, Christoph Hellwig
- [PATCH 16/21] sh: remove __iounmap, Christoph Hellwig
- [PATCH 18/21] riscv: use the generic ioremap code, Christoph Hellwig
- [PATCH 17/21] lib: provide a simple generic ioremap implementation, Christoph Hellwig
- [PATCH 19/21] nds32: use generic ioremap, Christoph Hellwig
- [PATCH 20/21] csky: remove ioremap_cache, Christoph Hellwig
- [PATCH 21/21] csky: use generic ioremap, Christoph Hellwig
- Re: generic ioremap (and lots of cleanups) v3, Christoph Hellwig
- Message not available
[PATCH] mtd: devices: phram.c: Fix use true/false for bool type,
Saurav Girepunje
[PATCH] mtd: devices: phram.c: Fix multiple kfree statement from phram_setup,
Saurav Girepunje
[PATCH] mtd: devices: phram.c: Fix multiple kfree statement from phram_setup], Saurav Girepunje
[PATCH] MAINTAINERS: ubi/ubifs: Update the Git repository,
Miquel Raynal
MTD maintainer office hours at ELCE 2019, Richard Weinberger
[PATCH v2 0/4] mtd: rawnand: Add support Macronix Block Protection & deep power down mode,
Mason Yang
[PATCH][mtd-www] ubi.xml: many wording and spelling cleanups,
Trevor Woerner
JFFS2 garbage collection spike.., john cooper
[PATCH AUTOSEL 4.4 14/16] ubi: ubi_wl_get_peb: Increase the number of attempts while getting PEB, Sasha Levin
[PATCH AUTOSEL 4.9 17/20] ubi: ubi_wl_get_peb: Increase the number of attempts while getting PEB, Sasha Levin
[PATCH AUTOSEL 4.14 22/25] ubi: ubi_wl_get_peb: Increase the number of attempts while getting PEB, Sasha Levin
[PATCH AUTOSEL 4.19 33/37] ubi: ubi_wl_get_peb: Increase the number of attempts while getting PEB, Sasha Levin
[PATCH AUTOSEL 5.3 24/33] ubi: ubi_wl_get_peb: Increase the number of attempts while getting PEB, Sasha Levin
[bug report] mtd: spi-nor: Introduce 'struct spi_nor_controller_ops',
Dan Carpenter
[PATCH trivial] mtd: spi-nor: Spelling s/Configuraiton/Configuration/,
Geert Uytterhoeven
[PATCH 3/3] mtd: spi-nor: Add support for w25q256jw,
Manivannan Sadhasivam
[PATCH] Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path",
Richard Weinberger
[PATCH v4 0/2] mtd: rawnand: Add support Macronix NAND randomizer,
Mason Yang
[PATCH -next] mtd: rawnand: mxic: Remove dev_err() on platform_get_irq() failure,
YueHaibing
[PATCH] mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flash,
Mika Westerberg
[PATCH] ubi: Add mean_ec sysfs node and accounting,
Rob Lee
[PATCH -next] mtd: rawnand: cadence: Remove dev_err() on platform_get_irq() failure, YueHaibing
[PATCH] ubi: fastmap: fix inverted logic in seen selfcheck, Sascha Hauer
[PATCH v14 1/5] Add flags option to get xattr method paired to __vfs_getxattr,
Mark Salyzyn
[PATCH v2] mtd: spi-nor: add support for en25qh16,
DENG Qingfang
[PATCH v4] mtd: spear_smi: Fix Write Burst mode,
Miquel Raynal
[PATCH v3] mtd: spear_smi: Fix Write Burst mode, Miquel Raynal
[PATCH v2] mtd: spear_smi: Fix Write Burst mode,
Miquel Raynal
[PATCH] mtd: set mtd partition panic write flag,
Kamal Dasu
[PATCH v2] mtd: rawnand: brcmnand: Fix NULL pointer assignment,
Florian Fainelli
[PATCH v2] flashcp: Add option -A/--erase-all,
drolevar
[PATCH] flashcp: Add option -A/--erase-all, aabyzov
[PATCH] mtd: rawnand: denali: remove the old unified controller/chip DT support,
Masahiro Yamada
[PATCH 1/2 v4] mtd: add DT bindings for the Intel IXP4xx Flash,
Linus Walleij
[PATCH] Revert "jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fragtree()",
Alexander Sverdlin
[PATCH] mtd: rawnand: brcmnand: Fix sparse warning in has_flash_dma(),
Florian Fainelli
[PATCH 00/46] ARM: pxa: towards multiplatform support,
Arnd Bergmann
Re: [PATCH 00/46] ARM: pxa: towards multiplatform support, Guenter Roeck
[PATCH] mtd: spear_smi: Fix nonalignment not handled in memcpy_toio,
Miquel Raynal
generic ioremap (and lots of cleanups) v2,
Christoph Hellwig
- [PATCH 01/21] arm: remove ioremap_cached, Christoph Hellwig
- [PATCH 02/21] unicore32: remove ioremap_cached, Christoph Hellwig
- [PATCH 03/21] ia64: rename ioremap_nocache to ioremap_uc, Christoph Hellwig
- [PATCH 04/21] hexagon: clean up ioremap, Christoph Hellwig
- [PATCH 06/21] nios2: remove __ioremap, Christoph Hellwig
- [PATCH 05/21] alpha: remove the unused __ioremap wrapper, Christoph Hellwig
- [PATCH 07/21] parisc: remove __ioremap, Christoph Hellwig
- [PATCH 08/21] x86: clean up ioremap, Christoph Hellwig
- [PATCH 09/21] xtensa: clean up ioremap, Christoph Hellwig
- [PATCH 10/21] asm-generic: ioremap_uc should behave the same with and without MMU, Christoph Hellwig
- [PATCH 11/21] asm-generic: don't provide ioremap for CONFIG_MMU, Christoph Hellwig
- [PATCH 12/21] arch: rely on asm-generic/io.h for default ioremap_* definitions, Christoph Hellwig
- [PATCH 13/21] m68k: rename __iounmap and mark it static, Christoph Hellwig
- [PATCH 14/21] hexagon: remove __iounmap, Christoph Hellwig
- [PATCH 15/21] nios2: remove __iounmap, Christoph Hellwig
- [PATCH 16/21] sh: remove __iounmap, Christoph Hellwig
- [PATCH 17/21] lib: provide a simple generic ioremap implementation, Christoph Hellwig
- [PATCH 18/21] riscv: use the generic ioremap code, Christoph Hellwig
- [PATCH 19/21] nds32: use generic ioremap, Christoph Hellwig
- [PATCH 20/21] csky: remove ioremap_cache, Christoph Hellwig
- [PATCH 21/21] csky: use generic ioremap, Christoph Hellwig
Seeing ubifs unmap LEB error with linux 2.6.35 kernel,
Kiran Bangalore Sathyanarayana (kibangal)
[PATCH] MAINTAINERS: mtd/ubi/ubifs: Remove inactive maintainers,
Miquel Raynal
[PATCH v4 0/2] mtd: spi-nor: cadence-quadspi: Disable the DAC and Autopoll for Intel LGM SoC,
Ramuthevar, Vadivel MuruganX
[PATCH] ubifs: fix type of sup->hash_algo, Ben Dooks (Codethink)
[PATCH] ubifs: possible missed le64_to_cpu() in journal,
Ben Dooks (Codethink)
[PATCH] ubifs: force prandom result to __le32, Ben Dooks (Codethink)
[PATCH][RFC] mtd: spinand: fix detection of GD5FxGQ4xA flash,
Chuanhong Guo
[PATCH] mtd: spi-nor: fix silent truncation in spi_nor_read(),
Sergei Shtylyov
mtdswap + ubi results in deadlock,
Emil Lenngren
jffs2, mtd, mtd-utils and ancient kernels,
don311
[GIT PULL] mtd: Fixes for v5.4-rc3,
Richard Weinberger
[PATCH v3] mtd: maps: l440gx: Avoid printing address to dmesg, Fuqian Huang
[PATCH v2] mtd: maps: l440gx: Avoid printing address to dmesg,
Fuqian Huang
[PATCH] mtd: maps: l440gx: Avoid print address to dmesg,
Fuqian Huang
[PATCH] fscrypt: invoke crypto API for ESSIV handling,
Eric Biggers
Regression: dmaengine: imx28 with emmc,
Bruno Thomsen
[PATCH] mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of cfi_amdstd_setup(),
Hou Tao
[PATCH] mtd: spi-nor: add support for en25qh16,
Deng Qingfang
Where to define multiple volumes sizes in one MTD rootfs partition?,
JH
[PATCH] mtd: rawnand: au1550nd: Fix au_read_buf16() prototype,
Paul Burton
[RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation,
Krzysztof Kozlowski
[PATCH 00/16] mtd: spi-nor: aspeed: AST2600 support and extensions,
Cédric Le Goater
- [PATCH 01/16] mtd: spi-nor: aspeed: Use command mode for reads, Cédric Le Goater
- [PATCH 02/16] mtd: spi-nor: aspeed: Add support for SPI dual IO read mode, Cédric Le Goater
- [PATCH 03/16] mtd: spi-nor: aspeed: Link controller with the ahb clock, Cédric Le Goater
- [PATCH 04/16] mtd: spi-nor: aspeed: Add read training, Cédric Le Goater
- [PATCH 05/16] mtd: spi-nor: aspeed: Limit the maximum SPI frequency, Cédric Le Goater
- [PATCH 06/16] mtd: spi-nor: fix options for mx66l51235f, Cédric Le Goater
- [PATCH 07/16] mtd: spi-nor: aspeed: Add support for the 4B opcodes, Cédric Le Goater
- [PATCH 08/16] mtd: spi-nor: Add support for w25q512jv, Cédric Le Goater
- [PATCH 09/16] mtd: spi-nor: aspeed: Introduce a field for the AHB physical address, Cédric Le Goater
- [PATCH 10/16] mtd: spi-nor: aspeed: Introduce segment operations, Cédric Le Goater
- [PATCH 11/16] dt-bindings: mtd: aspeed-smc: Add new comptatible for AST2600, Cédric Le Goater
- [PATCH 12/16] mtd: spi-nor: aspeed: Add initial support for the AST2600, Cédric Le Goater
- [PATCH 13/16] mtd: spi-nor: aspeed: Check for disabled segments on the AST2600, Cédric Le Goater
- [PATCH 14/16] mtd: spi-nor: aspeed: Introduce training operations per platform, Cédric Le Goater
- Re: [PATCH 00/16] mtd: spi-nor: aspeed: AST2600 support and extensions, Boris Brezillon
[PATCH] mtd: cfi_cmdset_*: kill useless 'ret' variable initializers, Sergei Shtylyov
[PATCH 0/2] Fix the HyperFlash support in the AMD/Fujitsu/Spansion CFI driver,
Sergei Shtylyov
[PATCH 4.14 009/185] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword(), Greg Kroah-Hartman
[PATCH 4.9 006/129] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword(), Greg Kroah-Hartman
[PATCH 4.4 06/99] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword(), Greg Kroah-Hartman
[PATCH 0/2] ubihealthd: Fix options,
Alexander Dahl
How the bad blocks occured in despite MTD manages the bad blocks,
JH
return value of ubinize,
marcus . wolf
[PATCH v2] mtd: st_spi_fsm: remove unused field from struct stfsm,
Bartosz Golaszewski
[PATCH] mtd: blkdevs: protect tr->devs list by mtd_table_mutex,
Hou Tao
[PATCH 5.3 15/25] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword(), Greg Kroah-Hartman
[PATCH 5.2 18/45] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword(), Greg Kroah-Hartman
[PATCH 4.19 12/63] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword(), Greg Kroah-Hartman
[PATCH v2] mtd: cfi_util: use DIV_ROUND_UP() in cfi_udelay(), Sergei Shtylyov
mtdpart add/del usage,
Mauro Condarelli
[PATCH] jffs2: Fix mounting under new mount API,
David Howells
[PATCH] mtd: spi-nor: add Winbond 1.8v SPI NOR Flash ID,
Shih-Ting Lin
[v8 0/2] mtd: rawnand: Add Cadence NAND controller driver,
Piotr Sroka
[PATCH] mtd: onenand: prevent memory leak in onenand_scan,
Navid Emamdoost
Re: [v7 1/2] mtd: rawnand: Add new Cadence NAND driver to MTD subsystem (fwd),
Miquel Raynal
[PATCH] mtd: change perm of module param phram to writable, Huaijie Yi
[PATCH v2 00/22] mtd: spi-nor: Quad Enable and (un)lock methods,
Tudor.Ambarus
- [PATCH v2 01/22] mtd: spi-nor: hisi-sfc: Drop nor->erase NULL assignment, Tudor.Ambarus
- [PATCH v2 03/22] mtd: spi-nor: cadence-quadspi: Fix cqspi_command_read() definition, Tudor.Ambarus
- [PATCH v2 02/22] mtd: spi-nor: Introduce 'struct spi_nor_controller_ops', Tudor.Ambarus
- [PATCH v2 04/22] mtd: spi-nor: Rename nor->params to nor->flash, Tudor.Ambarus
- [PATCH v2 05/22] mtd: spi-nor: Rework read_sr(), Tudor.Ambarus
- [PATCH v2 07/22] mtd: spi-nor: Rework read_cr(), Tudor.Ambarus
- [PATCH v2 06/22] mtd: spi-nor: Rework read_fsr(), Tudor.Ambarus
- [PATCH v2 09/22] mtd: spi-nor: Fix retlen handling in sst_write(), Tudor.Ambarus
- [PATCH v2 08/22] mtd: spi-nor: Rework write_enable/disable(), Tudor.Ambarus
- [PATCH v2 10/22] mtd: spi-nor: Rework write_sr(), Tudor.Ambarus
- [PATCH v2 12/22] mtd: spi-nor: Report error in spi_nor_xread_sr(), Tudor.Ambarus
- [PATCH v2 11/22] mtd: spi-nor: Rework spi_nor_read/write_sr2(), Tudor.Ambarus
- [PATCH v2 13/22] mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr(), Tudor.Ambarus
- [PATCH v2 14/22] mtd: spi-nor: Drop duplicated new line, Tudor.Ambarus
- [PATCH v2 15/22] mtd: spi-nor: Drop spansion_quad_enable(), Tudor.Ambarus
- [PATCH v2 16/22] mtd: spi-nor: Fix errno on quad_enable methods, Tudor.Ambarus
- [PATCH v2 17/22] mtd: spi-nor: Check all the bits written, not just the BP ones, Tudor.Ambarus
- [PATCH v2 18/22] mtd: spi-nor: Fix clearing of QE bit on lock()/unlock(), Tudor.Ambarus
- [PATCH v2 19/22] mtd: spi-nor: Rework macronix_quad_enable(), Tudor.Ambarus
- [PATCH v2 21/22] mtd: spi-nor: Update sr2_bit7_quad_enable(), Tudor.Ambarus
- [PATCH v2 20/22] mtd: spi-nor: Rework spansion(_no)_read_cr_quad_enable(), Tudor.Ambarus
- [PATCH v2 22/22] mtd: spi-nor: Rework the disabling of block write protection, Tudor.Ambarus
- Re: [PATCH v2 00/22] mtd: spi-nor: Quad Enable and (un)lock methods, Tudor.Ambarus
[PATCH v3] mtd: fix oops when writing to phram device on arm64, Huaijie Yi
Patch "mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()" has been added to the 4.9-stable tree, gregkh
Patch "mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()" has been added to the 4.4-stable tree, gregkh
Patch "mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()" has been added to the 4.14-stable tree, gregkh
Patch "mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()" has been added to the 4.19-stable tree, gregkh
Patch "mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()" has been added to the 5.2-stable tree, gregkh
Patch "mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()" has been added to the 5.3-stable tree, gregkh
mtd: spi-nor: add Winbond 1.8v SPI NOR Flash ID,
Shih-Ting Lin
[v2] mtd: rawnand: Change calculating of position page containing BBM,
Piotr Sroka
[PATCH trivial 1/3] treewide: drivers: Fix Kconfig indentation,
Krzysztof Kozlowski
[PATCH v2] mtd: fix oops when writing to phram device on arm64, Huaijie Yi
[GIT PULL] UBI/UBIFS/JFFS2 updates for 5.4-rc1,
Richard Weinberger
[GIT PULL] MTD updates for 5.4-rc1,
Richard Weinberger
Missing all ubi commands in mtd-utils,
JH
[PATCH] ubifs: Remove obsolete TODO from dfs_file_write(), Richard Weinberger
[PATCH] jffs2:freely allocate memory when parameters are invalid,
Xiaoming Ni
[PATCH v3 00/40] Introduce the generic ECC engine abstraction,
Miquel Raynal
- [PATCH v3 01/40] mtd: rawnand: Avoid a typedef, Miquel Raynal
- [PATCH v3 02/40] mtd: rawnand: Add an invalid ECC mode to discriminate with valid ones, Miquel Raynal
- [PATCH v3 03/40] mtd: rawnand: Create a new enumeration to describe OOB placement, Miquel Raynal
- [PATCH v3 04/40] mtd: rawnand: Separate the ECC engine type and the OOB placement, Miquel Raynal
- [PATCH v3 05/40] mtd: rawnand: Create a new enumeration to describe properly ECC types, Miquel Raynal
- [PATCH v3 07/40] mtd: rawnand: Drop the legacy ECC type enumeration, Miquel Raynal
- [PATCH v3 06/40] mtd: rawnand: Use the new ECC engine type enumeration, Miquel Raynal
- [PATCH v3 08/40] mtd: nand: Move nand_device forward declaration to the top, Miquel Raynal
- [PATCH v3 09/40] mtd: nand: Add an extra level in the Kconfig hierarchy, Miquel Raynal
- [PATCH v3 10/40] mtd: nand: Drop useless 'depends on' in Kconfig, Miquel Raynal
- [PATCH v3 11/40] mtd: nand: Add a NAND page I/O request type, Miquel Raynal
- [PATCH v3 12/40] mtd: nand: Rename a core structure, Miquel Raynal
- [PATCH v3 13/40] mtd: nand: Add more parameters to the nand_ecc_props structure, Miquel Raynal
- [PATCH v3 14/40] mtd: nand: Introduce the ECC engine abstraction, Miquel Raynal
- [PATCH v3 15/40] mtd: nand: Convert the generic NAND layer to the generic ECC framework, Miquel Raynal
- [PATCH v3 16/40] mtd: Fix typo in mtd_ooblayout_set_databytes() description, Miquel Raynal
- [PATCH v3 17/40] mtd: nand: Move standard OOB layouts to the generic ECC core, Miquel Raynal
- [PATCH v3 18/40] mtd: nand: Move ECC specific functions to the ECC core, Miquel Raynal
- [PATCH v3 19/40] mtd: nand: ecc: Turn the software BCH implementation generic, Miquel Raynal
- [PATCH v3 20/40] mtd: rawnand: Get rid of chip->ecc.priv, Miquel Raynal
- [PATCH v3 21/40] mtd: nand: ecc: Move Hamming code to the generic NAND layer, Miquel Raynal
- [PATCH v3 22/40] mtd: nand: ecc: Clarify the software Hamming introductory line, Miquel Raynal
- [PATCH v3 23/40] mtd: nand: ecc: Turn the software Hamming implementation generic, Miquel Raynal
- [PATCH v3 24/40] mtd: nand: Remove useless include about software Hamming ECC, Miquel Raynal
- [PATCH v3 25/40] mtd: nand: ecc: Let the software Hamming ECC engine be unselected, Miquel Raynal
- [PATCH v3 26/40] mtd: nand: ecc: Create the software BCH engine instance, Miquel Raynal
- [PATCH v3 27/40] mtd: nand: ecc: Create the software Hamming engine instance, Miquel Raynal
- [PATCH v3 28/40] mtd: nand: Let software ECC engines be retrieved from the NAND core, Miquel Raynal
- [PATCH v3 29/40] mtd: spinand: Fix typo in comment, Miquel Raynal
- [PATCH v3 30/40] mtd: spinand: Move ECC related definitions earlier in the driver, Miquel Raynal
- [PATCH v3 31/40] mtd: spinand: Instantiate a SPI-NAND on-die ECC engine, Miquel Raynal
- [PATCH v3 32/40] mtd: nand: Let on-die ECC engines be retrieved from the NAND core, Miquel Raynal
- [PATCH v3 33/40] mtd: rawnand: Fill a default ECC provider/algorithm, Miquel Raynal
- [PATCH v3 34/40] mtd: spinand: Fill a default ECC provider/algorithm, Miquel Raynal
- [PATCH v3 35/40] mtd: nand: Add helpers to manage ECC engines and configurations, Miquel Raynal
- [PATCH v3 36/40] mtd: spinand: Use the external ECC engine logic, Miquel Raynal
- [PATCH v3 37/40] mtd: spinand: Propagate ECC information to the MTD structure, Miquel Raynal
- [PATCH v3 38/40] mtd: spinand: Allow the case where there is no ECC engine, Miquel Raynal
- [PATCH v3 39/40] mtd: spinand: Fix OOB read, Miquel Raynal
- [PATCH v3 40/40] mtd: nand: ecc: Add infrastructure to support hardware engines, Miquel Raynal
[PATCH] mtd: Initialize all parameters of mtd_oob_ops,
Miquel Raynal
[PATCH] - change calculating of position page containing BBM,
Piotr Sroka
[PATCH] mtd: st_spi_fsm: remove unused variable,
Bartosz Golaszewski
[PATCH] driver/mtd/spi-nor: Regression lock/unlock fail,
Shreyas Joshi
[PATCH] UBI: fix warning static is not at beginning of declaration, Rishi Gupta
[PATCH v9 0/2] mtd: spi-nor: add support for is25wp256 spi-nor flash,
Sagar Shrikant Kadam
[PATCH] mtd: st_spi_fsm: Use devm_platform_ioremap_resource() in stfsm_probe(),
Markus Elfring
[v7 0/2] mtd: rawnand: Add Cadence NAND controller driver,
Piotr Sroka
[PATCH RFC 1/3] mtd: rawnand: Add support manufacturer postponed initialization,
Mason Yang
[PATCH RFC 3/3] mtd: rawnand: Add support Macronix power down mode, Mason Yang
[PATCH for 4.4.y] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword(),
Tokunori Ikegami
[PATCH for 4.9.y] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword(),
Tokunori Ikegami
[PATCH for 4.14.y] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword(),
Tokunori Ikegami
[PATCH for 4.19.y] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword(),
Tokunori Ikegami
[PATCH for 5.2.y] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword(),
Tokunori Ikegami
[PATCH] mtd: Remove myself from MAINTAINERS,
marek . vasut
[PATCH 00/23] mtd: spi-nor: Quad Enable and (un)lock methods,
Tudor.Ambarus
- [PATCH 01/23] mtd: spi-nor: hisi-sfc: Drop nor->erase NULL assignment, Tudor.Ambarus
- [PATCH 03/23] mtd: spi-nor: cadence-quadspi: Fix cqspi_command_read() definition, Tudor.Ambarus
- [PATCH 04/23] mtd: spi-nor: Rename nor->params to nor->flash, Tudor.Ambarus
- [PATCH 05/23] mtd: spi-nor: Rework read_sr(), Tudor.Ambarus
- [PATCH 06/23] mtd: spi-nor: Rework read_fsr(), Tudor.Ambarus
- [PATCH 07/23] mtd: spi-nor: Rework read_cr(), Tudor.Ambarus
- [PATCH 02/23] mtd: spi-nor: Introduce 'struct spi_nor_controller_ops', Tudor.Ambarus
- [PATCH 08/23] mtd: spi-nor: Rework write_enable/disable(), Tudor.Ambarus
- [PATCH 09/23] mtd: spi-nor: Fix retlen handling in sst_write(), Tudor.Ambarus
- [PATCH 10/23] mtd: spi-nor: Rework write_sr(), Tudor.Ambarus
- [PATCH 11/23] mtd: spi-nor: Rework spi_nor_read/write_sr2(), Tudor.Ambarus
- [PATCH 12/23] mtd: spi-nor: Report error in spi_nor_xread_sr(), Tudor.Ambarus
- [PATCH 14/23] mtd: spi-nor: Drop duplicated new line, Tudor.Ambarus
- [PATCH 16/23] mtd: spi-nor: Fix errno on quad_enable methods, Tudor.Ambarus
- [PATCH 13/23] mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr(), Tudor.Ambarus
- [PATCH 15/23] mtd: spi-nor: Drop spansion_quad_enable(), Tudor.Ambarus
- [PATCH 18/23] mtd: spi-nor: Rework macronix_quad_enable(), Tudor.Ambarus
- [PATCH 20/23] mtd: spi-nor: Update sr2_bit7_quad_enable(), Tudor.Ambarus
- [PATCH 19/23] mtd: spi-nor: Rework spansion(_no)_read_cr_quad_enable(), Tudor.Ambarus
- [PATCH 17/23] mtd: spi-nor: Fix clearing of QE bit on lock()/unlock(), Tudor.Ambarus
- [PATCH 22/23] mtd: spi-nor: Add Global Block Unlock support, Tudor.Ambarus
- [PATCH 21/23] mtd: spi-nor: Rework the disabling of block write protection, Tudor.Ambarus
- [PATCH 23/23] mtd: spi-nor: Unlock global block protection on sst26vf064b, Tudor.Ambarus
- Re: [PATCH 00/23] mtd: spi-nor: Quad Enable and (un)lock methods, Vignesh Raghavendra
[PATCH] ubi: Print skip_check in ubi_dump_vol_info(), Stefan Roese
linux-next: manual merge of the vfs tree with the ubifs tree,
Mark Brown
[v6 0/2] mtd: rawnand: Add Cadence NAND controller driver,
Piotr Sroka
[PATCH] mtd: rawnand: fix spelling mistake "gravepagess" -> "gravepages",
Colin King
[PATCH 00/13] mtd: spi-nor: Clean Flash Register operations,
Tudor.Ambarus
- [PATCH 02/13] mtd: spi-nor: Introduce 'struct spi_nor_controller_ops', Tudor.Ambarus
- [PATCH 03/13] mtd: spi-nor: cadence-quadspi: Fix cqspi_command_read() definition, Tudor.Ambarus
- [PATCH 04/13] mtd: spi-nor: Rename nor->params to nor->flash, Tudor.Ambarus
- [PATCH 05/13] mtd: spi-nor: Rework read_sr(), Tudor.Ambarus
- [PATCH 06/13] mtd: spi-nor: Rework read_fsr(), Tudor.Ambarus
- [PATCH 01/13] mtd: spi-nor: hisi-sfc: Drop nor->erase NULL asignment., Tudor.Ambarus
- [PATCH 07/13] mtd: spi-nor: Rework read_cr(), Tudor.Ambarus
- [PATCH 08/13] mtd: spi-nor: Rework write_enable/disable(), Tudor.Ambarus
- [PATCH 09/13] mtd: spi-nor: Rework write_sr(), Tudor.Ambarus
- [PATCH 10/13] mtd: spi-nor: Rework spi_nor_read/write_sr2(), Tudor.Ambarus
- [PATCH 11/13] mtd: spi-nor: Report error in spi_nor_xread_sr(), Tudor.Ambarus
- [PATCH 12/13] mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr(), Tudor.Ambarus
- [PATCH 13/13] mtd: spi-nor: Drop duplicated new line, Tudor.Ambarus
[PATCH] Fix reading support of the 1-4-4-DTR read-mode from the wrong bit of the SFDP table which is part of the linux-imx fork located in the following repo: https://source.codeaurora.org/external/imx/linux-imx/?h=imx_4.14.98_2.1.0,
Christoph Fink
cannot ubiupdatevol squashfs image,
Boris Stein
[Index of Archives]
[Linux Kernel]
[Bugtraq]
[Yosemite Discussion]