linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-27 18:00:07 to 2020-04-29 16:26:59 UTC [more...]

[PATCH v2 00/11] Supporting restricted NAND controllers
 2020-04-29 16:26 UTC  (21+ messages)
` [PATCH v2 01/11] mtd: rawnand: Translate obscure bitfields into readable macros
` [PATCH v2 02/11] mtd: rawnand: Reorder the nand_chip->options flags
` [PATCH v2 03/11] mtd: rawnand: Rename a NAND chip option
` [PATCH v2 04/11] mtd: rawnand: Fix comments about the use of bufpoi
` [PATCH v2 05/11] mtd: rawnand: Rename the use_bufpoi variables
` [PATCH v2 06/11] mtd: rawnand: Avoid indirect access to ->data_buf()
` [PATCH v2 07/11] mtd: rawnand: onfi: Adapt the parameter page read to constraint controllers
` [PATCH v2 08/11] mtd: rawnand: jedec: "
` [PATCH v2 09/11] mtd: rawnand: Expose monolithic read/write_page_raw() helpers
` [PATCH v2 10/11] mtd: rawnand: Allow controllers to overload soft ECC hooks
` [PATCH v2 11/11] mtd: rawnand: micron: Allow controllers to overload raw accessors

[PATCH v5 0/7] Add Rockchip NFC drivers for RK3308 and others
 2020-04-29 15:55 UTC  (8+ messages)
` [PATCH v5 1/7] dt-bindings: mtd: Describe Rockchip RK3xxx NAND flash controller
` [PATCH v5 2/7] mtd: rawnand: rockchip: NFC drivers for RK3308, RK3188 and others

[PATCH v4 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-04-29 15:34 UTC  (14+ messages)
` [PATCH v4 1/2] dt-bindings: mtd: Add YAML for Nand Flash Controller support
` [PATCH v4 2/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

[PATCH] ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()
 2020-04-29 15:03 UTC  (3+ messages)

[PATCH] mtd: cfi_cmdset_0001: Support the absence of protection registers
 2020-04-29 14:47 UTC  (2+ messages)

[PATCH v2 0/6] mtd: rawnand: atmel: Convert the driver to exec_op()
 2020-04-29 13:20 UTC  (7+ messages)
` [PATCH v2 1/6] mtd: rawnand: atmel: Enable the NFC controller at probe time
` [PATCH v2 2/6] mtd: rawnand: atmel: Drop redundant nand_read_page_op()
` [PATCH v2 3/6] mtd: rawnand: atmel: Use nand_{write,read}_data_op()
` [PATCH v2 4/6] mtd: rawnand: atmel: Use nand_prog_page_end_op()
` [PATCH v2 5/6] mtd: rawnand: atmel: Convert the driver to exec_op()
` [PATCH v2 6/6] mtd: rawnand: atmel: Get rid of the legacy interface implementation

[PATCH 1/8] dt-bindings: clock: Convert ingenic,cgu.txt to YAML
 2020-04-28 14:12 UTC  (6+ messages)
` [PATCH 2/8] dt-bindings: intc: Convert ingenic,intc.txt "
` [PATCH 8/8] dt-bindings: display: Convert ingenic,lcd.txt "
  ` [PATCH 8/8] dt-bindings: display: Convert ingenic, lcd.txt "

[PATCH v3 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-04-29 11:50 UTC  (16+ messages)
` [PATCH v3 1/2] dt-bindings: mtd: Add YAML for Nand Flash Controller support
` [PATCH v3 2/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

[PATCH v2 00/12] add STM32 FMC2 controller drivers
 2020-04-29 10:27 UTC  (29+ messages)
` [PATCH v2 01/12] dt-bindings: mfd: stm32-fmc2: add STM32 FMC2 controller documentation
` [PATCH v2 04/12] mtd: rawnand: stm32_fmc2: manage all errors cases at probe time
` [PATCH v2 06/12] mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_MS for timeouts
` [PATCH v2 07/12] mtd: rawnand: stm32_fmc2: cleanup
` [PATCH v2 08/12] mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macros
` [PATCH v2 10/12] mtd: rawnand: stm32_fmc2: use regmap APIs

[PATCH v2 0/5] mtd: spi-nor: Add support for Octal 8D-8D-8D mode
 2020-04-29  8:37 UTC  (10+ messages)

[PATCH 00/17] mtd: rawnand: cafe: Convert to exec_op() (and more)
 2020-04-29  8:28 UTC  (45+ messages)
` [PATCH 01/17] mtd: rawnand: cafe: Get rid of an inaccurate kernel doc header
` [PATCH 02/17] mtd: rawnand: cafe: Rename cafe_nand_write_page_lowlevel()
` [PATCH 03/17] mtd: rawnand: cafe: Use a correct ECC mode and pass the ECC alg
` [PATCH 04/17] mtd: rawnand: cafe: Include linux/io.h instead of asm/io.h
` [PATCH 05/17] mtd: rawnand: cafe: Demistify register fields
` [PATCH 06/17] mtd: rawnand: cafe: Factor out the controller initialization logic
` [PATCH 07/17] mtd: rawnand: cafe: Get rid of the debug module param
` [PATCH 08/17] mtd: rawnand: cafe: Use devm_kzalloc and devm_request_irq()
` [PATCH 09/17] mtd: rawnand: cafe: Get rid of a useless label
` [PATCH 10/17] mtd: rawnand: cafe: Explicitly inherit from nand_controller
` [PATCH 11/17] mtd: rawnand: cafe: Don't leave ECC enabled in the write path
` [PATCH 12/17] mtd: rawnand: cafe: Don't split things when reading/writing a page
` [PATCH 13/17] mtd: rawnand: cafe: Add exec_op() support
` [PATCH 14/17] mtd: rawnand: cafe: Get rid of the legacy interface implementation
` [PATCH 15/17] mtd: rawnand: cafe: Adjust the cafe_{read, write}_buf() prototypes
  ` [PATCH 15/17] mtd: rawnand: cafe: Adjust the cafe_{read,write}_buf() prototypes
` [PATCH 16/17] mtd: rawnand: cafe: Handle non-32bit aligned reads/writes
` [PATCH 17/17] mtd: rawnand: cafe: s/uint{8,16,32}_t/u{8,16,32}/

[PATCH] mtd: spi-nor: spansion: Differentiate between s25fl256s and s25fs256s
 2020-04-29  7:51 UTC  (2+ messages)

[PATCH 1/2] mtd: spi-nor: Uniformize the return value in spi_nor_*_ready()
 2020-04-29  6:49 UTC  (6+ messages)
` [PATCH 2/2] mtd: spi-nor: Fix description of the sr_ready() return value

[PATCH] mtd: spi-nor: Enable locking for n25q00/n25q00a
 2020-04-29  6:47 UTC  (4+ messages)

[PATCH] mtd: spi-nor: Fixup page size and map selection for S25FS-S
 2020-04-29  6:39 UTC  (4+ messages)

[PATCH v2 0/2] mtd: spi-nor: macronix: Add support for mx25l512/mx25u512
 2020-04-29  5:53 UTC  (3+ messages)

[PATCH] mtd: physmap_of_gemini: remove defined but not used symbol 'syscon_match'
 2020-04-28 14:20 UTC  (4+ messages)

[PATCH 00/10] Supporting restricted NAND controllers
 2020-04-28 12:05 UTC  (11+ messages)
` [PATCH 01/10] mtd: rawnand: Translate obscure bitfields into readable macros
` [PATCH 03/10] mtd: rawnand: Rename a NAND chip option
` [PATCH 05/10] mtd: rawnand: Rename the use_bufpoi variables

[PATCH v3 0/9] Misc timing changes
 2020-04-28  9:43 UTC  (10+ messages)
` [PATCH v3 1/9] mtd: rawnand: timings: Add mode information to the timings structure
` [PATCH v3 2/9] mtd: rawnand: timings: Fix default tR_max and tCCS_min timings
` [PATCH v3 3/9] mtd: rawnand: onfi: Fix redundancy detection check
` [PATCH v3 4/9] mtd: rawnand: onfi: Use intermediate variables to improve readability
` [PATCH v3 5/9] mtd: rawnand: onfi: Define the number of parameter pages
` [PATCH v3 6/9] mtd: rawnand: onfi: Avoid doing a copy of the parameter page
` [PATCH v3 7/9] mtd: rawnand: onfi: Drop a useless parameter page read
` [PATCH v3 8/9] mtd: rawnand: jedec: Define the number of parameter pages
` [PATCH v3 9/9] mtd: rawnand: jedec: Use intermediate variables to improve readability

[PATCH v2 0/9] Misc timing changes
 2020-04-28  9:39 UTC  (13+ messages)
` [PATCH v2 2/9] mtd: rawnand: timings: Fix default tR_max and tCCS_min timings
` [PATCH v2 3/9] mtd: rawnand: onfi: Fix redundancy detection check
` [PATCH v2 5/9] mtd: rawnand: onfi: Define the number of parameter pages

[PATCH] mtd: spi-nor: spansion: fix writes on S25FS512S
 2020-04-28  9:21 UTC  (2+ messages)
` [EXT] "

[PATCH v2 4/5] mtd: spi-nor: fix kernel-doc for spi_nor::info
 2020-04-28  8:56 UTC  (3+ messages)
` [PATCH trivial] mtd: spi-nor: Fix SPI NOR acronym

[PATCH 0/5] Fix typo ('struct spi-nor') in the kernel-doc comments
 2020-04-28  8:37 UTC  (2+ messages)

[PATCH v2 0/5] Fix kernel-doc comments for 'struct spi_nor'
 2020-04-28  8:35 UTC  (2+ messages)

[PATCH v4 00/16] mtd: spi-nor: add xSPI Octal DTR support
 2020-04-28  5:25 UTC  (6+ messages)
` [PATCH v4 05/16] mtd: spi-nor: default to address width of 3 for configurable widths

[PATCH 1/1] mtd/intel-spi: Support cmdline-based partition
 2020-04-27 21:20 UTC  (25+ messages)

[PATCH v2 0/3] mtd: lpddr: Fix bad logic bug in print_drs_error
 2020-04-27 20:09 UTC  (7+ messages)
` [PATCH v2 1/3] mtd: lpddr: Fix bad logic "
` [PATCH v2 2/3] mtd: lpddr: Replace printk with pr_notice
` [PATCH v2 3/3] mtd: lpddr: Move function print_drs_error to lpddr_cmds.c

[PATCH 1/3] mtd: rawnand: Add a NAND_NO_BBM_QUIRK flag
 2020-04-27 19:30 UTC  (8+ messages)
` [PATCH 2/3] mtd: rawnand: cafe: Set the "
` [PATCH 3/3] mtd: rawnand: diskonchip: "

[PATCH 0/3] mtd: lpddr: Fix bad logic bug in print_drs_error
 2020-04-27 19:21 UTC  (11+ messages)
` [PATCH 1/3] mtd: lpddr: Fix bad logic "
` [PATCH 2/3] mtd: lpddr: Replace printk with pr_notice
` [PATCH 3/3] mtd: lpddr: Move function print_drs_error to lpddr_cmds.c

[PATCH] mtd: Fix mtd not the same name not registered if nvmem
 2020-04-27 19:10 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 0/9] mtd: rawnand: bcm47xx: Convert the driver exec_op()
 2020-04-27 18:49 UTC  (14+ messages)
` [PATCH 4/9] mtd: rawnand: bcm47xx: Demistify a few more things
` [PATCH 5/9] mtd: rawnand: bcm47xx: Implement the exec_op() interface
` [PATCH 6/9] mtd: rawnand: bcm47xx: Get rid of the legacy implementation
` [PATCH 9/9] mtd: rawnand: bcm47xx: Move the driver to drivers/mtd/nand/raw/

[PATCH 1/2] mtd: rawnand: Propage CS selection to sub operations
 2020-04-27 18:36 UTC  (8+ messages)
` [PATCH 2/2] mtd: rawnand: atmel: Convert the driver to exec_op()

[PATCH v2 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-04-27 18:30 UTC  (5+ messages)
` [PATCH v2 2/2] "

[RFC PATCH] mtd: lpddr: Fix bad logic in print_drs_error
 2020-04-27 18:09 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).