Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1651126

[PATCH v2 0/4] Add iomux-route switching support

From David Wu <david.wu@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/4] Add iomux-route switching support
Date 2017-05-26 09:20 +0200
Message-ID <tLhHr-2RG-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The rk3228, rk3328, rk3399 have an interesting new feature,
some things like one specific uart can use multiple pins to
output data, but control of that seems to be split. The actual
pin config is identical for all pins - each needs to be configured
to function 2.

Use one pin of a specifc group to be set to its special pinmux function,
then configure the corresponding routing bits. If the pinmux setting is
wrong for that pin the ip block won't work correctly anyway.

David Wu (4):
  pinctrl: rockchip: Add iomux-route switching support
  pinctrl: rockchip: Add iomux-route switching support for rk3228
  pinctrl: rockchip: Add iomux-route switching support for rk3328
  pinctrl: rockchip: Add iomux-route switching support for rk3399

 drivers/pinctrl/pinctrl-rockchip.c | 321 ++++++++++++++++++++++++++++++++++++-
 1 file changed, 320 insertions(+), 1 deletion(-)

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/4] Add iomux-route switching support David Wu <david.wu@rock-chips.com> - 2017-05-26 09:20 +0200
  [PATCH v2 3/4] pinctrl: rockchip: Add iomux-route switching support for rk3328 David Wu <david.wu@rock-chips.com> - 2017-05-26 09:20 +0200
    Re: [PATCH v2 3/4] pinctrl: rockchip: Add iomux-route switching  support for rk3328 Linus Walleij <linus.walleij@linaro.org> - 2017-05-29 14:30 +0200
  Re: [PATCH v2 0/4] Add iomux-route switching support Heiko Stuebner <heiko@sntech.de> - 2017-05-27 03:30 +0200

csiph-web