Add SM4450 pinctrl driver for support enable uart console.
Signed-off-by: Tengfei Fan <[email protected]>
---
v6 -> v7:
- readd review tag because of patches updates are not enough to drop
review tag
v5 -> v6:
- squash the fixups into the newly added driver
- drop reviewed-by due to update patch as new comments
v4 -> v5:
- Convert to platform remove callback returning void
- correct incorrect address offset
v3 -> v4:
- update gpio pins pattern
v2 -> v3:
- update example pieces
- update gpio pins pattern
v1 -> v2:
- update right platform name
- update gpio-reserved-ranges have right maxItems
- update gpio-line-names have right maxItems
- add min/maxItems for pins properties
- redo dt_binding_check check
- delete reserved gpios setting
- combine separate pinctrl functions
previous discussion here:
[1] v6: https://lore.kernel.org/linux-arm-msm/[email protected]
[2] v5: https://lore.kernel.org/linux-arm-msm/[email protected]
[3] v4: https://lore.kernel.org/linux-arm-msm/[email protected]
[4] v3: https://lore.kernel.org/linux-arm-msm/[email protected]
[5] v2: https://lore.kernel.org/linux-arm-msm/[email protected]
[6] v1: https://lore.kernel.org/linux-arm-msm/[email protected]
Tengfei Fan (2):
dt-bindings: pinctrl: qcom: Add SM4450 pinctrl
pinctrl: qcom: sm4450: dd SM4450 pinctrl driver
.../bindings/pinctrl/qcom,sm4450-tlmm.yaml | 151 +++
drivers/pinctrl/qcom/Kconfig.msm | 8 +
drivers/pinctrl/qcom/Makefile | 1 +
drivers/pinctrl/qcom/pinctrl-sm4450.c | 1014 +++++++++++++++++
4 files changed, 1174 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm4450-tlmm.yaml
create mode 100644 drivers/pinctrl/qcom/pinctrl-sm4450.c
base-commit: abb240f7a2bd14567ab53e602db562bb683391e6
--
2.17.1
On Tue, Dec 12, 2023 at 10:50 AM Tengfei Fan <[email protected]> wrote:
> Add SM4450 pinctrl driver for support enable uart console.
>
> Signed-off-by: Tengfei Fan <[email protected]>
Patches applied!
Yours,
Linus Walleij