Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1232086
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/2] pinctrl: uniphier: one fix, one addition |
| Date | 2015-09-24 14:30 +0200 |
| Message-ID | <qcdOV-2V8-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
1/2 is a bug fix, but it is not very critical. I can wait until 4.4-rc1 if it is a hassle. 2/2 provides some more pin-mux settings. Changes in v3: - Sort pin groups alphabetically - Add missing UNIPHIER_PINMUX_FUNCTION(sd) to ph1_sld8_functions Changes in v2: - trivial. Fix a typo in git-log s/value/values/ Masahiro Yamada (2): pinctrl: uniphier: fix input enable settings for PH1-sLD8 pinctrl: uniphier: add SD card pinmux settings drivers/pinctrl/uniphier/pinctrl-ph1-ld4.c | 5 + drivers/pinctrl/uniphier/pinctrl-ph1-ld6b.c | 5 + drivers/pinctrl/uniphier/pinctrl-ph1-pro4.c | 11 ++ drivers/pinctrl/uniphier/pinctrl-ph1-pro5.c | 5 + drivers/pinctrl/uniphier/pinctrl-ph1-sld8.c | 231 +++++++++++++------------ drivers/pinctrl/uniphier/pinctrl-proxstream2.c | 5 + 6 files changed, 149 insertions(+), 113 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/2] pinctrl: uniphier: one fix, one addition Masahiro Yamada <yamada.masahiro@socionext.com> - 2015-09-24 14:30 +0200 [PATCH v3 1/2] pinctrl: uniphier: fix input enable settings for PH1-sLD8 Masahiro Yamada <yamada.masahiro@socionext.com> - 2015-09-24 14:30 +0200 Re: [PATCH v3 0/2] pinctrl: uniphier: one fix, one addition Linus Walleij <linus.walleij@linaro.org> - 2015-10-02 13:10 +0200
csiph-web