]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'samsung-pinctrl-4.19' of https://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 25 Jul 2018 20:47:03 +0000 (22:47 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 25 Jul 2018 20:47:03 +0000 (22:47 +0200)
commit74926d13a96c9441a7f4c43805ab0a05beabe4a3
treef88084f9c6a96dc5aba0113d31e25d8a0cc387db
parent9196154cbc672ccd4cc5293f4e9d84a064cca442
parentde6db42cc7c6e19318943ea5900204e60e22c66d
Merge tag 'samsung-pinctrl-4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung into devel

Samsung pinctrl drivers changes for v4.19

1. Add handling of external wakeup interrupts mask inside the pin
   controller driver.

   Existing solution is spread between the driver and machine code.  The
   machine code writes the mask but its value is taken from pin
   controller driver.

   This moves everything into pin controller driver allowing later to
   remove the cross-subsystem interaction.  Also this is a necessary
   step for implementing later Suspend to RAM on ARMv8 Exynos5433.

2. Bring necessary suspend/resume callbacks for Exynos542x and
   Exynos5260.

3. Document hidden requirement about one external wakeup interrupts
   device node.

4. Minor documentation cleanups.