Linux Memory Technology Devices
[Prev Page][Next Page]
- Re: [PATCH v2 01/15] mtd: nand: Add max_bad_eraseblocks_per_lun info to memorg, (continued)
- [PATCH v2 02/15] mtd: nand: Add a helper returning the number of eraseblocks per target, Miquel Raynal
- [PATCH v2 03/15] mtd: nand: Add a helper to retrieve the number of pages per target, Miquel Raynal
- [PATCH v2 04/15] mtd: spinand: Implement mtd->_max_bad_blocks, Miquel Raynal
- [PATCH v2 06/15] mtd: rawnand: Prepare things to reuse the generic NAND layer, Miquel Raynal
- [PATCH v2 08/15] mtd: rawnand: Initialize the nand_device object, Miquel Raynal
- [PATCH v2 09/15] mtd: rawnand: Provide a helper to get chip->data_buf, Miquel Raynal
- [PATCH v2 11/15] mtd: rawnand: Use nanddev_mtd_max_bad_blocks(), Miquel Raynal
- [PATCH v2 12/15] mtd: rawnand: Get rid of chip->bits_per_cell, Miquel Raynal
- [PATCH v2 13/15] mtd: rawnand: Get rid of chip->chipsize, Miquel Raynal
- [PATCH v2 15/15] mtd: rawnand: Get rid of chip->ecc_{strength, step}_ds, Miquel Raynal
- [PATCH v2 05/15] mtd: rawnand: Use nand_to_mtd() in nand_{set, get}_flash_node(), Miquel Raynal
- [PATCH v2 07/15] mtd: rawnand: Fill memorg during detection, Miquel Raynal
- [PATCH v2 10/15] mtd: rawnand: Move all page cache related fields to a sub-struct, Miquel Raynal
- [PATCH v2 14/15] mtd: rawnand: Get rid of chip->numchips, Miquel Raynal
- Re: [PATCH v2 00/15] mtd: rawnand: 5th batch of cleanups, Miquel Raynal
- [PATCH v4] mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer,
Liu Jian
- [PATCH] mtd: ubi: wl: Fix uninitialized variable, Gustavo A. R. Silva
- [RFC PATCH nand-next 0/2] meson-nand: support for older SoCs,
Martin Blumenstingl
- [PATCH 0/2] meson-nand: two small memory related fixes,
Martin Blumenstingl
- [RFC PATCH 2/2] spi: spi-mem: Add support for Zynq QSPI controller,
Naga Sureshkumar Relli
- [RFC PATCH 0/2] RFC for Zynq QSPI controller driver, Naga Sureshkumar Relli
- [PATCH] ubi: wl: Silence uninitialized variable warning,
Dan Carpenter
- ubi/ubifs performance comparison on two NAND devices,
Tim Harvey
- [PATCH v3] cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer,
Liu Jian
- [PATCH] spi-nor: intel-spi: Avoid crossing 4K address boundary on read/write,
Sverdlin, Alexander (Nokia - DE/Ulm)
- [PATCH v1 0/1] mtd: devices: add ACPI support for non-jedec m25p80,
Flavio Suligoi
- [EXT] Re: [RESEND PATCH V2 1/2] mtd: core: add erase preparation hook function pointer,
Piotr Wojtaszczyk
- [GIT PULL] mtd: Changes for 5.1,
Boris Brezillon
- gpmi-nand: Probe failure on imx6qp linux 4.19, Ibtsam Ul-Haq
- securely wipe sensitive data from mtd?,
coreassumption
- [GIT PULL] mtd: nand: Changes for 5.1, Miquel Raynal
- [PATCH] mtdram: Add module parameter name.,
Daniel Danzberger
- [RFC PATCH 26/27] mtd: spinand: Use the external ECC engine logic, Miquel Raynal
- [RFC PATCH 27/27] mtd: spinand: Propagate ECC information to the MTD structure, Miquel Raynal
- [RFC PATCH 13/27] mtd: nand: ecc: Clarify the software Hamming introductory line,
Miquel Raynal
- [RFC PATCH 16/27] mtd: nand: ecc: Let the software BCH ECC engine be a module, Miquel Raynal
- [RFC PATCH 15/27] mtd: nand: Remove useless include about software Hamming ECC, Miquel Raynal
- [RFC PATCH 17/27] mtd: nand: ecc: Let the software Hamming ECC engine be unselected, Miquel Raynal
- [RFC PATCH 18/27] mtd: nand: ecc: Create the software BCH engine instance, Miquel Raynal
- [RFC PATCH 20/27] mtd: nand: Let software ECC engines be retrieved from the NAND core, Miquel Raynal
- [RFC PATCH 14/27] mtd: nand: ecc: Turn the software Hamming implementation generic, Miquel Raynal
- [RFC PATCH 21/27] mtd: spinand: Fix typo in comment, Miquel Raynal
- [RFC PATCH 22/27] mtd: spinand: Let the SPI-NAND core flag a SPI-NAND chip, Miquel Raynal
- [RFC PATCH 23/27] mtd: spinand: Move the ECC helper functions into a separate file, Miquel Raynal
- [RFC PATCH 24/27] mtd: spinand: Instantiate a SPI-NAND on-die ECC engine, Miquel Raynal
- [RFC PATCH 25/27] mtd: nand: Add helpers to manage ECC engines and configurations, Miquel Raynal
- [RFC PATCH 19/27] mtd: nand: ecc: Create the software Hamming engine instance, Miquel Raynal
- [RFC PATCH 00/27] Introduce the generic ECC engine abstraction,
Miquel Raynal
- [RFC PATCH 01/27] mtd: nand: Move nand_device forward declaration to the top, Miquel Raynal
- [RFC PATCH 02/27] mtd: nand: Compile in the NAND core by default, Miquel Raynal
- [RFC PATCH 04/27] mtd: Fix typo in mtd_ooblayout_set_databytes() description, Miquel Raynal
- [RFC PATCH 03/27] mtd: nand: Introduce the ECC engine abstraction, Miquel Raynal
- [RFC PATCH 05/27] mtd: nand: Move standard OOB layouts to the NAND core, Miquel Raynal
- [RFC PATCH 08/27] mtd: nand: ecc: Use SPDX license identifier for the software BCH code, Miquel Raynal
- [RFC PATCH 06/27] mtd: nand: Move ECC specific functions to ecc/engine.c, Miquel Raynal
- [RFC PATCH 09/27] mtd: nand: ecc: Turn the software BCH implementation generic, Miquel Raynal
- [RFC PATCH 10/27] mtd: rawnand: Get rid of chip->ecc.priv, Miquel Raynal
- [RFC PATCH 07/27] mtd: nand: ecc: Move BCH code into the ecc/ directory, Miquel Raynal
- [RFC PATCH 12/27] mtd: nand: ecc: Use SPDX license identifier for the software Hamming code, Miquel Raynal
- [RFC PATCH 11/27] mtd: nand: ecc: Move Hamming code into the ecc/ directory, Miquel Raynal
- [PATCH 0/6] mtd: rawnand: 6th batch of cleanups,
Miquel Raynal
- [PATCH 00/15] mtd: rawnand: 5th batch of cleanups,
Miquel Raynal
- [PATCH 02/15] mtd: nand: Add an helper returning the number of eraseblocks per target, Miquel Raynal
- [PATCH 04/15] mtd: spinand: Implement mtd->_max_bad_blocks, Miquel Raynal
- [PATCH 03/15] mtd: nand: Add an helper to retrieve the number of pages per target, Miquel Raynal
- [PATCH 01/15] mtd: nand: Add max_bad_eraseblocks_per_lun info to memorg, Miquel Raynal
- [PATCH 05/15] mtd: rawnand: Use nand_to_mtd() in nand_{set, get}_flash_node(), Miquel Raynal
- [PATCH 06/15] mtd: rawnand: Prepare things to reuse the generic NAND layer, Miquel Raynal
- [PATCH 08/15] mtd: rawnand: Initialize the nand_device object, Miquel Raynal
- [PATCH 07/15] mtd: rawnand: Fill memorg during detection, Miquel Raynal
- [PATCH 09/15] mtd: rawnand: Provide an helper to get chip->data_buf, Miquel Raynal
- [PATCH 11/15] mtd: rawnand: Use nanddev_mtd_max_bad_blocks(), Miquel Raynal
- [PATCH 15/15] mtd: rawnand: Get rid of chip->ecc_{strength,step}_ds, Miquel Raynal
- [PATCH 12/15] mtd: rawnand: Get rid of chip->bits_per_cell, Miquel Raynal
- [PATCH 14/15] mtd: rawnand: Get rid of chip->numchips, Miquel Raynal
- [PATCH 13/15] mtd: rawnand: Get rid of chip->chipsize, Miquel Raynal
- [PATCH 10/15] mtd: rawnand: Move all page cache related fields to a sub-struct, Miquel Raynal
- About protecting and unprotecting in spi-nor,
Uwe Kleine-König
- [GIT PULL] mtd: spi-nor: Changes for 5.1, Boris Brezillon
- Prevent Nand page writes on Power failure,
Sascha Hauer
- [PATCH] jffs2: alloc spaces for inode & dirent together, Hou Tao
- [PATCH] jffs2: protect no-raw-node-ref check of inocache by erase_completion_lock, Hou Tao
- [PATCH 0/2] jffs2: fixes for file creation failed halfway,
Hou Tao
- [GIT PULL] mtd: Fixes for 5.0/5.0-rc8,
Boris Brezillon
- [RFC PATCH v3 00/18] fscrypt: key management improvements,
Eric Biggers
- [RFC PATCH v3 01/18] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>, Eric Biggers
- [RFC PATCH v3 04/18] fs: add ->s_master_keys to struct super_block, Eric Biggers
- [RFC PATCH v3 02/18] fscrypt: use FSCRYPT_ prefix for uapi constants, Eric Biggers
- [RFC PATCH v3 03/18] fscrypt: use FSCRYPT_* definitions, not FS_*, Eric Biggers
- [RFC PATCH v3 05/18] fscrypt: add ->ci_inode to fscrypt_info, Eric Biggers
- [RFC PATCH v3 08/18] fs/dcache.c: add shrink_dcache_inode(), Eric Biggers
- [RFC PATCH v3 10/18] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl, Eric Biggers
- [RFC PATCH v3 07/18] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl, Eric Biggers
- [RFC PATCH v3 14/18] fscrypt: require that key be added when setting a v2 encryption policy, Eric Biggers
- [RFC PATCH v3 06/18] fscrypt: refactor v1 policy key setup into keysetup_legacy.c, Eric Biggers
- [RFC PATCH v3 15/18] ext4: wire up new fscrypt ioctls, Eric Biggers
- [RFC PATCH v3 17/18] ubifs: wire up new fscrypt ioctls, Eric Biggers
- [RFC PATCH v3 13/18] fscrypt: allow unprivileged users to add/remove keys for v2 policies, Eric Biggers
- [RFC PATCH v3 12/18] fscrypt: v2 encryption policy support, Eric Biggers
- [RFC PATCH v3 18/18] fscrypt: document the new ioctls and policy version, Eric Biggers
- [RFC PATCH v3 09/18] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl, Eric Biggers
- [RFC PATCH v3 11/18] fscrypt: add an HKDF-SHA512 implementation, Eric Biggers
- [RFC PATCH v3 16/18] f2fs: wire up new fscrypt ioctls, Eric Biggers
- Re: [RFC PATCH v3 00/18] fscrypt: key management improvements, Andreas Dilger
- Re: [RFC PATCH v3 00/18] fscrypt: key management improvements, David Howells
- [PATCH v2 0/2] mtd: nand: Add Cadence NAND controller driver,
Piotr Sroka
- [PATCH v2] cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer,
Liu Jian
[RFC PATCH 0/5] MTD: Add Initial Hyperbus support,
Vignesh R
mtd: mchp23k256: How to follow a more generic approach?,
Heinrich.Toews
[PATCH v2 1/2] mtd: spi-nor: Add support for EN25Q80A,
Schrempf Frieder
[PATCH v4 0/7] mtd: rawnand: Support bad block markers in first, second or last page,
Schrempf Frieder
[PATCH][next] mtd: spi-nor: cadence-quadspi: fix spelling mistake: "Couldnt't" -> "Couldn't",
Colin King
[PATCH] vfs: don't decrement i_nlink in d_tmpfile,
Darrick J. Wong
[PATCH] mtd: spi-nor: Add Winbond w25q16jv support,
Robert Marko
mtd utilities work but ubi utilities do not?,
Matt Schepers
[PATCH 00/11] add support for sam9x60 nand controller,
Tudor.Ambarus
- [PATCH 01/11] ARM: at91: add sam9x60 SFR definitions, Tudor.Ambarus
- [PATCH 02/11] memory: atmel-ebi: add generic name for ebi regmap, Tudor.Ambarus
- [PATCH 03/11] dt-bindings: memory: atmel-ebi: add sam9x60 compatible, Tudor.Ambarus
- [PATCH 04/11] memory: atmel-ebi: add sam9x60 EBI support, Tudor.Ambarus
- [PATCH 06/11] dt-bindings: mtd: atmel-nand: add sam9x60 compatible, Tudor.Ambarus
- [PATCH 09/11] mfd: syscon: atmel: switch to SPDX license identifiers, Tudor.Ambarus
- [PATCH 08/11] memory: atmel-ebi: move NUM_CS definition inside atmel-ebi, Tudor.Ambarus
- [PATCH 10/11] memory: atmel-ebi: switch to SPDX license identifiers, Tudor.Ambarus
- [PATCH 05/11] mtd: rawnand: atmel: add generic name for EBICSA regmap, Tudor.Ambarus
- [PATCH 07/11] mtd: rawnand: atmel: add sam9x60 nand controller support, Tudor.Ambarus
- [PATCH 11/11] mtd: rawnand: atmel: switch to SPDX license identifiers, Tudor.Ambarus
- Re: [PATCH 00/11] add support for sam9x60 nand controller, Miquel Raynal
[Question] Use mr25h40 in a custom DSDT ACPI table, Flavio Suligoi
[PATCH v6 0/2] cadence-quadspi: Add Octal mode support,
Vignesh R
[PATCH v2 00/10] mtd: rawnand: denali: exec_op(), controller/chip separation, and cleanups,
Masahiro Yamada
- [PATCH v2 03/10] mtd: rawnand: denali: remove unneeded casts in denali_{read, write}_pio, Masahiro Yamada
- [PATCH v2 09/10] mtd: rawnand: denali: remove DENALI_NR_BANKS macro, Masahiro Yamada
- [PATCH v2 01/10] mtd: rawnand: denali: use nand_chip pointer more for internal functions, Masahiro Yamada
- [PATCH v2 06/10] mtd: rawnand: denali: use bool type instead of int where appropriate, Masahiro Yamada
- [PATCH v2 07/10] mtd: rawnand: denali_pci: rename goto labels, Masahiro Yamada
- [PATCH v2 10/10] mtd: rawnand: denali: clean up coding style, Masahiro Yamada
- [PATCH v2 08/10] mtd: rawnand: denali: decouple controller and NAND chips, Masahiro Yamada
- [PATCH v2 02/10] mtd: rawnand: denali: refactor syndrome layout handling for raw access, Masahiro Yamada
- [PATCH v2 05/10] mtd: rawnand: denali: use more precise timeout for NAND_OP_WAITRDT_INSTR, Masahiro Yamada
- [PATCH v2 04/10] mtd: rawnand: denali: switch over to ->exec_op() from legacy hooks, Masahiro Yamada
[PATCH V4] mtd: spi-nor: split s25fl128s into s25fl128s0 and s25fl128s1,
A. Celenk
[PATCH] jffs2: Fix use of uninitialized erase_completion_lcok,
Brandon Maier
[RFC PATCH v2 00/20] fscrypt: key management improvements,
Eric Biggers
- [RFC PATCH v2 01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>, Eric Biggers
- [RFC PATCH v2 05/20] fscrypt: add ->ci_inode to fscrypt_info, Eric Biggers
- [RFC PATCH v2 04/20] fs: add ->s_master_keys to struct super_block, Eric Biggers
- [RFC PATCH v2 02/20] fscrypt: use FSCRYPT_ prefix for uapi constants, Eric Biggers
- [RFC PATCH v2 08/20] fs/inode.c: export inode_lru_list_del(), Eric Biggers
- [RFC PATCH v2 06/20] fscrypt: refactor v1 policy key setup into keysetup_legacy.c, Eric Biggers
- [RFC PATCH v2 10/20] fs/dcache.c: add shrink_dcache_inode(), Eric Biggers
- [RFC PATCH v2 11/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl, Eric Biggers
- [RFC PATCH v2 12/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl, Eric Biggers
- [RFC PATCH v2 13/20] fscrypt: add an HKDF-SHA512 implementation, Eric Biggers
- [RFC PATCH v2 17/20] ext4: wire up new fscrypt ioctls, Eric Biggers
- [RFC PATCH v2 07/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl, Eric Biggers
- [RFC PATCH v2 16/20] fscrypt: require that key be added when setting a v2 encryption policy, Eric Biggers
- [RFC PATCH v2 18/20] f2fs: wire up new fscrypt ioctls, Eric Biggers
- [RFC PATCH v2 19/20] ubifs: wire up new fscrypt ioctls, Eric Biggers
- [RFC PATCH v2 15/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies, Eric Biggers
- [RFC PATCH v2 14/20] fscrypt: v2 encryption policy support, Eric Biggers
- [RFC PATCH v2 20/20] fscrypt: document the new ioctls and policy version, Eric Biggers
- [RFC PATCH v2 03/20] fscrypt: use FSCRYPT_* definitions, not FS_*, Eric Biggers
- [RFC PATCH v2 09/20] fs/inode.c: rename and export dispose_list(), Eric Biggers
[PATCH] mtd-utils: fixes verification percent display in flashcp,
drolevar
Re: [PATCH v3 1/2] drivers/mtd: Use mtd->name when registering nvmem device,
Boris Brezillon
[PATCH v4 1/9] dt-bindings: mtd: ingenic: Add compatible strings for JZ4740 and JZ4725B,
Paul Cercueil
- [PATCH v4 2/9] dt-bindings: mtd: ingenic: Change 'BCH' to 'ECC' in documentation, Paul Cercueil
- [PATCH v4 3/9] mtd: rawnand: Move drivers for Ingenic SoCs to subfolder, Paul Cercueil
- [PATCH v4 5/9] mtd: rawnand: ingenic: Rename jz4780_nand driver to ingenic_nand, Paul Cercueil
- [PATCH v4 6/9] mtd: rawnand: ingenic: Separate top-level and SoC specific code, Paul Cercueil
- [PATCH v4 7/9] mtd: rawnand: ingenic: Add support for the JZ4740, Paul Cercueil
- [PATCH v4 8/9] mtd: rawnand: ingenic: Add support for the JZ4725B, Paul Cercueil
- [PATCH v4 9/9] mtd: rawnand: ingenic: Add ooblayout for the Qi Ben Nanonote, Paul Cercueil
- [PATCH v4 4/9] mtd: rawnand: ingenic: Use SPDX license notifiers, Paul Cercueil
- Re: [PATCH v4 1/9] dt-bindings: mtd: ingenic: Add compatible strings for JZ4740 and JZ4725B, Rob Herring
- Re: [PATCH v4 1/9] dt-bindings: mtd: ingenic: Add compatible strings for JZ4740 and JZ4725B, Miquel Raynal
[GIT PULL] mtd: Fixes for 5.0-rc6,
Boris Brezillon
[PATCH] ubifs: reject unsupported ioctl flags explicitly,
Hou Tao
RE: [PATCH] mtd: cfi_cmdset_0002: Mark expected switch fall-throughs,
Tokunori Ikegami
[LINUX PATCH v13] rawnand: pl353: Add basic driver for arm pl353 smc nand interface,
Naga Sureshkumar Relli
[RESEND PATCH v2] mtd: spi-nor: Fix wrong abbreviation HWCPAS,
Bean Huo (beanhuo)
[PATCH] mtd: phram: Mark expected switch fall-throughs,
Gustavo A. R. Silva
[PATCH] mtd: lpddr_cmds: Mark expected switch fall-through,
Gustavo A. R. Silva
[PATCH] mtd: cfi_util: mark expected switch fall-throughs,
Gustavo A. R. Silva
[PATCH v3] mtd: rawnand: Mark expected switch fall-throughs,
Gustavo A. R. Silva
[PATCH v2] mtd: spi-nor: Fix wrong abbreviation HWCPAS,
Bean Huo (beanhuo)
i.MX28 nand driver broken in Linux 4.18,
Wolfgang Grandegger
[PATCH 00/11] mtd: rawnand: denali: exec_op(), controller/chip separation, and cleanups,
Masahiro Yamada
- [PATCH 03/11] mtd: rawnand: denali: remove unneeded casts in denali_{read, write}_pio, Masahiro Yamada
- [PATCH 01/11] mtd: rawnand: denali: use nand_chip pointer more for internal functions, Masahiro Yamada
- [PATCH 04/11] mtd: rawnand: denali: switch over to ->exec_op() from legacy hooks, Masahiro Yamada
- [PATCH 06/11] mtd: rawnand: denali: use more precise timeout for NAND_OP_WAITRDT_INSTR, Masahiro Yamada
- [PATCH 05/11] mtd: rawnand: denali: rename irq_status to irq_stat, Masahiro Yamada
- [PATCH 07/11] mtd: rawnand: denali: use bool type instead of int where appropriate, Masahiro Yamada
- [PATCH 02/11] mtd: rawnand: denali: refactor syndrome layout handling for raw access, Masahiro Yamada
- [PATCH 09/11] mtd: rawnand: denali: decouple controller and NAND chips, Masahiro Yamada
- [PATCH 10/11] mtd: rawnand: denali: remove DENALI_NR_BANKS macro, Masahiro Yamada
- [PATCH 08/11] mtd: rawnand: denali_pci: rename goto labels, Masahiro Yamada
- [PATCH 11/11] mtd: rawnand: denali: clean up coding style, Masahiro Yamada
- Re: [PATCH 00/11] mtd: rawnand: denali: exec_op(), controller/chip separation, and cleanups, Miquel Raynal
[PATCH v5 2/2] mtd: rawnand: mtk: fix possible object reference leak, Wen Yang
[PATCH v5 1/2] mtd: rawnand: jz4780: fix possible object reference leak, Wen Yang
[PATCH] include: mtd: spi-nor: change HWCPAS to HWCAPS,
Bean Huo (beanhuo)
[PATCH v4 2/3] mtd: rawnand: jz4780: fix possible object reference leak,
Wen Yang
[PATCH v4 3/3] mtd: rawnand: mtk: fix possible object reference leak,
Wen Yang
[PATCH v5 1/3] mtd: rawnand: atmel: fix possible object reference leak,
Wen Yang
[PATCH] mtd: rawnand: gpmi: Introduce GPMI_IS_MXS() macro,
Fabio Estevam
[PATCH] mtd: rawnand: call onfi_fill_data_interface() once again after nand_detect,
Masahiro Yamada
[PATCH V3] mtd: spi-nor: split s25fl128s into s25fl128s0 and s25fl128s1,
A. Celenk
[PATCH v3 3/3] mtd: rawnand: mtk: fix possible object reference leak, Wen Yang
[PATCH v3 2/3] mtd: rawnand: jz4780: fix possible object reference leak, Wen Yang
[PATCH v4 1/3] mtd: rawnand: atmel: fix possible object reference leak,
Wen Yang
[PATCH V2] drivers/mtd: Fix device registration error,
Aneesh Kumar K.V
[PATCH] mtd: powernv: SPDX and comment fixups,
Joel Stanley
[PATCH v6 00/13] spi: atmel-quadspi: introduce sam9x60 qspi controller,
Tudor.Ambarus
- [PATCH v6 01/13] spi: atmel-quadspi: cache MR value to avoid a write access, Tudor.Ambarus
- [PATCH v6 02/13] spi: atmel-quadspi: order header files inclusion alphabetically, Tudor.Ambarus
- [PATCH v6 04/13] spi: atmel-quadspi: fix naming scheme, Tudor.Ambarus
- [PATCH v6 05/13] spi: atmel-quadspi: remove unnecessary cast, Tudor.Ambarus
- [PATCH v6 03/13] spi: atmel-quadspi: drop wrappers for iomem accesses, Tudor.Ambarus
- [PATCH v6 07/13] spi: atmel-quadspi: switch to SPDX license identifiers, Tudor.Ambarus
- [PATCH v6 08/13] spi: atmel-quadspi: rework transfer macros, Tudor.Ambarus
- [PATCH v6 10/13] dt-bindings: spi: atmel-quadspi: make "pclk" mandatory, Tudor.Ambarus
- [PATCH v6 09/13] dt-bindings: spi: atmel-quadspi: update example to new clock binding, Tudor.Ambarus
- [PATCH v6 06/13] spi: atmel-quadspi: return appropriate error code, Tudor.Ambarus
- [PATCH v6 11/13] spi: atmel-quadspi: add support for named peripheral clock, Tudor.Ambarus
- [PATCH v6 12/13] dt-bindings: spi: atmel-quadspi: QuadSPI driver for Microchip SAM9X60, Tudor.Ambarus
- [PATCH v6 13/13] spi: atmel-quadspi: add support for sam9x60 qspi controller, Tudor.Ambarus
[PATCH v2] mtd: rawnand: mtk: fix possible object reference leak, Wen Yang
[PATCH v5 00/13] spi: atmel-quadspi: introduce sam9x60 qspi controller,
Tudor.Ambarus
- [PATCH v5 02/13] spi: atmel-quadspi: order header files inclusion alphabetically, Tudor.Ambarus
- [PATCH v5 03/13] spi: atmel-quadspi: drop wrappers for iomem accesses, Tudor.Ambarus
- [PATCH v5 09/13] dt-bindings: spi: atmel-quadspi: update example to new clock binding, Tudor.Ambarus
- [PATCH v5 11/13] spi: atmel-quadspi: add support for named peripheral clock, Tudor.Ambarus
- [PATCH v5 10/13] dt-bindings: spi: atmel-quadspi: make "pclk" mandatory, Tudor.Ambarus
- [PATCH v5 12/13] dt-bindings: spi: atmel-quadspi: QuadSPI driver for Microchip SAM9X60, Tudor.Ambarus
- [PATCH v5 07/13] spi: atmel-quadspi: switch to SPDX license identifiers, Tudor.Ambarus
- [PATCH v5 13/13] spi: atmel-quadspi: add support for sam9x60 qspi controller, Tudor.Ambarus
- [PATCH v5 08/13] spi: atmel-quadspi: rework transfer macros, Tudor.Ambarus
- [PATCH v5 06/13] spi: atmel-quadspi: return appropriate error code, Tudor.Ambarus
- [PATCH v5 05/13] spi: atmel-quadspi: remove unnecessary cast, Tudor.Ambarus
- [PATCH v5 01/13] spi: atmel-quadspi: cache MR value to avoid a write access, Tudor.Ambarus
- [PATCH v5 04/13] spi: atmel-quadspi: fix naming scheme, Tudor.Ambarus
[PATCH v2] mtd: rawnand: gpmi: fix MX28 bus master lockup problem,
Martin Kepplinger
[PATCH v2] mtd: rawnand: jz4780: fix possible object reference leak,
Wen Yang
[PATCH v3] mtd: rawnand: atmel: fix possible object reference leak,
Wen Yang
[PATCH v5 00/11] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project,
Tokunori Ikegami
[Index of Archives]
[Linux Kernel]
[Bugtraq]
[Yosemite Discussion]