mbox series

[GIT,PULL] mtd: Fixes for 5.0/5.0-rc8

Message ID 20190220085653.182aa2c6@collabora.com
State Not Applicable
Headers show
Series [GIT,PULL] mtd: Fixes for 5.0/5.0-rc8 | expand

Pull-request

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

Message

Boris Brezillon Feb. 20, 2019, 7:56 a.m. UTC
Hello Linus,

Here are 2 fixes for 5.0 (or -rc8 if you end up delaying the release).

Regards,

Boris

The following changes since commit d13937116f1e82bf508a6325111b322c30c85eb9:

  Linux 5.0-rc6 (2019-02-10 14:42:20 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 3e35730dd7540bad2d4e002703996391d9be49a0:

  mtd: powernv_flash: Fix device registration error (2019-02-13 14:19:40 +0100)

----------------------------------------------------------------
- Don't add a digit to MTD-backed nvmem device names
- Make sure powernv flash names are unique

----------------------------------------------------------------
Aneesh Kumar K.V (2):
      mtd: Use mtd->name when registering nvmem device
      mtd: powernv_flash: Fix device registration error

 drivers/mtd/devices/powernv_flash.c | 2 +-
 drivers/mtd/mtdcore.c               | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Feb. 20, 2019, 5:50 p.m. UTC | #1
The pull request you sent on Wed, 20 Feb 2019 08:56:53 +0100:

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

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

Thank you!