]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pinctrl: pinmux: Embed struct pinfunction into struct function_desc
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 30 May 2024 08:55:15 +0000 (11:55 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 17 Jun 2024 07:24:22 +0000 (09:24 +0200)
commit37997d7b55aa7a534e4fffdbe9a0388de4857b7e
tree5c1ee9026c61ce601d46c53b2231ba60faf3ec59
parentf26945d76a90f93a40e27238210bf0580cf8476f
pinctrl: pinmux: Embed struct pinfunction into struct function_desc

struct function_desc is a particular version of the struct pinfunction
with associated opaque data. Start switching pin control core and
drivers to use it explicitly.

Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20240530085745.1539925-7-andy.shevchenko@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinmux.c
drivers/pinctrl/pinmux.h