linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-08 12:26:51 to 2017-05-16 12:39:22 UTC [more...]

[PATCH v2 00/53] Get rid of Docbook
 2017-05-16 12:38 UTC  (51+ messages)
` [PATCH v2 01/53] docs-rst: convert kernel-hacking to ReST
` [PATCH v2 02/53] kernel-hacking: update document
` [PATCH v2 03/53] docs-rst: convert kernel-locking to ReST
` [PATCH v2 04/53] mutex, futex: adjust kernel-doc markups to generate ReST
` [PATCH v2 05/53] locking.rst: reformat locking table
` [PATCH v2 06/53] locking.rst: add captions to two tables
` [PATCH v2 07/53] locking.rst: Update some ReST markups
` [PATCH v2 08/53] docs-rst: convert kgdb DocBook to ReST
` [PATCH v2 09/53] kgdb.rst: Adjust ReST markups
` [PATCH v2 10/53] conf.py: define a color for important markup on PDF output
` [PATCH v2 11/53] docs-rst: conf.py: sort LaTeX documents in alphabetical order
` [PATCH v2 12/53] docs-rst: conf.py: remove kernel-documentation from LaTeX
` [PATCH v2 13/53] docs-rst: add crypto API book to pdf output
` [PATCH v2 14/53] docs-rst: add dev-tools "
` [PATCH v2 15/53] docs-rst: add sound "
` [PATCH v2 16/53] docs-rst: add userspace API "
` [PATCH v2 17/53] docs-rst: convert filesystems book to ReST
` [PATCH v2 18/53] docs-rst: filesystems: use c domain references where needed
` [PATCH v2 19/53] fs: jbd2: make jbd2_journal_start() kernel-doc parseable
` [PATCH v2 20/53] docs-rst: don't ignore internal functions for jbd2 docs
` [PATCH v2 21/53] fs: add a blank lines on some kernel-doc comments
` [PATCH v2 22/53] fs: eventfd: fix identation on kernel-doc
` [PATCH v2 23/53] fs: jbd2: escape a string with special chars on a kernel-doc
` [PATCH v2 24/53] docs-rst: convert libata book to ReST
` [PATCH v2 25/53] libata.rst: add c function and struct cross-references
` [PATCH v2 26/53] libata: fix identation on a kernel-doc markup
` [PATCH v2 27/53] docs-rst: convert s390-drivers DocBook to ReST
` [PATCH v2 28/53] docs-rst: convert networking book "
` [PATCH v2 29/53] net: skbuff.h: properly escape a macro name on kernel-doc
` [PATCH v2 30/53] net: fix some identation issues at kernel-doc markups
` [PATCH v2 31/53] docs-rst: convert z8530book DocBook to ReST
` [PATCH v2 32/53] docs-rst: convert scsi "
` [PATCH v2 33/53] scsi: fix some kernel-doc markups
` [PATCH v2 34/53] docs-rst: convert w1 book to ReST
` [PATCH v2 35/53] docs-rst: convert rapidio "
` [PATCH v2 36/53] docs-rst: convert librs "
` [PATCH v2 37/53] docs-rst: convert mtdnand "
` [PATCH v2 38/53] mtdnand.rst: group the "::" with previous line
` [PATCH v2 39/53] mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings
` [PATCH v2 40/53] docs-rst: convert sh book to ReST
` [PATCH v2 41/53] docs-rst: convert lsm from DocBook "
` [PATCH v2 42/53] docs: remove DocBook from the building system
` [PATCH v2 43/53] docs: update old references for DocBook from the documentation
` [PATCH v2 44/53] MAINTAINERS: update old references for DocBook directory
` [PATCH v2 45/53] ata: update references for libata documentation
` [PATCH v2 46/53] ia64, scsi: update references for the device-io book
` [PATCH v2 47/53] irq: update genericirq book location
` [PATCH v2 48/53] fs: update location of filesystems documentation
` [PATCH v2 49/53] lib: update location of kgdb documentation

Question on fscrypt_d_revalidate() and fstest generic/429
 2017-05-16 11:22 UTC  (7+ messages)

[PATCH 0/5] Convert more books to ReST
 2017-05-16 10:38 UTC  (6+ messages)
` [PATCH 4/5] mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings

[PATCH v3 0/4] Mediatek MT2712 NAND FLASH Controller driver
 2017-05-16  6:20 UTC  (6+ messages)
` [PATCH v3 1/4] mtd: nand: mediatek: update DT bindings
` [PATCH v3 2/4] mtd: nand: mediatek: refine register NFI_PAGEFMT setting
` [PATCH v3 3/4] mtd: nand: mediatek: add support for different MTK NAND FLASH Controller IP
` [PATCH v3 4/4] mtd: nand: mediatek: add support for MT2712 NAND FLASH Controller

[PATCH] mtd: nand: tango: Fix incorrect use of SEQIN command
 2017-05-15 22:30 UTC  (2+ messages)

[PATCH 1/2] mtd: nand: sunxi: Actually use DMA for subpage reads
 2017-05-15 22:23 UTC  (2+ messages)
` [PATCH 2/2] mtd: nand: sunxi: Remove unneeded ->cmdfunc(NAND_CMD_READ0, 0, page)

[PATCH 0/3] mtd: nand: Remove unused features
 2017-05-15 22:17 UTC  (4+ messages)
` [PATCH 1/3] mtd: nand: Drop unused cached programming support
` [PATCH 2/3] mtd: nand: Remove support for block locking/unlocking
` [PATCH 3/3] mtd: nand: Drop the ->errstat() hook

[PATCH] mtd: nand: don't leak buffers when ->scan_bbt() fails
 2017-05-15 20:50 UTC  (11+ messages)
` [PATCH] mtd: nand: drop unneeded module.h include
` [PATCH] mtd: nand: free vendor-specific resources in init failure paths
` [PATCH] mtd: nand: orion: don't complain for probe deferral
` [PATCH] mtd: nand: samsung: warn about un-parseable ECC info

[PATCH] mtd: nand: tango: Export OF device ID table as module aliases
 2017-05-15 20:47 UTC  (2+ messages)

fsl_ifc_nand: are blank pages protected by ECC?
 2017-05-15 20:47 UTC  (12+ messages)
        ` [PATCH] tango_nand.c: fix ecc.stats_corrected in empty flash case
                ` [PATCH] mtd: nand: tango: Update ecc_stats.corrected

[PATCH] mtd: nand: make nand_ooblayout_lp_hamming_ops static
 2017-05-15 20:45 UTC  (4+ messages)

[PATCH 1/2] mtd: nand: gpmi: Fix gpmi_nand_init() error path
 2017-05-15 19:40 UTC  (2+ messages)

[PATCH v2 0/5] mtd: nand: gpmi: add i.MX 7 support
 2017-05-15 19:38 UTC  (2+ messages)

[PATCH v2 0/5] mtd: nand: add support for on-die ECC
 2017-05-15 19:36 UTC  (2+ messages)

[PATCH v2 0/3] mtd: nand: fsmc: support SDR timing configuration
 2017-05-15 19:36 UTC  (2+ messages)

[PATCH] mtd: nand: davinci: set ECC algorithm explicitly for HW based ECC
 2017-05-15 19:34 UTC  (2+ messages)

[PATCH] mtd: nand: jz4780: Use mtd_set_ooblayout() to set the ooblayout
 2017-05-15 19:34 UTC  (2+ messages)

[PATCH v2 0/2] Add NAND driver mach dependency constraint
 2017-05-15 19:20 UTC  (2+ messages)

[PATCH] driver: mtd: update struct map_info's swap as per map requirement
 2017-05-15 19:01 UTC  (4+ messages)

[PATCH] ubifs: Fix inode leak in xattr code
 2017-05-15 17:57 UTC  (6+ messages)

[PATCH] mtd: nand: add option to erase NAND blocks even if detected as bad
 2017-05-15 13:20 UTC  (31+ messages)
` [PATCH v2] "
` [PATCH v3] "

[RFC PATCH 0/2] Cavium NAND flash driver
 2017-05-15 12:35 UTC  (9+ messages)
` [RFC PATCH 2/2] nand: cavium: Nand flash controller for Cavium ARM64 SOCs

[PATCH 0/2] mtd: nand: Add generic helpers check, match, maximize ECC settings
 2017-05-15 11:54 UTC  (5+ messages)
` [PATCH 1/2] mtd: nand: add generic helpers to "

[GIT PULL] UBI/UBIFS updates for 4.12-rc1
 2017-05-13 11:40 UTC 

[PATCH] MAINTAINERS: Update SPI NOR subsystem git repositories
 2017-05-12 17:53 UTC 

[PATCH v2 0/3] Mediatek MT2712 NAND FLASH Controller driver
 2017-05-12  8:38 UTC  (8+ messages)
` [PATCH v2 1/3] mtd: nand: mediatek: update DT bindings
` [PATCH v2 2/3] mtd: nand: mediatek: add support for different MTK NAND FLASH Controller IP
` [PATCH v2 3/3] mtd: nand: mediatek: add support for MT2712 NAND FLASH Controller

mtd:nor: unlock enhancement for cmdset0002
 2017-05-11 21:22 UTC 

[PATCH 0/9] Drop unnecessary static
 2017-05-11 18:49 UTC  (3+ messages)
` [PATCH 1/9] mtd: cfi_cmdset_0020: "

[PATCH V3 1/2] mtd: add support for partition parsers
 2017-05-11 18:31 UTC  (5+ messages)
` [PATCH V4 "
  ` [PATCH V4 2/2] mtd: extract TRX parser out of bcm47xxpart into a separated module

[patchv4] mtd: mchp23k256: Add driver for this SPI SRAM device
 2017-05-11 17:30 UTC  (3+ messages)

[PATCH v5 1/6] mtd: dataflash: Replace C99 types with their kernel counterparts
 2017-05-11 17:03 UTC  (4+ messages)
` [PATCH v5 5/6] mtd: dataflash: Make use of "extened device information"

[PATCH v5 03/14] pinctrl: add a pinctrl driver for the Ingenic jz47xx SoCs
 2017-05-11 11:08 UTC  (3+ messages)
      ` [PATCH v5 04/14] GPIO: Add gpio-ingenic driver
    ` [PATCH v5 05/14] MIPS: ingenic: Enable pinctrl for all ingenic SoCs

[PATCH v1 1/2] mtd: nand: mediatek: update DT bindings
 2017-05-11  9:02 UTC  (4+ messages)
  ` [PATCH v1 2/2] mtd: nand: mediatek: add support for MT2712 NFC and ECC

[GIT PULL] MTD updates for 4.12-rc1
 2017-05-11  4:59 UTC 

[PATCH v2 0/2] addr nor flash node for mt2701
 2017-05-11  1:30 UTC  (8+ messages)
` [PATCH v2 2/2] arm: dts: mt2701: add nor flash node

[PATCH] MAINTAINERS: Update NAND subsystem git repositories
 2017-05-11  1:27 UTC  (4+ messages)

[PATCH] mtd: nand: gpio: update binding
 2017-05-11  1:19 UTC  (3+ messages)

[PATCH v2] mtd: spi-nor: Potential oops on error path in quad_enable()
 2017-05-10 10:03 UTC  (2+ messages)

[PATCH] mtd: spi-nor: stm32-quadspi: fix compiler errors with COMPILE_TEST
 2017-05-10  9:49 UTC  (2+ messages)

a bug detected in ubifs
 2017-05-10  7:13 UTC  (4+ messages)

[PATCH linux-next] jffs2: reduce stack usage in jffs2_build_xattr_subsystem()
 2017-05-09 20:30 UTC 

[RFC][PATCH] UBI: Make MTD_UBI_FASTMAP non-experimental
 2017-05-09  8:53 UTC  (8+ messages)

[PATCH v2 0/3] make ubifs compatible with IMA and EVM
 2017-05-09  7:50 UTC  (16+ messages)
` [PATCH v2 3/3] fs: ubifs: set s_uuid in super block

Race to power off harming SATA SSDs
 2017-05-08 21:36 UTC  (22+ messages)

[PULL v3] mtd: nand: changes for 4.12
 2017-05-08 17:49 UTC  (4+ messages)

[PATCH 0/3] mtdswap: Fine-tuning for three function implementations
 2017-05-08 15:10 UTC  (4+ messages)
` [PATCH 1/3] mtdswap: Reduce function calls for sequence output in mtdswap_show()
` [PATCH 2/3] mtdswap: Improve two size determinations in mtdswap_add_mtd()
` [PATCH 3/3] mtdswap: Improve a size determination in mtdswap_erase_block()

Ubinize squashfs in ubiblock
 2017-05-08 13:25 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).