]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'samsung-fixes-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorArnd Bergmann <arnd@arndb.de>
Fri, 16 Sep 2016 14:29:48 +0000 (16:29 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 16 Sep 2016 14:29:48 +0000 (16:29 +0200)
commit61580e2ab5b18c2a6225a1b5cec7a8ffe280d1c4
tree43d94bd6c76c2a92d43c8438a8613cdc11d1d920
parent695effd15764012e1aaacf5edad7e242dae48422
parent23166c4ac49166423b765d0cf956196b0e561224
Merge tag 'samsung-fixes-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into fixes

Pull "ARM: exynos: Fixes for v4.8, secound round" from Krzysztof Kozłowski:

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.

* tag 'samsung-fixes-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
  ARM: EXYNOS: Clear OF_POPULATED flag from PMU node in IRQ init callback
  MAINTAINERS: Add myself as reviewer for Samsung Exynos support
MAINTAINERS