All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: EXYNOS: fixes for v4.6
@ 2016-04-27  6:22 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2016-04-27  6:22 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, Kevin Hilman, arm
  Cc: Kukjin Kim, linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Bartlomiej Zolnierkiewicz, Krzysztof Kozlowski

Hi,

Please pull one fix for current release.

Best regards,
Krzysztof



The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to a0a966b83873f33778710a4fc59240244b0734a5:

  ARM: EXYNOS: Properly skip unitialized parent clock in power domain on (2016-04-25 11:35:37 +0200)

----------------------------------------------------------------
Fix for more theoretical than practical OOPS on first turn on of a exynos
power domain, if there was no turn off before. Usually all power domains
are on, so the first action is to turn off but some older bootloaders
might behave differently.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      ARM: EXYNOS: Properly skip unitialized parent clock in power domain on

 arch/arm/mach-exynos/pm_domains.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [GIT PULL] ARM: EXYNOS: fixes for v4.6
@ 2016-04-27  6:22 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2016-04-27  6:22 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Please pull one fix for current release.

Best regards,
Krzysztof



The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to a0a966b83873f33778710a4fc59240244b0734a5:

  ARM: EXYNOS: Properly skip unitialized parent clock in power domain on (2016-04-25 11:35:37 +0200)

----------------------------------------------------------------
Fix for more theoretical than practical OOPS on first turn on of a exynos
power domain, if there was no turn off before. Usually all power domains
are on, so the first action is to turn off but some older bootloaders
might behave differently.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      ARM: EXYNOS: Properly skip unitialized parent clock in power domain on

 arch/arm/mach-exynos/pm_domains.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* Re: [GIT PULL] ARM: EXYNOS: fixes for v4.6
  2016-04-27  6:22 ` Krzysztof Kozlowski
  (?)
@ 2016-04-27  9:03   ` Arnd Bergmann
  -1 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2016-04-27  9:03 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Krzysztof Kozlowski, Olof Johansson, Kevin Hilman, arm,
	linux-samsung-soc, Bartlomiej Zolnierkiewicz, linux-kernel,
	Kukjin Kim

On Wednesday 27 April 2016 08:22:34 Krzysztof Kozlowski wrote:
>   ARM: EXYNOS: Properly skip unitialized parent clock in power domain on (2016-04-25 11:35:37 +0200)
> 
> ----------------------------------------------------------------
> Fix for more theoretical than practical OOPS on first turn on of a exynos
> power domain, if there was no turn off before. Usually all power domains
> are on, so the first action is to turn off but some older bootloaders
> might behave differently.
> 

Pulled into fixes. Linus has just merged a larger set of fixes from
arm-soc, and this one doesn't seem very urgent, so I'd wait for more
important fixes to come up before sending out another pull request.

In the unlikely case that we don't get any critical bugfixes, I'd just
send this one for 4.7.

	Arnd

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

* Re: [GIT PULL] ARM: EXYNOS: fixes for v4.6
@ 2016-04-27  9:03   ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2016-04-27  9:03 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Krzysztof Kozlowski, linux-samsung-soc,
	Bartlomiej Zolnierkiewicz, Kevin Hilman, linux-kernel, arm,
	Kukjin Kim, Olof Johansson

On Wednesday 27 April 2016 08:22:34 Krzysztof Kozlowski wrote:
>   ARM: EXYNOS: Properly skip unitialized parent clock in power domain on (2016-04-25 11:35:37 +0200)
> 
> ----------------------------------------------------------------
> Fix for more theoretical than practical OOPS on first turn on of a exynos
> power domain, if there was no turn off before. Usually all power domains
> are on, so the first action is to turn off but some older bootloaders
> might behave differently.
> 

Pulled into fixes. Linus has just merged a larger set of fixes from
arm-soc, and this one doesn't seem very urgent, so I'd wait for more
important fixes to come up before sending out another pull request.

In the unlikely case that we don't get any critical bugfixes, I'd just
send this one for 4.7.

	Arnd

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

* [GIT PULL] ARM: EXYNOS: fixes for v4.6
@ 2016-04-27  9:03   ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2016-04-27  9:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 27 April 2016 08:22:34 Krzysztof Kozlowski wrote:
>   ARM: EXYNOS: Properly skip unitialized parent clock in power domain on (2016-04-25 11:35:37 +0200)
> 
> ----------------------------------------------------------------
> Fix for more theoretical than practical OOPS on first turn on of a exynos
> power domain, if there was no turn off before. Usually all power domains
> are on, so the first action is to turn off but some older bootloaders
> might behave differently.
> 

Pulled into fixes. Linus has just merged a larger set of fixes from
arm-soc, and this one doesn't seem very urgent, so I'd wait for more
important fixes to come up before sending out another pull request.

In the unlikely case that we don't get any critical bugfixes, I'd just
send this one for 4.7.

	Arnd

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

end of thread, other threads:[~2016-04-27  9:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-27  6:22 [GIT PULL] ARM: EXYNOS: fixes for v4.6 Krzysztof Kozlowski
2016-04-27  6:22 ` Krzysztof Kozlowski
2016-04-27  9:03 ` Arnd Bergmann
2016-04-27  9:03   ` Arnd Bergmann
2016-04-27  9:03   ` 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.