* [GIT PULL] ARM: OMAP2+: Generic cleanups for 3.10
@ 2013-03-20 8:39 Santosh Shilimkar
2013-03-27 18:03 ` Tony Lindgren
0 siblings, 1 reply; 9+ messages in thread
From: Santosh Shilimkar @ 2013-03-20 8:39 UTC (permalink / raw)
To: linux-arm-kernel
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(-)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] ARM: OMAP2+: Generic cleanups for 3.10
2013-03-20 8:39 [GIT PULL] ARM: OMAP2+: Generic cleanups for 3.10 Santosh Shilimkar
@ 2013-03-27 18:03 ` Tony Lindgren
2013-03-27 19:06 ` Santosh Shilimkar
0 siblings, 1 reply; 9+ messages in thread
From: Tony Lindgren @ 2013-03-27 18:03 UTC (permalink / raw)
To: linux-arm-kernel
* 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
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] ARM: OMAP2+: Generic cleanups for 3.10
2013-03-27 18:03 ` Tony Lindgren
@ 2013-03-27 19:06 ` Santosh Shilimkar
2013-03-27 19:58 ` Tony Lindgren
0 siblings, 1 reply; 9+ messages in thread
From: Santosh Shilimkar @ 2013-03-27 19:06 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] ARM: OMAP2+: Generic cleanups for 3.10
2013-03-27 19:06 ` Santosh Shilimkar
@ 2013-03-27 19:58 ` Tony Lindgren
2013-03-27 20:09 ` Shilimkar, Santosh
0 siblings, 1 reply; 9+ messages in thread
From: Tony Lindgren @ 2013-03-27 19:58 UTC (permalink / raw)
To: linux-arm-kernel
* 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
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] ARM: OMAP2+: Generic cleanups for 3.10
2013-03-27 19:58 ` Tony Lindgren
@ 2013-03-27 20:09 ` Shilimkar, Santosh
2013-03-27 20:15 ` Tony Lindgren
2013-03-28 7:44 ` Santosh Shilimkar
0 siblings, 2 replies; 9+ messages in thread
From: Shilimkar, Santosh @ 2013-03-27 20:09 UTC (permalink / raw)
To: linux-arm-kernel
Sorry for top posting ...
I will pick the ack and update commit log to prepare new pull request
for you.
Regards,
Santosh
________________________________________
From: Tony Lindgren [tony at atomide.com]
Sent: Thursday, March 28, 2013 1:28 AM
To: Shilimkar, Santosh
Cc: linux-omap at vger.kernel.org; linux-arm-kernel at lists.infradead.org
Subject: Re: [GIT PULL] ARM: OMAP2+: Generic cleanups for 3.10
* 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
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] ARM: OMAP2+: Generic cleanups for 3.10
2013-03-27 20:09 ` Shilimkar, Santosh
@ 2013-03-27 20:15 ` Tony Lindgren
2013-03-28 7:44 ` Santosh Shilimkar
1 sibling, 0 replies; 9+ messages in thread
From: Tony Lindgren @ 2013-03-27 20:15 UTC (permalink / raw)
To: linux-arm-kernel
* 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
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] ARM: OMAP2+: Generic cleanups for 3.10
2013-03-27 20:09 ` Shilimkar, Santosh
2013-03-27 20:15 ` Tony Lindgren
@ 2013-03-28 7:44 ` Santosh Shilimkar
2013-03-28 17:08 ` Kevin Hilman
1 sibling, 1 reply; 9+ messages in thread
From: Santosh Shilimkar @ 2013-03-28 7:44 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] ARM: OMAP2+: Generic cleanups for 3.10
2013-03-28 7:44 ` Santosh Shilimkar
@ 2013-03-28 17:08 ` Kevin Hilman
2013-03-28 22:04 ` Tony Lindgren
0 siblings, 1 reply; 9+ messages in thread
From: Kevin Hilman @ 2013-03-28 17:08 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] ARM: OMAP2+: Generic cleanups for 3.10
2013-03-28 17:08 ` Kevin Hilman
@ 2013-03-28 22:04 ` Tony Lindgren
0 siblings, 0 replies; 9+ messages in thread
From: Tony Lindgren @ 2013-03-28 22:04 UTC (permalink / raw)
To: linux-arm-kernel
* 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
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2013-03-28 22:04 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-20 8:39 [GIT PULL] ARM: OMAP2+: Generic cleanups for 3.10 Santosh Shilimkar
2013-03-27 18:03 ` Tony Lindgren
2013-03-27 19:06 ` Santosh Shilimkar
2013-03-27 19:58 ` Tony Lindgren
2013-03-27 20:09 ` Shilimkar, Santosh
2013-03-27 20:15 ` Tony Lindgren
2013-03-28 7:44 ` Santosh Shilimkar
2013-03-28 17:08 ` Kevin Hilman
2013-03-28 22:04 ` Tony Lindgren
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).