Message ID | 3579080b-db88-493c-a260-7313a81e2aa3@app.fastmail.com (mailing list archive) |
---|---|
State | Mainlined |
Headers | show |
Series | SoC branches for 6.4 | expand |
On Mon, Apr 24, 2023 at 2:06 PM Arnd Bergmann <arnd@arndb.de> wrote: > > ARM: SoC devicetree changes for 6.4 Hmm. This also has commit e49eabe3e13f ("pinctrl: qcom: Support OUTPUT_ENABLE; deprecate INPUT_ENABLE") that doesn't seem to be obviously about devicetree changes. Whatever. I took the pull, but that change looked oddly out of place.. Linus
The pull request you sent on Mon, 24 Apr 2023 23:06:06 +0200:
> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-dt-6.4
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d53c3eaaef6a05fec04e8b5990d97d7216eb5e42
Thank you!
On Tue, Apr 25, 2023, at 20:21, Linus Torvalds wrote: > On Mon, Apr 24, 2023 at 2:06 PM Arnd Bergmann <arnd@arndb.de> wrote: >> >> ARM: SoC devicetree changes for 6.4 > > Hmm. This also has commit e49eabe3e13f ("pinctrl: qcom: Support > OUTPUT_ENABLE; deprecate INPUT_ENABLE") that doesn't seem to be > obviously about devicetree changes. > > Whatever. I took the pull, but that change looked oddly out of place.. Right, this was a commit that is also in the pinctrl tree, and Bjorn pulled it into the qcom/dt tree to make sure this can be properly bisected. As the patch description explains, the driver did not implement the binding correctly, so changing it like this at least keeps compatibility in one direction (old DTB with new kernel) while fixing both the driver and the dts files to work with the documented binding. Normally this should not be necessary as long as we keep compatibility both ways, but I trust that Bjorn was confident this would not cause problems here. Arnd