* [PATCH] [misc] hi6421v600-irq: 替换of_gpio.h为gpio/consumer.h
@ 2025-11-22 13:47 刘桂秋
2025-11-23 11:43 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: 刘桂秋 @ 2025-11-22 13:47 UTC (permalink / raw)
To: arnd, gregkh; +Cc: linux-kernel, 刘桂秋
Signed-off-by: 刘桂秋 <xxg-qiu@outlook.com>
---
drivers/misc/hi6421v600-irq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/misc/hi6421v600-irq.c b/drivers/misc/hi6421v600-irq.c
index b075d803a2c2..30ae9cd6a5ce 100644
--- a/drivers/misc/hi6421v600-irq.c
+++ b/drivers/misc/hi6421v600-irq.c
@@ -11,7 +11,7 @@
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/module.h>
-#include <linux/of_gpio.h>
+#include <linux/gpio/consumer.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/irqdomain.h>
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] [misc] hi6421v600-irq: 替换of_gpio.h为gpio/consumer.h
@ 2025-11-22 15:29 刘桂秋
2025-11-23 6:25 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: 刘桂秋 @ 2025-11-22 15:29 UTC (permalink / raw)
To: arnd, gregkh
Cc: linux-kernel, 刘桂秋, 刘桂秋
Signed-off-by: 刘桂秋 <xxg-qiu@outlook.com>
---
drivers/misc/hi6421v600-irq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/misc/hi6421v600-irq.c b/drivers/misc/hi6421v600-irq.c
index b075d803a2c2..30ae9cd6a5ce 100644
--- a/drivers/misc/hi6421v600-irq.c
+++ b/drivers/misc/hi6421v600-irq.c
@@ -11,7 +11,7 @@
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/module.h>
-#include <linux/of_gpio.h>
+#include <linux/gpio/consumer.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/irqdomain.h>
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] [misc] hi6421v600-irq: 替换of_gpio.h为gpio/consumer.h
2025-11-22 15:29 刘桂秋
@ 2025-11-23 6:25 ` Greg KH
0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2025-11-23 6:25 UTC (permalink / raw)
To: 刘桂秋; +Cc: arnd, linux-kernel, 刘桂秋
On Sat, Nov 22, 2025 at 07:29:53AM -0800, 刘桂秋 wrote:
> Signed-off-by: 刘桂秋 <xxg-qiu@outlook.com>
> ---
> drivers/misc/hi6421v600-irq.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/misc/hi6421v600-irq.c b/drivers/misc/hi6421v600-irq.c
> index b075d803a2c2..30ae9cd6a5ce 100644
> --- a/drivers/misc/hi6421v600-irq.c
> +++ b/drivers/misc/hi6421v600-irq.c
> @@ -11,7 +11,7 @@
> #include <linux/interrupt.h>
> #include <linux/irq.h>
> #include <linux/module.h>
> -#include <linux/of_gpio.h>
> +#include <linux/gpio/consumer.h>
> #include <linux/platform_device.h>
> #include <linux/slab.h>
> #include <linux/irqdomain.h>
> --
> 2.17.1
>
Hi,
This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him
a patch that has triggered this response. He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created. Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.
You are receiving this message because of the following common error(s)
as indicated below:
- You did not specify a description of why the patch is needed, or
possibly, any description at all, in the email body. Please read the
section entitled "The canonical patch format" in the kernel file,
Documentation/process/submitting-patches.rst for what is needed in
order to properly describe the change.
- You did not write a descriptive Subject: for the patch, allowing Greg,
and everyone else, to know what this patch is all about. Please read
the section entitled "The canonical patch format" in the kernel file,
Documentation/process/submitting-patches.rst for what a proper
Subject: line should look like.
If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.
thanks,
greg k-h's patch email bot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] [misc] hi6421v600-irq: 替换of_gpio.h为gpio/consumer.h
2025-11-22 13:47 [PATCH] [misc] hi6421v600-irq: 替换of_gpio.h为gpio/consumer.h 刘桂秋
@ 2025-11-23 11:43 ` Greg KH
0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2025-11-23 11:43 UTC (permalink / raw)
To: 刘桂秋; +Cc: arnd, linux-kernel, 刘桂秋
On Sat, Nov 22, 2025 at 05:47:51AM -0800, 刘桂秋 wrote:
> Signed-off-by: 刘桂秋 <xxg-qiu@outlook.com>
> ---
> drivers/misc/hi6421v600-irq.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/misc/hi6421v600-irq.c b/drivers/misc/hi6421v600-irq.c
> index b075d803a2c2..30ae9cd6a5ce 100644
> --- a/drivers/misc/hi6421v600-irq.c
> +++ b/drivers/misc/hi6421v600-irq.c
> @@ -11,7 +11,7 @@
> #include <linux/interrupt.h>
> #include <linux/irq.h>
> #include <linux/module.h>
> -#include <linux/of_gpio.h>
> +#include <linux/gpio/consumer.h>
> #include <linux/platform_device.h>
> #include <linux/slab.h>
> #include <linux/irqdomain.h>
> --
> 2.17.1
>
Hi,
This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him
a patch that has triggered this response. He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created. Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.
You are receiving this message because of the following common error(s)
as indicated below:
- You did not specify a description of why the patch is needed, or
possibly, any description at all, in the email body. Please read the
section entitled "The canonical patch format" in the kernel file,
Documentation/process/submitting-patches.rst for what is needed in
order to properly describe the change.
- You did not write a descriptive Subject: for the patch, allowing Greg,
and everyone else, to know what this patch is all about. Please read
the section entitled "The canonical patch format" in the kernel file,
Documentation/process/submitting-patches.rst for what a proper
Subject: line should look like.
If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.
thanks,
greg k-h's patch email bot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-11-23 11:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-22 13:47 [PATCH] [misc] hi6421v600-irq: 替换of_gpio.h为gpio/consumer.h 刘桂秋
2025-11-23 11:43 ` Greg KH
-- strict thread matches above, loose matches on Subject: below --
2025-11-22 15:29 刘桂秋
2025-11-23 6:25 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox