mbox series

[GIT,PULL] mtd: Fixes for 5.0-rc3

Message ID 20190118135355.0072b66d@bbrezillon
State Not Applicable
Headers show
Series [GIT,PULL] mtd: Fixes for 5.0-rc3 | expand

Pull-request

git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-5.0-rc3

Message

Boris Brezillon Jan. 18, 2019, 12:54 p.m. UTC
Hello Linus,

Here is the MTD fixes PR for 5.0-rc3.

Regards,

Boris

The following changes since commit 1c7fc5cbc33980acd13d668f1c8f0313d6ae9fd8:

  Linux 5.0-rc2 (2019-01-14 10:41:12 +1200)

are available in the Git repository at:

  git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-5.0-rc3

for you to fetch changes up to d311e0c27b8fcc27f707f8cac48cd8bdc4155224:

  mtd: rawnand: denali: get ->setup_data_interface() working again (2019-01-18 10:27:01 +0100)

----------------------------------------------------------------
Raw NAND changes:
- jz4740: fix a compilation warning
- fsmc: fix a regression introduced by ->select_chip() deprecation
- denali: fix a regression introduced by NAND_KEEP_TIMINGS addition

----------------------------------------------------------------
Linus Walleij (1):
      mtd: rawnand: fsmc: Keep bank enable bit set

Luc Van Oostenryck (1):
      mtd: nand: jz4740: fix '__iomem *' vs. '* __iomem'

Masahiro Yamada (1):
      mtd: rawnand: denali: get ->setup_data_interface() working again

 drivers/mtd/nand/raw/denali.c      |  2 +-
 drivers/mtd/nand/raw/fsmc_nand.c   | 21 ---------------------
 drivers/mtd/nand/raw/jz4740_nand.c |  2 +-
 3 files changed, 2 insertions(+), 23 deletions(-)