All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 4/5] First round of DT related omap changes
  2012-02-29 20:15 [GIT PULL 1/5] non-critical fixes for v3.4 merge window Tony Lindgren
@ 2012-02-29 20:15 ` Tony Lindgren
  2012-02-29 20:15 ` Tony Lindgren
  1 sibling, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2012-02-29 20:15 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson; +Cc: linux-omap, linux-arm-kernel

This contains first set of DT related changes.

Regards,

Tony


The following changes since commit b01543dfe67bb1d191998e90d20534dc354de059:
  Linus Torvalds (1):
        Linux 3.3-rc4

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap dt

Benoit Cousson (10):
      arm/dts: OMAP: Remove bootargs node from board files
      ARM: OMAP2+: kconfig: Enable devicetree by default for OMAP2+ systems
      ARM: OMAP2+: board-generic: Remove un-needed .atag_offset for DT_MACHINE
      ARM: OMAP2+: omap_device: Replace dev_warn by dev_dbg in omap_device_build_from_dt
      ARM: OMAP2+: pm: Do not init statically the SR and voltage layer with DT
      ARM: OMAP1: kconfig: Enable IRQ_DOMAIN by default for OMAP1 platforms
      arm/dts: OMAP3&4: Remove the '0x' prefix for serial nodes
      arm/dts: OMAP4: Add i2c controller nodes
      arm/dts: OMAP3: Add i2c controller nodes
      arm/dts: OMAP4: Update DTS file with new GIC bindings

Tony Lindgren (3):
      Merge branch 'for_3.4/dt_base' of git://git.kernel.org/.../bcousson/linux-omap-dt into dt
      ARM: OMAP2+: Set Kconfig dependencies for PROC_DEVICETREE
      Merge branch 'for_3.4/dts_updates' of git://git.kernel.org/.../bcousson/linux-omap-dt into dt

Vaibhav Hiremath (1):
      arm/dts: Add support for TI OMAP3 EVM board

 arch/arm/boot/dts/omap3-beagle.dts  |    9 --------
 arch/arm/boot/dts/omap3-evm.dts     |   20 ++++++++++++++++++
 arch/arm/boot/dts/omap3.dtsi        |   29 +++++++++++++++++++++++---
 arch/arm/boot/dts/omap4-panda.dts   |    9 --------
 arch/arm/boot/dts/omap4-sdp.dts     |    9 --------
 arch/arm/boot/dts/omap4.dtsi        |   38 ++++++++++++++++++++++++++++++----
 arch/arm/mach-omap2/Kconfig         |    1 -
 arch/arm/mach-omap2/board-generic.c |   12 +++-------
 arch/arm/mach-omap2/pm.c            |    8 +++++++
 arch/arm/plat-omap/Kconfig          |    3 ++
 arch/arm/plat-omap/omap_device.c    |    2 +-
 11 files changed, 94 insertions(+), 46 deletions(-)
 create mode 100644 arch/arm/boot/dts/omap3-evm.dts

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

* [GIT PULL 4/5] First round of DT related omap changes
  2012-02-29 20:15 [GIT PULL 1/5] non-critical fixes for v3.4 merge window Tony Lindgren
  2012-02-29 20:15 ` [GIT PULL 4/5] First round of DT related omap changes Tony Lindgren
@ 2012-02-29 20:15 ` Tony Lindgren
  1 sibling, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2012-02-29 20:15 UTC (permalink / raw)
  To: linux-arm-kernel

This contains first set of DT related changes.

Regards,

Tony


The following changes since commit b01543dfe67bb1d191998e90d20534dc354de059:
  Linus Torvalds (1):
        Linux 3.3-rc4

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap dt

Benoit Cousson (10):
      arm/dts: OMAP: Remove bootargs node from board files
      ARM: OMAP2+: kconfig: Enable devicetree by default for OMAP2+ systems
      ARM: OMAP2+: board-generic: Remove un-needed .atag_offset for DT_MACHINE
      ARM: OMAP2+: omap_device: Replace dev_warn by dev_dbg in omap_device_build_from_dt
      ARM: OMAP2+: pm: Do not init statically the SR and voltage layer with DT
      ARM: OMAP1: kconfig: Enable IRQ_DOMAIN by default for OMAP1 platforms
      arm/dts: OMAP3&4: Remove the '0x' prefix for serial nodes
      arm/dts: OMAP4: Add i2c controller nodes
      arm/dts: OMAP3: Add i2c controller nodes
      arm/dts: OMAP4: Update DTS file with new GIC bindings

Tony Lindgren (3):
      Merge branch 'for_3.4/dt_base' of git://git.kernel.org/.../bcousson/linux-omap-dt into dt
      ARM: OMAP2+: Set Kconfig dependencies for PROC_DEVICETREE
      Merge branch 'for_3.4/dts_updates' of git://git.kernel.org/.../bcousson/linux-omap-dt into dt

Vaibhav Hiremath (1):
      arm/dts: Add support for TI OMAP3 EVM board

 arch/arm/boot/dts/omap3-beagle.dts  |    9 --------
 arch/arm/boot/dts/omap3-evm.dts     |   20 ++++++++++++++++++
 arch/arm/boot/dts/omap3.dtsi        |   29 +++++++++++++++++++++++---
 arch/arm/boot/dts/omap4-panda.dts   |    9 --------
 arch/arm/boot/dts/omap4-sdp.dts     |    9 --------
 arch/arm/boot/dts/omap4.dtsi        |   38 ++++++++++++++++++++++++++++++----
 arch/arm/mach-omap2/Kconfig         |    1 -
 arch/arm/mach-omap2/board-generic.c |   12 +++-------
 arch/arm/mach-omap2/pm.c            |    8 +++++++
 arch/arm/plat-omap/Kconfig          |    3 ++
 arch/arm/plat-omap/omap_device.c    |    2 +-
 11 files changed, 94 insertions(+), 46 deletions(-)
 create mode 100644 arch/arm/boot/dts/omap3-evm.dts

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

* Re: [GIT PULL 4/5] First round of DT related omap changes
       [not found] <0Luuob-1STTV50YM5-00zayn@mx.kundenserver.de>
@ 2012-02-29 21:08   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2012-02-29 21:08 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Olof Johansson, linux-omap, linux-arm-kernel

On Wednesday 29 February 2012, Tony Lindgren wrote:
> Benoit Cousson (10):
>       arm/dts: OMAP: Remove bootargs node from board files
>       ARM: OMAP2+: kconfig: Enable devicetree by default for OMAP2+ systems
>       ARM: OMAP2+: board-generic: Remove un-needed .atag_offset for DT_MACHINE
>       ARM: OMAP2+: omap_device: Replace dev_warn by dev_dbg in omap_device_build_from_dt
>       ARM: OMAP2+: pm: Do not init statically the SR and voltage layer with DT
>       ARM: OMAP1: kconfig: Enable IRQ_DOMAIN by default for OMAP1 platforms
>       arm/dts: OMAP3&4: Remove the '0x' prefix for serial nodes
>       arm/dts: OMAP4: Add i2c controller nodes
>       arm/dts: OMAP3: Add i2c controller nodes
>       arm/dts: OMAP4: Update DTS file with new GIC bindings
> 
> Tony Lindgren (3):
>       Merge branch 'for_3.4/dt_base' of git://git.kernel.org/.../bcousson/linux-omap-dt into dt
>       ARM: OMAP2+: Set Kconfig dependencies for PROC_DEVICETREE
>       Merge branch 'for_3.4/dts_updates' of git://git.kernel.org/.../bcousson/linux-omap-dt into dt
> 
> Vaibhav Hiremath (1):
>       arm/dts: Add support for TI OMAP3 EVM board

Pulled into next/dt. Thanks,

	Arnd

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

* [GIT PULL 4/5] First round of DT related omap changes
@ 2012-02-29 21:08   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2012-02-29 21:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 29 February 2012, Tony Lindgren wrote:
> Benoit Cousson (10):
>       arm/dts: OMAP: Remove bootargs node from board files
>       ARM: OMAP2+: kconfig: Enable devicetree by default for OMAP2+ systems
>       ARM: OMAP2+: board-generic: Remove un-needed .atag_offset for DT_MACHINE
>       ARM: OMAP2+: omap_device: Replace dev_warn by dev_dbg in omap_device_build_from_dt
>       ARM: OMAP2+: pm: Do not init statically the SR and voltage layer with DT
>       ARM: OMAP1: kconfig: Enable IRQ_DOMAIN by default for OMAP1 platforms
>       arm/dts: OMAP3&4: Remove the '0x' prefix for serial nodes
>       arm/dts: OMAP4: Add i2c controller nodes
>       arm/dts: OMAP3: Add i2c controller nodes
>       arm/dts: OMAP4: Update DTS file with new GIC bindings
> 
> Tony Lindgren (3):
>       Merge branch 'for_3.4/dt_base' of git://git.kernel.org/.../bcousson/linux-omap-dt into dt
>       ARM: OMAP2+: Set Kconfig dependencies for PROC_DEVICETREE
>       Merge branch 'for_3.4/dts_updates' of git://git.kernel.org/.../bcousson/linux-omap-dt into dt
> 
> Vaibhav Hiremath (1):
>       arm/dts: Add support for TI OMAP3 EVM board

Pulled into next/dt. Thanks,

	Arnd

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

end of thread, other threads:[~2012-02-29 21:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <0Luuob-1STTV50YM5-00zayn@mx.kundenserver.de>
2012-02-29 21:08 ` [GIT PULL 4/5] First round of DT related omap changes Arnd Bergmann
2012-02-29 21:08   ` Arnd Bergmann
2012-02-29 20:15 [GIT PULL 1/5] non-critical fixes for v3.4 merge window Tony Lindgren
2012-02-29 20:15 ` [GIT PULL 4/5] First round of DT related omap changes Tony Lindgren
2012-02-29 20:15 ` Tony Lindgren

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.