All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: OMAP5: Generic updates and es2 fixes for 3.10
@ 2013-03-20  8:40 ` Santosh Shilimkar
  0 siblings, 0 replies; 6+ messages in thread
From: Santosh Shilimkar @ 2013-03-20  8:40 UTC (permalink / raw)
  To: tony; +Cc: linux-omap, linux-arm-kernel, Santosh Shilimkar

Tony,

Here is the pull request for various OMAP5 generic updates which are posted
earlier on the list. It contains OMAP5 es2 related updates like idcode,
RAM base and couple of initialisation fixes.

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_generic_updates

for you to fetch changes up to ecf51648c192377ea2830101b12fc3017bfd2b0c:

  ARM: OMAP5: clock: No Freqsel on OMAP5 devices too (2013-03-19 12:57:03 +0530)

----------------------------------------------------------------
Rajendra Nayak (1):
      ARM: OMAP5: clock: No Freqsel on OMAP5 devices too

Santosh Shilimkar (6):
      ARM: OMAP5: Update SOC id detection code for ES2
      ARM: OMAP5: timer: Update the clocksource name as per clock data
      ARM: OMAP5: prm: Allow prm init to succeed
      ARM: OMAP5: Update SAR RAM base address
      ARM: OMAP5: Update SAR memory layout for WakeupGen
      ARM: OMAP5: Make errata i688 workaround available

Tero Kristo (1):
      ARM: OMAP5: Reuse prm read_inst/write_inst

 arch/arm/mach-omap2/Kconfig            |    2 +-
 arch/arm/mach-omap2/dpll3xxx.c         |   11 +++++------
 arch/arm/mach-omap2/id.c               |   12 +++++++++---
 arch/arm/mach-omap2/io.c               |    9 +++++++++
 arch/arm/mach-omap2/omap4-common.c     |   10 ++++++++--
 arch/arm/mach-omap2/omap4-sar-layout.h |   14 +++++++-------
 arch/arm/mach-omap2/omap54xx.h         |    1 +
 arch/arm/mach-omap2/prm44xx.c          |    6 +++---
 arch/arm/mach-omap2/soc.h              |    2 ++
 arch/arm/mach-omap2/timer.c            |    5 +++--
 10 files changed, 48 insertions(+), 24 deletions(-)

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

* [GIT PULL] ARM: OMAP5: Generic updates and es2 fixes for 3.10
@ 2013-03-20  8:40 ` Santosh Shilimkar
  0 siblings, 0 replies; 6+ 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 various OMAP5 generic updates which are posted
earlier on the list. It contains OMAP5 es2 related updates like idcode,
RAM base and couple of initialisation fixes.

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_generic_updates

for you to fetch changes up to ecf51648c192377ea2830101b12fc3017bfd2b0c:

  ARM: OMAP5: clock: No Freqsel on OMAP5 devices too (2013-03-19 12:57:03 +0530)

----------------------------------------------------------------
Rajendra Nayak (1):
      ARM: OMAP5: clock: No Freqsel on OMAP5 devices too

Santosh Shilimkar (6):
      ARM: OMAP5: Update SOC id detection code for ES2
      ARM: OMAP5: timer: Update the clocksource name as per clock data
      ARM: OMAP5: prm: Allow prm init to succeed
      ARM: OMAP5: Update SAR RAM base address
      ARM: OMAP5: Update SAR memory layout for WakeupGen
      ARM: OMAP5: Make errata i688 workaround available

Tero Kristo (1):
      ARM: OMAP5: Reuse prm read_inst/write_inst

 arch/arm/mach-omap2/Kconfig            |    2 +-
 arch/arm/mach-omap2/dpll3xxx.c         |   11 +++++------
 arch/arm/mach-omap2/id.c               |   12 +++++++++---
 arch/arm/mach-omap2/io.c               |    9 +++++++++
 arch/arm/mach-omap2/omap4-common.c     |   10 ++++++++--
 arch/arm/mach-omap2/omap4-sar-layout.h |   14 +++++++-------
 arch/arm/mach-omap2/omap54xx.h         |    1 +
 arch/arm/mach-omap2/prm44xx.c          |    6 +++---
 arch/arm/mach-omap2/soc.h              |    2 ++
 arch/arm/mach-omap2/timer.c            |    5 +++--
 10 files changed, 48 insertions(+), 24 deletions(-)

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

* Re: [GIT PULL] ARM: OMAP5: Generic updates and es2 fixes for 3.10
  2013-03-20  8:40 ` Santosh Shilimkar
@ 2013-04-01 16:47   ` Tony Lindgren
  -1 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2013-04-01 16:47 UTC (permalink / raw)
  To: Santosh Shilimkar; +Cc: linux-omap, linux-arm-kernel

* Santosh Shilimkar <santosh.shilimkar@ti.com> [130320 01:42]:
> Tony,
> 
> Here is the pull request for various OMAP5 generic updates which are posted
> earlier on the list. It contains OMAP5 es2 related updates like idcode,
> RAM base and couple of initialisation fixes.
> 
> 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_generic_updates
> 
> for you to fetch changes up to ecf51648c192377ea2830101b12fc3017bfd2b0c:
> 
>   ARM: OMAP5: clock: No Freqsel on OMAP5 devices too (2013-03-19 12:57:03 +0530)

Thanks pulling into omap-for-v3.10/fixes-non-critical.

Regards,

Tony 

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

* [GIT PULL] ARM: OMAP5: Generic updates and es2 fixes for 3.10
@ 2013-04-01 16:47   ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2013-04-01 16:47 UTC (permalink / raw)
  To: linux-arm-kernel

* Santosh Shilimkar <santosh.shilimkar@ti.com> [130320 01:42]:
> Tony,
> 
> Here is the pull request for various OMAP5 generic updates which are posted
> earlier on the list. It contains OMAP5 es2 related updates like idcode,
> RAM base and couple of initialisation fixes.
> 
> 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_generic_updates
> 
> for you to fetch changes up to ecf51648c192377ea2830101b12fc3017bfd2b0c:
> 
>   ARM: OMAP5: clock: No Freqsel on OMAP5 devices too (2013-03-19 12:57:03 +0530)

Thanks pulling into omap-for-v3.10/fixes-non-critical.

Regards,

Tony 

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

* Re: [GIT PULL] ARM: OMAP5: Generic updates and es2 fixes for 3.10
  2013-04-01 16:47   ` Tony Lindgren
@ 2013-04-02  6:19     ` Santosh Shilimkar
  -1 siblings, 0 replies; 6+ messages in thread
From: Santosh Shilimkar @ 2013-04-02  6:19 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, linux-arm-kernel

On Monday 01 April 2013 10:17 PM, Tony Lindgren wrote:
> * Santosh Shilimkar <santosh.shilimkar@ti.com> [130320 01:42]:
>> Tony,
>>
>> Here is the pull request for various OMAP5 generic updates which are posted
>> earlier on the list. It contains OMAP5 es2 related updates like idcode,
>> RAM base and couple of initialisation fixes.
>>
>> 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_generic_updates
>>
>> for you to fetch changes up to ecf51648c192377ea2830101b12fc3017bfd2b0c:
>>
>>   ARM: OMAP5: clock: No Freqsel on OMAP5 devices too (2013-03-19 12:57:03 +0530)
> 
> Thanks pulling into omap-for-v3.10/fixes-non-critical.
> 
Thanks Tony !!


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

* [GIT PULL] ARM: OMAP5: Generic updates and es2 fixes for 3.10
@ 2013-04-02  6:19     ` Santosh Shilimkar
  0 siblings, 0 replies; 6+ messages in thread
From: Santosh Shilimkar @ 2013-04-02  6:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 01 April 2013 10:17 PM, Tony Lindgren wrote:
> * Santosh Shilimkar <santosh.shilimkar@ti.com> [130320 01:42]:
>> Tony,
>>
>> Here is the pull request for various OMAP5 generic updates which are posted
>> earlier on the list. It contains OMAP5 es2 related updates like idcode,
>> RAM base and couple of initialisation fixes.
>>
>> 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_generic_updates
>>
>> for you to fetch changes up to ecf51648c192377ea2830101b12fc3017bfd2b0c:
>>
>>   ARM: OMAP5: clock: No Freqsel on OMAP5 devices too (2013-03-19 12:57:03 +0530)
> 
> Thanks pulling into omap-for-v3.10/fixes-non-critical.
> 
Thanks Tony !!

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

end of thread, other threads:[~2013-04-02  6:19 UTC | newest]

Thread overview: 6+ 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: Generic updates and es2 fixes for 3.10 Santosh Shilimkar
2013-03-20  8:40 ` Santosh Shilimkar
2013-04-01 16:47 ` Tony Lindgren
2013-04-01 16:47   ` Tony Lindgren
2013-04-02  6:19   ` Santosh Shilimkar
2013-04-02  6:19     ` Santosh Shilimkar

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.