Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1578359
| From | David Wu <david.wu@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/3] Support rk3328 pinctrl |
| Date | 2017-02-10 11:30 +0100 |
| Message-ID | <t9gCJ-2aq-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: "david.wu" <david.wu@rock-chips.com> The rk3328 soc pinctrl iomux is different from other socs. The one is that it needs the pinctrl driver supports 3bit width iomux supported. The other one is that three special pins need to be recalculated, because they are out of the rlues. So add the three patches to support rk3328 pinctrl. david.wu (3): pinctrl: rockchip: Add 3bit width mux support pinctrl: rockchip: Add mux recalculation support pinctrl: rockchip: Add rk3328 pinctrl support .../bindings/pinctrl/rockchip,pinctrl.txt | 4 +- drivers/pinctrl/pinctrl-rockchip.c | 127 +++++++++++++++++++-- 2 files changed, 122 insertions(+), 9 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] Support rk3328 pinctrl David Wu <david.wu@rock-chips.com> - 2017-02-10 11:30 +0100
[PATCH v2 3/3] pinctrl: rockchip: Add rk3328 pinctrl support David Wu <david.wu@rock-chips.com> - 2017-02-10 11:30 +0100
Re: [PATCH v2 3/3] pinctrl: rockchip: Add rk3328 pinctrl support Heiko Stuebner <heiko@sntech.de> - 2017-02-10 13:00 +0100
[PATCH v2 2/3] pinctrl: rockchip: Add mux recalculation support David Wu <david.wu@rock-chips.com> - 2017-02-10 11:30 +0100
Re: [PATCH v2 2/3] pinctrl: rockchip: Add mux recalculation support Heiko Stuebner <heiko@sntech.de> - 2017-02-10 14:10 +0100
csiph-web