All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpio: amdpt: Add a new ACPI HID
@ 2016-03-17  3:35 YD Tseng
  2016-03-22 14:31 ` Linus Walleij
  0 siblings, 1 reply; 5+ messages in thread
From: YD Tseng @ 2016-03-17  3:35 UTC (permalink / raw)
  To: linus.walleij, gnurou, linux-gpio, dbaryshkov; +Cc: Yd_Tseng, TungYu_Lu

From: YD Tseng <Yd_Tseng@asmedia.com.tw>

Dear all:

This patch adds a new ACPI HID, AMDIF030, in the pt_gpio_acpi_match.

Signed-off-by: YD Tseng<Yd_Tseng@asmedia.com.tw> 

---

A file is modified.
drivers/gpio/gpio-amdpt.c		Modified file

diff -uprN -X linux-4.5.vanilla/Documentation/dontdiff linux-4.5.vanilla/drivers/gpio/gpio-amdpt.c linux-4.5/drivers/gpio/gpio-amdpt.c
--- linux-4.5.vanilla/drivers/gpio/gpio-amdpt.c	2016-03-14 12:28:54.000000000 +0800
+++ linux-4.5/drivers/gpio/gpio-amdpt.c	2016-03-16 18:46:14.920306901 +0800
@@ -239,6 +239,7 @@ static int pt_gpio_remove(struct platfor
 
 static const struct acpi_device_id pt_gpio_acpi_match[] = {
 	{ "AMDF030", 0 },
+	{ "AMDIF030", 0 },
 	{ },
 };
 MODULE_DEVICE_TABLE(acpi, pt_gpio_acpi_match);

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

* Re: [PATCH] gpio: amdpt: Add a new ACPI HID
  2016-03-17  3:35 [PATCH] gpio: amdpt: Add a new ACPI HID YD Tseng
@ 2016-03-22 14:31 ` Linus Walleij
  2016-04-18  8:49   ` TungYu_Lu
  0 siblings, 1 reply; 5+ messages in thread
From: Linus Walleij @ 2016-03-22 14:31 UTC (permalink / raw)
  To: YD Tseng
  Cc: Alexandre Courbot, linux-gpio, Dmitry Eremin-Solenikov, Yd_Tseng,
	TungYu Lu(呂東昱)

On Thu, Mar 17, 2016 at 4:35 AM, YD Tseng <ltyu101@gmail.com> wrote:

> From: YD Tseng <Yd_Tseng@asmedia.com.tw>
>
> Dear all:
>
> This patch adds a new ACPI HID, AMDIF030, in the pt_gpio_acpi_match.
>
> Signed-off-by: YD Tseng<Yd_Tseng@asmedia.com.tw>

Patch applied.

Yours,
Linus Walleij

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

* RE: [PATCH] gpio: amdpt: Add a new ACPI HID
  2016-03-22 14:31 ` Linus Walleij
@ 2016-04-18  8:49   ` TungYu_Lu
  2016-04-26 13:42     ` Linus Walleij
  0 siblings, 1 reply; 5+ messages in thread
From: TungYu_Lu @ 2016-04-18  8:49 UTC (permalink / raw)
  To: linus.walleij; +Cc: gnurou, linux-gpio, dbaryshkov, Yd_Tseng

Dear Linus,

Really appreciate for your assistance. Which version will apply this patch?

Thanks,
TungYu

-----Original Message-----
From: Linus Walleij [mailto:linus.walleij@linaro.org] 
Sent: Tuesday, March 22, 2016 10:31 PM
To: YD Tseng
Cc: Alexandre Courbot; linux-gpio@vger.kernel.org; Dmitry Eremin-Solenikov; Yd Tseng(曾裕達); TungYu Lu(呂東昱)
Subject: Re: [PATCH] gpio: amdpt: Add a new ACPI HID

On Thu, Mar 17, 2016 at 4:35 AM, YD Tseng <ltyu101@gmail.com> wrote:

> From: YD Tseng <Yd_Tseng@asmedia.com.tw>
>
> Dear all:
>
> This patch adds a new ACPI HID, AMDIF030, in the pt_gpio_acpi_match.
>
> Signed-off-by: YD Tseng<Yd_Tseng@asmedia.com.tw>

Patch applied.

Yours,
Linus Walleij
==================================================================================================================
This email and any attachments to it contain confidential information and are intended solely for the use of the individual to whom it 
is addressed.If you are not the intended recipient or receive it accidentally, please immediately notify the sender by e-mail and delete 
the message and any attachments from your computer system, and destroy all hard copies. If any, please be advised that any unauthorized 
disclosure, copying, distribution or any action taken or omitted in reliance on this, is illegal and prohibited. Furthermore, any views 
or opinions expressed are solely those of the author and do not represent those of ASMedia Technology Inc. Thank you for your cooperation.
==================================================================================================================

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

* Re: [PATCH] gpio: amdpt: Add a new ACPI HID
  2016-04-18  8:49   ` TungYu_Lu
@ 2016-04-26 13:42     ` Linus Walleij
  0 siblings, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2016-04-26 13:42 UTC (permalink / raw)
  To: TungYu Lu(呂東昱)
  Cc: Alexandre Courbot, linux-gpio, Dmitry Eremin-Solenikov, Yd_Tseng

On Mon, Apr 18, 2016 at 10:49 AM,  <TungYu_Lu@asmedia.com.tw> wrote:
> Dear Linus,
>
> Really appreciate for your assistance. Which version will apply this patch?

Kernel v4.7.

Yours,
Linus Walleij

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

* Re: [PATCH] gpio: amdpt: Add a new ACPI HID
@ 2016-03-23  6:26 YD Tseng
  0 siblings, 0 replies; 5+ messages in thread
From: YD Tseng @ 2016-03-23  6:26 UTC (permalink / raw)
  To: linus.walleij, gnurou, linux-gpio, dbaryshkov
  Cc: yd_tseng, tungyu_lu, YD Tseng

From: YD Tseng <Yd_Tseng@asmedia.com.tw>

> > From: YD Tseng <Yd_Tseng@asmedia.com.tw>
> >
> > Dear all:
> >
> > This patch adds a new ACPI HID, AMDIF030, in the pt_gpio_acpi_match.
> >
> > Signed-off-by: YD Tseng<Yd_Tseng@asmedia.com.tw>
>
> Patch applied.
>
> Yours,
> Linus Walleij

Dear all,

Really appreciate for reviewing the patch.

Regards,
YD Tseng

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

end of thread, other threads:[~2016-04-26 13:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-17  3:35 [PATCH] gpio: amdpt: Add a new ACPI HID YD Tseng
2016-03-22 14:31 ` Linus Walleij
2016-04-18  8:49   ` TungYu_Lu
2016-04-26 13:42     ` Linus Walleij
2016-03-23  6:26 YD Tseng

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.