linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>,
	Tomasz Figa <tomasz.figa@gmail.com>,
	Sylwester Nawrocki <snawrocki@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-gpio@vger.kernel.org
Subject: [GIT PULL] pinctrl: samsung: Stuff for v4.19
Date: Wed, 25 Jul 2018 18:18:52 +0200	[thread overview]
Message-ID: <20180725161852.6963-1-krzk@kernel.org> (raw)



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(-)

             reply	other threads:[~2018-07-25 16:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-25 16:18 Krzysztof Kozlowski [this message]
2018-07-25 20:49 ` [GIT PULL] pinctrl: samsung: Stuff for v4.19 Linus Walleij

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180725161852.6963-1-krzk@kernel.org \
    --to=krzk@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=snawrocki@kernel.org \
    --cc=tomasz.figa@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).