* [PULL] mtd: nand: Fixes for 4.10-rc3
@ 2017-01-04 20:15 Boris Brezillon
2017-01-05 18:07 ` Brian Norris
0 siblings, 1 reply; 3+ messages in thread
From: Boris Brezillon @ 2017-01-04 20:15 UTC (permalink / raw)
To: Brian Norris
Cc: David Woodhouse, Richard Weinberger, Marek Vasut, Cyrille Pitchen,
linux-mtd@lists.infradead.org
Hi Brian,
Here is a fixes PR for 4.10-rc3 (or -rc4 if it's already too late for
-rc3).
The xway and oxnas fixes are fixing bugs introduced before 4.10-rc1. I
know fixes PRs are supposed to contain only fixes for bugs introduced by
code merged during the merge window, but I thought it would be good to
have them applied in this release.
Let me know if this is a problem, and I'll move them to my nand/next and
resend of PR.
Regards,
Boris
The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
are available in the git repository at:
git@github.com:linux-nand/linux.git tags/nand/fixes-for-4.10-rc3
for you to fetch changes up to cf9e1672a66c49ed8903c01b4c380a2f2dc91b40:
mtd: nand: lpc32xx: fix invalid error handling of a requested irq (2017-01-04 20:50:18 +0100)
----------------------------------------------------------------
Fixes for 4.10-rc3
- Forbid compiling xway NAND controller driver as a module
- Fix tango NAND DT binding and make sure the controller is in a clean
state at probe time
- Add dependency on HAS_IOMEM to the oxnas NAND driver
- Fix irq number validity check in the lpc32xx driver
----------------------------------------------------------------
Hauke Mehrtens (2):
mtd: nand: xway: disable module support
mtd: nand: xway: fix build because of module functions
Marc Gonzalez (2):
mtd: nand: tango: Update DT binding description
mtd: nand: tango: Reset pbus to raw mode in probe
Randy Dunlap (1):
mtd: nand: oxnas_nand: fix build errors on arch/um, require HAS_IOMEM
Vladimir Zapolskiy (1):
mtd: nand: lpc32xx: fix invalid error handling of a requested irq
Documentation/devicetree/bindings/mtd/tango-nand.txt | 6 +++---
drivers/mtd/nand/Kconfig | 3 ++-
drivers/mtd/nand/lpc32xx_mlc.c | 2 +-
drivers/mtd/nand/tango_nand.c | 4 +++-
drivers/mtd/nand/xway_nand.c | 5 +----
5 files changed, 10 insertions(+), 10 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PULL] mtd: nand: Fixes for 4.10-rc3
2017-01-04 20:15 [PULL] mtd: nand: Fixes for 4.10-rc3 Boris Brezillon
@ 2017-01-05 18:07 ` Brian Norris
2017-01-06 8:05 ` Boris Brezillon
0 siblings, 1 reply; 3+ messages in thread
From: Brian Norris @ 2017-01-05 18:07 UTC (permalink / raw)
To: Boris Brezillon
Cc: David Woodhouse, Richard Weinberger, Marek Vasut, Cyrille Pitchen,
linux-mtd@lists.infradead.org
On Wed, Jan 04, 2017 at 09:15:57PM +0100, Boris Brezillon wrote:
> Hi Brian,
>
> Here is a fixes PR for 4.10-rc3 (or -rc4 if it's already too late for
> -rc3).
>
> The xway and oxnas fixes are fixing bugs introduced before 4.10-rc1. I
> know fixes PRs are supposed to contain only fixes for bugs introduced by
> code merged during the merge window, but I thought it would be good to
> have them applied in this release.
Actually, I thought all bugfixes are candidates (within reason of
course) for post-rc1 merging, especially early rc's. I recall Linus
saying things along the lines of "if it's a candidate for stable, then
it's a candidate for an -rc" (i.e., don't wait until the next merge
window).
These really aren't a big deal anyway.
> Let me know if this is a problem, and I'll move them to my nand/next and
> resend of PR.
Pushed to linux-mtd.git. Thanks!
Brian
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PULL] mtd: nand: Fixes for 4.10-rc3
2017-01-05 18:07 ` Brian Norris
@ 2017-01-06 8:05 ` Boris Brezillon
0 siblings, 0 replies; 3+ messages in thread
From: Boris Brezillon @ 2017-01-06 8:05 UTC (permalink / raw)
To: Brian Norris
Cc: Marek Vasut, Richard Weinberger, Cyrille Pitchen, David Woodhouse,
linux-mtd@lists.infradead.org
On Thu, 5 Jan 2017 10:07:10 -0800
Brian Norris <computersforpeace@gmail.com> wrote:
> On Wed, Jan 04, 2017 at 09:15:57PM +0100, Boris Brezillon wrote:
> > Hi Brian,
> >
> > Here is a fixes PR for 4.10-rc3 (or -rc4 if it's already too late for
> > -rc3).
> >
> > The xway and oxnas fixes are fixing bugs introduced before 4.10-rc1. I
> > know fixes PRs are supposed to contain only fixes for bugs introduced by
> > code merged during the merge window, but I thought it would be good to
> > have them applied in this release.
>
> Actually, I thought all bugfixes are candidates (within reason of
> course) for post-rc1 merging, especially early rc's. I recall Linus
> saying things along the lines of "if it's a candidate for stable, then
> it's a candidate for an -rc" (i.e., don't wait until the next merge
> window).
Okay, good to know.
>
> These really aren't a big deal anyway.
>
> > Let me know if this is a problem, and I'll move them to my nand/next and
> > resend of PR.
>
> Pushed to linux-mtd.git. Thanks!
Thanks,
Boris
>
> Brian
>
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-01-06 8:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-04 20:15 [PULL] mtd: nand: Fixes for 4.10-rc3 Boris Brezillon
2017-01-05 18:07 ` Brian Norris
2017-01-06 8:05 ` Boris Brezillon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox