Re: [PATCH 2/6] pinctrl: qcom: make compatible with linux DTs

2023-11-03 Thread Sumit Garg
On Tue, 31 Oct 2023 at 19:52, Caleb Connolly wrote: > > The pinctrl and GPIO drivers are currently heavily incompatible with > upstream. Most Qualcomm pinctrl blocks feature "tiles" of pins, each at > it's own address. Introduce support for these by allowing the soc driver > to specify per-pin reg

[PATCH 2/6] pinctrl: qcom: make compatible with linux DTs

2023-10-31 Thread Caleb Connolly
The pinctrl and GPIO drivers are currently heavily incompatible with upstream. Most Qualcomm pinctrl blocks feature "tiles" of pins, each at it's own address. Introduce support for these by allowing the soc driver to specify per-pin register offsets similarly to the Linux driver. Adjust the GPIO d