Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1358535 > unrolled thread
| Started by | "Xue, Ken" <Ken.Xue@amd.com> |
|---|---|
| First post | 2016-03-16 06:30 +0100 |
| Last post | 2016-03-17 14:40 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
RE: [PATCH] pinctrl: amd:Add device HID for future AMD GPIO controller "Xue, Ken" <Ken.Xue@amd.com> - 2016-03-16 06:30 +0100
Re: [PATCH] pinctrl: amd:Add device HID for future AMD GPIO controller Linus Walleij <linus.walleij@linaro.org> - 2016-03-17 14:40 +0100
| From | "Xue, Ken" <Ken.Xue@amd.com> |
|---|---|
| Date | 2016-03-16 06:30 +0100 |
| Subject | RE: [PATCH] pinctrl: amd:Add device HID for future AMD GPIO controller |
| Message-ID | <rdcbT-4l2-3@gated-at.bofh.it> |
> 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
[toc] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-03-17 14:40 +0100 |
| Subject | Re: [PATCH] pinctrl: amd:Add device HID for future AMD GPIO controller |
| Message-ID | <rdGjE-80w-31@gated-at.bofh.it> |
| In reply to | #1358535 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web