From: Tony Lindgren <tony@atomide.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: [GIT PULL] omap fixes for v3.2-rc2
Date: Sat, 19 Nov 2011 11:44:08 -0800 [thread overview]
Message-ID: <20111119194408.GD31337@atomide.com> (raw)
Hi Arnd,
Please pull omap fixes from:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes
Most of this pull request are fixes needed by Tomi for the
display driver clocking.
Regards,
Tony
The following changes since commit 6aaf05f472c97ebceff47d9eef464574f1a55727:
Linus Torvalds (1):
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes
Archit Taneja (1):
ARM: OMAP2PLUS: DSS: Ensure DSS works correctly if display is enabled in bootloader
Felipe Balbi (1):
arm: omap: smartreflex: fix IRQ handling bug
Govindraj.R (1):
ARM: OMAP2+: Fix Compilation error when omap_l3_noc built as module
Kevin Hilman (2):
ARM: OMAP3: CPUidle: include <linux/export.h>
ARM: OMAP: PM: only register TWL with voltage layer when device is present
Ming Lei (1):
arm: omap2: select ARM_AMBA if OMAP3_EMU is defined
Thomas Weber (1):
ARM: OMAP2+: Remove empty io.h
Tomi Valkeinen (9):
ARM: OMAP2xxx: HWMOD: Fix DSS reset
ARM: OMAP2xxx: HWMOD: fix DSS clock data
ARM: OMAP3: HWMOD: Fix DSS reset
ARM: OMAP3: HWMOD: fix DSS clock data
ARM: OMAP4: HWMOD: remove extra clocks
ARM: OMAP4: HWMOD: Add HWMOD_CONTROL_OPT_CLKS_IN_RESET for dss_core
ARM: OMAP4: HWMOD: fix DSS clock data
ARM: OMAP2/3: HWMOD: Add SYSS_HAS_RESET_STATUS for dss
ARM: OMAP: HWMOD: Unify DSS resets for OMAPs
Tony Lindgren (6):
ARM: OMAP: Fix map_io for Amstrad E3
ARM: OMAP: Fix dpll_data compile error when omap2 only is selected
ARM: OMAP: Fix reprogramming of dpll1 rate
Merge branch 'for_3.2-rc/hwmod-fixes' of git://gitorious.org/omap-pm/linux into fixes
Merge branch 'for_3.2/fixes/pm' of git://git.kernel.org/.../khilman/linux-omap-pm into fixes
Merge branch 'hwmod_dss_fixes_3.2rc' of git://git.pwsan.com/linux-2.6 into fixes
sricharan (1):
ARM: OMAP: hwmod: Fix the addr space, irq, dma count APIs
arch/arm/configs/omap1_defconfig | 1 -
arch/arm/mach-omap1/Kconfig | 8 -
arch/arm/mach-omap1/board-ams-delta.c | 10 +-
arch/arm/mach-omap1/clock.h | 3 +-
arch/arm/mach-omap1/clock_data.c | 53 ++++---
arch/arm/mach-omap1/devices.c | 3 +
arch/arm/mach-omap2/Kconfig | 1 +
arch/arm/mach-omap2/Makefile | 5 +-
arch/arm/mach-omap2/cpuidle34xx.c | 1 +
arch/arm/mach-omap2/display.c | 159 ++++++++++++++++++++
arch/arm/mach-omap2/display.h | 29 ++++
arch/arm/mach-omap2/omap_hwmod.c | 6 +-
arch/arm/mach-omap2/omap_hwmod_2420_data.c | 17 ++-
arch/arm/mach-omap2/omap_hwmod_2430_data.c | 17 ++-
.../mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c | 5 +-
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 37 ++++-
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 24 ++--
arch/arm/mach-omap2/omap_hwmod_common_data.c | 4 +
arch/arm/mach-omap2/omap_hwmod_common_data.h | 4 +
arch/arm/mach-omap2/omap_l3_noc.c | 2 +-
arch/arm/mach-omap2/pm.c | 6 +-
arch/arm/mach-omap2/smartreflex.c | 2 +-
arch/arm/mach-omap2/twl-common.c | 11 ++
arch/arm/mach-omap2/twl-common.h | 3 +
arch/arm/plat-omap/include/plat/clock.h | 2 +-
arch/arm/plat-omap/include/plat/common.h | 3 +
include/video/omapdss.h | 7 -
27 files changed, 346 insertions(+), 77 deletions(-)
create mode 100644 arch/arm/mach-omap2/display.h
delete mode 100644 arch/arm/mach-omap2/io.h
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap fixes for v3.2-rc2
Date: Sat, 19 Nov 2011 11:44:08 -0800 [thread overview]
Message-ID: <20111119194408.GD31337@atomide.com> (raw)
Hi Arnd,
Please pull omap fixes from:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes
Most of this pull request are fixes needed by Tomi for the
display driver clocking.
Regards,
Tony
The following changes since commit 6aaf05f472c97ebceff47d9eef464574f1a55727:
Linus Torvalds (1):
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes
Archit Taneja (1):
ARM: OMAP2PLUS: DSS: Ensure DSS works correctly if display is enabled in bootloader
Felipe Balbi (1):
arm: omap: smartreflex: fix IRQ handling bug
Govindraj.R (1):
ARM: OMAP2+: Fix Compilation error when omap_l3_noc built as module
Kevin Hilman (2):
ARM: OMAP3: CPUidle: include <linux/export.h>
ARM: OMAP: PM: only register TWL with voltage layer when device is present
Ming Lei (1):
arm: omap2: select ARM_AMBA if OMAP3_EMU is defined
Thomas Weber (1):
ARM: OMAP2+: Remove empty io.h
Tomi Valkeinen (9):
ARM: OMAP2xxx: HWMOD: Fix DSS reset
ARM: OMAP2xxx: HWMOD: fix DSS clock data
ARM: OMAP3: HWMOD: Fix DSS reset
ARM: OMAP3: HWMOD: fix DSS clock data
ARM: OMAP4: HWMOD: remove extra clocks
ARM: OMAP4: HWMOD: Add HWMOD_CONTROL_OPT_CLKS_IN_RESET for dss_core
ARM: OMAP4: HWMOD: fix DSS clock data
ARM: OMAP2/3: HWMOD: Add SYSS_HAS_RESET_STATUS for dss
ARM: OMAP: HWMOD: Unify DSS resets for OMAPs
Tony Lindgren (6):
ARM: OMAP: Fix map_io for Amstrad E3
ARM: OMAP: Fix dpll_data compile error when omap2 only is selected
ARM: OMAP: Fix reprogramming of dpll1 rate
Merge branch 'for_3.2-rc/hwmod-fixes' of git://gitorious.org/omap-pm/linux into fixes
Merge branch 'for_3.2/fixes/pm' of git://git.kernel.org/.../khilman/linux-omap-pm into fixes
Merge branch 'hwmod_dss_fixes_3.2rc' of git://git.pwsan.com/linux-2.6 into fixes
sricharan (1):
ARM: OMAP: hwmod: Fix the addr space, irq, dma count APIs
arch/arm/configs/omap1_defconfig | 1 -
arch/arm/mach-omap1/Kconfig | 8 -
arch/arm/mach-omap1/board-ams-delta.c | 10 +-
arch/arm/mach-omap1/clock.h | 3 +-
arch/arm/mach-omap1/clock_data.c | 53 ++++---
arch/arm/mach-omap1/devices.c | 3 +
arch/arm/mach-omap2/Kconfig | 1 +
arch/arm/mach-omap2/Makefile | 5 +-
arch/arm/mach-omap2/cpuidle34xx.c | 1 +
arch/arm/mach-omap2/display.c | 159 ++++++++++++++++++++
arch/arm/mach-omap2/display.h | 29 ++++
arch/arm/mach-omap2/omap_hwmod.c | 6 +-
arch/arm/mach-omap2/omap_hwmod_2420_data.c | 17 ++-
arch/arm/mach-omap2/omap_hwmod_2430_data.c | 17 ++-
.../mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c | 5 +-
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 37 ++++-
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 24 ++--
arch/arm/mach-omap2/omap_hwmod_common_data.c | 4 +
arch/arm/mach-omap2/omap_hwmod_common_data.h | 4 +
arch/arm/mach-omap2/omap_l3_noc.c | 2 +-
arch/arm/mach-omap2/pm.c | 6 +-
arch/arm/mach-omap2/smartreflex.c | 2 +-
arch/arm/mach-omap2/twl-common.c | 11 ++
arch/arm/mach-omap2/twl-common.h | 3 +
arch/arm/plat-omap/include/plat/clock.h | 2 +-
arch/arm/plat-omap/include/plat/common.h | 3 +
include/video/omapdss.h | 7 -
27 files changed, 346 insertions(+), 77 deletions(-)
create mode 100644 arch/arm/mach-omap2/display.h
delete mode 100644 arch/arm/mach-omap2/io.h
next reply other threads:[~2011-11-19 19:44 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-19 19:44 Tony Lindgren [this message]
2011-11-19 19:44 ` [GIT PULL] omap fixes for v3.2-rc2 Tony Lindgren
2011-11-23 21:15 ` Arnd Bergmann
2011-11-23 21:15 ` Arnd Bergmann
2011-11-23 22:03 ` Tony Lindgren
2011-11-23 22:03 ` Tony Lindgren
2011-11-23 22:22 ` Arnd Bergmann
2011-11-23 22:22 ` Arnd Bergmann
2011-11-23 23:11 ` Tony Lindgren
2011-11-23 23:11 ` Tony Lindgren
2011-11-24 0:42 ` Tony Lindgren
2011-11-24 0:42 ` Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111119194408.GD31337@atomide.com \
--to=tony@atomide.com \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.