* [PATCH v1 1/2] gpio: hisi: Do not require ACPI for COMPILE_TEST
@ 2020-12-14 16:55 Andy Shevchenko
2020-12-14 16:55 ` [PATCH v1 2/2] MAINTAINERS: Remove reference to non-existing file Andy Shevchenko
2020-12-14 22:59 ` [PATCH v1 1/2] gpio: hisi: Do not require ACPI for COMPILE_TEST Linus Walleij
0 siblings, 2 replies; 3+ messages in thread
From: Andy Shevchenko @ 2020-12-14 16:55 UTC (permalink / raw)
To: Luo Jiaxing, linux-gpio, linus.walleij, bgolaszewski; +Cc: Andy Shevchenko
Make it clear that ACPI needs to be present only to get driver functional.
It is not required for compilation.
Fixes: 356b01a986a5 ("gpio: gpio-hisi: Add HiSilicon GPIO support")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
drivers/gpio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 9d198be2840c..a6987ff28d7c 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -300,7 +300,7 @@ config GPIO_GRGPIO
config GPIO_HISI
tristate "HiSilicon GPIO controller driver"
- depends on (ARM64 || COMPILE_TEST) && ACPI
+ depends on (ARM64 && ACPI) || COMPILE_TEST
select GPIO_GENERIC
select GPIOLIB_IRQCHIP
help
--
2.29.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH v1 2/2] MAINTAINERS: Remove reference to non-existing file
2020-12-14 16:55 [PATCH v1 1/2] gpio: hisi: Do not require ACPI for COMPILE_TEST Andy Shevchenko
@ 2020-12-14 16:55 ` Andy Shevchenko
2020-12-14 22:59 ` [PATCH v1 1/2] gpio: hisi: Do not require ACPI for COMPILE_TEST Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2020-12-14 16:55 UTC (permalink / raw)
To: Luo Jiaxing, linux-gpio, linus.walleij, bgolaszewski; +Cc: Andy Shevchenko
GPIO HiSilicon driver doesn't provide any platform data header.
Fixes: a8f25236e6e3 ("MAINTAINERS: Add maintainer for HiSilicon GPIO driver")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 64a6c905107a..112a58976afe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8005,7 +8005,6 @@ M: Luo Jiaxing <luojiaxing@huawei.com>
L: linux-gpio@vger.kernel.org
S: Maintained
F: drivers/gpio/gpio-hisi.c
-F: include/linux/platform_data/gpio-hisi.h
HISILICON HIGH PERFORMANCE RSA ENGINE DRIVER (HPRE)
M: Zaibo Xu <xuzaibo@huawei.com>
--
2.29.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v1 1/2] gpio: hisi: Do not require ACPI for COMPILE_TEST
2020-12-14 16:55 [PATCH v1 1/2] gpio: hisi: Do not require ACPI for COMPILE_TEST Andy Shevchenko
2020-12-14 16:55 ` [PATCH v1 2/2] MAINTAINERS: Remove reference to non-existing file Andy Shevchenko
@ 2020-12-14 22:59 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2020-12-14 22:59 UTC (permalink / raw)
To: Andy Shevchenko
Cc: Luo Jiaxing, open list:GPIO SUBSYSTEM, Bartosz Golaszewski
On Mon, Dec 14, 2020 at 5:55 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
> Make it clear that ACPI needs to be present only to get driver functional.
> It is not required for compilation.
>
> Fixes: 356b01a986a5 ("gpio: gpio-hisi: Add HiSilicon GPIO support")
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Both patches applied!
Thanks!
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-12-14 23:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-14 16:55 [PATCH v1 1/2] gpio: hisi: Do not require ACPI for COMPILE_TEST Andy Shevchenko
2020-12-14 16:55 ` [PATCH v1 2/2] MAINTAINERS: Remove reference to non-existing file Andy Shevchenko
2020-12-14 22:59 ` [PATCH v1 1/2] gpio: hisi: Do not require ACPI for COMPILE_TEST Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).