projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6d055b
)
gpio: amdpt: Add a new ACPI HID
author
YD Tseng
<Yd_Tseng@asmedia.com.tw>
Thu, 17 Mar 2016 03:35:57 +0000
(11:35 +0800)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 30 Mar 2016 08:38:51 +0000
(10:38 +0200)
This patch adds a new ACPI HID, AMDIF030, in the pt_gpio_acpi_match.
Signed-off-by: YD Tseng<Yd_Tseng@asmedia.com.tw>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-amdpt.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-amdpt.c
b/drivers/gpio/gpio-amdpt.c
index
569b424
..
9b78dc8
100644
(file)
--- a/
drivers/gpio/gpio-amdpt.c
+++ b/
drivers/gpio/gpio-amdpt.c
@@
-145,6
+145,7
@@
static int pt_gpio_remove(struct platform_device *pdev)
static const struct acpi_device_id pt_gpio_acpi_match[] = {
{ "AMDF030", 0 },
+ { "AMDIF030", 0 },
{ },
};
MODULE_DEVICE_TABLE(acpi, pt_gpio_acpi_match);