[{"id":1765769,"web_url":"http://patchwork.ozlabs.org/comment/1765769/","msgid":"<20170909080340.6793df4d@bbrezillon>","list_archive_url":null,"date":"2017-09-09T06:03:40","subject":"Re: MTD updates for 4.14","submitter":{"id":63120,"url":"http://patchwork.ozlabs.org/api/people/63120/","name":"Boris Brezillon","email":"boris.brezillon@free-electrons.com"},"content":"Hi Linus,\n\nI realize I messed up this pull request (missing '[GIT PULL]' prefix\nand the LKML is not Cc-ed). Please ignore this mail, I'll send a new\none.\n\nSorry for the inconvenience.\n\nRegards,\n\nBoris\n\nOn Mon, 4 Sep 2017 21:58:10 +0200\nBoris Brezillon <boris.brezillon@free-electrons.com> wrote:\n\n> Hi Linus,\n> \n> As Brian mentioned in his last fixes PR, I'll be handling the MTD\n> subsystem for this release. Here are the MTD changes queued for 4.14.\n> \n> This is the first PR I send to you, so please let me know if I did\n> something wrong.\n> \n> Regards,\n> \n> Boris\n> \n> The following changes since commit cc4a41fe5541a73019a864883297bd5043aa6d98:\n> \n>   Linux 4.13-rc7 (2017-08-27 17:20:40 -0700)\n> \n> are available in the git repository at:\n> \n>   git://git.infradead.org/linux-mtd.git tags/for-linus-20170904\n> \n> for you to fetch changes up to d1f936d73683a540227cca3aaecdb68b6c3d53c5:\n> \n>   Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next (2017-09-01 15:34:30 +0200)\n> \n> ----------------------------------------------------------------\n> MTD changes for 4.14:\n> \n> General updates:\n>  * Constify pci_device_id in various drivers\n>  * Constify device_type\n>  * Remove pad control code from the Gemini driver\n>  * Use %pOF to print OF node full_name\n>  * Various fixes in the physmap_of driver\n>  * Remove unused vars in mtdswap\n>  * Check devm_kzalloc() return value in the spear_smi driver\n>  * Check clk_prepare_enable() return code in the st_spi_fsm driver\n>  * Create per MTD device debugfs enties\n> \n> NAND updates, from Boris Brezillon:\n>  * Fix memory leaks in the core\n>  * Remove unused NAND locking support\n>  * Rename nand.h into rawnand.h (preparing support for spi NANDs)\n>  * Use NAND_MAX_ID_LEN where appropriate\n>  * Fix support for 20nm Hynix chips\n>  * Fix support for Samsung and Hynix SLC NANDs\n>  * Various cleanup, improvements and fixes in the qcom driver\n>  * Fixes for bugs detected by various static code analysis tools\n>  * Fix mxc ooblayout definition\n>  * Add a new part_parsers to tmio and sharpsl platform data in order to\n>    define a custom list of partition parsers\n>  * Request the reset line in exclusive mode in the sunxi driver\n>  * Fix a build error in the orion-nand driver when compiled for ARMv4\n>  * Allow 64-bit mvebu platforms to select the PXA3XX driver\n> \n> SPI NOR updates, from Cyrille Pitchen and Marek Vasut:\n>  * add support to the JEDEC JESD216B specification (SFDP tables).\n>  * add support to the Intel Denverton SPI flash controller.\n>  * fix error recovery for Spansion/Cypress SPI NOR memories.\n>  * fix 4-byte address management for the Aspeed SPI controller.\n>  * add support to some Microchip SST26 memory parts\n>  * remove unneeded pinctrl header Write a message for tag:\n> \n> ----------------------------------------------------------------\n> Abhishek Sahu (25):\n>       mtd: nand: qcom: fix config error for BCH\n>       mtd: nand: qcom: remove redundant chip select compatible string\n>       dt-bindings: qcom_nandc: remove chip select compatible string\n>       mtd: nand: qcom: reorganize nand page read\n>       mtd: nand: qcom: reorganize nand page write\n>       mtd: nand: qcom: remove memset for clearing read register buffer\n>       mtd: nand: qcom: reorganize nand devices probing\n>       mtd: nand: qcom: fix read failure without complete bootchain\n>       mtd: nand: qcom: support for NAND controller properties\n>       mtd: nand: qcom: add bam property for QPIC NAND controller\n>       mtd: nand: qcom: add and initialize QPIC DMA resources\n>       mtd: nand: qcom: DMA mapping support for register read buffer\n>       mtd: nand: qcom: allocate BAM transaction\n>       mtd: nand: qcom: add BAM DMA descriptor handling\n>       mtd: nand: qcom: support for passing flags in DMA helper functions\n>       mtd: nand: qcom: support for read location registers\n>       mtd: nand: qcom: erased codeword detection configuration\n>       mtd: nand: qcom: enable BAM or ADM mode\n>       mtd: nand: qcom: QPIC data descriptors handling\n>       mtd: nand: qcom: support for different DEV_CMD register offsets\n>       dt-bindings: qcom_nandc: fix the ipq806x device tree example\n>       dt-bindings: qcom_nandc: IPQ4019 QPIC NAND documentation\n>       dt-bindings: qcom_nandc: IPQ8074 QPIC NAND documentation\n>       mtd: nand: qcom: support for IPQ4019 QPIC NAND controller\n>       mtd: nand: qcom: Support for IPQ8074 QPIC NAND controller\n> \n> Alexander Sverdlin (1):\n>       mtd: spi-nor: Recover from Spansion/Cypress errors\n> \n> Andrea Adami (4):\n>       mtd: nand: sharpsl: Add partition parsers platform data\n>       mtd: nand: sharpsl: Register partitions using the parsers\n>       mfd: tmio: Add partition parsers platform data\n>       mtd: nand: tmio: Register partitions using the parsers\n> \n> Arnd Bergmann (2):\n>       mtd: only use __xipram annotation when XIP_KERNEL is set\n>       mtd: orion-nand: fix build error with ARMv4\n> \n> Arvind Yadav (11):\n>       mtd: ichxrom: constify pci_device_id.\n>       mtd: amd76xrom: constify pci_device_id.\n>       mtd: esb2rom: constify pci_device_id.\n>       mtd: ck804xrom: constify pci_device_id.\n>       mtd: intel_vr_nor: constify pci_device_id.\n>       mtd: pci: constify pci_device_id.\n>       mtd: nand: denali: Handle return value of clk_prepare_enable.\n>       mtd: oxnas_nand: Handle clk_prepare_enable/clk_disable_unprepare.\n>       mtd: nand: lpc32xx_slc: Handle return value of clk_prepare_enable.\n>       mtd: nand: lpc32xx_mlc: Handle return value of clk_prepare_enable.\n>       mtd: st_spi_fsm: Handle clk_prepare_enable/clk_disable_unprepare.\n> \n> Bhumika Goyal (1):\n>       mtd: make device_type const\n> \n> Boris Brezillon (8):\n>       mtd: nand: Remove support for block locking/unlocking\n>       mtd: nand: Rename nand.h into rawnand.h\n>       mtd: nand: Fix various memory leaks in core\n>       mtd: nand: mxc: Fix mxc_v1 ooblayout\n>       Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into nand/next\n>       Merge tag 'v4.13-rc7' into mtd/next\n>       Merge tag 'spi-nor/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next\n>       Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next\n> \n> Brian Norris (1):\n>       mtd: mtdswap: remove unused variables 'dev' and 'gd'\n> \n> Christophe Jaillet (1):\n>       mtd: physmap_of: Fix resources leak in 'of_flash_probe()'\n> \n> Claudiu Beznea (1):\n>       mtd: spi-nor: add support for Microchip sst26vf064b QSPI memory\n> \n> Cyrille Pitchen (1):\n>       mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables\n> \n> Cédric Le Goater (1):\n>       mtd: spi-nor: aspeed: set 4B setting for all chips\n> \n> Fabio Estevam (4):\n>       mtd: atmel-quadspi: Remove unneeded pinctrl header\n>       mtd: mtk-quadspi: Remove unneeded pinctrl header\n>       mtd: nand: vf610: Check the return value from clk_prepare_enable()\n>       mtd: nand: vf610: Remove unneeded pinctrl_pm_select_default_state()\n> \n> Gregory CLEMENT (1):\n>       mtd: nand: pxa3xx_nand: enable building on mvebu 64-bit platforms\n> \n> Gustavo A. R. Silva (3):\n>       mtd: spear_smi: add NULL check on devm_kzalloc() return value\n>       mtd: nand: sh_flctl: fix error return code in flctl_probe()\n>       mtd: nand: mtk: fix error return code in mtk_ecc_probe()\n> \n> Jean-Louis Thekekara (1):\n>       mtd: nand: remove hard-coded NAND ids length\n> \n> Julia Lawall (1):\n>       mtd: physmap_of: Drop unnecessary static\n> \n> Linus Walleij (1):\n>       mtd: physmap_of: Retire Gemini pad control\n> \n> Lothar Waßmann (2):\n>       mtd: nand: make Samsung SLC NAND usable again\n>       mtd: nand: complain loudly when chip->bits_per_cell is not correctly initialized\n> \n> Mario Rugiero (1):\n>       mtd: create per-device and module-scope debugfs entries\n> \n> Martin Blumenstingl (1):\n>       mtd: nand: hynix: add support for 20nm NAND chips\n> \n> Matthew Gerlach (1):\n>       mtd: spi-nor: fix \"No newline at end of file\"\n> \n> Mika Westerberg (1):\n>       mtd: spi-nor: intel-spi: Add support for Intel Denverton SPI serial flash controller\n> \n> Pan Bian (1):\n>       mtd: nand: sh_flctl: use dma_mapping_error to check map errors\n> \n> Philipp Zabel (1):\n>       mtd: nand: sunxi: explicitly request exclusive reset control\n> \n> Rob Herring (1):\n>       mtd: Convert to using %pOF instead of full_name\n> \n> Sergei Shtylyov (1):\n>       mtd: nand: atmel: fix of_irq_get() error check\n> \n>  Documentation/devicetree/bindings/mtd/qcom_nandc.txt |  65 +++-\n>  Documentation/driver-api/mtdnand.rst                 |   8 +-\n>  MAINTAINERS                                          |   2 +-\n>  arch/arm/mach-davinci/board-da850-evm.c              |   2 +-\n>  arch/arm/mach-davinci/board-dm355-evm.c              |   2 +-\n>  arch/arm/mach-davinci/board-dm355-leopard.c          |   2 +-\n>  arch/arm/mach-davinci/board-dm365-evm.c              |   2 +-\n>  arch/arm/mach-davinci/board-dm644x-evm.c             |   2 +-\n>  arch/arm/mach-davinci/board-dm646x-evm.c             |   2 +-\n>  arch/arm/mach-davinci/board-sffsdr.c                 |   2 +-\n>  arch/arm/mach-dove/dove-db-setup.c                   |   2 +-\n>  arch/arm/mach-ep93xx/snappercl15.c                   |   2 +-\n>  arch/arm/mach-ep93xx/ts72xx.c                        |   2 +-\n>  arch/arm/mach-imx/mach-qong.c                        |   2 +-\n>  arch/arm/mach-ixp4xx/ixdp425-setup.c                 |   2 +-\n>  arch/arm/mach-mmp/aspenite.c                         |   2 +-\n>  arch/arm/mach-omap1/board-fsample.c                  |   2 +-\n>  arch/arm/mach-omap1/board-h2.c                       |   2 +-\n>  arch/arm/mach-omap1/board-h3.c                       |   2 +-\n>  arch/arm/mach-omap1/board-nand.c                     |   2 +-\n>  arch/arm/mach-omap1/board-perseus2.c                 |   2 +-\n>  arch/arm/mach-orion5x/db88f5281-setup.c              |   2 +-\n>  arch/arm/mach-orion5x/kurobox_pro-setup.c            |   2 +-\n>  arch/arm/mach-orion5x/ts209-setup.c                  |   2 +-\n>  arch/arm/mach-orion5x/ts78xx-setup.c                 |   2 +-\n>  arch/arm/mach-pxa/balloon3.c                         |   2 +-\n>  arch/arm/mach-pxa/em-x270.c                          |   2 +-\n>  arch/arm/mach-pxa/eseries.c                          |   2 +-\n>  arch/arm/mach-pxa/palmtx.c                           |   2 +-\n>  arch/arm/mach-pxa/tosa.c                             |   2 +-\n>  arch/arm/mach-s3c24xx/common-smdk.c                  |   2 +-\n>  arch/arm/mach-s3c24xx/mach-anubis.c                  |   2 +-\n>  arch/arm/mach-s3c24xx/mach-at2440evb.c               |   2 +-\n>  arch/arm/mach-s3c24xx/mach-bast.c                    |   2 +-\n>  arch/arm/mach-s3c24xx/mach-gta02.c                   |   2 +-\n>  arch/arm/mach-s3c24xx/mach-jive.c                    |   2 +-\n>  arch/arm/mach-s3c24xx/mach-mini2440.c                |   2 +-\n>  arch/arm/mach-s3c24xx/mach-osiris.c                  |   2 +-\n>  arch/arm/mach-s3c24xx/mach-qt2410.c                  |   2 +-\n>  arch/arm/mach-s3c24xx/mach-rx3715.c                  |   2 +-\n>  arch/arm/mach-s3c24xx/mach-vstms.c                   |   2 +-\n>  arch/blackfin/mach-bf537/boards/dnp5370.c            |   2 +-\n>  arch/blackfin/mach-bf537/boards/stamp.c              |   2 +-\n>  arch/blackfin/mach-bf561/boards/acvilon.c            |   2 +-\n>  arch/cris/arch-v32/drivers/mach-a3/nandflash.c       |   2 +-\n>  arch/cris/arch-v32/drivers/mach-fs/nandflash.c       |   2 +-\n>  arch/mips/alchemy/devboards/db1200.c                 |   2 +-\n>  arch/mips/alchemy/devboards/db1300.c                 |   2 +-\n>  arch/mips/alchemy/devboards/db1550.c                 |   2 +-\n>  arch/mips/include/asm/mach-jz4740/jz4740_nand.h      |   2 +-\n>  arch/mips/netlogic/xlr/platform-flash.c              |   2 +-\n>  arch/mips/pnx833x/common/platform.c                  |   2 +-\n>  arch/mips/rb532/devices.c                            |   2 +-\n>  arch/sh/boards/mach-migor/setup.c                    |   2 +-\n>  drivers/mtd/devices/docg3.c                          |  49 +--\n>  drivers/mtd/devices/docg3.h                          |   2 -\n>  drivers/mtd/devices/spear_smi.c                      |   2 +\n>  drivers/mtd/devices/st_spi_fsm.c                     |  20 +-\n>  drivers/mtd/inftlcore.c                              |   2 +-\n>  drivers/mtd/maps/amd76xrom.c                         |   4 +-\n>  drivers/mtd/maps/ck804xrom.c                         |   4 +-\n>  drivers/mtd/maps/esb2rom.c                           |   4 +-\n>  drivers/mtd/maps/ichxrom.c                           |   4 +-\n>  drivers/mtd/maps/intel_vr_nor.c                      |   2 +-\n>  drivers/mtd/maps/pci.c                               |   2 +-\n>  drivers/mtd/maps/physmap_of_core.c                   |   8 +-\n>  drivers/mtd/maps/physmap_of_gemini.c                 |  16 -\n>  drivers/mtd/maps/physmap_of_versatile.c              |   2 +-\n>  drivers/mtd/maps/sun_uflash.c                        |   4 +-\n>  drivers/mtd/mtdcore.c                                |  18 +-\n>  drivers/mtd/mtdswap.c                                |  21 +-\n>  drivers/mtd/nand/Kconfig                             |   2 +-\n>  drivers/mtd/nand/ams-delta.c                         |   2 +-\n>  drivers/mtd/nand/atmel/nand-controller.c             |  15 +-\n>  drivers/mtd/nand/atmel/pmecc.c                       |   2 +-\n>  drivers/mtd/nand/au1550nd.c                          |   2 +-\n>  drivers/mtd/nand/bcm47xxnflash/bcm47xxnflash.h       |   2 +-\n>  drivers/mtd/nand/bf5xx_nand.c                        |   2 +-\n>  drivers/mtd/nand/brcmnand/brcmnand.c                 |   2 +-\n>  drivers/mtd/nand/cafe_nand.c                         |   2 +-\n>  drivers/mtd/nand/cmx270_nand.c                       |   2 +-\n>  drivers/mtd/nand/cs553x_nand.c                       |   2 +-\n>  drivers/mtd/nand/davinci_nand.c                      |   2 +-\n>  drivers/mtd/nand/denali.h                            |   2 +-\n>  drivers/mtd/nand/denali_dt.c                         |   4 +-\n>  drivers/mtd/nand/diskonchip.c                        |   2 +-\n>  drivers/mtd/nand/docg4.c                             |   2 +-\n>  drivers/mtd/nand/fsl_elbc_nand.c                     |   2 +-\n>  drivers/mtd/nand/fsl_ifc_nand.c                      |   2 +-\n>  drivers/mtd/nand/fsl_upm.c                           |   2 +-\n>  drivers/mtd/nand/fsmc_nand.c                         |   2 +-\n>  drivers/mtd/nand/gpio.c                              |   2 +-\n>  drivers/mtd/nand/gpmi-nand/gpmi-nand.h               |   2 +-\n>  drivers/mtd/nand/hisi504_nand.c                      |   2 +-\n>  drivers/mtd/nand/jz4740_nand.c                       |   2 +-\n>  drivers/mtd/nand/jz4780_nand.c                       |   2 +-\n>  drivers/mtd/nand/lpc32xx_mlc.c                       |  11 +-\n>  drivers/mtd/nand/lpc32xx_slc.c                       |  11 +-\n>  drivers/mtd/nand/mpc5121_nfc.c                       |   2 +-\n>  drivers/mtd/nand/mtk_ecc.c                           |   4 +-\n>  drivers/mtd/nand/mtk_nand.c                          |   2 +-\n>  drivers/mtd/nand/mxc_nand.c                          |   9 +-\n>  drivers/mtd/nand/nand_amd.c                          |   2 +-\n>  drivers/mtd/nand/nand_base.c                         | 304 +++------------\n>  drivers/mtd/nand/nand_bbt.c                          |   2 +-\n>  drivers/mtd/nand/nand_bch.c                          |   2 +-\n>  drivers/mtd/nand/nand_ecc.c                          |   2 +-\n>  drivers/mtd/nand/nand_hynix.c                        |   6 +-\n>  drivers/mtd/nand/nand_ids.c                          |   2 +-\n>  drivers/mtd/nand/nand_macronix.c                     |   2 +-\n>  drivers/mtd/nand/nand_micron.c                       |   2 +-\n>  drivers/mtd/nand/nand_samsung.c                      |   2 +-\n>  drivers/mtd/nand/nand_timings.c                      |   2 +-\n>  drivers/mtd/nand/nand_toshiba.c                      |   2 +-\n>  drivers/mtd/nand/nandsim.c                           |  51 +--\n>  drivers/mtd/nand/ndfc.c                              |   2 +-\n>  drivers/mtd/nand/nuc900_nand.c                       |   2 +-\n>  drivers/mtd/nand/omap2.c                             |   2 +-\n>  drivers/mtd/nand/orion_nand.c                        |   9 +-\n>  drivers/mtd/nand/oxnas_nand.c                        |  27 +-\n>  drivers/mtd/nand/pasemi_nand.c                       |   2 +-\n>  drivers/mtd/nand/plat_nand.c                         |   2 +-\n>  drivers/mtd/nand/pxa3xx_nand.c                       |   2 +-\n>  drivers/mtd/nand/qcom_nandc.c                        | 919 ++++++++++++++++++++++++++++++++++++--------\n>  drivers/mtd/nand/r852.h                              |   2 +-\n>  drivers/mtd/nand/s3c2410.c                           |   2 +-\n>  drivers/mtd/nand/sh_flctl.c                          |   8 +-\n>  drivers/mtd/nand/sharpsl.c                           |   4 +-\n>  drivers/mtd/nand/sm_common.c                         |   2 +-\n>  drivers/mtd/nand/socrates_nand.c                     |   2 +-\n>  drivers/mtd/nand/sunxi_nand.c                        |   4 +-\n>  drivers/mtd/nand/tango_nand.c                        |   2 +-\n>  drivers/mtd/nand/tmio_nand.c                         |   6 +-\n>  drivers/mtd/nand/txx9ndfmc.c                         |   2 +-\n>  drivers/mtd/nand/vf610_nfc.c                         |  11 +-\n>  drivers/mtd/nand/xway_nand.c                         |   2 +-\n>  drivers/mtd/nftlcore.c                               |   2 +-\n>  drivers/mtd/nftlmount.c                              |   2 +-\n>  drivers/mtd/ofpart.c                                 |  23 +-\n>  drivers/mtd/spi-nor/Kconfig                          |  16 +\n>  drivers/mtd/spi-nor/Makefile                         |   3 +-\n>  drivers/mtd/spi-nor/aspeed-smc.c                     |  13 +-\n>  drivers/mtd/spi-nor/atmel-quadspi.c                  |   1 -\n>  drivers/mtd/spi-nor/hisi-sfc.c                       |   8 +-\n>  drivers/mtd/spi-nor/intel-spi-pci.c                  |  82 ++++\n>  drivers/mtd/spi-nor/mtk-quadspi.c                    |   1 -\n>  drivers/mtd/spi-nor/spi-nor.c                        | 805 +++++++++++++++++++++++++++++++++++++-\n>  drivers/mtd/ssfdc.c                                  |   2 +-\n>  drivers/mtd/tests/nandbiterrs.c                      |   2 +-\n>  drivers/staging/mt29f_spinand/mt29f_spinand.c        |   2 +-\n>  fs/jffs2/wbuf.c                                      |   2 +-\n>  include/asm-generic/vmlinux.lds.h                    |   1 +\n>  include/linux/mfd/tmio.h                             |   1 +\n>  include/linux/mtd/mtd.h                              |  10 +\n>  include/linux/mtd/nand-gpio.h                        |   2 +-\n>  include/linux/mtd/{nand.h => rawnand.h}              |  30 +-\n>  include/linux/mtd/sh_flctl.h                         |   2 +-\n>  include/linux/mtd/sharpsl.h                          |   3 +-\n>  include/linux/mtd/spi-nor.h                          |  11 +\n>  include/linux/mtd/xip.h                              |  10 +-\n>  include/linux/platform_data/mtd-davinci.h            |   2 +-\n>  include/linux/platform_data/mtd-nand-s3c2410.h       |   2 +-\n>  162 files changed, 2113 insertions(+), 765 deletions(-)\n>  create mode 100644 drivers/mtd/spi-nor/intel-spi-pci.c\n>  rename include/linux/mtd/{nand.h => rawnand.h} (98%)","headers":{"Return-Path":"<linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org; spf=none (mailfrom)\n\tsmtp.mailfrom=lists.infradead.org (client-ip=65.50.211.133;\n\thelo=bombadil.infradead.org;\n\tenvelope-from=linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org;\n\treceiver=<UNKNOWN>)","ozlabs.org; dkim=pass (2048-bit key;\n\tunprotected) header.d=lists.infradead.org\n\theader.i=@lists.infradead.org header.b=\"kYsJgJOg\"; \n\tdkim-atps=neutral"],"Received":["from bombadil.infradead.org (bombadil.infradead.org\n\t[65.50.211.133])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256\n\tbits)) (No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xq7f84Nnyz9s82\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat,  9 Sep 2017 19:08:48 +1000 (AEST)","from localhost ([127.0.0.1] helo=bombadil.infradead.org)\n\tby bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux))\n\tid 1dqbki-0002IY-2Q; Sat, 09 Sep 2017 09:08:36 +0000","from [163.172.101.56] (helo=mail.free-electrons.com)\n\tby bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux))\n\tid 1dqbjs-0001sH-9n\n\tfor linux-mtd@lists.infradead.org; Sat, 09 Sep 2017 09:07:55 +0000","by mail.free-electrons.com (Postfix, from userid 110)\n\tid 5DEB1229E9; Sat,  9 Sep 2017 08:05:32 +0200 (CEST)","from bbrezillon (unknown [91.160.177.164])\n\tby mail.free-electrons.com (Postfix) with ESMTPSA id 1F9E8229CE;\n\tSat,  9 Sep 2017 08:05:32 +0200 (CEST)"],"DKIM-Signature":"v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;\n\td=lists.infradead.org; s=bombadil.20170209; h=Sender:\n\tContent-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post:\n\tList-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:\n\tMessage-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description:\n\tResent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:\n\tList-Owner; bh=FTJXz7Gt4YEZd/aByNbzk1g21MYu7151ZnXdfrWrEnA=;\n\tb=kYsJgJOgLWBcE7\n\tqGQy2jqhIHSB8XllANdS181ErRVHWQYI6KPnnqo8T6V9z8hXfZuSty/KhATwCPWBoY+Y1Ro0lb/wy\n\tpUvPvTX4Q9SPBiLTzUEZQIoKcSseqatdgXv7YYRFOGgRV4FhaZZZcbQGDwpCiksltErGoU+WD3tA/\n\tUvMiCwZJs6TlyVmlGx2pgBA89BlemQpjAKWM90Q5Vt6dXm/g6ib3Co2IEXtzCzBaRllkmNYoFyWjD\n\tmjPDUXCyUCK/O32Eb8av7Pi9gojMhM9PBDF9tSVn9617IsxPx1R123YgETkHBlD31Q1zICzylFlMj\n\tM2mjQiVFcmjscJnU30VA==;","X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on\n\tmail.free-electrons.com","X-Spam-Level":"","X-Spam-Status":"No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT,\n\tURIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0","Date":"Sat, 9 Sep 2017 08:03:40 +0200","From":"Boris Brezillon <boris.brezillon@free-electrons.com>","To":"Linus Torvalds <torvalds@linux-foundation.org>, Brian Norris\n\t<computersforpeace@gmail.com>","Subject":"Re: MTD updates for 4.14","Message-ID":"<20170909080340.6793df4d@bbrezillon>","In-Reply-To":"<20170904215810.1cb0ea9e@bbrezillon>","References":"<20170904215810.1cb0ea9e@bbrezillon>","X-Mailer":"Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu)","MIME-Version":"1.0","X-CRM114-Version":"20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 ","X-CRM114-CacheID":"sfid-20170909_020748_167586_B0FB9F24 ","X-CRM114-Status":"GOOD (  27.98  )","X-Spam-Score":"-0.4 (/)","X-Spam-Report":"SpamAssassin version 3.4.1 on bombadil.infradead.org summary:\n\tContent analysis details:   (-0.4 points)\n\tpts rule name              description\n\t---- ----------------------\n\t--------------------------------------------------\n\t0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail)\n\t-1.9 BAYES_00               BODY: Bayes spam probability is 0 to 1%\n\t[score: 0.0000]\n\t0.8 RDNS_NONE Delivered to internal network by a host with no rDNS","X-BeenThere":"linux-mtd@lists.infradead.org","X-Mailman-Version":"2.1.21","Precedence":"list","List-Id":"Linux MTD discussion mailing list <linux-mtd.lists.infradead.org>","List-Unsubscribe":"<http://lists.infradead.org/mailman/options/linux-mtd>,\n\t<mailto:linux-mtd-request@lists.infradead.org?subject=unsubscribe>","List-Archive":"<http://lists.infradead.org/pipermail/linux-mtd/>","List-Post":"<mailto:linux-mtd@lists.infradead.org>","List-Help":"<mailto:linux-mtd-request@lists.infradead.org?subject=help>","List-Subscribe":"<http://lists.infradead.org/mailman/listinfo/linux-mtd>,\n\t<mailto:linux-mtd-request@lists.infradead.org?subject=subscribe>","Cc":"Marek Vasut <marex@denx.de>, Richard Weinberger <richard@nod.at>,\n\tDavid Woodhouse <dwmw2@infradead.org>,\n\t\"linux-mtd@lists.infradead.org\" <linux-mtd@lists.infradead.org>,\n\tCyrille Pitchen <cyrille.pitchen@wedev4u.fr>","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Sender":"\"linux-mtd\" <linux-mtd-bounces@lists.infradead.org>","Errors-To":"linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org"}}]