All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: Exynos fixes for v4.4
@ 2015-11-27  1:26 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2015-11-27  1:26 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel, Olof Johansson,
	Arnd Bergmann, Kevin Hilman, arm, Krzysztof Kozlowski

Hi Kukjin,


Two fixes for v4.4 cycle. Rafael wanted the cpufreq fix to go through
arm-soc tree.

Please note that location of repository has changed to kernel.org.


Best regards,
Krzysztof


The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-fixes-4.4

for you to fetch changes up to 62f49ee26f14753bd7fa634f51d537a79061bf0f:

  cpufreq: s3c24xx: Do not mark s3c2410_plls_add as __init (2015-11-27 10:10:32 +0900)

----------------------------------------------------------------
Fixes for Exynos:
1. Fix potential NULL pointer dereference in Exynos PMU driver.
2. Remove incorrect __init annotation from s3c24xx cpufreq driver
   structures.

----------------------------------------------------------------
Arnd Bergmann (1):
      cpufreq: s3c24xx: Do not mark s3c2410_plls_add as __init

Pankaj Dubey (1):
      ARM: EXYNOS: Fix potential NULL pointer access in exynos_sys_powerdown_conf

 arch/arm/mach-exynos/pmu.c                   | 6 +++++-
 arch/arm/mach-s3c24xx/pll-s3c2440-12000000.c | 2 +-
 arch/arm/mach-s3c24xx/pll-s3c2440-16934400.c | 2 +-
 drivers/cpufreq/s3c24xx-cpufreq.c            | 2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)

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

* [GIT PULL] ARM: Exynos fixes for v4.4
@ 2015-11-27  1:26 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2015-11-27  1:26 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Kukjin,


Two fixes for v4.4 cycle. Rafael wanted the cpufreq fix to go through
arm-soc tree.

Please note that location of repository has changed to kernel.org.


Best regards,
Krzysztof


The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-fixes-4.4

for you to fetch changes up to 62f49ee26f14753bd7fa634f51d537a79061bf0f:

  cpufreq: s3c24xx: Do not mark s3c2410_plls_add as __init (2015-11-27 10:10:32 +0900)

----------------------------------------------------------------
Fixes for Exynos:
1. Fix potential NULL pointer dereference in Exynos PMU driver.
2. Remove incorrect __init annotation from s3c24xx cpufreq driver
   structures.

----------------------------------------------------------------
Arnd Bergmann (1):
      cpufreq: s3c24xx: Do not mark s3c2410_plls_add as __init

Pankaj Dubey (1):
      ARM: EXYNOS: Fix potential NULL pointer access in exynos_sys_powerdown_conf

 arch/arm/mach-exynos/pmu.c                   | 6 +++++-
 arch/arm/mach-s3c24xx/pll-s3c2440-12000000.c | 2 +-
 arch/arm/mach-s3c24xx/pll-s3c2440-16934400.c | 2 +-
 drivers/cpufreq/s3c24xx-cpufreq.c            | 2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)

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

* Re: [GIT PULL] ARM: Exynos fixes for v4.4
@ 2015-12-02  1:04 ` Kukjin Kim
  0 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2015-12-02  1:04 UTC (permalink / raw)
  To: 크쉬시토프, Arnd Bergmann,
	Kevin Hilman, Olof Johansson
  Cc: linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	arm@kernel.org, linux-arm-kernel@lists.infradead.org

Krzysztof Kozlowski wrote:
> 
Hi Krzysztof,

Looks good to me, but I have no other fixes in my tree so this would be sent to
out arm-soc directly :-)

Hi Arnd, Olof, Kevin,
Please pull this for v4.4.

Thanks,
Kukjin

> Hi Kukjin,
> 
> Two fixes for v4.4 cycle. Rafael wanted the cpufreq fix to go through arm-soc tree.
> 
> Please note that location of repository has changed to kernel.org.
> 
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
> 
>   Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-fixes-4.4
> 
> for you to fetch changes up to 62f49ee26f14753bd7fa634f51d537a79061bf0f:
> 
>   cpufreq: s3c24xx: Do not mark s3c2410_plls_add as __init (2015-11-27 10:10:32 +0900)
> 
> ----------------------------------------------------------------
> Fixes for Exynos:
> 1. Fix potential NULL pointer dereference in Exynos PMU driver.
> 2. Remove incorrect __init annotation from s3c24xx cpufreq driver
>    structures.
> 
> ----------------------------------------------------------------
> Arnd Bergmann (1):
>       cpufreq: s3c24xx: Do not mark s3c2410_plls_add as __init
> 
> Pankaj Dubey (1):
>       ARM: EXYNOS: Fix potential NULL pointer access in exynos_sys_powerdown_conf
> 
>  arch/arm/mach-exynos/pmu.c                   | 6 +++++-
>  arch/arm/mach-s3c24xx/pll-s3c2440-12000000.c | 2 +-  arch/arm/mach-s3c24xx/pll-s3c2440-16934400.c | 2
> +-
>  drivers/cpufreq/s3c24xx-cpufreq.c            | 2 +-
>  4 files changed, 8 insertions(+), 4 deletions(-)
> --

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

* Re: [GIT PULL] ARM: Exynos fixes for v4.4
@ 2015-12-02  1:04 ` Kukjin Kim
  0 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2015-12-02  1:04 UTC (permalink / raw)
  To: 크쉬시토프, Arnd Bergmann,
	Kevin Hilman, Olof Johansson
  Cc: linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	arm@kernel.org, linux-arm-kernel@lists.infradead.org

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 1814 bytes --]

Krzysztof Kozlowski wrote:
> 
Hi Krzysztof,

Looks good to me, but I have no other fixes in my tree so this would be sent to
out arm-soc directly :-)

Hi Arnd, Olof, Kevin,
Please pull this for v4.4.

Thanks,
Kukjin

> Hi Kukjin,
> 
> Two fixes for v4.4 cycle. Rafael wanted the cpufreq fix to go through arm-soc tree.
> 
> Please note that location of repository has changed to kernel.org.
> 
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
> 
>   Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-fixes-4.4
> 
> for you to fetch changes up to 62f49ee26f14753bd7fa634f51d537a79061bf0f:
> 
>   cpufreq: s3c24xx: Do not mark s3c2410_plls_add as __init (2015-11-27 10:10:32 +0900)
> 
> ----------------------------------------------------------------
> Fixes for Exynos:
> 1. Fix potential NULL pointer dereference in Exynos PMU driver.
> 2. Remove incorrect __init annotation from s3c24xx cpufreq driver
>    structures.
> 
> ----------------------------------------------------------------
> Arnd Bergmann (1):
>       cpufreq: s3c24xx: Do not mark s3c2410_plls_add as __init
> 
> Pankaj Dubey (1):
>       ARM: EXYNOS: Fix potential NULL pointer access in exynos_sys_powerdown_conf
> 
>  arch/arm/mach-exynos/pmu.c                   | 6 +++++-
>  arch/arm/mach-s3c24xx/pll-s3c2440-12000000.c | 2 +-  arch/arm/mach-s3c24xx/pll-s3c2440-16934400.c | 2
> +-
>  drivers/cpufreq/s3c24xx-cpufreq.c            | 2 +-
>  4 files changed, 8 insertions(+), 4 deletions(-)
> --ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

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

* Re: [GIT PULL] ARM: Exynos fixes for v4.4
  2015-11-27  1:26 ` Krzysztof Kozlowski
@ 2015-12-07  4:28   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2015-12-07  4:28 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, Kevin Hilman, arm
  Cc: Kukjin Kim, linux-arm-kernel, linux-samsung-soc, linux-kernel

On 27.11.2015 10:26, Krzysztof Kozlowski wrote:
> Hi Kukjin,
> 
> 
> Two fixes for v4.4 cycle. Rafael wanted the cpufreq fix to go through
> arm-soc tree.
> 
> Please note that location of repository has changed to kernel.org.

Hi Arnd, Kevin and Olof,

Could you pull this directly for current RC-cycle? Kukjin mentioned that
he does not have any patches in his queue for fixes.

Best regards,
Krzysztof


> 
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
> 
>   Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-fixes-4.4
> 
> for you to fetch changes up to 62f49ee26f14753bd7fa634f51d537a79061bf0f:
> 
>   cpufreq: s3c24xx: Do not mark s3c2410_plls_add as __init (2015-11-27 10:10:32 +0900)
> 
> ----------------------------------------------------------------
> Fixes for Exynos:
> 1. Fix potential NULL pointer dereference in Exynos PMU driver.
> 2. Remove incorrect __init annotation from s3c24xx cpufreq driver
>    structures.
> 
> ----------------------------------------------------------------
> Arnd Bergmann (1):
>       cpufreq: s3c24xx: Do not mark s3c2410_plls_add as __init
> 
> Pankaj Dubey (1):
>       ARM: EXYNOS: Fix potential NULL pointer access in exynos_sys_powerdown_conf
> 
>  arch/arm/mach-exynos/pmu.c                   | 6 +++++-
>  arch/arm/mach-s3c24xx/pll-s3c2440-12000000.c | 2 +-
>  arch/arm/mach-s3c24xx/pll-s3c2440-16934400.c | 2 +-
>  drivers/cpufreq/s3c24xx-cpufreq.c            | 2 +-
>  4 files changed, 8 insertions(+), 4 deletions(-)
> 

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

* [GIT PULL] ARM: Exynos fixes for v4.4
@ 2015-12-07  4:28   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2015-12-07  4:28 UTC (permalink / raw)
  To: linux-arm-kernel

On 27.11.2015 10:26, Krzysztof Kozlowski wrote:
> Hi Kukjin,
> 
> 
> Two fixes for v4.4 cycle. Rafael wanted the cpufreq fix to go through
> arm-soc tree.
> 
> Please note that location of repository has changed to kernel.org.

Hi Arnd, Kevin and Olof,

Could you pull this directly for current RC-cycle? Kukjin mentioned that
he does not have any patches in his queue for fixes.

Best regards,
Krzysztof


> 
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
> 
>   Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-fixes-4.4
> 
> for you to fetch changes up to 62f49ee26f14753bd7fa634f51d537a79061bf0f:
> 
>   cpufreq: s3c24xx: Do not mark s3c2410_plls_add as __init (2015-11-27 10:10:32 +0900)
> 
> ----------------------------------------------------------------
> Fixes for Exynos:
> 1. Fix potential NULL pointer dereference in Exynos PMU driver.
> 2. Remove incorrect __init annotation from s3c24xx cpufreq driver
>    structures.
> 
> ----------------------------------------------------------------
> Arnd Bergmann (1):
>       cpufreq: s3c24xx: Do not mark s3c2410_plls_add as __init
> 
> Pankaj Dubey (1):
>       ARM: EXYNOS: Fix potential NULL pointer access in exynos_sys_powerdown_conf
> 
>  arch/arm/mach-exynos/pmu.c                   | 6 +++++-
>  arch/arm/mach-s3c24xx/pll-s3c2440-12000000.c | 2 +-
>  arch/arm/mach-s3c24xx/pll-s3c2440-16934400.c | 2 +-
>  drivers/cpufreq/s3c24xx-cpufreq.c            | 2 +-
>  4 files changed, 8 insertions(+), 4 deletions(-)
> 

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

* Re: [GIT PULL] ARM: Exynos fixes for v4.4
  2015-12-02  1:04 ` Kukjin Kim
@ 2015-12-10 23:20   ` Arnd Bergmann
  -1 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2015-12-10 23:20 UTC (permalink / raw)
  To: kgene.kim
  Cc: 크쉬시토프, Kevin Hilman,
	Olof Johansson, linux-samsung-soc@vger.kernel.org,
	linux-kernel@vger.kernel.org, arm@kernel.org,
	linux-arm-kernel@lists.infradead.org

On Wednesday 02 December 2015 01:04:05 Kukjin Kim wrote:
> Krzysztof Kozlowski wrote:
> > 
> Hi Krzysztof,
> 
> Looks good to me, but I have no other fixes in my tree so this would be sent to
> out arm-soc directly 
> 
> Hi Arnd, Olof, Kevin,
> Please pull this for v4.4.
> 

Pulled into fixes now, thanks!

	Arnd

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

* [GIT PULL] ARM: Exynos fixes for v4.4
@ 2015-12-10 23:20   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2015-12-10 23:20 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 02 December 2015 01:04:05 Kukjin Kim wrote:
> Krzysztof Kozlowski wrote:
> > 
> Hi Krzysztof,
> 
> Looks good to me, but I have no other fixes in my tree so this would be sent to
> out arm-soc directly 
> 
> Hi Arnd, Olof, Kevin,
> Please pull this for v4.4.
> 

Pulled into fixes now, thanks!

	Arnd

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

end of thread, other threads:[~2015-12-10 23:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27  1:26 [GIT PULL] ARM: Exynos fixes for v4.4 Krzysztof Kozlowski
2015-11-27  1:26 ` Krzysztof Kozlowski
2015-12-07  4:28 ` Krzysztof Kozlowski
2015-12-07  4:28   ` Krzysztof Kozlowski
  -- strict thread matches above, loose matches on Subject: below --
2015-12-02  1:04 Kukjin Kim
2015-12-02  1:04 ` Kukjin Kim
2015-12-10 23:20 ` Arnd Bergmann
2015-12-10 23:20   ` Arnd Bergmann

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.