Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1619291 > unrolled thread
| Started by | Krzysztof Kozlowski <krzk@kernel.org> |
|---|---|
| First post | 2017-04-08 16:30 +0200 |
| Last post | 2017-04-10 09:40 +0200 |
| Articles | 5 — 2 participants |
Back to article view | Back to linux.kernel
[GIT PULL] pinctrl: samsung: Fixes for v4.11 and stuff for v4.12 Krzysztof Kozlowski <krzk@kernel.org> - 2017-04-08 16:30 +0200
[GIT PULL] pinctrl: samsung: Stuff for v4.12 Krzysztof Kozlowski <krzk@kernel.org> - 2017-04-08 16:30 +0200
Re: [GIT PULL] pinctrl: samsung: Stuff for v4.12 Linus Walleij <linus.walleij@linaro.org> - 2017-04-10 09:40 +0200
[GIT PULL] pinctrl: samsung: Fix for v4.11 Krzysztof Kozlowski <krzk@kernel.org> - 2017-04-08 16:30 +0200
Re: [GIT PULL] pinctrl: samsung: Fix for v4.11 Linus Walleij <linus.walleij@linaro.org> - 2017-04-10 09:40 +0200
| From | Krzysztof Kozlowski <krzk@kernel.org> |
|---|---|
| Date | 2017-04-08 16:30 +0200 |
| Subject | [GIT PULL] pinctrl: samsung: Fixes for v4.11 and stuff for v4.12 |
| Message-ID | <ttZxf-6oz-3@gated-at.bofh.it> |
Hi Linus, Both pulls rebased on v4.11-rc1. The stuff for v4.12 was also shared (as separate sub-tag) to MFD (Lee Jones) for his work (it is a dependency). Best regards, Krzysztof
[toc] | [next] | [standalone]
| From | Krzysztof Kozlowski <krzk@kernel.org> |
|---|---|
| Date | 2017-04-08 16:30 +0200 |
| Subject | [GIT PULL] pinctrl: samsung: Stuff for v4.12 |
| Message-ID | <ttZxf-6oz-7@gated-at.bofh.it> |
| In reply to | #1619291 |
Hi,
Update for v4.12. Marek's commits were also shared (as separate sub-tag) to MFD
(Lee Jones) for his work (it is a dependency).
Best regards,
Krzysztof
Cc: Lee Jones <lee.jones@linaro.org>
The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-4.12
for you to fetch changes up to f69ae4f58a198ad15b0422637434d2bcf6fc2e2a:
pinctrl: samsung: Use devres version of gpiochip_add_data (2017-03-23 21:13:19 +0200)
----------------------------------------------------------------
Samsung pinctrl drivers update for v4.12:
1. Add support for pad retention control through pinctrl drivers which
moves us forward to better runtime PM of pinctrl, clocks, power domains
and other devices.
2. Fix GPIO hogs by registering pinctrl before registering gpiolib.
3. Use devm-like interface.
----------------------------------------------------------------
Charles Keepax (2):
pinctrl: samsung: Register pinctrl before GPIO
pinctrl: samsung: Use devres version of gpiochip_add_data
Marek Szyprowski (2):
pinctrl: samsung: Ensure that pad retention is disabled on driver init
pinctrl: samsung: Add support for pad retention control for Exynos5433 SoCs
drivers/pinctrl/samsung/pinctrl-exynos.c | 63 +++++++++++++++++++++++++++++++
drivers/pinctrl/samsung/pinctrl-samsung.c | 45 ++++++++++------------
2 files changed, 83 insertions(+), 25 deletions(-)
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2017-04-10 09:40 +0200 |
| Subject | Re: [GIT PULL] pinctrl: samsung: Stuff for v4.12 |
| Message-ID | <tuC5A-68L-15@gated-at.bofh.it> |
| In reply to | #1619292 |
On Sat, Apr 8, 2017 at 4:20 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote: > The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201: > > Linux 4.11-rc1 (2017-03-05 12:59:56 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-4.12 > > for you to fetch changes up to f69ae4f58a198ad15b0422637434d2bcf6fc2e2a: > > pinctrl: samsung: Use devres version of gpiochip_add_data (2017-03-23 21:13:19 +0200) Pulled into my devel branch for v4.12. Thanks! Linus Walleij
[toc] | [prev] | [next] | [standalone]
| From | Krzysztof Kozlowski <krzk@kernel.org> |
|---|---|
| Date | 2017-04-08 16:30 +0200 |
| Subject | [GIT PULL] pinctrl: samsung: Fix for v4.11 |
| Message-ID | <ttZxf-6oz-9@gated-at.bofh.it> |
| In reply to | #1619291 |
The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-fixes-4.11
for you to fetch changes up to 87dc66299e51a17aacd25ad25c1f1283ca2ae305:
pinctrl: samsung: Add missing part for PINCFG_TYPE_DRV of Exynos5433 (2017-03-23 20:47:34 +0200)
----------------------------------------------------------------
Fix for Samsung pinctrl drivers for v4.11, introduced by wrong merge conflict
resolution.
----------------------------------------------------------------
Chanwoo Choi (1):
pinctrl: samsung: Add missing part for PINCFG_TYPE_DRV of Exynos5433
drivers/pinctrl/samsung/pinctrl-exynos.c | 80 ++++++++++++++++----------------
drivers/pinctrl/samsung/pinctrl-exynos.h | 11 -----
2 files changed, 40 insertions(+), 51 deletions(-)
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2017-04-10 09:40 +0200 |
| Subject | Re: [GIT PULL] pinctrl: samsung: Fix for v4.11 |
| Message-ID | <tuC5z-68L-1@gated-at.bofh.it> |
| In reply to | #1619293 |
On Sat, Apr 8, 2017 at 4:20 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote: > The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201: > > Linux 4.11-rc1 (2017-03-05 12:59:56 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-fixes-4.11 > > for you to fetch changes up to 87dc66299e51a17aacd25ad25c1f1283ca2ae305: > > pinctrl: samsung: Add missing part for PINCFG_TYPE_DRV of Exynos5433 (2017-03-23 20:47:34 +0200) Thanks, pulled. I rebased it to v4.11-rc6 so as not to deviate too much from the HEAD at this point in development. Yours, Linus Walleij
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web