[GIT PULL] mtd: Fixes for v5.5-rc6

From: Miquel Raynal
Date: Fri Jan 10 2020 - 09:42:24 EST


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(-)