All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Richard Weinberger <richard@nod.at>,
	linux-mtd@lists.infradead.org,
	Vignesh Raghavendra <vigneshr@ti.com>,
	linux-kernel@vger.kernel.org,
	Tudor Ambarus <Tudor.Ambarus@microchip.com>
Subject: [GIT PULL] mtd: Fixes for v5.5-rc6
Date: Fri, 10 Jan 2020 15:42:18 +0100	[thread overview]
Message-ID: <20200110154218.0b28309f@xps13> (raw)

Hello Linus,

This is the MTD fixes PR for v5.5-rc6.

Thanks,
Miquèl

The following changes since commit c79f46a282390e0f5b306007bf7b11a46d529538:

  Linux 5.5-rc5 (2020-01-05 14:23:27 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.5-rc6

for you to fetch changes up to 82de6a6fb67e16a30ec2f586b1f6976c2d7b4b62:

  mtd: spi-nor: Fix the writing of the Status Register on micron flashes (2020-01-09 20:11:34 +0100)

----------------------------------------------------------------
MTD:
* sm_ftl: Fix NULL pointer warning.

Raw NAND:
* Cadence: fix compile testing.
* STM32: Avoid locking.

Onenand:
* Fix several sparse/build warnings.

SPI-NOR:
* Add a flag to fix interaction with Micron parts.

----------------------------------------------------------------
Amir Mahdi Ghorbanian (1):
      mtd: onenand: omap2: Fix errors in style

Arnd Bergmann (1):
      mtd: sm_ftl: fix NULL pointer warning

Christophe Kerello (1):
      mtd: rawnand: stm32_fmc2: avoid to lock the CPU bus

Krzysztof Kozlowski (1):
      mtd: onenand: samsung: Fix iomem access with regular memcpy

Peter Ujfalusi (1):
      mtd: onenand: omap2: Pass correct flags for prep_dma_memcpy

Tudor Ambarus (1):
      mtd: spi-nor: Fix the writing of the Status Register on micron flashes

Vasyl Gomonovych (1):
      mtd: cadence: Fix cast to pointer from integer of different size warning

 drivers/mtd/nand/onenand/omap2.c               | 14 ++++++------
 drivers/mtd/nand/onenand/onenand_base.c        | 14 ++++++------
 drivers/mtd/nand/onenand/samsung_mtd.c         |  8 +++----
 drivers/mtd/nand/raw/cadence-nand-controller.c | 13 ++++++-----
 drivers/mtd/nand/raw/stm32_fmc2_nand.c         | 38 +++++++++++++++++++++++++++++++--
 drivers/mtd/sm_ftl.c                           |  3 ++-
 drivers/mtd/spi-nor/spi-nor.c                  |  1 +
 include/linux/mtd/flashchip.h                  |  2 +-
 8 files changed, 65 insertions(+), 28 deletions(-)

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-mtd@lists.infradead.org,
	Richard Weinberger <richard@nod.at>,
	Tudor Ambarus <Tudor.Ambarus@microchip.com>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] mtd: Fixes for v5.5-rc6
Date: Fri, 10 Jan 2020 15:42:18 +0100	[thread overview]
Message-ID: <20200110154218.0b28309f@xps13> (raw)

Hello Linus,

This is the MTD fixes PR for v5.5-rc6.

Thanks,
Miquèl

The following changes since commit c79f46a282390e0f5b306007bf7b11a46d529538:

  Linux 5.5-rc5 (2020-01-05 14:23:27 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.5-rc6

for you to fetch changes up to 82de6a6fb67e16a30ec2f586b1f6976c2d7b4b62:

  mtd: spi-nor: Fix the writing of the Status Register on micron flashes (2020-01-09 20:11:34 +0100)

----------------------------------------------------------------
MTD:
* sm_ftl: Fix NULL pointer warning.

Raw NAND:
* Cadence: fix compile testing.
* STM32: Avoid locking.

Onenand:
* Fix several sparse/build warnings.

SPI-NOR:
* Add a flag to fix interaction with Micron parts.

----------------------------------------------------------------
Amir Mahdi Ghorbanian (1):
      mtd: onenand: omap2: Fix errors in style

Arnd Bergmann (1):
      mtd: sm_ftl: fix NULL pointer warning

Christophe Kerello (1):
      mtd: rawnand: stm32_fmc2: avoid to lock the CPU bus

Krzysztof Kozlowski (1):
      mtd: onenand: samsung: Fix iomem access with regular memcpy

Peter Ujfalusi (1):
      mtd: onenand: omap2: Pass correct flags for prep_dma_memcpy

Tudor Ambarus (1):
      mtd: spi-nor: Fix the writing of the Status Register on micron flashes

Vasyl Gomonovych (1):
      mtd: cadence: Fix cast to pointer from integer of different size warning

 drivers/mtd/nand/onenand/omap2.c               | 14 ++++++------
 drivers/mtd/nand/onenand/onenand_base.c        | 14 ++++++------
 drivers/mtd/nand/onenand/samsung_mtd.c         |  8 +++----
 drivers/mtd/nand/raw/cadence-nand-controller.c | 13 ++++++-----
 drivers/mtd/nand/raw/stm32_fmc2_nand.c         | 38 +++++++++++++++++++++++++++++++--
 drivers/mtd/sm_ftl.c                           |  3 ++-
 drivers/mtd/spi-nor/spi-nor.c                  |  1 +
 include/linux/mtd/flashchip.h                  |  2 +-
 8 files changed, 65 insertions(+), 28 deletions(-)

             reply	other threads:[~2020-01-10 14:42 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-10 14:42 Miquel Raynal [this message]
2020-01-10 14:42 ` [GIT PULL] mtd: Fixes for v5.5-rc6 Miquel Raynal
2020-01-10 20:31 ` Linus Torvalds
2020-01-10 20:31   ` Linus Torvalds
2020-01-10 20:38   ` Linus Torvalds
2020-01-10 20:38     ` Linus Torvalds
2020-01-11 14:50     ` Konstantin Ryabitsev
2020-01-11 14:50       ` Konstantin Ryabitsev
2020-01-13  8:02       ` Geert Uytterhoeven
2020-01-13  8:02         ` Geert Uytterhoeven
2020-01-13 20:52         ` Konstantin Ryabitsev
2020-01-13 20:52           ` Konstantin Ryabitsev
2020-01-11 14:45 ` pr-tracker-bot
2020-01-11 14:45   ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200110154218.0b28309f@xps13 \
    --to=miquel.raynal@bootlin.com \
    --cc=Tudor.Ambarus@microchip.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=richard@nod.at \
    --cc=torvalds@linux-foundation.org \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.