mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] pinctrl: amd:Add device HID for future AMD GPIO controller
@ 2016-03-11  2:58 Wang Hongcheng
  2016-03-16  5:10 ` Xue, Ken
  2016-03-31  8:19 ` Linus Walleij
  0 siblings, 2 replies; 4+ messages in thread
From: Wang Hongcheng @ 2016-03-11  2:58 UTC (permalink / raw)
  To: Linus Walleij, linux-gpio, linux-kernel, SPG_Linux_Kernel; +Cc: Wang Hongcheng

Add device HID AMDI0030 to match the AMD ACPI Vendor ID (AMDI) as
registered in http://www.uefi.org/acpi_id_list, and the GPIO controller
on future AMD paltform will use the HID instead of AMD0030.

Signed-off-by: Wang Hongcheng <annie.wang@amd.com>
---
 drivers/pinctrl/pinctrl-amd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/pinctrl-amd.c b/drivers/pinctrl/pinctrl-amd.c
index 3318f1d..d7eb9ad 100644
--- a/drivers/pinctrl/pinctrl-amd.c
+++ b/drivers/pinctrl/pinctrl-amd.c
@@ -849,6 +849,7 @@ static int amd_gpio_remove(struct platform_device *pdev)
 
 static const struct acpi_device_id amd_gpio_acpi_match[] = {
 	{ "AMD0030", 0 },
+	{ "AMDI0030", 0},
 	{ },
 };
 MODULE_DEVICE_TABLE(acpi, amd_gpio_acpi_match);
-- 
1.9.1

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

* RE: [PATCH] pinctrl: amd:Add device HID for future AMD GPIO controller
  2016-03-11  2:58 [PATCH] pinctrl: amd:Add device HID for future AMD GPIO controller Wang Hongcheng
@ 2016-03-16  5:10 ` Xue, Ken
  2016-03-17 13:31   ` Linus Walleij
  2016-03-31  8:19 ` Linus Walleij
  1 sibling, 1 reply; 4+ messages in thread
From: Xue, Ken @ 2016-03-16  5:10 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Wang, Annie, linux-gpio, linux-kernel, SPG_Linux_Kernel

> From: Wang Hongcheng [mailto:annie.wang@amd.com]
> Sent: Friday, March 11, 2016 10:59 AM
> To: Linus Walleij; linux-gpio@vger.kernel.org; linux-kernel@vger.kernel.org;
> SPG_Linux_Kernel
> Cc: Wang, Annie
> Subject: [PATCH] pinctrl: amd:Add device HID for future AMD GPIO controller
> 
> Add device HID AMDI0030 to match the AMD ACPI Vendor ID (AMDI) as
> registered in http://www.uefi.org/acpi_id_list, and the GPIO controller on
> future AMD paltform will use the HID instead of AMD0030.
> 
> Signed-off-by: Wang Hongcheng <annie.wang@amd.com>
> ---

Acked-by: Ken Xue <ken.Xue@amd.com>

Hi Linus,
Can you please help apply and queue this patch into V4.6?
Thanks.

>  drivers/pinctrl/pinctrl-amd.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/pinctrl/pinctrl-amd.c b/drivers/pinctrl/pinctrl-amd.c index
> 3318f1d..d7eb9ad 100644
> --- a/drivers/pinctrl/pinctrl-amd.c
> +++ b/drivers/pinctrl/pinctrl-amd.c
> @@ -849,6 +849,7 @@ static int amd_gpio_remove(struct platform_device
> *pdev)
> 
>  static const struct acpi_device_id amd_gpio_acpi_match[] = {
>  	{ "AMD0030", 0 },
> +	{ "AMDI0030", 0},
>  	{ },
>  };
>  MODULE_DEVICE_TABLE(acpi, amd_gpio_acpi_match);
> --
> 1.9.1

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

* Re: [PATCH] pinctrl: amd:Add device HID for future AMD GPIO controller
  2016-03-16  5:10 ` Xue, Ken
@ 2016-03-17 13:31   ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2016-03-17 13:31 UTC (permalink / raw)
  To: Xue, Ken; +Cc: Wang, Annie, linux-gpio, linux-kernel, SPG_Linux_Kernel

On Wed, Mar 16, 2016 at 6:10 AM, Xue, Ken <Ken.Xue@amd.com> wrote:
>> From: Wang Hongcheng [mailto:annie.wang@amd.com]
>> Sent: Friday, March 11, 2016 10:59 AM
>> To: Linus Walleij; linux-gpio@vger.kernel.org; linux-kernel@vger.kernel.org;
>> SPG_Linux_Kernel
>> Cc: Wang, Annie
>> Subject: [PATCH] pinctrl: amd:Add device HID for future AMD GPIO controller
>>
>> Add device HID AMDI0030 to match the AMD ACPI Vendor ID (AMDI) as
>> registered in http://www.uefi.org/acpi_id_list, and the GPIO controller on
>> future AMD paltform will use the HID instead of AMD0030.
>>
>> Signed-off-by: Wang Hongcheng <annie.wang@amd.com>
>> ---
>
> Acked-by: Ken Xue <ken.Xue@amd.com>
>
> Hi Linus,
> Can you please help apply and queue this patch into V4.6?

No way, we are in the middle of the merge window.
This will be queued for v4.7 once -rc1 is released.

Yours,
Linus Walleij

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

* Re: [PATCH] pinctrl: amd:Add device HID for future AMD GPIO controller
  2016-03-11  2:58 [PATCH] pinctrl: amd:Add device HID for future AMD GPIO controller Wang Hongcheng
  2016-03-16  5:10 ` Xue, Ken
@ 2016-03-31  8:19 ` Linus Walleij
  1 sibling, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2016-03-31  8:19 UTC (permalink / raw)
  To: Wang Hongcheng; +Cc: linux-gpio, linux-kernel, SPG_Linux_Kernel

On Fri, Mar 11, 2016 at 3:58 AM, Wang Hongcheng <annie.wang@amd.com> wrote:

> Add device HID AMDI0030 to match the AMD ACPI Vendor ID (AMDI) as
> registered in http://www.uefi.org/acpi_id_list, and the GPIO controller
> on future AMD paltform will use the HID instead of AMD0030.
>
> Signed-off-by: Wang Hongcheng <annie.wang@amd.com>

Patch applied with Ken's ACK.

Yours,
Linus Walleij

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

end of thread, other threads:[~2016-03-31  8:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-11  2:58 [PATCH] pinctrl: amd:Add device HID for future AMD GPIO controller Wang Hongcheng
2016-03-16  5:10 ` Xue, Ken
2016-03-17 13:31   ` Linus Walleij
2016-03-31  8:19 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®