All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] Devicetree for 3.2
@ 2011-10-05 16:41 ` Rob Herring
  0 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2011-10-05 16:41 UTC (permalink / raw)
  To: linux-arm-kernel

Grant,

Please pull for 3.2. These commits don't have any dependencies and are
not dependencies for me, so they don't need to go in thru arm-soc.

Rob

The following changes since commit 976d167615b64e14bc1491ca51d424e2ba9a5e84:

  Linux 3.1-rc9 (2011-10-04 18:11:50 -0700)

are available in the git repository at:
  git://git.jdl.com/software/linux-3.0.git for-grant

Rob Herring (4):
      MAINTAINERS: update devicetree maintainers
      of/irq: of_irq_find_parent: check for parent equal to child
      devicetree: Add ARM pl061 gpio controller binding doc
      devicetree: Add ARM pl022 spi controller binding doc

 .../devicetree/bindings/gpio/pl061-gpio.txt        |   10 ++++++++++
 .../devicetree/bindings/spi/spi_pl022.txt          |   12 ++++++++++++
 MAINTAINERS                                        |    2 ++
 drivers/of/irq.c                                   |   14 +++++++-------
 4 files changed, 31 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/gpio/pl061-gpio.txt
 create mode 100644 Documentation/devicetree/bindings/spi/spi_pl022.txt

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

* [PULL] Devicetree for 3.2
@ 2011-10-05 16:41 ` Rob Herring
  0 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2011-10-05 16:41 UTC (permalink / raw)
  To: Grant Likely
  Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree-discuss

Grant,

Please pull for 3.2. These commits don't have any dependencies and are
not dependencies for me, so they don't need to go in thru arm-soc.

Rob

The following changes since commit 976d167615b64e14bc1491ca51d424e2ba9a5e84:

  Linux 3.1-rc9 (2011-10-04 18:11:50 -0700)

are available in the git repository at:
  git://git.jdl.com/software/linux-3.0.git for-grant

Rob Herring (4):
      MAINTAINERS: update devicetree maintainers
      of/irq: of_irq_find_parent: check for parent equal to child
      devicetree: Add ARM pl061 gpio controller binding doc
      devicetree: Add ARM pl022 spi controller binding doc

 .../devicetree/bindings/gpio/pl061-gpio.txt        |   10 ++++++++++
 .../devicetree/bindings/spi/spi_pl022.txt          |   12 ++++++++++++
 MAINTAINERS                                        |    2 ++
 drivers/of/irq.c                                   |   14 +++++++-------
 4 files changed, 31 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/gpio/pl061-gpio.txt
 create mode 100644 Documentation/devicetree/bindings/spi/spi_pl022.txt

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

* [PULL] Devicetree for 3.2
  2011-10-05 16:41 ` Rob Herring
  (?)
@ 2011-10-05 16:53   ` Grant Likely
  -1 siblings, 0 replies; 5+ messages in thread
From: Grant Likely @ 2011-10-05 16:53 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Oct 5, 2011 at 10:41 AM, Rob Herring <robherring2@gmail.com> wrote:
> Grant,
>
> Please pull for 3.2. These commits don't have any dependencies and are
> not dependencies for me, so they don't need to go in thru arm-soc.
>
> Rob
>
> The following changes since commit 976d167615b64e14bc1491ca51d424e2ba9a5e84:
>
> ?Linux 3.1-rc9 (2011-10-04 18:11:50 -0700)
>
> are available in the git repository at:
> ?git://git.jdl.com/software/linux-3.0.git for-grant
>
> Rob Herring (4):
> ? ? ?MAINTAINERS: update devicetree maintainers
> ? ? ?of/irq: of_irq_find_parent: check for parent equal to child
> ? ? ?devicetree: Add ARM pl061 gpio controller binding doc
> ? ? ?devicetree: Add ARM pl022 spi controller binding doc

Pulled thanks.

Nit: the of_irq_find_parent patch really should have my acked-by, and
I had hoped to get Ben's too.  (though I did only say "looks good"
without explicitly write an a-b in my reply, so did leave ambiguity).
We *might* end up having to revert that one if it causes problems in
powerpc-land.

g.

>
> ?.../devicetree/bindings/gpio/pl061-gpio.txt ? ? ? ?| ? 10 ++++++++++
> ?.../devicetree/bindings/spi/spi_pl022.txt ? ? ? ? ?| ? 12 ++++++++++++
> ?MAINTAINERS ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?| ? ?2 ++
> ?drivers/of/irq.c ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? | ? 14 +++++++-------
> ?4 files changed, 31 insertions(+), 7 deletions(-)
> ?create mode 100644 Documentation/devicetree/bindings/gpio/pl061-gpio.txt
> ?create mode 100644 Documentation/devicetree/bindings/spi/spi_pl022.txt
>



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

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

* Re: [PULL] Devicetree for 3.2
@ 2011-10-05 16:53   ` Grant Likely
  0 siblings, 0 replies; 5+ messages in thread
From: Grant Likely @ 2011-10-05 16:53 UTC (permalink / raw)
  To: Rob Herring
  Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree-discuss

On Wed, Oct 5, 2011 at 10:41 AM, Rob Herring <robherring2@gmail.com> wrote:
> Grant,
>
> Please pull for 3.2. These commits don't have any dependencies and are
> not dependencies for me, so they don't need to go in thru arm-soc.
>
> Rob
>
> The following changes since commit 976d167615b64e14bc1491ca51d424e2ba9a5e84:
>
>  Linux 3.1-rc9 (2011-10-04 18:11:50 -0700)
>
> are available in the git repository at:
>  git://git.jdl.com/software/linux-3.0.git for-grant
>
> Rob Herring (4):
>      MAINTAINERS: update devicetree maintainers
>      of/irq: of_irq_find_parent: check for parent equal to child
>      devicetree: Add ARM pl061 gpio controller binding doc
>      devicetree: Add ARM pl022 spi controller binding doc

Pulled thanks.

Nit: the of_irq_find_parent patch really should have my acked-by, and
I had hoped to get Ben's too.  (though I did only say "looks good"
without explicitly write an a-b in my reply, so did leave ambiguity).
We *might* end up having to revert that one if it causes problems in
powerpc-land.

g.

>
>  .../devicetree/bindings/gpio/pl061-gpio.txt        |   10 ++++++++++
>  .../devicetree/bindings/spi/spi_pl022.txt          |   12 ++++++++++++
>  MAINTAINERS                                        |    2 ++
>  drivers/of/irq.c                                   |   14 +++++++-------
>  4 files changed, 31 insertions(+), 7 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/gpio/pl061-gpio.txt
>  create mode 100644 Documentation/devicetree/bindings/spi/spi_pl022.txt
>



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

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

* Re: [PULL] Devicetree for 3.2
@ 2011-10-05 16:53   ` Grant Likely
  0 siblings, 0 replies; 5+ messages in thread
From: Grant Likely @ 2011-10-05 16:53 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree-discuss, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org

On Wed, Oct 5, 2011 at 10:41 AM, Rob Herring <robherring2@gmail.com> wrote:
> Grant,
>
> Please pull for 3.2. These commits don't have any dependencies and are
> not dependencies for me, so they don't need to go in thru arm-soc.
>
> Rob
>
> The following changes since commit 976d167615b64e14bc1491ca51d424e2ba9a5e84:
>
>  Linux 3.1-rc9 (2011-10-04 18:11:50 -0700)
>
> are available in the git repository at:
>  git://git.jdl.com/software/linux-3.0.git for-grant
>
> Rob Herring (4):
>      MAINTAINERS: update devicetree maintainers
>      of/irq: of_irq_find_parent: check for parent equal to child
>      devicetree: Add ARM pl061 gpio controller binding doc
>      devicetree: Add ARM pl022 spi controller binding doc

Pulled thanks.

Nit: the of_irq_find_parent patch really should have my acked-by, and
I had hoped to get Ben's too.  (though I did only say "looks good"
without explicitly write an a-b in my reply, so did leave ambiguity).
We *might* end up having to revert that one if it causes problems in
powerpc-land.

g.

>
>  .../devicetree/bindings/gpio/pl061-gpio.txt        |   10 ++++++++++
>  .../devicetree/bindings/spi/spi_pl022.txt          |   12 ++++++++++++
>  MAINTAINERS                                        |    2 ++
>  drivers/of/irq.c                                   |   14 +++++++-------
>  4 files changed, 31 insertions(+), 7 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/gpio/pl061-gpio.txt
>  create mode 100644 Documentation/devicetree/bindings/spi/spi_pl022.txt
>



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

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

end of thread, other threads:[~2011-10-05 16:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-05 16:41 [PULL] Devicetree for 3.2 Rob Herring
2011-10-05 16:41 ` Rob Herring
2011-10-05 16:53 ` Grant Likely
2011-10-05 16:53   ` Grant Likely
2011-10-05 16:53   ` Grant Likely

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.