diff mbox

[1/1] gpio: dwapb: Add ACPI device ID for DWAPB GPIO controller on X-Gene platforms

Message ID 1462262021-12538-1-git-send-email-dhdang@apm.com
State New
Headers show

Commit Message

Duc Dang May 3, 2016, 7:53 a.m. UTC
This patch enables DWAPB GPIO controller support on X-Gene
platforms in ACPI boot mode.

Signed-off-by: Duc Dang <dhdang@apm.com>
---
This patch needs to be applied on top of for-next branch
of linux-gpio tree.
---
 drivers/gpio/gpio-dwapb.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Linus Walleij May 11, 2016, 9:33 a.m. UTC | #1
On Tue, May 3, 2016 at 9:53 AM, Duc Dang <dhdang@apm.com> wrote:

> This patch enables DWAPB GPIO controller support on X-Gene
> platforms in ACPI boot mode.
>
> Signed-off-by: Duc Dang <dhdang@apm.com>
> ---
> This patch needs to be applied on top of for-next branch
> of linux-gpio tree.

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Duc Dang May 11, 2016, 6:11 p.m. UTC | #2
On Wed, May 11, 2016 at 2:33 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
> On Tue, May 3, 2016 at 9:53 AM, Duc Dang <dhdang@apm.com> wrote:
>
>> This patch enables DWAPB GPIO controller support on X-Gene
>> platforms in ACPI boot mode.
>>
>> Signed-off-by: Duc Dang <dhdang@apm.com>
>> ---
>> This patch needs to be applied on top of for-next branch
>> of linux-gpio tree.
>
> Patch applied.

Thanks, Linus!.

Regards,
Duc Dang.
>
> Yours,
> Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/gpio/gpio-dwapb.c b/drivers/gpio/gpio-dwapb.c
index b235d70..34779bb 100644
--- a/drivers/gpio/gpio-dwapb.c
+++ b/drivers/gpio/gpio-dwapb.c
@@ -588,6 +588,7 @@  MODULE_DEVICE_TABLE(of, dwapb_of_match);
 
 static const struct acpi_device_id dwapb_acpi_match[] = {
 	{"HISI0181", 0},
+	{"APMC0D07", 0},
 	{ }
 };
 MODULE_DEVICE_TABLE(acpi, dwapb_acpi_match);