]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'intel-pinctrl-v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 3 Oct 2024 14:03:27 +0000 (16:03 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 3 Oct 2024 14:03:27 +0000 (16:03 +0200)
commitc9560baef0fa95aa676b7c7a7532543a4c6ff80c
tree04fbf3b15eb236c3ae1d17f439400dd89a35cdc4
parent393c554093c0c4cbc8e2f178d36df169016384da
parent37756257093bf1bda0bb034f4f1bd3219c7b2a40
Merge tag 'intel-pinctrl-v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel into fixes

intel-pinctrl for v6.12-2

Fixes a few issues with Intel pin control platform driver:
* fix missing reference counter drop of fwnode on error path
* replace comma by semicolon to follow the kernel style
* add Panther Lake to the list of supported devices

The following is an automated git shortlog grouped by driver:

intel:
 -  platform: Add Panther Lake to the list of supported
 -  platform: use semicolon instead of comma in ncommunities assignment
 -  platform: fix error path in device_for_each_child_node()
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>