]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pinctrl: cy8c95x0: Gather ID tables in one place
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 23 Feb 2026 18:06:58 +0000 (19:06 +0100)
committerLinus Walleij <linusw@kernel.org>
Thu, 26 Feb 2026 22:42:47 +0000 (23:42 +0100)
commit41c78b33e96f9ac4abb618d36625e6e7f7e7aeb7
tree2849d851708a1da24ace6a272a2258a5c02fd446
parent04fcdb3a34d66a2848f5c7073f85071eeb1e5fae
pinctrl: cy8c95x0: Gather ID tables in one place

We have three ID tables spread over the driver code. Move all of them
closer to the end of the file where the first user appears to be. With
that done, drop unneeded trailing commas.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/pinctrl-cy8c95x0.c