linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-11 02:28:09 to 2015-11-16 21:32:53 UTC [more...]

m25p80: Commit "allow arbitrary OF matching for "jedec,spi-nor"" breaks module autoloading
 2015-11-16 21:32 UTC  (18+ messages)
` m25p80: Commit "allow arbitrary OF matching for "jedec, spi-nor"" "
  ` spi: OF module autoloading is still broken (was: Re: m25p80: Commit "allow arbitrary OF matching for "jedec,spi-nor"" breaks module autoloading)
              ` spi: OF module autoloading is still broken

[PATCH] mtd: fsl-quadspi: possible NULL reference
 2015-11-16 19:46 UTC  (3+ messages)
` [PATCH v2] mtd: fsl-quadspi: possible NULL dereference

[PATCH] mtd: nand: mxc_nand: fix a possible NULL dereference
 2015-11-16 19:12 UTC  (9+ messages)

[PATCH] mtd: jz4740_nand: fix build on jz4740 after removing gpio.h
 2015-11-16 19:04 UTC  (4+ messages)

[PATCH] mtd: nand: fix shutdown/reboot for multi-chip systems
 2015-11-16 18:52 UTC  (4+ messages)

UBIFS corruption after power cut - possibly unstable bits issue?
 2015-11-16 15:01 UTC  (10+ messages)

[PATCH 00/27] mtd: nand: refactor the NAND subsystem (part 1)
 2015-11-16 13:38 UTC  (28+ messages)
` [PATCH 01/27] mtd: nand: fix drivers abusing mtd->priv
` [PATCH 02/27] mtd: nand: add an mtd_to_nand() helper
` [PATCH 03/27] mtd: nand: update examples in the documentation to use mtd_to_nand()
` [PATCH 04/27] ARM: nand: make use of mtd_to_nand() where appropriate
` [PATCH 05/27] blackfin: "
` [PATCH 06/27] cris: "
` [PATCH 07/27] mips: "
` [PATCH 08/27] sh: "
` [PATCH 09/27] mtd: nand: make use of mtd_to_nand() in NAND core code
` [PATCH 10/27] mtd: nand: make use of mtd_to_nand() in NAND drivers
` [PATCH 11/27] staging: mt29f_spinand: make use of mtd_to_nand()
` [PATCH 12/27] mtd: nand: embed an mtd_info structure into nand_chip
` [PATCH 13/27] mtd: nand: add nand_to_mtd() helper
` [PATCH 14/27] mtd: nand: use the mtd instance embedded in struct nand_chip
` [PATCH 15/27] mtd: nand: update the documentation to reflect framework changes
` [PATCH 16/27] staging: mt29f_spinand: use the mtd instance embedded in struct nand_chip
` [PATCH 17/27] cris: nand: "
` [PATCH 18/27] mtd: nand: update mtd_to_nand()
` [PATCH 19/27] mtd: nand: remove useless mtd->priv = chip assignments
` [PATCH 20/27] cris: "
` [PATCH 21/27] staging: mt29f_spinand: remove useless mtd->priv = chip assignment
` [PATCH 22/27] mtd: nand: simplify nand_dt_init() usage
` [PATCH 23/27] mtd: nand: kill the chip->flash_node field
` [PATCH 24/27] mtd: nand: add helpers to access ->priv
` [PATCH 25/27] ARM: make use of nand_set/get_controller_data() helpers
` [PATCH 26/27] mtd: nand: "
` [PATCH 27/27] staging: mt29f_spinand: "

[PATCH] mtd: orion_nand: support selecting ECC mode via the device tree
 2015-11-16 10:16 UTC  (3+ messages)

[PATCH] mtd: partitions: kill unused ecclayout struct
 2015-11-16  9:59 UTC  (5+ messages)

[PATCH] mtd: spi-nor: fsl-quadspi: add big-endian support
 2015-11-16  9:14 UTC  (11+ messages)

[PATCH 1/3] mtd: create a partition type device tree binding
 2015-11-16  4:12 UTC  (9+ messages)

[PATCH] mtd-utils: lib: mtd_read: Take the buffer offset into account when reading
 2015-11-13 19:17 UTC  (4+ messages)

[PATCH v6 0/3] Mediatek SPI-NOR flash driver
 2015-11-13 19:13 UTC  (16+ messages)
` [PATCH v6 1/3] doc: dt: add documentation for Mediatek spi-nor controller
` [PATCH v6 2/3] mtd: mtk-nor: mtk serial flash controller driver
` [PATCH v6 3/3] arm64: dts: mt8173: Add nor flash node

[PATCH v3 0/5] Add memory mapped read support for ti-qspi
 2015-11-13 16:05 UTC  (9+ messages)
` [PATCH v3 1/5] spi: introduce mmap read support for spi flash devices

[PATCH] mtd: spi-nor: Add Global Block-Protection Unlock support for SST flash parts
 2015-11-13 12:32 UTC 

You have received fax, document 0000195496
 2015-11-13  8:26 UTC 

[PATCH v3 00/27] Introduce ubifs_dump in ubifs-utils
 2015-11-13  6:13 UTC  (28+ messages)
` [PATCH v3 01/27] ubifs: pick some common definitions into ubifs_common.h
` [PATCH v3 02/27] ubifs: move the all io related code into io.[h|c]
` [PATCH v3 03/27] ubifs: remove the including of mkfs.ubifs.h in lpt.c
` [PATCH v3 04/27] ubifs: cut off the dependence from compr.o to mkfs.ubifs
` [PATCH v3 05/27] ubifs: cut off the dependence from devtable to mkfs.ubifs.h
` [PATCH v3 06/27] ubifs: introduce ubifs-utils/include and ubifs-utils/lib
` [PATCH v3 07/27] ubifs: move more functions into io lib
` [PATCH v3 08/27] ubifs: introduce a new tool ubifs_dump
` [PATCH v3 09/27] ubifs: introduce list.h
` [PATCH v3 10/27] ubifs: copy some important data in ubifs.h from kernel to ubifs-utils
` [PATCH v3 11/27] ubifs: copy some important functions in key.h "
` [PATCH v3 12/27] ubifs: ubifs_dump: add dump_ch and dump_node functions
` [PATCH v3 13/27] ubifs: defs.h: introduce some compatible definition for printk class
` [PATCH v3 14/27] ubifs: io: introduce ubifs_read function to read ubi volume
` [PATCH v3 15/27] ubifs: ubifs_dump: dump super block
` [PATCH v3 16/27] ubifs: introduce scan for ubifs-utils
` [PATCH v3 17/27] ubifs: add some more compatible definitions in defs.h
` [PATCH v3 18/27] ubifs: ubifs_dump: dump master node
` [PATCH v3 19/27] ubifs: ubifs_dump: dump log area
` [PATCH v3 20/27] ubifs: introduce lprops lib
` [PATCH v3 21/27] ubifs: lpt: implement functions to scan lpt
` [PATCH v3 22/27] ubifs: ubifs_dump: dump lpt area
` [PATCH v3 23/27] ubifs: ubifs_dump: dump index area
` [PATCH v3 24/27] ubifs: defs.h: introduce some compatible definitions about integer such as __u16
` [PATCH v3 25/27] ubifs: introduce hexdump lib
` [PATCH v3 26/27] ubifs: ubifs_dump: dump data in hex format
` [PATCH v3 27/27] gitignore: add ubifs_dump in gitignore

Another JFFS2 deadlock, kernel 3.4.11
 2015-11-13  2:31 UTC  (7+ messages)
  `  "

[PATCH] nand: add nandflipbits tool
 2015-11-12 21:04 UTC  (2+ messages)

[PATCH] Fix flashcp display
 2015-11-12 19:25 UTC  (2+ messages)

[PATCH v2 0/5] mkfs.ubifs: cleanups + extended attribute support
 2015-11-12 18:40 UTC  (9+ messages)
` [PATCH v2 1/5] mkfs.ubifs: change add_directory argument to 'existing'
` [PATCH v2 2/5] mkfs.ubifs: use xmalloc/xzalloc for allocating memory
` [PATCH v2 3/5] mkfs.ubifs: simplify make_path with xasprintf
` [PATCH v2 4/5] mkfs.ubifs: Add extended attribute support
` [PATCH v2 5/5] mkfs.ubifs: Optionally create extended attribute with inode number

[PATCH v2] mkfs.ubifs: fix compiler warning for WITHOUT_LZO
 2015-11-12 18:22 UTC  (2+ messages)

[PATCH] mtd: zero out mtd_partion struct before using it
 2015-11-12 18:13 UTC  (3+ messages)

[PATCH] mtd: grab a reference to the MTD of_node before registering it
 2015-11-12 18:12 UTC  (4+ messages)
` [PATCH v2] mtd: assign mtd->dev.of_node when creating partition devices

[PATCH v4 2/3] mtd: nand: Add support for Arasan Nand Flash Controller
 2015-11-12 13:25 UTC  (7+ messages)

[PATCH v2 00/11] mtd: migrate 'of_node' handling to core, not in mtd_part_parser_data
 2015-11-12 13:22 UTC  (15+ messages)
` [PATCH v2 01/11] mtd: add get/set of_node/flash_node helpers
` [PATCH v2 06/11] mtd: nand: drop unnecessary partition parser data
` [PATCH v2 09/11] mtd: "
` [PATCH v2 12/11] mtd: nand: convert to nand_get_flash_node()
` [PATCH v2 13/11] mtd: assign mtd->dev.of_node when creating partition devices

[PATCH] Fix scanf() formatstring for modern C version
 2015-11-12 12:37 UTC  (2+ messages)

[PATCH] mkfs.ubifs: fix compiler warning for WITHOUT_LZO
 2015-11-12 11:38 UTC  (2+ messages)

UBIFS assert failed in ubifs_log_start_commit at 412 (pid 6)
 2015-11-12 10:48 UTC 

[PATCH] fix build when WITHOUT_LZO is set
 2015-11-12 10:08 UTC  (3+ messages)

[PATCH] mtd: nand: atmel_nand: fix a possible NULL dereference
 2015-11-12  9:29 UTC  (4+ messages)

[RESEND PATCH v2 01/27] mtd-utils: Restructure the mtd-utils source
 2015-11-12  7:20 UTC  (5+ messages)
` [PATCH V3 "

[PATCH] mtd: phram: error handling
 2015-11-12  6:23 UTC  (4+ messages)

[PATCH 1/2] mtd: partitions: add module_mtd_part_parser() helper
 2015-11-12  3:13 UTC  (2+ messages)
` [PATCH 2/2] mtd: kill off MTD partition parser boilerplate

[PATCH mtd-utils 00/11] flash_{un,}lock upgrades
 2015-11-11 22:13 UTC  (2+ messages)

[mtd-utils PATCH] nandtest: support hex/dec/oct for --offset and --length
 2015-11-11 22:06 UTC  (2+ messages)

[PATCH] jffs2: Don't add summary entry when MTD write fails
 2015-11-11 20:27 UTC 

[PATCH 00/10] ARM MTD AFS v2 partition support
 2015-11-11 18:46 UTC  (17+ messages)
` [PATCH 05/10] mtd: afs: simplify partition parsing
` [PATCH 06/10] mtd: afs: simplify partition detection
` [PATCH 07/10] mtd: factor out v1 partition parsing
` [PATCH 08/10] mtd: afs: factor footer parsing into the v1 part parsing
` [PATCH 09/10] mtd: afs: factor the IIS read into partition parser
` [PATCH 10/10] mtd: afs: add v2 partition parsing

[PATCH 0/5] mkfs.ubifs: cleanups + extended attribute support
 2015-11-11 14:56 UTC  (2+ 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).