Re: [PATCH v4 2/2] gpio: gpio-mux-input: add generic gpio input multiplexer
From: Mauri Sandberg <hidden>
Date: 2021-05-30 19:02:51
Also in:
linux-gpio, lkml
From: Mauri Sandberg <hidden>
Date: 2021-05-30 19:02:51
Also in:
linux-gpio, lkml
On 30.5.2021 21.09, Andy Shevchenko wrote:
On Sun, May 30, 2021 at 7:16 PM Mauri Sandberg [off-list ref] wrote:quoted
Adds support for a generic GPIO multiplexer. To drive the multiplexer a mux-controller is needed. The output pin of the multiplexer is a GPIO pin. Reported-by: kernel test robot <redacted>Is it a fix? Shall we add the Fixes tag?
In the v1 a build bot complained about .owner along these lines:
--- snip ----If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <redacted> cocci warnings: (new ones prefixed by >>) >> drivers/gpio/gpio-mux-input.c:138:3-8: No need to set .owner here. The core will do it. Please review and possibly fold the followup patch.
--- snip ---
I removed the .owner attribute in v2 as requested but wasn't really sure whether it was "appropriate" to add the tag so I put it there anyhow. Technically, this does not fix any previous commit.
quoted
Signed-off-by: Mauri Sandberg <redacted> Tested-by: Drew Fustini <redacted> Reviewed-by: Drew Fustini <redacted>