commit | 54e75702c48a9757e82cbe71176c0b5ddcf6a092 | [log] [tgz] |
---|---|---|
author | David Wu <david.wu@rock-chips.com> | Tue Apr 16 21:50:55 2019 +0800 |
committer | Kever Yang <kever.yang@rock-chips.com> | Wed May 08 17:34:12 2019 +0800 |
tree | 5ba9d182d9b7e06c56f1e2c326551760c7825060 | |
parent | 8541beb86daf3ce7e4be9ca67859aab3dd0daefb [diff] |
pinctrl: rockchip: Split the common set_mux() into per Soc Such as rk3288's pins of pmu_gpio0 are a special feature, which have no higher 16 writing corresponding bits, use common set_mux() func would introduce more code, so implement their set_mux() in each Soc's own file to reduce the size of code. Signed-off-by: David Wu <david.wu@rock-chips.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>