linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-13 07:37:52 to 2017-02-21 12:40:40 UTC [more...]

[PATCH V2 1/2] mtd: add support for partition parsers
 2017-02-21 12:40 UTC  (2+ messages)
` [PATCH V2 2/2] mtd: extract TRX parser out of bcm47xxpart into a separated module

[RESEND PATCH 0/3] mtd: nand: atmel: Add ->setup_data_interface() + PM ops
 2017-02-21 12:02 UTC  (9+ messages)
` [RESEND PATCH 1/3] mtd: nand: Pass the CS line to ->setup_data_interface()
` [RESEND PATCH 2/3] mtd: nand: atmel: Add ->setup_data_interface() hooks
` [RESEND PATCH 3/3] mtd: nand: atmel: Add PM ops

[PATCH 00/14] Cleanup chardev instances with helper function
 2017-02-21 11:37 UTC  (19+ messages)
` [PATCH 01/14] chardev: add helper function to register char devs with a struct device
` [PATCH 02/14] device-dax: utilize new device_add_cdev helper function
` [PATCH 03/14] input: "
` [PATCH 04/14] gpiolib: "
` [PATCH 05/14] tpm-chip: "
` [PATCH 06/14] platform/chrome: "
` [PATCH 07/14] infiniband: "
` [PATCH 08/14] iio:core: "
` [PATCH 09/14] media: "
` [PATCH 10/14] mtd: "
` [PATCH 11/14] rapidio: "
` [PATCH 12/14] rtc: "
` [PATCH 13/14] scsi: "
` [PATCH 14/14] switchtec: "

[PATCH v2 0/3] mtd: nand: Rework/cleanup the Atmel NAND driver
 2017-02-21 11:27 UTC  (16+ messages)
` [PATCH v2 1/3] mtd: nand: Cleanup/rework the atmel_nand driver
` [PATCH v2 2/3] mtd: nand: atmel: Document the new DT bindings
` [PATCH v2 3/3] mtd: nand: Remove unused chip->write_page() hook

[PATCH 00/11] Introduction to SPI NAND framework
 2017-02-21 11:02 UTC  (35+ messages)
` [PATCH 01/11] nand: Add SPI NAND cmd set and register definition
` [PATCH 02/11] nand: spi: create spi_nand_chip struct
` [PATCH 03/11] nand: spi: Abstract SPI NAND cmd set to functions
` [PATCH 04/11] nand: spi: Add read function support
` [PATCH 05/11] nand: spi: Add write "
` [PATCH 06/11] nand: spi: Add erase "
` [PATCH 07/11] nand: spi: Add init/release function
` [PATCH 08/11] nand: spi: Add bad block support
` [PATCH 09/11] nand: spi: Add BBT support
` [PATCH 10/11] nand: spi: Add generic SPI controller support
` [PATCH 11/11] nand: spi: Add arguments check for read/write

Handling vmalloc'd buffers in spi-nor
 2017-02-21  8:37 UTC 

[PATCH V3, 1/2] mtd: nand: brcmnand: Change brcmnand_set_wp() prototype
 2017-02-21  3:30 UTC  (2+ messages)
` [PATCH V3, 2/2] mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program

[RESEND PATCH 0/3] mtd: nand: atmel: Add ->setup_data_interface() + PM ops
 2017-02-20 20:59 UTC  (5+ messages)
` [RESEND PATCH 1/3] memory: atmel-ebi: Change naming scheme
` [RESEND PATCH 2/3] memory: atmel-ebi: Add missing ->numcs assignment
` [RESEND PATCH 3/3] memory: atmel-ebi: Add PM ops

[PATCH 0/3] mtd: nand: atmel: Add ->setup_data_interface() + PM ops
 2017-02-20 17:22 UTC  (8+ messages)
` [PATCH 1/3] memory: atmel-ebi: Change naming scheme
` [PATCH 1/3] mtd: nand: Pass the CS line to ->setup_data_interface()
` [PATCH 2/3] memory: atmel-ebi: Add missing ->numcs assignment
` [PATCH 2/3] mtd: nand: atmel: Add ->setup_data_interface() hooks
` [PATCH 3/3] memory: atmel-ebi: Add PM ops
` [PATCH 3/3] mtd: nand: atmel: "

[PATCH v3 01/14] Documentation: dt/bindings: Document pinctrl-ingenic
 2017-02-20 13:56 UTC  (3+ messages)

[PATCH] Remove UDEV_SETTLE_HACK
 2017-02-20 13:27 UTC  (2+ messages)

[PATCH] ubirename: trivial fixes to the help text
 2017-02-20 13:20 UTC  (2+ messages)

[PATCH] mtd: nand: tango: Enforce DMA direction type
 2017-02-20 13:10 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH 0/2] mtd-utils: Fix printf format specifier for off_t and loff_t
 2017-02-20 13:00 UTC  (2+ messages)

[PATCH v4 0/2] Added support for spi-nor device pm in m25p80
 2017-02-20  8:15 UTC  (12+ messages)
` [PATCH v4 1/2] mtd: spi-nor: Added spi-nor init function
` [PATCH v4 2/2] mtd: m25p80: Added pm ops support

mtd: spi-nor: hisi-sfc compatibility report
 2017-02-19 10:39 UTC  (8+ messages)

[PATCH v7 1/2] mtd: arasan: Add device tree binding documentation
 2017-02-19 10:26 UTC  (3+ messages)
` [PATCH v7 2/2] mtd: nand: Add support for Arasan NAND Flash Controller

[PATCH] mtd: spi-nor: hisi: do not ignore clk_prepare_enable() failure
 2017-02-18 15:23 UTC  (2+ messages)

[PATCH V2, 1/2] mtd: nand: brcmnand: Change brcmnand_set_wp() prototype
 2017-02-18 15:21 UTC  (6+ messages)
` [PATCH V2, 2/2] mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program
  ` [PATCH V2, 2/2] mtd: nand: brcmnand: Check flash #WP pin status before nand erase/programAAs

[PATCH] Make mtdblock can handle partition bigger than 4G
 2017-02-18  7:53 UTC  (2+ messages)

[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
 2017-02-17 12:37 UTC  (4+ messages)
` [PATCH 24/35] drivers/mtd: Convert remaining uses of "

UBI/UBIFS corruptions during random power-cuts
 2017-02-16  4:16 UTC  (26+ messages)

[GIT PULL] mtd: spi-nor: Changes for 4.11
 2017-02-15 22:24 UTC  (10+ messages)

[PATCH V2] mtd: spi-nor: intel: use true/false for boolean
 2017-02-15 21:08 UTC  (4+ messages)

[PATCH] mtd: brcmnand: Check flash write protect pin status
 2017-02-15 19:50 UTC  (4+ messages)

[PATCH v3] mtd: spi-nor: add support for GD25Q256
 2017-02-15 10:15 UTC 

[PATCH v2] mtd: spi-nor: Add support for ESMT F25L32QA and F25L64QA
 2017-02-14 22:27 UTC 

[PATCH] m25p80: Use a 512 byte page size for Spansion flash s25fl512s
 2017-02-14 15:35 UTC  (8+ messages)
` [PATCH] mtd: spi-nor: flash_info table, use a u64 for the ID
      ` [PATCH v2 0/3] "
        ` [PATCH v2 1/3] "
        ` [PATCH v2 2/3] mtd: spi-nor: Use more explicit macros to generate the flash_info table
        ` [PATCH v2 3/3] mtd: spi-nor: s25fl512s: Set a page size of 512

[PATCH RESEND 0/5] mtd: nand: Rework/cleanup the Atmel NAND driver
 2017-02-14 13:27 UTC  (6+ messages)
` [PATCH RESEND 3/5] mtd: nand: Cleanup/rework the atmel_nand driver
` [PATCH RESEND 4/5] mtd: nand: atmel: Document the new DT bindings

[PATCH V2 0/3] mtd: spi-nor: add some new chip ids
 2017-02-14 11:49 UTC  (4+ messages)
` [PATCH V2 3/3] mtd: spi-nor: add support for ESMT_f25l32qa and ESMT_f25l64qa

[PATCH] mtd: spi-nor: add support for GD25Q256
 2017-02-14 10:35 UTC  (3+ messages)

[PATCH] mtd: spi-nor: intel: use ERR_CAST in return statement
 2017-02-14 10:09 UTC  (4+ messages)

[PATCH V2 RFC] mtd: spi-nor: intel: provide a range for poll_timout
 2017-02-14  9:47 UTC  (2+ messages)

[PATCH v2 0/2] addr nor flash node for mt2701
 2017-02-14  3:58 UTC  (6+ messages)
` [PATCH v2 2/2] arm: dts: mt2701: add nor flash node

trouble downloading mtd-utils git repo
 2017-02-13 21:48 UTC  (3+ messages)

[PATCH 0/5] mtd-www: Updates regarding mtd-utils & ubi power-cut testing
 2017-02-13 21:31 UTC  (6+ messages)
` [PATCH 1/5] Announce mtd-utils-2.0.0
` [PATCH 2/5] Update faq entry on compiling mtd-utils
` [PATCH 3/5] Mention nand bit errors test in mtd-tests section
` [PATCH 4/5] Add information about user space ports of the mtd tests
` [PATCH 5/5] mtd-www: UBI: Add sections about UBI power-cut testing

[PATCH RFC] iopoll: allow for poll_timeout to back-off
 2017-02-13 16:52 UTC 

[PATCH] mtd: nand: gpio: make nCE GPIO optional
 2017-02-13 13:22 UTC  (4+ messages)

[PATCH v3 1/2] mtd: ifc: Update dependency of IFC for LS1021A
 2017-02-13  8:01 UTC  (5+ messages)

[PATCH] spi-nor: use ERR_CAST in return
 2017-02-13  7:59 UTC  (6+ messages)

[PATCH RFC] spi-nor: provide a range for poll_timout
 2017-02-13  7:39 UTC  (3+ messages)

[PATCH] spi-nor: use true/false for bool
 2017-02-13  7:37 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).