From: Boris Brezillon <boris.brezillon@bootlin.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: "linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
Marek Vasut <marex@denx.de>,
Brian Norris <computersforpeace@gmail.com>,
Richard Weinberger <richard@nod.at>,
Miquel Raynal <miquel.raynal@bootlin.com>,
David Woodhouse <dwmw2@infradead.org>
Subject: [GIT PULL] mtd: Fixes for 4.19-rc5
Date: Thu, 20 Sep 2018 11:19:28 +0200 [thread overview]
Message-ID: <20180920111928.6cef5b91@bbrezillon> (raw)
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(-)
next reply other threads:[~2018-09-20 9:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-20 9:19 Boris Brezillon [this message]
2018-09-20 9:54 ` [GIT PULL] mtd: Fixes for 4.19-rc5 Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180920111928.6cef5b91@bbrezillon \
--to=boris.brezillon@bootlin.com \
--cc=computersforpeace@gmail.com \
--cc=dwmw2@infradead.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-mtd@lists.infradead.org \
--cc=marex@denx.de \
--cc=miquel.raynal@bootlin.com \
--cc=richard@nod.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.