Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1484720 > unrolled thread

[GIT PULL] ARM: exynos: Fixes for v4.8, secound round

Started byKrzysztof Kozlowski <k.kozlowski@samsung.com>
First post2016-09-16 09:20 +0200
Last post2016-09-16 16:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [GIT PULL] ARM: exynos: Fixes for v4.8, secound round Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-09-16 09:20 +0200
    Re: [GIT PULL] ARM: exynos: Fixes for v4.8, secound round Arnd Bergmann <arnd@arndb.de> - 2016-09-16 16:40 +0200

#1484720 — [GIT PULL] ARM: exynos: Fixes for v4.8, secound round

FromKrzysztof Kozlowski <k.kozlowski@samsung.com>
Date2016-09-16 09:20 +0200
Subject[GIT PULL] ARM: exynos: Fixes for v4.8, secound round
Message-ID<shVBf-1un-7@gated-at.bofh.it>
Hi,

Remaining fix for this release cycle. It waited in my tree for some time
because of travel.

Best regards,
Krzysztof


The following changes since commit 326dce0734b63c3b82b6a88e5645eab8b54c6692:

  MAINTAINERS: Switch to kernel.org account for Krzysztof Kozlowski (2016-08-17 17:54:56 +0200)

are available in the git repository at:

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

for you to fetch changes up to b030485220caf862c71db6fb8b8ad016ce7f7565:

  ARM: EXYNOS: Clear OF_POPULATED flag from PMU node in IRQ init callback (2016-08-30 10:49:18 +0200)

----------------------------------------------------------------
1. A recent change in populating irqchip devices from Device Tree
   broke Suspend to RAM on Exynos boards due to lack of probing of
   PMU (Power Management Unit) driver.  Multiple drivers attach to
   the PMU's DT node: irqchip, clock controller and PMU platform
   driver for handling suspend.  The new irqchip code marked the
   PMU's DT node as OF_POPULATED but we need to attach to this
   node also PMU platform driver.

2. Add Javier as additional reviewer for Exynos patches.

----------------------------------------------------------------
Javier Martinez Canillas (2):
      MAINTAINERS: Add myself as reviewer for Samsung Exynos support
      ARM: EXYNOS: Clear OF_POPULATED flag from PMU node in IRQ init callback

 MAINTAINERS                    | 1 +
 arch/arm/mach-exynos/suspend.c | 6 ++++++
 2 files changed, 7 insertions(+)

[toc] | [next] | [standalone]


#1485056

FromArnd Bergmann <arnd@arndb.de>
Date2016-09-16 16:40 +0200
Message-ID<si2t3-5We-11@gated-at.bofh.it>
In reply to#1484720
On Friday, September 16, 2016 9:10:08 AM CEST Krzysztof Kozlowski wrote:
> 1. A recent change in populating irqchip devices from Device Tree
>    broke Suspend to RAM on Exynos boards due to lack of probing of
>    PMU (Power Management Unit) driver.  Multiple drivers attach to
>    the PMU's DT node: irqchip, clock controller and PMU platform
>    driver for handling suspend.  The new irqchip code marked the
>    PMU's DT node as OF_POPULATED but we need to attach to this
>    node also PMU platform driver.
> 
> 2. Add Javier as additional reviewer for Exynos patches.
> 

Pulled into fixes, thanks!

	Arnd

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web