All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] Devicetree for 3.3
@ 2011-12-28 14:45 ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2011-12-28 14:45 UTC (permalink / raw)
  To: Grant Likely
  Cc: devicetree-discuss,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Ben Dooks

Grant,

Please pull device tree updates for 3.3. Pretty much a random collection
of minor changes. I'm including i2c-designware DT binding support here
as I've gotten no response from Ben.

Rob

The following changes since commit 384703b8e6cd4c8ef08512e596024e028c91c339:

  Linux 3.2-rc6 (2011-12-16 18:36:26 -0800)

are available in the git repository at:
  git://sources.calxeda.com/kernel/linux.git for-grant

Benoit Cousson (1):
      of/base: Take NULL string into account for property with multiple
strings

David Daney (1):
      OF/device-tree: Add some entries to vendor-prefixes.txt

Dong Aisheng (1):
      dt: reform for_each_property to for_each_property_of_node

Olof Johansson (1):
      dt/i2c: Enumerate some of the known trivial i2c devices

Rob Herring (3):
      i2c-designware: add OF binding support
      dt: add empty of_get_node/of_put_node functions
      irq: check domain hwirq range for DT translate

Sam Ravnborg (1):
      of/pdt: fix section mismatch warning

Uwe Kleine-König (1):
      ARM/of: allow *machine_desc.dt_compat to be const

 .../devicetree/bindings/i2c/i2c-designware.txt     |   22 ++++++++
 .../devicetree/bindings/i2c/trivial-devices.txt    |   58
++++++++++++++++++++
 .../devicetree/bindings/vendor-prefixes.txt        |    3 +
 arch/arm/include/asm/mach/arch.h                   |    2 +-
 drivers/i2c/busses/i2c-designware-platdrv.c        |   12 ++++
 drivers/of/base.c                                  |   10 ++--
 drivers/of/fdt.c                                   |    4 +-
 drivers/of/pdt.c                                   |    2 +-
 include/linux/of.h                                 |   33 ++++++------
 include/linux/of_fdt.h                             |    4 +-
 kernel/irq/irqdomain.c                             |    3 +
 11 files changed, 124 insertions(+), 29 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-designware.txt
 create mode 100644
Documentation/devicetree/bindings/i2c/trivial-devices.txt

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

* [PULL] Devicetree for 3.3
@ 2011-12-28 14:45 ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2011-12-28 14:45 UTC (permalink / raw)
  To: Grant Likely; +Cc: devicetree-discuss, linux-kernel@vger.kernel.org, Ben Dooks

Grant,

Please pull device tree updates for 3.3. Pretty much a random collection
of minor changes. I'm including i2c-designware DT binding support here
as I've gotten no response from Ben.

Rob

The following changes since commit 384703b8e6cd4c8ef08512e596024e028c91c339:

  Linux 3.2-rc6 (2011-12-16 18:36:26 -0800)

are available in the git repository at:
  git://sources.calxeda.com/kernel/linux.git for-grant

Benoit Cousson (1):
      of/base: Take NULL string into account for property with multiple
strings

David Daney (1):
      OF/device-tree: Add some entries to vendor-prefixes.txt

Dong Aisheng (1):
      dt: reform for_each_property to for_each_property_of_node

Olof Johansson (1):
      dt/i2c: Enumerate some of the known trivial i2c devices

Rob Herring (3):
      i2c-designware: add OF binding support
      dt: add empty of_get_node/of_put_node functions
      irq: check domain hwirq range for DT translate

Sam Ravnborg (1):
      of/pdt: fix section mismatch warning

Uwe Kleine-König (1):
      ARM/of: allow *machine_desc.dt_compat to be const

 .../devicetree/bindings/i2c/i2c-designware.txt     |   22 ++++++++
 .../devicetree/bindings/i2c/trivial-devices.txt    |   58
++++++++++++++++++++
 .../devicetree/bindings/vendor-prefixes.txt        |    3 +
 arch/arm/include/asm/mach/arch.h                   |    2 +-
 drivers/i2c/busses/i2c-designware-platdrv.c        |   12 ++++
 drivers/of/base.c                                  |   10 ++--
 drivers/of/fdt.c                                   |    4 +-
 drivers/of/pdt.c                                   |    2 +-
 include/linux/of.h                                 |   33 ++++++------
 include/linux/of_fdt.h                             |    4 +-
 kernel/irq/irqdomain.c                             |    3 +
 11 files changed, 124 insertions(+), 29 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-designware.txt
 create mode 100644
Documentation/devicetree/bindings/i2c/trivial-devices.txt

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

* Re: [PULL] Devicetree for 3.3
  2011-12-28 14:45 ` Rob Herring
@ 2011-12-29  4:53     ` Grant Likely
  -1 siblings, 0 replies; 4+ messages in thread
From: Grant Likely @ 2011-12-29  4:53 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree-discuss,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Ben Dooks

Merged, thanks.

g.

On Wed, Dec 28, 2011 at 7:45 AM, Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Grant,
>
> Please pull device tree updates for 3.3. Pretty much a random collection
> of minor changes. I'm including i2c-designware DT binding support here
> as I've gotten no response from Ben.
>
> Rob
>
> The following changes since commit 384703b8e6cd4c8ef08512e596024e028c91c339:
>
>  Linux 3.2-rc6 (2011-12-16 18:36:26 -0800)
>
> are available in the git repository at:
>  git://sources.calxeda.com/kernel/linux.git for-grant
>
> Benoit Cousson (1):
>      of/base: Take NULL string into account for property with multiple
> strings
>
> David Daney (1):
>      OF/device-tree: Add some entries to vendor-prefixes.txt
>
> Dong Aisheng (1):
>      dt: reform for_each_property to for_each_property_of_node
>
> Olof Johansson (1):
>      dt/i2c: Enumerate some of the known trivial i2c devices
>
> Rob Herring (3):
>      i2c-designware: add OF binding support
>      dt: add empty of_get_node/of_put_node functions
>      irq: check domain hwirq range for DT translate
>
> Sam Ravnborg (1):
>      of/pdt: fix section mismatch warning
>
> Uwe Kleine-König (1):
>      ARM/of: allow *machine_desc.dt_compat to be const
>
>  .../devicetree/bindings/i2c/i2c-designware.txt     |   22 ++++++++
>  .../devicetree/bindings/i2c/trivial-devices.txt    |   58
> ++++++++++++++++++++
>  .../devicetree/bindings/vendor-prefixes.txt        |    3 +
>  arch/arm/include/asm/mach/arch.h                   |    2 +-
>  drivers/i2c/busses/i2c-designware-platdrv.c        |   12 ++++
>  drivers/of/base.c                                  |   10 ++--
>  drivers/of/fdt.c                                   |    4 +-
>  drivers/of/pdt.c                                   |    2 +-
>  include/linux/of.h                                 |   33 ++++++------
>  include/linux/of_fdt.h                             |    4 +-
>  kernel/irq/irqdomain.c                             |    3 +
>  11 files changed, 124 insertions(+), 29 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/i2c/i2c-designware.txt
>  create mode 100644
> Documentation/devicetree/bindings/i2c/trivial-devices.txt



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

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

* Re: [PULL] Devicetree for 3.3
@ 2011-12-29  4:53     ` Grant Likely
  0 siblings, 0 replies; 4+ messages in thread
From: Grant Likely @ 2011-12-29  4:53 UTC (permalink / raw)
  To: Rob Herring; +Cc: devicetree-discuss, linux-kernel@vger.kernel.org, Ben Dooks

Merged, thanks.

g.

On Wed, Dec 28, 2011 at 7:45 AM, Rob Herring <robherring2@gmail.com> wrote:
> Grant,
>
> Please pull device tree updates for 3.3. Pretty much a random collection
> of minor changes. I'm including i2c-designware DT binding support here
> as I've gotten no response from Ben.
>
> Rob
>
> The following changes since commit 384703b8e6cd4c8ef08512e596024e028c91c339:
>
>  Linux 3.2-rc6 (2011-12-16 18:36:26 -0800)
>
> are available in the git repository at:
>  git://sources.calxeda.com/kernel/linux.git for-grant
>
> Benoit Cousson (1):
>      of/base: Take NULL string into account for property with multiple
> strings
>
> David Daney (1):
>      OF/device-tree: Add some entries to vendor-prefixes.txt
>
> Dong Aisheng (1):
>      dt: reform for_each_property to for_each_property_of_node
>
> Olof Johansson (1):
>      dt/i2c: Enumerate some of the known trivial i2c devices
>
> Rob Herring (3):
>      i2c-designware: add OF binding support
>      dt: add empty of_get_node/of_put_node functions
>      irq: check domain hwirq range for DT translate
>
> Sam Ravnborg (1):
>      of/pdt: fix section mismatch warning
>
> Uwe Kleine-König (1):
>      ARM/of: allow *machine_desc.dt_compat to be const
>
>  .../devicetree/bindings/i2c/i2c-designware.txt     |   22 ++++++++
>  .../devicetree/bindings/i2c/trivial-devices.txt    |   58
> ++++++++++++++++++++
>  .../devicetree/bindings/vendor-prefixes.txt        |    3 +
>  arch/arm/include/asm/mach/arch.h                   |    2 +-
>  drivers/i2c/busses/i2c-designware-platdrv.c        |   12 ++++
>  drivers/of/base.c                                  |   10 ++--
>  drivers/of/fdt.c                                   |    4 +-
>  drivers/of/pdt.c                                   |    2 +-
>  include/linux/of.h                                 |   33 ++++++------
>  include/linux/of_fdt.h                             |    4 +-
>  kernel/irq/irqdomain.c                             |    3 +
>  11 files changed, 124 insertions(+), 29 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/i2c/i2c-designware.txt
>  create mode 100644
> Documentation/devicetree/bindings/i2c/trivial-devices.txt



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

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

end of thread, other threads:[~2011-12-29  4:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-28 14:45 [PULL] Devicetree for 3.3 Rob Herring
2011-12-28 14:45 ` Rob Herring
     [not found] ` <4EFB2B8A.9010902-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-12-29  4:53   ` Grant Likely
2011-12-29  4: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.