linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-21 14:45:44 to 2022-09-06 06:03:30 UTC [more...]

[PATCH RESEND v8 0/5] fix the meson NFC clock
 2022-09-06  6:00 UTC  (6+ messages)
` [PATCH RESEND v8 1/5] dt-bindings: nand: meson: fix meson nfc clock
` [PATCH RESEND v8 2/5] mtd: rawnand: meson: fix the clock
` [PATCH RESEND v8 3/5] mtd: rawnand: meson: refine resource getting in probe
` [PATCH RESEND v8 4/5] dt-bindings: nand: meson: convert txt to yaml
` [PATCH RESEND v8 5/5] mtd: rawnand: meson: not support legacy clock

[PATCH RESEND v8 0/5] fix the meson NFC clock
 2022-09-06  2:20 UTC  (4+ messages)
` [PATCH RESEND v8 4/5] dt-bindings: nand: meson: convert txt to yaml

[PATCH v1 00/11] Get rid of [devm_]gpiod_get_from_of_node() public APIs
 2022-09-06  0:19 UTC  (51+ messages)
` [PATCH v1 01/11] PCI: tegra: switch to using devm_fwnode_gpiod_get
` [PATCH v1 02/11] drm/tegra: "
` [PATCH v1 03/11] mtd: rawnand: stm32_fmc2: switch to using devm_fwnode_gpiod_get()
` [PATCH v1 04/11] usb: phy: tegra: switch to using devm_gpiod_get()
` [PATCH v1 05/11] usb: gadget: udc: at91: switch to using fwnode_gpiod_get_index()
` [PATCH v1 06/11] PCI: aardvark: switch to using devm_gpiod_get_optional()
` [PATCH v1 07/11] PCI: apple: switch to using fwnode_gpiod_get_index()
` [PATCH v1 08/11] regulator: bd71815: switch to using devm_fwnode_gpiod_get()
` [PATCH v1 09/11] regulator: bd9576: "
` [PATCH v1 10/11] watchdog: bd9576_wdt: "
` [PATCH v1 11/11] gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIs
` (subset) [PATCH v1 00/11] Get rid of [devm_]gpiod_get_from_of_node() public APIs

[PATCH] mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
 2022-09-05  8:15 UTC  (5+ messages)

[PATCH RESEND v8 0/5] fix the meson NFC clock
 2022-09-05  7:37 UTC  (8+ messages)
` [PATCH RESEND v8 1/5] dt-bindings: nand: meson: fix meson nfc clock
` [PATCH RESEND v8 2/5] mtd: rawnand: meson: fix the clock
` [PATCH RESEND v8 3/5] mtd: rawnand: meson: refine resource getting in probe
` [PATCH RESEND v8 4/5] dt-bindings: nand: meson: convert txt to yaml
` [PATCH RESEND v8 5/5] mtd: rawnand: meson: not support legacy clock

[PATCH] mtd: rawnand: fix spelling typo in comment
 2022-09-05  6:32 UTC 

[PATCH] jffs2: correct logic when creating a hole in jffs2_write_begin
 2022-09-04 19:39 UTC  (4+ messages)

[PATCH 0/2] mtd: rawnand: brcmnand: Glue driver Kconfig entries
 2022-09-03 19:04 UTC  (4+ messages)

[PATCH v1 00/14] nvmem: core: introduce NVMEM layouts
 2022-09-02 14:46 UTC  (49+ messages)
` [PATCH v1 01/14] net: add helper eth_addr_add()
` [PATCH v1 02/14] of: base: add of_parse_phandle_with_optional_args()
` [PATCH v1 03/14] nvmem: core: add an index parameter to the cell
` [PATCH v1 04/14] nvmem: core: drop the removal of the cells in nvmem_add_cells()
` [PATCH v1 05/14] nvmem: core: add nvmem_add_one_cell()
` [PATCH v1 06/14] nvmem: core: introduce NVMEM layouts
` [PATCH v1 07/14] nvmem: core: add per-cell post processing
` [PATCH v1 08/14] dt-bindings: mtd: relax the nvmem compatible string
` [PATCH v1 09/14] dt-bindings: nvmem: add YAML schema for the sl28 vpd layout
` [PATCH v1 10/14] nvmem: layouts: add sl28vpd layout
` [PATCH v1 11/14] nvmem: core: export nvmem device size
` [RFC PATCH v1 12/14] nvmem: layouts: rewrite the u-boot-env driver as a NVMEM layout
` [RFC PATCH v1 13/14] nvmem: layouts: u-boot-env: add device node
` [PATCH v1 14/14] arm64: dts: ls1028a: sl28: get MAC addresses from VPD

[PATCH] mtd: spi-nor: fix memory leak when using debugfs_lookup()
 2022-09-02 14:01 UTC  (2+ messages)

[PATCH v2 00/20] nvmem: core: introduce NVMEM layouts
 2022-09-02  7:27 UTC  (23+ messages)
` [PATCH v2 01/20] net: add helper eth_addr_add()
` [PATCH v2 02/20] of: base: add of_parse_phandle_with_optional_args()
` [PATCH v2 03/20] nvmem: core: add an index parameter to the cell
` [PATCH v2 04/20] nvmem: core: move struct nvmem_cell_info to nvmem-provider.h
` [PATCH v2 05/20] nvmem: core: drop the removal of the cells in nvmem_add_cells()
` [PATCH v2 06/20] nvmem: core: add nvmem_add_one_cell()
` [PATCH v2 07/20] nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()
` [PATCH v2 08/20] nvmem: core: introduce NVMEM layouts
` [PATCH v2 09/20] nvmem: core: add per-cell post processing
` [PATCH v2 10/20] nvmem: core: allow to modify a cell before adding it
` [PATCH v2 11/20] nvmem: imx-ocotp: replace global post processing with layouts
` [PATCH v2 12/20] nvmem: cell: drop global cell_post_process
` [PATCH v2 13/20] nvmem: core: drop priv pointer in post process callback
` [PATCH v2 14/20] dt-bindings: mtd: relax the nvmem compatible string
` [PATCH v2 15/20] dt-bindings: nvmem: add YAML schema for the sl28 vpd layout
` [PATCH v2 16/20] nvmem: layouts: add sl28vpd layout
` [PATCH v2 17/20] nvmem: core: export nvmem device size
` [PATCH v2 18/20] arm64: dts: ls1028a: sl28: get MAC addresses from VPD
` [RFC PATCH v2 19/20] nvmem: layouts: rewrite the u-boot-env driver as a NVMEM layout
` [RFC PATCH v2 20/20] nvmem: layouts: u-boot-env: add device node

[PATCH] mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on program/erase times
 2022-09-02  7:02 UTC  (8+ messages)

[PATCH v2 0/2] mtd: spi-nor: Add flash device reset support
 2022-09-01 10:28 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: mtd: spi-nor: Add reset-gpios property
` [PATCH v2 2/2] mtd: spi-nor: Add support for flash reset

Zwiększenie płynności finansowej
 2022-09-01  7:41 UTC 

[PATCH linux-next] mtd: rawnand: Remove the unneeded result variable
 2022-09-01  7:45 UTC 

[PATCH] mtd: spi-nor: sfdp: Fix index value for SCCR dwords
 2022-09-01  7:25 UTC  (2+ messages)

[PATCH 0/2] mtd: spi-nor: Add flash device reset support
 2022-09-01  5:15 UTC  (12+ messages)
` [PATCH 1/2] dt-bindings: mtd: spi-nor: Add reset-gpios property
` [PATCH 2/2] mtd: spi-nor: Add support for flash reset

[PATCH v2 0/4] mtd: spi-nor: spansion: Add support for s28hl512t, s28hl01gt, and s28hs01gt
 2022-08-31  4:59 UTC  (5+ messages)
` [PATCH v2 1/4] mtd: spi-nor: sfdp: Update params->hwcaps.mask at xSPI profile 1.0 table parse
` [PATCH v2 2/4] mtd: spi-nor: spansion: Remove NO_SFDP_FLAGS from s28hs512t info
` [PATCH v2 3/4] mtd: spi-nor: spansion: Rename s28hs512t prefix
` [PATCH v2 4/4] mtd: spi-nor: spansion: Add s28hl512t, s28hl01gt, and s28hs01gt info

[PATCH v1 1/1] mtd: rawnand: Replace of_gpio_named_count() by gpiod_count()
 2022-08-30 18:33 UTC 

UBI: corruption at LEB
 2022-08-30 12:12 UTC 

[PATCH v2 0/1] mtd: rawnand: Cache read sequential
 2022-08-29  7:24 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH] mtd: Fix repeated word in comments
 2022-08-26 10:00 UTC 

[PATCH 0/2] mtd: spi-nor: spansion: Add support for s28hl512t, s28hl01gt, and s28hs01gt
 2022-08-26 10:00 UTC  (6+ messages)
` [PATCH 1/2] mtd: spi-nor: spansion: Rename s28hs512t prefix
` [PATCH 2/2] mtd: spi-nor: spansion: Add s28hl512t, s28hl01gt, and s28hs01gt info

[PATCH 0/8] nvmem: add ethernet address offset support
 2022-08-25  9:46 UTC  (4+ messages)
` [PATCH 5/8] net: add helper eth_addr_add()

[PATCH 0/2] mtd: rawnand: Fix dma_map_sg error check
 2022-08-25  7:53 UTC  (3+ messages)
` [PATCH 1/2] mtd: rawnand: stm32_fmc2: "
` [PATCH 2/2] mtd: rawnand: marvell: Fix error handle regarding dma_map_sg

[PATCH 0/1] mtd: mtdpart: Fix cosmetic print
 2022-08-25  6:04 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v1 8/9] mtd: spinand: toshiba: Demote non-conformant kernel-doc header
 2022-08-23  8:35 UTC 

[PATCH v1 04/19] mtd: rawnand: stm32_fmc2: Fix dma_map_sg error check
 2022-08-23  7:49 UTC  (2+ messages)

gpmi-nand: Kernel hang on i.MX6SX
 2022-08-22 20:03 UTC 

[PATCH] mtd: rawnand: atmel: Unmap streaming DMA mappings
 2022-08-21 14:45 UTC  (3+ 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).