[GIT PULL] mtd: Fixes for v5.4-rc3

From: Richard Weinberger
Date: Sat Oct 12 2019 - 16:29:26 EST


Linus,

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/fixes-for-5.4-rc3

for you to fetch changes up to df8fed831cbcdce7b283b2d9c1aadadcf8940d05:

mtd: rawnand: au1550nd: Fix au_read_buf16() prototype (2019-10-07 09:56:36 +0200)

----------------------------------------------------------------
This pull request contains two fixes for MTD:

- spi-nor: Fix for a regression in write_sr()
- rawnand: Regression fix for the au1550nd driver

----------------------------------------------------------------
Paul Burton (1):
mtd: rawnand: au1550nd: Fix au_read_buf16() prototype

Tudor Ambarus (1):
mtd: spi-nor: Fix direction of the write_sr() transfer

drivers/mtd/nand/raw/au1550nd.c | 5 ++---
drivers/mtd/spi-nor/spi-nor.c | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)