linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: OMAP5: hwmod, prm/cm data files and updates for 3.10
@ 2013-03-20  8:40 Santosh Shilimkar
  2013-04-01 17:05 ` Tony Lindgren
  2013-04-03 20:09 ` Paul Walmsley
  0 siblings, 2 replies; 22+ messages in thread
From: Santosh Shilimkar @ 2013-03-20  8:40 UTC (permalink / raw)
  To: linux-arm-kernel

Tony,

Here is the pull request for OMAP5 data file patches which are on list from
last merge window. As aligned on list, I have dropped clock data from the
series. That means for the boot, one clock data patch needs to be applied.
It is available on my git tree in 'out_of_tree/omap5_clk_data' branch.

As discussed already on list, you will notice hwmod data loc has come down
from ~6000 lines to ~2000 lines becasue of removal of iospace, irq, dma data
as well as unused hwmods. Few hwmods for which dt conversion is pending are
not added as well but those would add max ~400 loc in future.

The following changes since commit a937536b868b8369b98967929045f1df54234323:

  Linux 3.9-rc3 (2013-03-17 15:59:32 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux.git for_3.10/omap5_data_files

for you to fetch changes up to 8a6a32e589a1a2a5a3fb8ebe8fc7426997bc6d89:

  ARM: OMAP5: Enable build and frameowrk initialisations (2013-03-19 14:09:11 +0530)

----------------------------------------------------------------
Benoit Cousson (7):
      ARM: OMAP5: PRM: Add OMAP54XX register and bitfield files
      ARM: OMAP5: CM: Add OMAP54XX register and bitfield files
      ARM: OMAP5: PRCM: Add OMAP54XX local MPU PRCM registers
      ARM: OMAP5: SCRM: Add OMAP54XX header file.
      ARM: OMAP2+: clockdomain data: Add OMAP54XX data and update the header
      ARM: OMAP5: powerdomain data: Add OMAP54XX data and update the header
      ARM: OMAP5: hwmod data: Create initial OMAP5 SOC hwmod data

Santosh Shilimkar (4):
      ARM: OMAP5: hwmod_data: Fix UART sysc settings
      ARM: OMAP5: hwmod-data: Add timer clock activity flags
      ARM: OMAP5: voltagedomain data: Add OMAP5 voltage domain data
      ARM: OMAP5: Enable build and frameowrk initialisations

 arch/arm/mach-omap2/Makefile                  |    4 +
 arch/arm/mach-omap2/clockdomain.h             |    1 +
 arch/arm/mach-omap2/clockdomains54xx_data.c   |  464 +++++
 arch/arm/mach-omap2/cm-regbits-54xx.h         | 1737 ++++++++++++++++
 arch/arm/mach-omap2/cm1_54xx.h                |  216 ++
 arch/arm/mach-omap2/cm2_54xx.h                |  392 ++++
 arch/arm/mach-omap2/io.c                      |    7 +
 arch/arm/mach-omap2/omap_hwmod.h              |    1 +
 arch/arm/mach-omap2/omap_hwmod_54xx_data.c    | 2151 ++++++++++++++++++++
 arch/arm/mach-omap2/powerdomain.h             |    1 +
 arch/arm/mach-omap2/powerdomains54xx_data.c   |  331 +++
 arch/arm/mach-omap2/prcm44xx.h                |    6 +
 arch/arm/mach-omap2/prcm_mpu54xx.h            |   92 +
 arch/arm/mach-omap2/prm-regbits-54xx.h        | 2701 +++++++++++++++++++++++++
 arch/arm/mach-omap2/prm54xx.h                 |  447 ++++
 arch/arm/mach-omap2/scrm54xx.h                |  231 +++
 arch/arm/mach-omap2/voltage.h                 |    1 +
 arch/arm/mach-omap2/voltagedomains54xx_data.c |  102 +
 18 files changed, 8885 insertions(+)
 create mode 100644 arch/arm/mach-omap2/clockdomains54xx_data.c
 create mode 100644 arch/arm/mach-omap2/cm-regbits-54xx.h
 create mode 100644 arch/arm/mach-omap2/cm1_54xx.h
 create mode 100644 arch/arm/mach-omap2/cm2_54xx.h
 create mode 100644 arch/arm/mach-omap2/omap_hwmod_54xx_data.c
 create mode 100644 arch/arm/mach-omap2/powerdomains54xx_data.c
 create mode 100644 arch/arm/mach-omap2/prcm_mpu54xx.h
 create mode 100644 arch/arm/mach-omap2/prm-regbits-54xx.h
 create mode 100644 arch/arm/mach-omap2/prm54xx.h
 create mode 100644 arch/arm/mach-omap2/scrm54xx.h
 create mode 100644 arch/arm/mach-omap2/voltagedomains54xx_data.c

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

end of thread, other threads:[~2013-05-29 16:41 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-20  8:40 [GIT PULL] ARM: OMAP5: hwmod, prm/cm data files and updates for 3.10 Santosh Shilimkar
2013-04-01 17:05 ` Tony Lindgren
2013-04-03  3:52   ` Santosh Shilimkar
2013-04-03 19:42     ` Paul Walmsley
2013-04-04 11:12       ` Santosh Shilimkar
2013-04-04 16:52         ` Tony Lindgren
2013-04-04 16:57           ` Santosh Shilimkar
2013-04-05 16:50             ` Santosh Shilimkar
2013-04-05 17:10               ` Tony Lindgren
2013-04-09 18:03                 ` Hiremath, Vaibhav
2013-04-10 11:15               ` Hiremath, Vaibhav
2013-04-10 11:32                 ` Santosh Shilimkar
2013-04-15  5:06                   ` Hiremath, Vaibhav
2013-04-15  6:20                     ` Santosh Shilimkar
2013-04-18  4:49                       ` Hiremath, Vaibhav
2013-04-10 11:23               ` Hiremath, Vaibhav
2013-05-17  8:00               ` Santosh Shilimkar
2013-05-17 17:22                 ` Tony Lindgren
2013-05-29 16:41                   ` Santosh Shilimkar
2013-04-05 12:42         ` Tero Kristo
2013-04-03 20:09 ` Paul Walmsley
2013-04-04 10:34   ` Santosh Shilimkar

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).