Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1393134 > unrolled thread
| Started by | Duc Dang <dhdang@apm.com> |
|---|---|
| First post | 2016-05-03 10:00 +0200 |
| Last post | 2016-05-11 20:20 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 1/1] gpio: dwapb: Add ACPI device ID for DWAPB GPIO controller on X-Gene platforms Duc Dang <dhdang@apm.com> - 2016-05-03 10:00 +0200
Re: [PATCH 1/1] gpio: dwapb: Add ACPI device ID for DWAPB GPIO controller on X-Gene platforms Linus Walleij <linus.walleij@linaro.org> - 2016-05-11 11:40 +0200
Re: [PATCH 1/1] gpio: dwapb: Add ACPI device ID for DWAPB GPIO controller on X-Gene platforms Duc Dang <dhdang@apm.com> - 2016-05-11 20:20 +0200
| From | Duc Dang <dhdang@apm.com> |
|---|---|
| Date | 2016-05-03 10:00 +0200 |
| Subject | [PATCH 1/1] gpio: dwapb: Add ACPI device ID for DWAPB GPIO controller on X-Gene platforms |
| Message-ID | <ruDpo-3Rg-3@gated-at.bofh.it> |
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(+)
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);
--
1.9.1
[toc] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-05-11 11:40 +0200 |
| Subject | Re: [PATCH 1/1] gpio: dwapb: Add ACPI device ID for DWAPB GPIO controller on X-Gene platforms |
| Message-ID | <rxyMz-5vM-25@gated-at.bofh.it> |
| In reply to | #1393134 |
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
[toc] | [prev] | [next] | [standalone]
| From | Duc Dang <dhdang@apm.com> |
|---|---|
| Date | 2016-05-11 20:20 +0200 |
| Subject | Re: [PATCH 1/1] gpio: dwapb: Add ACPI device ID for DWAPB GPIO controller on X-Gene platforms |
| Message-ID | <rxGTM-5ei-15@gated-at.bofh.it> |
| In reply to | #1398863 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web