mbox

[GIT,PULL,1/5] Samsung non-critical-fixes for v4.3

Message ID 55C06995.2030600@kernel.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

Message

'Kukjin Kim' Aug. 4, 2015, 7:28 a.m. UTC
Hi Arnd, Olof, Kevin,

Here is Samsung non-critical-fixes for v4.3.
Please pull.

Thanks,
Kukjin

The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-non-critical-1

for you to fetch changes up to 2cc6b813579415c4f627b08a043079bdc5b87a33:

  ARM: EXYNOS: Use IOMEM_ERR_PTR when function returns iomem (2015-07-21
13:19:06 +0900)

----------------------------------------------------------------
Samsung non-critical fixes for v4.3

- fix sparse warning for returning iomem
- fix clock-frequency of display timing0 for exynos3250-rinato

----------------------------------------------------------------
Hyungwon Hwang (1):
      ARM: dts: fix clock-frequency of display timing0 for exynos3250-rinato

Krzysztof Kozlowski (1):
      ARM: EXYNOS: Use IOMEM_ERR_PTR when function returns iomem

 arch/arm/boot/dts/exynos3250-rinato.dts | 2 +-
 arch/arm/mach-exynos/platsmp.c          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Krzysztof Kozlowski Aug. 4, 2015, 7:39 a.m. UTC | #1
On 04.08.2015 16:28, Kukjin Kim wrote:
> Hi Arnd, Olof, Kevin,
> 
> Here is Samsung non-critical-fixes for v4.3.
> Please pull.
> 
> Thanks,
> Kukjin
> 
> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
> 
>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-non-critical-1
> 
> for you to fetch changes up to 2cc6b813579415c4f627b08a043079bdc5b87a33:
> 
>   ARM: EXYNOS: Use IOMEM_ERR_PTR when function returns iomem (2015-07-21
> 13:19:06 +0900)
> 
> ----------------------------------------------------------------
> Samsung non-critical fixes for v4.3
> 
> - fix sparse warning for returning iomem
> - fix clock-frequency of display timing0 for exynos3250-rinato

One more set, which we agreed for pushing to v4.2, is missing:
1. cpufreq: exynos: Fix for memory leak in case SOC name does not match
2. video: fbdev: s3c-fb: Constify platform_device_id (this can actually
go for v4.3... but it's not here...)

Do you plan to send pull request with them?

Best regards,
Krzysztof
'Kukjin Kim' Aug. 4, 2015, 7:53 a.m. UTC | #2
Krzysztof Kozlowski wrote:
> 
> On 04.08.2015 16:28, Kukjin Kim wrote:
> > Hi Arnd, Olof, Kevin,
> >
> > Here is Samsung non-critical-fixes for v4.3.
> > Please pull.
> >
> > Thanks,
> > Kukjin
> >
> > The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
> >
> >   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
> >
> > are available in the git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> > tags/samsung-non-critical-1
> >
> > for you to fetch changes up to 2cc6b813579415c4f627b08a043079bdc5b87a33:
> >
> >   ARM: EXYNOS: Use IOMEM_ERR_PTR when function returns iomem (2015-07-21
> > 13:19:06 +0900)
> >
> > ----------------------------------------------------------------
> > Samsung non-critical fixes for v4.3
> >
> > - fix sparse warning for returning iomem
> > - fix clock-frequency of display timing0 for exynos3250-rinato
> 
Hi,

> One more set, which we agreed for pushing to v4.2, is missing:
> 1. cpufreq: exynos: Fix for memory leak in case SOC name does not match

As you can see in ml, I've sent it to Rafael because it would be handled in
cpufreq tree not samsung tree/arm-soc tree.

> 2. video: fbdev: s3c-fb: Constify platform_device_id (this can actually

Same as above, this would be handled in fb tree? Can you please send it?

- Kukjin
Krzysztof Kozlowski Aug. 4, 2015, 7:57 a.m. UTC | #3
On 04.08.2015 16:53, Kukjin Kim wrote:
> Krzysztof Kozlowski wrote:
>>
>> On 04.08.2015 16:28, Kukjin Kim wrote:
>>> Hi Arnd, Olof, Kevin,
>>>
>>> Here is Samsung non-critical-fixes for v4.3.
>>> Please pull.
>>>
>>> Thanks,
>>> Kukjin
>>>
>>> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
>>>
>>>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
>>>
>>> are available in the git repository at:
>>>
>>>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
>>> tags/samsung-non-critical-1
>>>
>>> for you to fetch changes up to 2cc6b813579415c4f627b08a043079bdc5b87a33:
>>>
>>>   ARM: EXYNOS: Use IOMEM_ERR_PTR when function returns iomem (2015-07-21
>>> 13:19:06 +0900)
>>>
>>> ----------------------------------------------------------------
>>> Samsung non-critical fixes for v4.3
>>>
>>> - fix sparse warning for returning iomem
>>> - fix clock-frequency of display timing0 for exynos3250-rinato
>>
> Hi,
> 
>> One more set, which we agreed for pushing to v4.2, is missing:
>> 1. cpufreq: exynos: Fix for memory leak in case SOC name does not match
> 
> As you can see in ml, I've sent it to Rafael because it would be handled in
> cpufreq tree not samsung tree/arm-soc tree.
> 
>> 2. video: fbdev: s3c-fb: Constify platform_device_id (this can actually
> 
> Same as above, this would be handled in fb tree? Can you please send it?

This was on LKML for 3 months (including a resend). As this is S3C frame
buffer I think this can go via samsung-soc tree, since fb guys did not
picked it.

On list of patches few more are also missing:
1. cpufreq: exynos: remove Exynos5250 specific cpufreq driver support
2. clk: samsung: exynos5250: add cpu clock configuration data and
instantiate cpu clock
3. defconfig changes (separate pull request?)

Best regards,
Krzysztof
'Kukjin Kim' Aug. 4, 2015, 8:11 a.m. UTC | #4
Krzysztof Kozlowski wrote:
> 
> On 04.08.2015 16:53, Kukjin Kim wrote:
> > Krzysztof Kozlowski wrote:
> >>
> >> On 04.08.2015 16:28, Kukjin Kim wrote:
> >>> Hi Arnd, Olof, Kevin,
> >>>
> >>> Here is Samsung non-critical-fixes for v4.3.
> >>> Please pull.
> >>>
> >>> Thanks,
> >>> Kukjin
> >>>
> >>> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
> >>>
> >>>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
> >>>
> >>> are available in the git repository at:
> >>>
> >>>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> >>> tags/samsung-non-critical-1
> >>>
> >>> for you to fetch changes up to 2cc6b813579415c4f627b08a043079bdc5b87a33:
> >>>
> >>>   ARM: EXYNOS: Use IOMEM_ERR_PTR when function returns iomem (2015-07-21
> >>> 13:19:06 +0900)
> >>>
> >>> ----------------------------------------------------------------
> >>> Samsung non-critical fixes for v4.3
> >>>
> >>> - fix sparse warning for returning iomem
> >>> - fix clock-frequency of display timing0 for exynos3250-rinato
> >>
> > Hi,
> >
Hi,

> >> One more set, which we agreed for pushing to v4.2, is missing:
> >> 1. cpufreq: exynos: Fix for memory leak in case SOC name does not match
> >
> > As you can see in ml, I've sent it to Rafael because it would be handled in
> > cpufreq tree not samsung tree/arm-soc tree.
> >
> >> 2. video: fbdev: s3c-fb: Constify platform_device_id (this can actually
> >
> > Same as above, this would be handled in fb tree? Can you please send it?
> 
> This was on LKML for 3 months (including a resend). As this is S3C frame
> buffer I think this can go via samsung-soc tree, since fb guys did not
> picked it.
> 
Oh, OK. Let me look at its status again. Thanks.

> On list of patches few more are also missing:
> 1. cpufreq: exynos: remove Exynos5250 specific cpufreq driver support

This is included in tags/samsung-driver...let me note in the pull-request to
clarify.

> 2. clk: samsung: exynos5250: add cpu clock configuration data and
> instantiate cpu clock

Yeah, I'm aware of that and I need to sort it out soon.

> 3. defconfig changes (separate pull request?)
> 
Yeah, I'm sorting out some other defconfig updates and it will be sent out soon.

Thanks,
Kukjin
'Kukjin Kim' Aug. 10, 2015, 12:41 a.m. UTC | #5
Kukjin Kim wrote:
> 
> Hi Arnd, Olof, Kevin,
> 
> Here is Samsung non-critical-fixes for v4.3.
> Please pull.
> 
> Thanks,
> Kukjin
> 
Hi arm-soc maintainers,

Is there any problem on this series?
If not, please pull ;-)

Thanks,
Kukjin

> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
> 
>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-non-critical-1
> 
> for you to fetch changes up to 2cc6b813579415c4f627b08a043079bdc5b87a33:
> 
>   ARM: EXYNOS: Use IOMEM_ERR_PTR when function returns iomem (2015-07-21
> 13:19:06 +0900)
> 
> ----------------------------------------------------------------
> Samsung non-critical fixes for v4.3
> 
> - fix sparse warning for returning iomem
> - fix clock-frequency of display timing0 for exynos3250-rinato
> 
> ----------------------------------------------------------------
> Hyungwon Hwang (1):
>       ARM: dts: fix clock-frequency of display timing0 for exynos3250-rinato
> 
> Krzysztof Kozlowski (1):
>       ARM: EXYNOS: Use IOMEM_ERR_PTR when function returns iomem
> 
>  arch/arm/boot/dts/exynos3250-rinato.dts | 2 +-
>  arch/arm/mach-exynos/platsmp.c          | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
Olof Johansson Aug. 11, 2015, 12:39 p.m. UTC | #6
On Tue, Aug 04, 2015 at 04:28:21PM +0900, Kukjin Kim wrote:
> Hi Arnd, Olof, Kevin,
> 
> Here is Samsung non-critical-fixes for v4.3.
> Please pull.
> 
> Thanks,
> Kukjin
> 
> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
> 
>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-non-critical-1


Merged, thanks.


-Olof