* [GIT PULL 2/2] late dra7xx PRCM and hwmod support for v3.12 merge window
[not found] <pull-1377526896-974252>
@ 2013-08-26 14:21 ` Tony Lindgren
[not found] ` <521b6476.4902310a.1183.6ea6SMTPIN_ADDED_MISSING@mx.google.com>
1 sibling, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2013-08-26 14:21 UTC (permalink / raw)
To: arm, Arnd Bergmann, Kevin Hilman, Olof Johansson
Cc: linux-omap, linux-arm-kernel
The following changes since commit cf470a1b1a741bca00080ebc70968b4f22d9b1ea:
Merge tag 'dra7-core-support-minus-dt' of git://github.com/rrnayak/linux into omap-for-v3.12/soc (2013-08-14 01:01:41 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.12/dra7xx-prcm
for you to fetch changes up to e3e1970f892d873e0f01c4516eaf986ae3a91e13:
Merge tag 'for-v3.12/dra7xx' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into omap-for-v3.12/soc (2013-08-26 02:53:05 -0700)
----------------------------------------------------------------
Add basic support for devices on dra7xx by adding the PRCM and hwmod
parts the same way as for other omaps. This is still needed in
addition to device tree support for things like power management.
Via Paul Walmsley <paul@pwsan.com>:
This series adds basic TI DRA7xx PRCM and hwmod support.
Basic test logs are available here:
http://www.pwsan.com/omap/testlogs/dra7xx_prcm_devel_v3.12/20130823050445/
Note that DRA7xx could not be tested locally, since I don't have a board.
----------------------------------------------------------------
Ambresh K (7):
ARM: OMAP: DRA7: PRM: Add DRA7XX register definitions
ARM: OMAP: DRA7: CM: Add DRA7XX register defines
ARM: OMAP: DRA7: PRCM: Add DRA7XX local MPU PRCM regsiters
ARM: OMAP: DRA7: clockdomain: Add DRA7XX data and update header
ARM: OMAP: DRA7: powerdomain: Add DRA7XX data and update header
ARM: OMAP: DRA7: hwmod: Create initial DRA7XX SoC data
ARM: OMAP: DRA7: Enable PM framework initializations
Rajendra Nayak (3):
ARM: OMAP: DRA7: CM: Add minimal regbit shifts
ARM: OMAP: DRA7: powerdomain: Handle missing vc/vp
ARM: OMAP: DRA7: Reuse the omap44xx_restart and fix the device instance
Tony Lindgren (1):
Merge tag 'for-v3.12/dra7xx' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.12/soc
arch/arm/mach-omap2/Makefile | 4 +
arch/arm/mach-omap2/board-generic.c | 1 +
arch/arm/mach-omap2/clockdomain.h | 1 +
arch/arm/mach-omap2/clockdomains7xx_data.c | 740 ++++++++
arch/arm/mach-omap2/cm-regbits-7xx.h | 51 +
arch/arm/mach-omap2/cm1_7xx.h | 324 ++++
arch/arm/mach-omap2/cm2_7xx.h | 513 ++++++
arch/arm/mach-omap2/io.c | 5 +
arch/arm/mach-omap2/omap_hwmod.h | 1 +
arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 2724 ++++++++++++++++++++++++++++
arch/arm/mach-omap2/powerdomain.h | 1 +
arch/arm/mach-omap2/powerdomains7xx_data.c | 454 +++++
arch/arm/mach-omap2/prcm44xx.h | 5 +
arch/arm/mach-omap2/prcm_mpu7xx.h | 78 +
arch/arm/mach-omap2/prm44xx.c | 12 +-
arch/arm/mach-omap2/prm7xx.h | 678 +++++++
arch/arm/mach-omap2/prminst44xx.c | 20 +-
17 files changed, 5607 insertions(+), 5 deletions(-)
create mode 100644 arch/arm/mach-omap2/clockdomains7xx_data.c
create mode 100644 arch/arm/mach-omap2/cm-regbits-7xx.h
create mode 100644 arch/arm/mach-omap2/cm1_7xx.h
create mode 100644 arch/arm/mach-omap2/cm2_7xx.h
create mode 100644 arch/arm/mach-omap2/omap_hwmod_7xx_data.c
create mode 100644 arch/arm/mach-omap2/powerdomains7xx_data.c
create mode 100644 arch/arm/mach-omap2/prcm_mpu7xx.h
create mode 100644 arch/arm/mach-omap2/prm7xx.h
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL 2/2] late dra7xx PRCM and hwmod support for v3.12 merge window
[not found] ` <521b6476.4902310a.1183.6ea6SMTPIN_ADDED_MISSING@mx.google.com>
@ 2013-08-29 23:46 ` Olof Johansson
0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2013-08-29 23:46 UTC (permalink / raw)
To: Tony Lindgren
Cc: arm, Arnd Bergmann, Kevin Hilman, linux-arm-kernel, linux-omap
On Mon, Aug 26, 2013 at 07:21:36AM -0700, Tony Lindgren wrote:
> The following changes since commit cf470a1b1a741bca00080ebc70968b4f22d9b1ea:
>
> Merge tag 'dra7-core-support-minus-dt' of git://github.com/rrnayak/linux into omap-for-v3.12/soc (2013-08-14 01:01:41 -0700)
>
> are available in the git repository at:
>
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.12/dra7xx-prcm
>
> for you to fetch changes up to e3e1970f892d873e0f01c4516eaf986ae3a91e13:
>
> Merge tag 'for-v3.12/dra7xx' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into omap-for-v3.12/soc (2013-08-26 02:53:05 -0700)
I contemplated holding this off for 3.13 given the volume of code this late,
but since it's all for new platform I'll merge it in.
-Olof
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-29 23:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <pull-1377526896-974252>
2013-08-26 14:21 ` [GIT PULL 2/2] late dra7xx PRCM and hwmod support for v3.12 merge window Tony Lindgren
[not found] ` <521b6476.4902310a.1183.6ea6SMTPIN_ADDED_MISSING@mx.google.com>
2013-08-29 23:46 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).