mbox series

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

Message ID 20180920111928.6cef5b91@bbrezillon
State Not Applicable
Headers show
Series [GIT,PULL] mtd: Fixes for 4.19-rc5 | expand

Pull-request

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

Message

Boris Brezillon Sept. 20, 2018, 9:19 a.m. UTC
Hello Greg,

Here is a fixes PR for the MTD subsystem.

Regards,

Boris

The following changes since commit 11da3a7f84f19c26da6f86af878298694ede0804:

  Linux 4.19-rc3 (2018-09-09 17:26:43 -0700)

are available in the git repository at:

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

for you to fetch changes up to 4a3e85f2674cbfb81052059107d0165269778e2f:

  mtd: devices: m25p80: Make sure the buffer passed in op is DMA-able (2018-09-18 10:17:48 +0200)

----------------------------------------------------------------
- Fixes a bug in the ->read/write_reg() implementation of the m25p80
  driver
- Make sure of_node_get/put() calls are balanced in the partition
  parsing code
- Fix a race in the denali NAND controller driver
- Fix false positive WARN_ON() in the marvell NAND controller driver

----------------------------------------------------------------
Boris Brezillon (1):
      mtd: devices: m25p80: Make sure the buffer passed in op is DMA-able

Masahiro Yamada (1):
      mtd: rawnand: denali: fix a race condition when DMA is kicked

Miquel Raynal (2):
      mtd: rawnand: marvell: prevent harmless warnings
      mtd: partitions: fix unbalanced of_node_get/put()

 drivers/mtd/devices/m25p80.c        | 26 +++++++++++++++++++++++---
 drivers/mtd/mtdpart.c               |  5 ++++-
 drivers/mtd/nand/raw/denali.c       |  6 ++++++
 drivers/mtd/nand/raw/marvell_nand.c |  4 +++-
 4 files changed, 36 insertions(+), 5 deletions(-)

Comments

gregkh@linuxfoundation.org Sept. 20, 2018, 9:54 a.m. UTC | #1
On Thu, Sep 20, 2018 at 11:19:28AM +0200, Boris Brezillon wrote:
> Hello Greg,
> 
> Here is a fixes PR for the MTD subsystem.
> 
> Regards,
> 
> Boris
> 
> The following changes since commit 11da3a7f84f19c26da6f86af878298694ede0804:
> 
>   Linux 4.19-rc3 (2018-09-09 17:26:43 -0700)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-4.19-rc5

Now pulled, thanks.

greg k-h