mbox

[GIT,PULL] ARM: OMAP2+: Generic cleanups for 3.10

Message ID 1363768789-17929-1-git-send-email-santosh.shilimkar@ti.com
State New
Headers show

Pull-request

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

Message

Santosh Shilimkar March 20, 2013, 8:39 a.m. UTC
Tony,

Here is the pull request for various OMAP cleanups and fixes which are posted
earlier on the list. It contains OMAP4 smp cleanup, removal of unwanted static
deps from OMAP4, RAM offset consolidation and fiq tuple cleanup. 


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/omap_generic_cleanup

for you to fetch changes up to 37e1f64c3bc2b3455a9688de8527a341847b3ad9:

  ARM: OMAP4: Fix the init code to have OMAP4460 errata available in DT build (2013-03-19 12:57:30 +0530)

----------------------------------------------------------------
Santosh Shilimkar (8):
      ARM: OMAP2+: PM: Remove bogus fiq_[enable/disable] tuple
      ARM: OMAP4+: Remove the un-necessary cache flush from hotplug code
      ARM: OMAP4+: Remove un-necessary cacheflush in secondary CPU boot path
      ARM: OMAP4+: Remove out of placed smp_wmb() in secondary wakeup code
      ARM: OMAP4+: Move the CPU wakeup prepare code under smp_prepare_cpus()
      ARM: OMAP4: PM: Remove L4 wakeup depedency with MPU since errata fix exist now
      ARM: OMAP4: PM: Now remove L4 per clockdomain static depedency with MPU
      ARM: OMAP4: Fix the init code to have OMAP4460 errata available in DT build

Tero Kristo (1):
      ARM: OMAP4+: Use common scratchpad SAR RAM offsets for all architectures

 arch/arm/mach-omap2/cpuidle34xx.c      |    3 --
 arch/arm/mach-omap2/cpuidle44xx.c      |    7 ----
 arch/arm/mach-omap2/omap-hotplug.c     |    6 ----
 arch/arm/mach-omap2/omap-smp.c         |   57 +++++++++++---------------------
 arch/arm/mach-omap2/omap4-common.c     |   16 +++++++++
 arch/arm/mach-omap2/omap4-sar-layout.h |   14 ++++----
 arch/arm/mach-omap2/pm24xx.c           |   11 ++----
 arch/arm/mach-omap2/pm34xx.c           |    9 +----
 arch/arm/mach-omap2/pm44xx.c           |   20 +++--------
 9 files changed, 51 insertions(+), 92 deletions(-)

Comments

Tony Lindgren March 27, 2013, 6:03 p.m. UTC | #1
* Santosh Shilimkar <santosh.shilimkar@ti.com> [130320 01:42]:
> Tony,
> 
> Here is the pull request for various OMAP cleanups and fixes which are posted
> earlier on the list. It contains OMAP4 smp cleanup, removal of unwanted static
> deps from OMAP4, RAM offset consolidation and fiq tuple cleanup. 
> 
> 
> 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/omap_generic_cleanup
> 
> for you to fetch changes up to 37e1f64c3bc2b3455a9688de8527a341847b3ad9:
> 
>   ARM: OMAP4: Fix the init code to have OMAP4460 errata available in DT build (2013-03-19 12:57:30 +0530)

Thanks pulled this into omap-for-v3.10/cleanup.

Regards,

Tony
Santosh Shilimkar March 27, 2013, 7:06 p.m. UTC | #2
On Wednesday 27 March 2013 11:33 PM, Tony Lindgren wrote:
> * Santosh Shilimkar <santosh.shilimkar@ti.com> [130320 01:42]:
>> Tony,
>>
>> Here is the pull request for various OMAP cleanups and fixes which are posted
>> earlier on the list. It contains OMAP4 smp cleanup, removal of unwanted static
>> deps from OMAP4, RAM offset consolidation and fiq tuple cleanup. 
>>
>>
>> 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/omap_generic_cleanup
>>
>> for you to fetch changes up to 37e1f64c3bc2b3455a9688de8527a341847b3ad9:
>>
>>   ARM: OMAP4: Fix the init code to have OMAP4460 errata available in DT build (2013-03-19 12:57:30 +0530)
> 
> Thanks pulled this into omap-for-v3.10/cleanup.
> 
Thanks Tony !!

Regards,
Santosh
Tony Lindgren March 27, 2013, 7:58 p.m. UTC | #3
* Santosh Shilimkar <santosh.shilimkar@ti.com> [130327 12:08]:
> On Wednesday 27 March 2013 11:33 PM, Tony Lindgren wrote:
> > * Santosh Shilimkar <santosh.shilimkar@ti.com> [130320 01:42]:
> >> Tony,
> >>
> >> Here is the pull request for various OMAP cleanups and fixes which are posted
> >> earlier on the list. It contains OMAP4 smp cleanup, removal of unwanted static
> >> deps from OMAP4, RAM offset consolidation and fiq tuple cleanup. 
> >>
> >>
> >> 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/omap_generic_cleanup
> >>
> >> for you to fetch changes up to 37e1f64c3bc2b3455a9688de8527a341847b3ad9:
> >>
> >>   ARM: OMAP4: Fix the init code to have OMAP4460 errata available in DT build (2013-03-19 12:57:30 +0530)
> > 
> > Thanks pulled this into omap-for-v3.10/cleanup.
> > 
> Thanks Tony !!

Hmm looks like Kevin had some good comments and acks, can you
please update and send a new pull req? I'll set up cleanup-v2 branch
when those are available.

Regards,

Tony
Santosh Shilimkar March 27, 2013, 8:09 p.m. UTC | #4
Sorry for top posting ...
I will pick the ack and update commit log to prepare new pull request
for you. 

Regards,
Santosh
Tony Lindgren March 27, 2013, 8:15 p.m. UTC | #5
* Shilimkar, Santosh <santosh.shilimkar@ti.com> [130327 13:14]:
> Sorry for top posting ...
> I will pick the ack and update commit log to prepare new pull request
> for you. 

Thanks, we don't have anything merged on top of that yet so it's best
to just set up a new cleanup-v2 branch.

Regards,

Tony
Santosh Shilimkar March 28, 2013, 7:44 a.m. UTC | #6
On Thursday 28 March 2013 01:39 AM, Shilimkar, Santosh wrote:
> Sorry for top posting ...
> I will pick the ack and update commit log to prepare new pull request
> for you. 
> 
I have updated the branch picking acks and updating changelogs and same
is available below. No change in code.

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

Regards,
Santosh
Kevin Hilman March 28, 2013, 5:08 p.m. UTC | #7
Santosh Shilimkar <santosh.shilimkar@ti.com> writes:

> On Thursday 28 March 2013 01:39 AM, Shilimkar, Santosh wrote:
>> Sorry for top posting ...
>> I will pick the ack and update commit log to prepare new pull request
>> for you. 
>> 
> I have updated the branch picking acks and updating changelogs and same
> is available below. No change in code.
>
> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux.git for_3.10/omap_generic_cleanup_v2
>

Thanks for the changelog updates.  No more concerns from me.

Kevin
Tony Lindgren March 28, 2013, 10:04 p.m. UTC | #8
* Kevin Hilman <khilman@linaro.org> [130328 10:13]:
> Santosh Shilimkar <santosh.shilimkar@ti.com> writes:
> 
> > On Thursday 28 March 2013 01:39 AM, Shilimkar, Santosh wrote:
> >> Sorry for top posting ...
> >> I will pick the ack and update commit log to prepare new pull request
> >> for you. 
> >> 
> > I have updated the branch picking acks and updating changelogs and same
> > is available below. No change in code.
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux.git for_3.10/omap_generic_cleanup_v2
> >
> 
> Thanks for the changelog updates.  No more concerns from me.

Thanks pulled into omap-for-v3.10/cleanup-v2.

Regards,

Tony