linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-06 05:30:21 to 2022-10-17 12:22:56 UTC [more...]

[PATCH 00/10] spi: Add support for stacked/parallel memories
 2022-10-17 12:12 UTC  (10+ messages)
` [PATCH 01/10] spi: Add stacked memories support in SPI core
` [PATCH 02/10] spi: Replace all spi->chip_select & spi->cs_gpiod references with array
` [PATCH 03/10] net: Replace spi->chip_select references to spi->chip_select[0]
` [PATCH 04/10] mtd: devices: "
` [PATCH 05/10] iio: imu: "
` [PATCH 06/10] mtd: spi-nor: Add stacked memories support in spi-nor
` [PATCH 07/10] spi: spi-zynqmp-gqspi: Add stacked memories support in GQSPI driver
` [PATCH 08/10] spi: Add parallel memories support in SPI core
` [PATCH 09/10] mtd: spi-nor: Add parallel memories support in spi-nor

[PATCH v6 0/7] treewide cleanup of random integer usage
 2022-10-17 11:59 UTC  (19+ messages)
` [PATCH v6 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v6 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v6 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v6 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v6 5/7] treewide: use get_random_u32() when possible
` [PATCH v6 6/7] treewide: use get_random_bytes() "
` [PATCH v6 7/7] prandom: remove unused functions

[PATCH] mtd: parsers: trx: Rewrite partition parsing
 2022-10-17 11:50 UTC  (3+ messages)

[PATCH] mtd: spi-nor: gigadevice: gd25q256: replace gd25q256_default_init with gd25q256_post_bfpt
 2022-10-16 17:19 UTC  (5+ messages)
  ` [PATCH v2 0/1] "

[PATCH V3 1/2] dt-bindings: mtd: partitions: add TP-Link SafeLoader layout
 2022-10-15  9:29 UTC  (2+ messages)
` [PATCH V3 2/2] mtd: parsers: add TP-Link SafeLoader partitions table parser

[PATCH linux-next] mtd: replace strcmp with sysfs_streq
 2022-10-15  9:07 UTC  (2+ messages)

[PATCH V2 1/2] dt-bindings: mtd: partitions: add TP-Link SafeLoader layout
 2022-10-15  8:57 UTC  (4+ messages)
` [PATCH V2 2/2] mtd: parsers: add TP-Link SafeLoader partitions table parser

[GIT PULL] UBI and UBIFS updates for 6.1-rc1
 2022-10-15  1:26 UTC  (2+ messages)

Zwiększenie płynności finansowej
 2022-10-14  8:00 UTC 

[PATCH] mtd: parsers: bcm47xxpart: Fix halfblock reads
 2022-10-13 22:28 UTC 

[PATCH] ubi: block: Reduce warning print to info for static volumes
 2022-10-13 12:02 UTC 

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-13  1:37 UTC  (25+ messages)
` [PATCH v1 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v1 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v1 3/5] treewide: use get_random_u32() "
    ` [f2fs-dev] "
` [f2fs-dev] [PATCH v1 0/5] treewide cleanup of random integer usage

[PATCH 0/2] Discover current address mode by CRC
 2022-10-12  5:03 UTC  (4+ messages)
` [PATCH 2/2] mtd: spi-nor: spansion: "

[PATCH 1/2] dt-bindings: mtd: partitions: add TP-Link SafeLoader layout
 2022-10-11 12:55 UTC  (3+ messages)
` [PATCH 2/2] mtd: parsers: add TP-Link SafeLoader partitions table parser

[PATCH 0/6] ubifs: Fix wrong space calculation while doing budget
 2022-10-11  3:47 UTC  (7+ messages)
` [PATCH 1/6] ubifs: Rectify space budget for ubifs_symlink() if symlink is encrypted
` [PATCH 2/6] ubifs: Rectify space budget for ubifs_xrename()
` [PATCH 3/6] ubifs: Add comments and debug info "
` [PATCH 4/6] ubifs: Fix wrong dirty space budget for dirty inode
` [PATCH 5/6] ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1
` [PATCH 6/6] ubifs: Reserve one leb for each journal head while doing budget

[PATCH v3 1/2] mtd: spinand: winbond: fix flash identification
 2022-10-10 10:59 UTC  (4+ messages)
` [PATCH v3 2/2] mtd: spinand: winbond: add Winbond W25N02KV flash support

[RFC PATCH 00/18] block: add and use init disk helper
 2022-10-10  7:59 UTC  (3+ messages)
` [RFC PATCH 01/18] "

[RFC PATCH 00/21] block: add and use init tagset helper
 2022-10-10  7:55 UTC  (3+ messages)

[PATCH 1/2] mtd: spinand: winbond: fix winbond lashes identifications
 2022-10-10  7:13 UTC  (4+ messages)
` [PATCH 2/2] mtd: spinand: winbond: add Winbond W25N02KV flash support

[PATCH v4 0/3] mtd: mtdoops: use pr_ functions, add and direct call mtdoops_erase function when panic
 2022-10-10  4:55 UTC  (4+ messages)
` [PATCH v4 1/3] mtd: mtdoops: change printk() to counterpart pr_ functions
` [PATCH v4 2/3] mtd: mtdoops: add mtdoops_erase function and move mtdoops_inc_counter to after it
` [PATCH v4 3/3] mtd: mtdoops: panic caused mtdoops to call mtdoops_erase function immediately

[PATCH v5 0/7] treewide cleanup of random integer usage
 2022-10-09 14:17 UTC  (12+ messages)
` [PATCH v5 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v5 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v5 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v5 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v5 5/7] treewide: use get_random_u32() when possible
` [PATCH v5 6/7] treewide: use get_random_bytes "
` [PATCH v5 7/7] prandom: remove unused functions

[PATCH V5 RESEND] mtd: rawnand: Add Loongson1 NAND driver
 2022-10-09 10:26 UTC  (3+ messages)

[PATCH v3 0/3] mtd: mtdoops: use pr_ functions, add and direct call mtdoops_erase function when panic
 2022-10-09 10:17 UTC  (6+ messages)
` [PATCH v3 1/3] mtd: mtdoops: change printk() to counterpart pr_ functions
` [PATCH v3 2/3] mtd: mtdoops: add mtdoops_erase function and move mtdoops_inc_counter to after it
` [PATCH v3 3/3] mtd: mtdoops: panic caused mtdoops to call mtdoops_erase function immediately

[PATCH v3 0/5] treewide cleanup of random integer usage
 2022-10-09  2:57 UTC  (23+ messages)
` [PATCH v3 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v3 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v3 3/5] treewide: use get_random_u32() "
` [PATCH v3 4/5] treewide: use get_random_bytes "
` [PATCH v3 5/5] prandom: remove unused functions

[PATCH v4 0/6] treewide cleanup of random integer usage
 2022-10-09  0:26 UTC  (21+ messages)
` [PATCH v4 1/6] treewide: use prandom_u32_max() when possible, mechanically
` [PATCH v4 2/6] treewide: use prandom_u32_max() when possible
` [PATCH v4 3/6] treewide: use get_random_{u8,u16}() "
` [PATCH v4 4/6] treewide: use get_random_u32() "
` [PATCH v4 5/6] treewide: use get_random_bytes "
` [PATCH v4 6/6] prandom: remove unused functions

[PATCH v4 2/6] treewide: use prandom_u32_max() when possible
 2022-10-08 18:16 UTC  (2+ messages)

[PATCH linux-next] PNP: replace !strcmp with sysfs_streq
 2022-10-08  8:01 UTC 

[GIT PULL] mtd: Changes for 6.1
 2022-10-07 19:20 UTC  (2+ messages)

[PATCH v2 0/3] mtd: mtdoops: use pr_ functions, add and direct call mtdoops_erase function when panic
 2022-10-07 15:43 UTC  (7+ messages)
` [PATCH v2 1/3] mtd: mtdoops: change printk() to counterpart pr_ functions
` [PATCH v2 2/3] mtd: mtdoops: add mtdoops_erase function and move mtdoops_inc_counter to after it
` [PATCH v2 3/3] mtd: mtdoops: panic caused mtdoops to call mtdoops_erase function immediately

[ANNOUNCE] mtd-utils-2.1.5 is released
 2022-10-07 15:42 UTC 

[GIT PULL] mtd: nand: Changes for 6.1
 2022-10-07 15:23 UTC  (2+ messages)

[PATCH 1/2] mtd: spinand: winbond: fix winbond lashes identifications
 2022-10-07 10:40 UTC  (2+ messages)
` [PATCH 2/2] mtd: spinand: winbond: add Winbond W25N02KV flash support

[PATCH v1 2/2] mtd: mtdoops: panic caused mtdoops to call mtd erase function immediately
 2022-10-07  7:12 UTC  (2+ messages)
` [PATCH v1] review comments to be complied by

[PATCH] mtd: spi-nor: winbond: add support for w25q01jv-im
 2022-10-07  5:21 UTC 

[PATCH] mtd: spi-nor: winbond: add support for w25q01jv-im
 2022-10-06 23:04 UTC  (5+ messages)

[PATCH v4] mtd: spi-nor: winbond: Add support for w25q01jvq
 2022-10-06 22:57 UTC 

[PATCH v2 0/5] treewide cleanup of random integer usage
 2022-10-06 16:25 UTC  (11+ messages)
` [PATCH v2 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v2 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v2 3/5] treewide: use get_random_u32() "
` [PATCH v2 4/5] treewide: use get_random_bytes "
` [PATCH v2 5/5] prandom: remove unused functions

[PATCH] spi-nand: add Winbond W25N02KV flash support, fix Winbond flashes identifications
 2022-10-06  9:32 UTC  (3+ messages)

[PATCH] mtd: Delete commented printk and add some space for required
 2022-10-06  9:15 UTC  (2+ messages)

[PATCH] mtd: rawnand: mpc5121: Replace NO_IRQ by 0
 2022-10-06  8:18 UTC  (3+ messages)

[PATCH] mtd: spi-nor: winbond: add support for w25q01jv-im
 2022-10-06  7:39 UTC 

[PATCH] mtd: spi-nor: winbond: add support for w25q01jv-im
 2022-10-06  7:38 UTC 


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).