Hi Arnd/Olof,
The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:
Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)
are available in the git repository at:
https://github.com/rogerq/linux.git tags/gpmc-omap-v4.8-rc1
for you to fetch changes up to 23540d6e2f3193b946c4de43e3f9654fa6d23fe7:
memory: omap-gpmc: allow probe of child nodes to fail (2016-08-08 11:18:40 +0300)
----------------------------------------------------------------
OMAP-GPMC: fixes for v4.8-rc1
* Allow other children of GPMC to probe even if any child fails.
This fixes problem on Overo boards where networking device child
doesn't probe due to broken NAND child.
----------------------------------------------------------------
Johan Hovold (1):
memory: omap-gpmc: allow probe of child nodes to fail
drivers/memory/omap-gpmc.c | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Arnd/Olof,
On 15/08/16 10:53, Roger Quadros wrote:
Hi Arnd/Olof,
The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:
Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)
are available in the git repository at:
https://github.com/rogerq/linux.git tags/gpmc-omap-v4.8-rc1
for you to fetch changes up to 23540d6e2f3193b946c4de43e3f9654fa6d23fe7:
memory: omap-gpmc: allow probe of child nodes to fail (2016-08-08 11:18:40 +0300)
----------------------------------------------------------------
OMAP-GPMC: fixes for v4.8-rc1
* Allow other children of GPMC to probe even if any child fails.
This fixes problem on Overo boards where networking device child
doesn't probe due to broken NAND child.
----------------------------------------------------------------
Gentle reminder to pick this for v4.8-rc. Thanks.
cheers,
-roger
Johan Hovold (1):
memory: omap-gpmc: allow probe of child nodes to fail
drivers/memory/omap-gpmc.c | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, Aug 15, 2016 at 10:53:30AM +0300, Roger Quadros wrote:
Hi Arnd/Olof,
The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:
Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)
are available in the git repository at:
https://github.com/rogerq/linux.git tags/gpmc-omap-v4.8-rc1
for you to fetch changes up to 23540d6e2f3193b946c4de43e3f9654fa6d23fe7:
memory: omap-gpmc: allow probe of child nodes to fail (2016-08-08 11:18:40 +0300)
----------------------------------------------------------------
OMAP-GPMC: fixes for v4.8-rc1
* Allow other children of GPMC to probe even if any child fails.
This fixes problem on Overo boards where networking device child
doesn't probe due to broken NAND child.
Merged, thanks.
-Olof