Re: [PATCH] gpio: Add AMD SB8XX/SB9XX/A5X/A8X driver

2015-07-17 Thread Linus Walleij
tI caught this message by pure luck down in the spam filter. Please send new GPIO drivers to linux-g...@vger.kernel.org and also to me and Alexandre Courbot on the To: line, see MAINTAINERS. In this case, please also add linux-acpi and linux-pm, Mika Westerberg and Rafael Wysocki for info. On

Re: [PATCH] gpio: Add AMD SB8XX/SB9XX/A5X/A8X driver

2015-07-17 Thread Linus Walleij
tI caught this message by pure luck down in the spam filter. Please send new GPIO drivers to linux-g...@vger.kernel.org and also to me and Alexandre Courbot on the To: line, see MAINTAINERS. In this case, please also add linux-acpi and linux-pm, Mika Westerberg and Rafael Wysocki for info. On

Re: [PATCH] gpio: Add AMD SB8XX/SB9XX/A5X/A8X driver

2015-06-22 Thread Paul Bolle
[Shouldn't gpio patches be sent to Linus Walleij, Alexandre Courbot, and the linux-gpio list too?] Just a nit: a license mismatch. On Sat, 2015-06-20 at 23:57 +0200, Tobias Diedrich wrote: > --- /dev/null > +++ b/drivers/gpio/gpio-sb8xx.c > + * This file is licensed under the terms of the GNU

Re: [PATCH] gpio: Add AMD SB8XX/SB9XX/A5X/A8X driver

2015-06-22 Thread Paul Bolle
[Shouldn't gpio patches be sent to Linus Walleij, Alexandre Courbot, and the linux-gpio list too?] Just a nit: a license mismatch. On Sat, 2015-06-20 at 23:57 +0200, Tobias Diedrich wrote: --- /dev/null +++ b/drivers/gpio/gpio-sb8xx.c + * This file is licensed under the terms of the GNU

[PATCH] gpio: Add AMD SB8XX/SB9XX/A5X/A8X driver

2015-06-20 Thread Tobias Diedrich
In principle this driver could export a pinmux interface as well, but since setting up the pinmux settings is the BIOS/EFI responsibility I don't think it makes sense to add it (I only read it to print the current mux state in /sys/kernel/debug/gpio). Signed-off-by: Tobias Diedrich ---

[PATCH] gpio: Add AMD SB8XX/SB9XX/A5X/A8X driver

2015-06-20 Thread Tobias Diedrich
In principle this driver could export a pinmux interface as well, but since setting up the pinmux settings is the BIOS/EFI responsibility I don't think it makes sense to add it (I only read it to print the current mux state in /sys/kernel/debug/gpio). Signed-off-by: Tobias Diedrich