* [GIT PULL] Samsung fixes-4 for v3.16
@ 2014-07-18 23:34 Kukjin Kim
2014-07-19 0:12 ` Olof Johansson
2014-07-19 13:15 ` Tomasz Figa
0 siblings, 2 replies; 8+ messages in thread
From: Kukjin Kim @ 2014-07-18 23:34 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
This is a regression for v3.16 so please take this in -rc.
Thanks,
Kukjin
The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab:
Linux 3.16-rc5 (2014-07-13 14:04:33 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-fixes-4
for you to fetch changes up to 4e3a498d6fc438d8c203c51aadc6ca8fb47b0577:
ARM: EXYNOS: Fix core ID used by platsmp and hotplug code (2014-07-16
02:59:18 +0900)
----------------------------------------------------------------
Samsung fixes-4 for v3.16
- Fix core ID for platsmp and hotplug
This fixes existing calculation of PMU register offsets on
exynos SoCs and this also fixes CPU hotplug with more than
2 cores, because it removes incorrect condition check in
platform_do_lowpower().
----------------------------------------------------------------
Tomasz Figa (1):
ARM: EXYNOS: Fix core ID used by platsmp and hotplug code
arch/arm/mach-exynos/hotplug.c | 10 ++++++----
arch/arm/mach-exynos/platsmp.c | 34 +++++++++++++++++++---------------
2 files changed, 25 insertions(+), 19 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] Samsung fixes-4 for v3.16
2014-07-18 23:34 [GIT PULL] Samsung fixes-4 for v3.16 Kukjin Kim
@ 2014-07-19 0:12 ` Olof Johansson
2014-07-19 0:18 ` Kukjin Kim
2014-07-19 13:15 ` Tomasz Figa
1 sibling, 1 reply; 8+ messages in thread
From: Olof Johansson @ 2014-07-19 0:12 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jul 18, 2014 at 4:34 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Hi,
>
> This is a regression for v3.16 so please take this in -rc.
>
> Thanks,
> Kukjin
>
> The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab:
>
> Linux 3.16-rc5 (2014-07-13 14:04:33 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-fixes-4
>
> for you to fetch changes up to 4e3a498d6fc438d8c203c51aadc6ca8fb47b0577:
>
> ARM: EXYNOS: Fix core ID used by platsmp and hotplug code (2014-07-16
> 02:59:18 +0900)
This is based on a newer branch than our current fixes. So I've cherry
picked the patch instead of merged the branch -- if you have the
branch in linux-next you should remove it.
Thanks,
-Olof
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] Samsung fixes-4 for v3.16
2014-07-19 0:12 ` Olof Johansson
@ 2014-07-19 0:18 ` Kukjin Kim
2014-07-19 0:43 ` Kukjin Kim
0 siblings, 1 reply; 8+ messages in thread
From: Kukjin Kim @ 2014-07-19 0:18 UTC (permalink / raw)
To: linux-arm-kernel
On 07/19/14 09:12, Olof Johansson wrote:
> On Fri, Jul 18, 2014 at 4:34 PM, Kukjin Kim<kgene.kim@samsung.com> wrote:
>> Hi,
>>
>> This is a regression for v3.16 so please take this in -rc.
>>
>> Thanks,
>> Kukjin
>>
>> The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab:
>>
>> Linux 3.16-rc5 (2014-07-13 14:04:33 -0700)
>>
>> are available in the git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
>> tags/samsung-fixes-4
>>
>> for you to fetch changes up to 4e3a498d6fc438d8c203c51aadc6ca8fb47b0577:
>>
>> ARM: EXYNOS: Fix core ID used by platsmp and hotplug code (2014-07-16
>> 02:59:18 +0900)
>
> This is based on a newer branch than our current fixes. So I've cherry
> picked the patch instead of merged the branch -- if you have the
> branch in linux-next you should remove it.
>
OK, I will.
Thanks.
Kukjin
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] Samsung fixes-4 for v3.16
2014-07-19 0:18 ` Kukjin Kim
@ 2014-07-19 0:43 ` Kukjin Kim
2014-07-19 4:21 ` Olof Johansson
0 siblings, 1 reply; 8+ messages in thread
From: Kukjin Kim @ 2014-07-19 0:43 UTC (permalink / raw)
To: linux-arm-kernel
On 07/19/14 09:18, Kukjin Kim wrote:
> On 07/19/14 09:12, Olof Johansson wrote:
>> On Fri, Jul 18, 2014 at 4:34 PM, Kukjin Kim<kgene.kim@samsung.com> wrote:
>>> Hi,
>>>
>>> This is a regression for v3.16 so please take this in -rc.
>>>
>>> Thanks,
>>> Kukjin
>>>
>>> The following changes since commit
>>> 1795cd9b3a91d4b5473c97f491d63892442212ab:
>>>
>>> Linux 3.16-rc5 (2014-07-13 14:04:33 -0700)
>>>
>>> are available in the git repository at:
>>>
>>> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
>>> tags/samsung-fixes-4
>>>
>>> for you to fetch changes up to 4e3a498d6fc438d8c203c51aadc6ca8fb47b0577:
>>>
>>> ARM: EXYNOS: Fix core ID used by platsmp and hotplug code (2014-07-16
>>> 02:59:18 +0900)
>>
>> This is based on a newer branch than our current fixes. So I've cherry
>> picked the patch instead of merged the branch -- if you have the
>> branch in linux-next you should remove it.
>>
> OK, I will.
>
BTW, other pm related branches in my tree have dependencies with the
change so I just reverted that in my -next.
If any problems, please let me know.
Thanks,
Kukjin
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] Samsung fixes-4 for v3.16
2014-07-19 0:43 ` Kukjin Kim
@ 2014-07-19 4:21 ` Olof Johansson
2014-07-19 5:11 ` Kukjin Kim
0 siblings, 1 reply; 8+ messages in thread
From: Olof Johansson @ 2014-07-19 4:21 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jul 18, 2014 at 5:43 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> On 07/19/14 09:18, Kukjin Kim wrote:
>>
>> On 07/19/14 09:12, Olof Johansson wrote:
>>>
>>> On Fri, Jul 18, 2014 at 4:34 PM, Kukjin Kim<kgene.kim@samsung.com> wrote:
>>>>
>>>> Hi,
>>>>
>>>> This is a regression for v3.16 so please take this in -rc.
>>>>
>>>> Thanks,
>>>> Kukjin
>>>>
>>>> The following changes since commit
>>>> 1795cd9b3a91d4b5473c97f491d63892442212ab:
>>>>
>>>> Linux 3.16-rc5 (2014-07-13 14:04:33 -0700)
>>>>
>>>> are available in the git repository at:
>>>>
>>>> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
>>>> tags/samsung-fixes-4
>>>>
>>>> for you to fetch changes up to 4e3a498d6fc438d8c203c51aadc6ca8fb47b0577:
>>>>
>>>> ARM: EXYNOS: Fix core ID used by platsmp and hotplug code (2014-07-16
>>>> 02:59:18 +0900)
>>>
>>>
>>> This is based on a newer branch than our current fixes. So I've cherry
>>> picked the patch instead of merged the branch -- if you have the
>>> branch in linux-next you should remove it.
>>>
>> OK, I will.
>>
> BTW, other pm related branches in my tree have dependencies with the change
> so I just reverted that in my -next.
>
> If any problems, please let me know.
Are they part of the branches you sent now? Is that patch a base in
those branches?
-Olof
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] Samsung fixes-4 for v3.16
2014-07-19 4:21 ` Olof Johansson
@ 2014-07-19 5:11 ` Kukjin Kim
2014-07-19 5:28 ` Olof Johansson
0 siblings, 1 reply; 8+ messages in thread
From: Kukjin Kim @ 2014-07-19 5:11 UTC (permalink / raw)
To: linux-arm-kernel
Olof Johansson wrote:
>
> On Fri, Jul 18, 2014 at 5:43 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> > On 07/19/14 09:18, Kukjin Kim wrote:
> >>
> >> On 07/19/14 09:12, Olof Johansson wrote:
> >>>
> >>> On Fri, Jul 18, 2014 at 4:34 PM, Kukjin Kim<kgene.kim@samsung.com> wrote:
> >>>>
> >>>> Hi,
> >>>>
> >>>> This is a regression for v3.16 so please take this in -rc.
> >>>>
> >>>> Thanks,
> >>>> Kukjin
> >>>>
> >>>> The following changes since commit
> >>>> 1795cd9b3a91d4b5473c97f491d63892442212ab:
> >>>>
> >>>> Linux 3.16-rc5 (2014-07-13 14:04:33 -0700)
> >>>>
> >>>> are available in the git repository at:
> >>>>
> >>>> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> >>>> tags/samsung-fixes-4
> >>>>
> >>>> for you to fetch changes up to 4e3a498d6fc438d8c203c51aadc6ca8fb47b0577:
> >>>>
> >>>> ARM: EXYNOS: Fix core ID used by platsmp and hotplug code (2014-07-16
> >>>> 02:59:18 +0900)
> >>>
> >>>
> >>> This is based on a newer branch than our current fixes. So I've cherry
> >>> picked the patch instead of merged the branch -- if you have the
> >>> branch in linux-next you should remove it.
> >>>
> >> OK, I will.
> >>
> > BTW, other pm related branches in my tree have dependencies with the change
> > so I just reverted that in my -next.
> >
> > If any problems, please let me know.
>
> Are they part of the branches you sent now? Is that patch a base in
> those branches?
>
No, I didn't send out any branch including the fix to arm-soc because I also
don't want to make any conflict or inconvenience for you :) Just thought, I
need to sort it out once it has been merged into mainline.
Thanks,
Kukjin
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] Samsung fixes-4 for v3.16
2014-07-19 5:11 ` Kukjin Kim
@ 2014-07-19 5:28 ` Olof Johansson
0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2014-07-19 5:28 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jul 18, 2014 at 10:11 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Olof Johansson wrote:
>>
>> On Fri, Jul 18, 2014 at 5:43 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
>> > On 07/19/14 09:18, Kukjin Kim wrote:
>> >>
>> >> On 07/19/14 09:12, Olof Johansson wrote:
>> >>>
>> >>> On Fri, Jul 18, 2014 at 4:34 PM, Kukjin Kim<kgene.kim@samsung.com> wrote:
>> >>>>
>> >>>> Hi,
>> >>>>
>> >>>> This is a regression for v3.16 so please take this in -rc.
>> >>>>
>> >>>> Thanks,
>> >>>> Kukjin
>> >>>>
>> >>>> The following changes since commit
>> >>>> 1795cd9b3a91d4b5473c97f491d63892442212ab:
>> >>>>
>> >>>> Linux 3.16-rc5 (2014-07-13 14:04:33 -0700)
>> >>>>
>> >>>> are available in the git repository at:
>> >>>>
>> >>>> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
>> >>>> tags/samsung-fixes-4
>> >>>>
>> >>>> for you to fetch changes up to 4e3a498d6fc438d8c203c51aadc6ca8fb47b0577:
>> >>>>
>> >>>> ARM: EXYNOS: Fix core ID used by platsmp and hotplug code (2014-07-16
>> >>>> 02:59:18 +0900)
>> >>>
>> >>>
>> >>> This is based on a newer branch than our current fixes. So I've cherry
>> >>> picked the patch instead of merged the branch -- if you have the
>> >>> branch in linux-next you should remove it.
>> >>>
>> >> OK, I will.
>> >>
>> > BTW, other pm related branches in my tree have dependencies with the change
>> > so I just reverted that in my -next.
>> >
>> > If any problems, please let me know.
>>
>> Are they part of the branches you sent now? Is that patch a base in
>> those branches?
>>
> No, I didn't send out any branch including the fix to arm-soc because I also
> don't want to make any conflict or inconvenience for you :) Just thought, I
> need to sort it out once it has been merged into mainline.
Ok, it should be in for -rc6.
-Olof
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] Samsung fixes-4 for v3.16
2014-07-18 23:34 [GIT PULL] Samsung fixes-4 for v3.16 Kukjin Kim
2014-07-19 0:12 ` Olof Johansson
@ 2014-07-19 13:15 ` Tomasz Figa
1 sibling, 0 replies; 8+ messages in thread
From: Tomasz Figa @ 2014-07-19 13:15 UTC (permalink / raw)
To: linux-arm-kernel
Hi Kukjin,
On 19.07.2014 01:34, Kukjin Kim wrote:
> Hi,
>
> This is a regression for v3.16 so please take this in -rc.
>
> Thanks,
> Kukjin
>
> The following changes since commit
> 1795cd9b3a91d4b5473c97f491d63892442212ab:
>
> Linux 3.16-rc5 (2014-07-13 14:04:33 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-fixes-4
>
> for you to fetch changes up to 4e3a498d6fc438d8c203c51aadc6ca8fb47b0577:
>
> ARM: EXYNOS: Fix core ID used by platsmp and hotplug code (2014-07-16
> 02:59:18 +0900)
>
> ----------------------------------------------------------------
> Samsung fixes-4 for v3.16
> - Fix core ID for platsmp and hotplug
> This fixes existing calculation of PMU register offsets on
> exynos SoCs and this also fixes CPU hotplug with more than
> 2 cores, because it removes incorrect condition check in
> platform_do_lowpower().
>
> ----------------------------------------------------------------
> Tomasz Figa (1):
> ARM: EXYNOS: Fix core ID used by platsmp and hotplug code
>
> arch/arm/mach-exynos/hotplug.c | 10 ++++++----
> arch/arm/mach-exynos/platsmp.c | 34 +++++++++++++++++++---------------
> 2 files changed, 25 insertions(+), 19 deletions(-)
Could you also merge this branch to your for-next so we can base other
patches for 3.17 on this fix?
Best regards,
Tomasz
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-07-19 13:15 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-18 23:34 [GIT PULL] Samsung fixes-4 for v3.16 Kukjin Kim
2014-07-19 0:12 ` Olof Johansson
2014-07-19 0:18 ` Kukjin Kim
2014-07-19 0:43 ` Kukjin Kim
2014-07-19 4:21 ` Olof Johansson
2014-07-19 5:11 ` Kukjin Kim
2014-07-19 5:28 ` Olof Johansson
2014-07-19 13:15 ` Tomasz Figa
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).