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 <s.nawrocki@samsung.com>,
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: Changes for v4.14
Date: Fri, 11 Aug 2017 07:50:48 +0200 [thread overview]
Message-ID: <1502430648-3676-1-git-send-email-krzk@kernel.org> (raw)
Hi,
Two fixes in this pull request were not regressions from current merge
window and one was known for some time, so I did not push them
to this cycle.
Best regards,
Krzysztof
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-4.14
for you to fetch changes up to bbed85f45b2b727bb776b914b84c67e8fd825433:
pinctrl: samsung: Remove unneeded local variable initialization (2017-07-24 06:56:02 +0200)
----------------------------------------------------------------
Samsung pinctrl driver changes for v4.14:
1. Fix NULL pointer dereference on S3C24XX. This was reported some time ago and
unfortunately it took few releases to fix.
2. Fix invalid register offset used for external interrupts on Exynos5433.
This was caused by the same commit as above, although on different path.
3. Consolidate between drivers and bindings the defines for pin mux functions.
4. Minor code improvements.
----------------------------------------------------------------
Krzysztof Kozlowski (7):
pinctrl: samsung: Fix NULL pointer exception on external interrupts on S3C24xx
pinctrl: samsung: Fix invalid register offset used for Exynos5433 external interrupts
pinctrl: samsung: dt-bindings: Use better name for external interrupt function
pinctrl: samsung: Use define from dt-bindings for pin mux function
pinctrl: samsung: Use unsigned int for number of controller IO mem resources
pinctrl: samsung: Consistently use unsigned instead of u32 for nr_banks
pinctrl: samsung: Remove unneeded local variable initialization
drivers/pinctrl/samsung/pinctrl-exynos.c | 32 ++++++++++---------------
drivers/pinctrl/samsung/pinctrl-exynos.h | 1 -
drivers/pinctrl/samsung/pinctrl-s3c24xx.c | 37 +++++++++++++++-------------
drivers/pinctrl/samsung/pinctrl-s3c64xx.c | 40 ++++++++++++++-----------------
drivers/pinctrl/samsung/pinctrl-samsung.c | 12 ++++++++--
drivers/pinctrl/samsung/pinctrl-samsung.h | 15 ++++++------
include/dt-bindings/pinctrl/samsung.h | 3 ++-
7 files changed, 71 insertions(+), 69 deletions(-)
next reply other threads:[~2017-08-11 5:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-11 5:50 Krzysztof Kozlowski [this message]
2017-08-14 14:55 ` [GIT PULL] pinctrl: samsung: Changes for v4.14 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=1502430648-3676-1-git-send-email-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=s.nawrocki@samsung.com \
--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).