All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] omap-gpmc fixes for v4.8-rc1
@ 2016-08-15  7:53 ` Roger Quadros
  0 siblings, 0 replies; 8+ messages in thread
From: Roger Quadros @ 2016-08-15  7:53 UTC (permalink / raw)
  To: arm, linux-arm-kernel, linux-omap, Tony Lindgren, Johan Hovold

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(-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] omap-gpmc fixes for v4.8-rc1
@ 2016-08-15  7:53 ` Roger Quadros
  0 siblings, 0 replies; 8+ messages in thread
From: Roger Quadros @ 2016-08-15  7:53 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] omap-gpmc fixes for v4.8-rc1
  2016-08-15  7:53 ` Roger Quadros
@ 2016-08-24  8:38   ` Roger Quadros
  -1 siblings, 0 replies; 8+ messages in thread
From: Roger Quadros @ 2016-08-24  8:38 UTC (permalink / raw)
  To: arm, linux-arm-kernel, linux-omap; +Cc: Tony Lindgren, Johan Hovold, rogerq

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@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@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] omap-gpmc fixes for v4.8-rc1
@ 2016-08-24  8:38   ` Roger Quadros
  0 siblings, 0 replies; 8+ messages in thread
From: Roger Quadros @ 2016-08-24  8:38 UTC (permalink / raw)
  To: linux-arm-kernel

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
> 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] omap-gpmc fixes for v4.8-rc1
  2016-08-15  7:53 ` Roger Quadros
@ 2016-08-25 23:54   ` Olof Johansson
  -1 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2016-08-25 23:54 UTC (permalink / raw)
  To: Roger Quadros
  Cc: Tony Lindgren, linux-omap, arm, Johan Hovold, linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] omap-gpmc fixes for v4.8-rc1
@ 2016-08-25 23:54   ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2016-08-25 23:54 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] omap-gpmc fixes for v4.8-rc1
@ 2016-08-12 11:02 ` Roger Quadros
  0 siblings, 0 replies; 8+ messages in thread
From: Roger Quadros @ 2016-08-12 11:02 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, Johan Hovold, linux-arm-kernel

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(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] omap-gpmc fixes for v4.8-rc1
@ 2016-08-12 11:02 ` Roger Quadros
  0 siblings, 0 replies; 8+ messages in thread
From: Roger Quadros @ 2016-08-12 11:02 UTC (permalink / raw)
  To: linux-arm-kernel

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(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-08-25 23:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-15  7:53 [GIT PULL] omap-gpmc fixes for v4.8-rc1 Roger Quadros
2016-08-15  7:53 ` Roger Quadros
2016-08-24  8:38 ` Roger Quadros
2016-08-24  8:38   ` Roger Quadros
2016-08-25 23:54 ` Olof Johansson
2016-08-25 23:54   ` Olof Johansson
  -- strict thread matches above, loose matches on Subject: below --
2016-08-12 11:02 Roger Quadros
2016-08-12 11:02 ` Roger Quadros

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.