mbox series

[GIT,PULL] mtd: Fixes for 4.20-rc5

Message ID 20181130105829.0bbefe10@bbrezillon
State Not Applicable
Headers show
Series [GIT,PULL] mtd: Fixes for 4.20-rc5 | expand

Pull-request

git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-4.20-rc5

Message

Boris Brezillon Nov. 30, 2018, 9:58 a.m. UTC
Hello Linus,

Here is the MTD fixes PR for 4.20-rc5.

Regards,

Boris

The following changes since commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436:

  Linux 4.20-rc4 (2018-11-25 14:19:31 -0800)

are available in the Git repository at:

  git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-4.20-rc5

for you to fetch changes up to 40b412897ccb4b98b2cfb2a0aaabed58dd9e2086:

  mtd: nand: Fix memory allocation in nanddev_bbt_init() (2018-11-28 15:41:50 +0100)

----------------------------------------------------------------
NAND fixes:
- Fix BBT cache allocation done in nanddev_bbt_init()

SPI NOR fixes:
- Fix the erase type selection logic

----------------------------------------------------------------
Frieder Schrempf (1):
      mtd: nand: Fix memory allocation in nanddev_bbt_init()

Tudor Ambarus (1):
      mtd: spi-nor: fix erase_type array to indicate current map conf

 drivers/mtd/nand/bbt.c        |  3 ++-
 drivers/mtd/spi-nor/spi-nor.c | 31 +++++++++++++++++++++++++++++--
 2 files changed, 31 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 30, 2018, 9 p.m. UTC | #1
The pull request you sent on Fri, 30 Nov 2018 10:58:29 +0100:

> git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-4.20-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/da59f180d529fc78591e71acf2c67114b8eff10d

Thank you!