All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] MAINTAINERS: Update GPIO ACPI library to Supported
@ 2022-05-30 11:56 Andy Shevchenko
  2022-05-30 13:13 ` Mika Westerberg
  2022-06-01 17:17 ` Bartosz Golaszewski
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Shevchenko @ 2022-05-30 11:56 UTC (permalink / raw)
  To: linux-kernel, linux-gpio, Mika Westerberg
  Cc: Linus Walleij, Bartosz Golaszewski, Andy Shevchenko, dave.hansen

The actual status of the code is Supported.

Reported-by: dave.hansen@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index fd768d43e048..629ddf493555 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8343,7 +8343,7 @@ M:	Mika Westerberg <mika.westerberg@linux.intel.com>
 M:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
 L:	linux-gpio@vger.kernel.org
 L:	linux-acpi@vger.kernel.org
-S:	Maintained
+S:	Supported
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
 F:	Documentation/firmware-guide/acpi/gpio-properties.rst
 F:	drivers/gpio/gpiolib-acpi.c
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v1 1/1] MAINTAINERS: Update GPIO ACPI library to Supported
  2022-05-30 11:56 [PATCH v1 1/1] MAINTAINERS: Update GPIO ACPI library to Supported Andy Shevchenko
@ 2022-05-30 13:13 ` Mika Westerberg
  2022-06-01 16:04   ` Andy Shevchenko
  2022-06-01 17:17 ` Bartosz Golaszewski
  1 sibling, 1 reply; 4+ messages in thread
From: Mika Westerberg @ 2022-05-30 13:13 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: linux-kernel, linux-gpio, Linus Walleij, Bartosz Golaszewski,
	dave.hansen

On Mon, May 30, 2022 at 02:56:53PM +0300, Andy Shevchenko wrote:
> The actual status of the code is Supported.
> 
> Reported-by: dave.hansen@linux.intel.com
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1 1/1] MAINTAINERS: Update GPIO ACPI library to Supported
  2022-05-30 13:13 ` Mika Westerberg
@ 2022-06-01 16:04   ` Andy Shevchenko
  0 siblings, 0 replies; 4+ messages in thread
From: Andy Shevchenko @ 2022-06-01 16:04 UTC (permalink / raw)
  To: Mika Westerberg
  Cc: linux-kernel, linux-gpio, Linus Walleij, Bartosz Golaszewski,
	dave.hansen

On Mon, May 30, 2022 at 04:13:06PM +0300, Mika Westerberg wrote:
> On Mon, May 30, 2022 at 02:56:53PM +0300, Andy Shevchenko wrote:
> > The actual status of the code is Supported.
> > 
> > Reported-by: dave.hansen@linux.intel.com
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> 
> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

Pushed to my review and testing queue, thanks!

-- 
With Best Regards,
Andy Shevchenko



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1 1/1] MAINTAINERS: Update GPIO ACPI library to Supported
  2022-05-30 11:56 [PATCH v1 1/1] MAINTAINERS: Update GPIO ACPI library to Supported Andy Shevchenko
  2022-05-30 13:13 ` Mika Westerberg
@ 2022-06-01 17:17 ` Bartosz Golaszewski
  1 sibling, 0 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2022-06-01 17:17 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Linux Kernel Mailing List, open list:GPIO SUBSYSTEM,
	Mika Westerberg, Linus Walleij, dave.hansen

On Mon, May 30, 2022 at 1:57 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> The actual status of the code is Supported.
>
> Reported-by: dave.hansen@linux.intel.com
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fd768d43e048..629ddf493555 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8343,7 +8343,7 @@ M:        Mika Westerberg <mika.westerberg@linux.intel.com>
>  M:     Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>  L:     linux-gpio@vger.kernel.org
>  L:     linux-acpi@vger.kernel.org
> -S:     Maintained
> +S:     Supported
>  T:     git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
>  F:     Documentation/firmware-guide/acpi/gpio-properties.rst
>  F:     drivers/gpio/gpiolib-acpi.c
> --
> 2.35.1
>

Applied, thanks!

Bart

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-01 17:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-30 11:56 [PATCH v1 1/1] MAINTAINERS: Update GPIO ACPI library to Supported Andy Shevchenko
2022-05-30 13:13 ` Mika Westerberg
2022-06-01 16:04   ` Andy Shevchenko
2022-06-01 17:17 ` Bartosz Golaszewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.