* 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
* [GIT PULL 1/5] non-critical fixes for v3.4 merge window
@ 2012-02-29 20:15 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
0 siblings, 2 replies; 4+ messages in thread
From: Tony Lindgren @ 2012-02-29 20:15 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd & Olof,
This contains fixes for MMC platform init to allow marking
functions that should be __init as __init. Also included are
some randconfig fixes.
Regards,
Tony
The following changes since commit 6b21d18ed50c7d145220b0724ea7f2613abf0f95:
Linus Torvalds (1):
Linux 3.3-rc5
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes-non-critical
Kevin Hilman (1):
ARM: OMAP: convert omap_device_build() and callers to __init
Ohad Ben-Cohen (1):
ARM: OMAP: omap_device: Expose omap_device_{alloc, delete, register}
Paul Walmsley (1):
ARM: OMAP2+: I2C: always compile I2C reset code, even if I2C driver is not built
Peter Ujfalusi (1):
OMAP4: dma: Correct CPU version check for dma_common_ch_end
Santosh Shilimkar (2):
ARM: OMAP: fix section mismatch warning for omap4_hotplug_cpu()
ARM: OMAP: Fix section mismatch warning for platform_cpu_die()
Tony Lindgren (13):
ARM: OMAP: Fix kernel panic with HSMMC when twl4030_gpio is a module
ARM: OMAP: Fix build error when mmc_omap is built as module
ARM: OMAP2+: Split omap2_hsmmc_init() to properly support I2C GPIO pins
ARM: OMAP2+: Fix Kconfig dependencies for USB_ARCH_HAS_EHCI
ARM: OMAP2+: Fix OMAP_HDQ_BASE build error
ARM: OMAP2+: Fix board_mux section type conflict when OMAP_MUX is not set
ARM: OMAP2+: Fix zoom LCD backlight if TWL_CORE is not selected
ARM: OMAP2+: Fix devexit for smartreflex when CONFIG_HOTPLUG is not set
ARM: OMAP: Fix devexit for dma when CONFIG_HOTPLUG is not set
ARM: OMAP2+: Fix multiple randconfig errors with SOC_OMAP and SOC_OMAP_NOOP
ARM: OMAP2+: Mark omap_hsmmc_init and omap_mux related functions as __init
Merge branch 'randconfig' into fixes-non-critical
Merge branch 'hsmmc' into fixes-non-critical
arch/arm/Makefile | 4 +-
arch/arm/mach-omap2/Kconfig | 55 +++++++----
arch/arm/mach-omap2/Makefile | 5 +-
arch/arm/mach-omap2/board-2430sdp.c | 2 +-
arch/arm/mach-omap2/board-3430sdp.c | 5 +-
arch/arm/mach-omap2/board-4430sdp.c | 4 +-
arch/arm/mach-omap2/board-am3517evm.c | 2 +-
arch/arm/mach-omap2/board-cm-t35.c | 5 +-
arch/arm/mach-omap2/board-devkit8000.c | 4 +-
arch/arm/mach-omap2/board-flash.c | 2 +-
arch/arm/mach-omap2/board-igep0020.c | 6 +-
arch/arm/mach-omap2/board-ldp.c | 2 +-
arch/arm/mach-omap2/board-n8x0.c | 4 +
arch/arm/mach-omap2/board-omap3beagle.c | 10 ++-
arch/arm/mach-omap2/board-omap3evm.c | 7 +-
arch/arm/mach-omap2/board-omap3logic.c | 2 +-
arch/arm/mach-omap2/board-omap3pandora.c | 5 +-
arch/arm/mach-omap2/board-omap3stalker.c | 15 ++-
arch/arm/mach-omap2/board-omap3touchbook.c | 17 ++--
arch/arm/mach-omap2/board-omap4panda.c | 6 +-
arch/arm/mach-omap2/board-overo.c | 3 +-
arch/arm/mach-omap2/board-rm680.c | 2 +-
arch/arm/mach-omap2/board-rx51-peripherals.c | 2 +-
arch/arm/mach-omap2/board-zoom-display.c | 4 +
arch/arm/mach-omap2/board-zoom-peripherals.c | 4 +-
arch/arm/mach-omap2/devices.c | 15 ++--
arch/arm/mach-omap2/display.c | 8 +-
arch/arm/mach-omap2/dma.c | 2 +-
arch/arm/mach-omap2/gpio.c | 2 +-
arch/arm/mach-omap2/hsmmc.c | 129 +++++++++++++++++++------
arch/arm/mach-omap2/hsmmc.h | 12 ++-
arch/arm/mach-omap2/mcbsp.c | 2 +-
arch/arm/mach-omap2/mux.c | 14 ++--
arch/arm/mach-omap2/mux.h | 2 +-
arch/arm/mach-omap2/omap-hotplug.c | 2 +-
arch/arm/mach-omap2/omap-mpuss-lowpower.c | 2 +-
arch/arm/mach-omap2/pm.c | 2 +-
arch/arm/mach-omap2/smartreflex.c | 2 +-
arch/arm/mach-omap2/sr_device.c | 2 +-
arch/arm/plat-omap/dma.c | 2 +-
arch/arm/plat-omap/include/plat/omap_device.h | 7 ++
arch/arm/plat-omap/omap_device.c | 20 ++---
42 files changed, 264 insertions(+), 138 deletions(-)
^ 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 ` 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
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.