* [GIT PULL] pinctrl: samsung: Stuff for v4.19
@ 2018-07-25 16:18 Krzysztof Kozlowski
2018-07-25 20:49 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2018-07-25 16:18 UTC (permalink / raw)
To: Linus Walleij
Cc: Krzysztof Kozlowski, Tomasz Figa, Sylwester Nawrocki,
linux-arm-kernel, linux-samsung-soc, linux-kernel, linux-gpio
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-4.19
for you to fetch changes up to b3793159249bb091efce4b1515ce18cdfc4c6e41:
dt-bindings: pinctrl: samsung: Add SPDX license identifier (2018-07-24 21:59:17 +0200)
----------------------------------------------------------------
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.
----------------------------------------------------------------
Krzysztof Kozlowski (7):
pinctrl: samsung: Define suspend and resume callbacks for all banks and SoCs
pinctrl: samsung: Document suspend and resume members
pinctrl: samsung: Document hidden requirement about one external wakeup
pinctrl: samsung: Add dedicated compatible for S5Pv210 wakeup interrupts
ARM: exynos: Define EINT_WAKEUP_MASK registers for S5Pv210 and Exynos5433
pinctrl: samsung: Write external wakeup interrupt mask
dt-bindings: pinctrl: samsung: Add SPDX license identifier
.../bindings/pinctrl/samsung-pinctrl.txt | 11 +++-
arch/arm/mach-exynos/suspend.c | 2 +-
drivers/pinctrl/samsung/pinctrl-exynos-arm.c | 16 +++++
drivers/pinctrl/samsung/pinctrl-exynos.c | 68 +++++++++++++++++++++-
drivers/pinctrl/samsung/pinctrl-samsung.h | 11 ++++
include/dt-bindings/pinctrl/samsung.h | 7 +--
include/linux/soc/samsung/exynos-regs-pmu.h | 8 ++-
7 files changed, 113 insertions(+), 10 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] pinctrl: samsung: Stuff for v4.19
2018-07-25 16:18 [GIT PULL] pinctrl: samsung: Stuff for v4.19 Krzysztof Kozlowski
@ 2018-07-25 20:49 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2018-07-25 20:49 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Tomasz Figa, snawrocki, Linux ARM, linux-samsung-soc,
linux-kernel@vger.kernel.org, open list:GPIO SUBSYSTEM
On Wed, Jul 25, 2018 at 6:19 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>
> Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>
> are available in the git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-4.19
>
> for you to fetch changes up to b3793159249bb091efce4b1515ce18cdfc4c6e41:
>
> dt-bindings: pinctrl: samsung: Add SPDX license identifier (2018-07-24 21:59:17 +0200)
Pulled to my devel branch for v4.19, thanks!
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-07-25 20:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-25 16:18 [GIT PULL] pinctrl: samsung: Stuff for v4.19 Krzysztof Kozlowski
2018-07-25 20:49 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).