All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] irqchip: some Kconfig cleanup for C-SKY
@ 2020-01-29  2:25 Randy Dunlap
  2020-01-29 12:18 ` Marc Zyngier
  2020-02-08 14:58 ` [tip: irq/urgent] irqchip: Some " tip-bot2 for Randy Dunlap
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2020-01-29  2:25 UTC (permalink / raw)
  To: LKML, linux-csky; +Cc: Thomas Gleixner, Jason Cooper, Marc Zyngier, Guo Ren

From: Randy Dunlap <rdunlap@infradead.org>

Fixes to Kconfig help text:

- spell out "hardware"
- fix verb usage

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <maz@kernel.org>
Cc: linux-kernel@vger.kernel.org
Cc: Guo Ren <guoren@kernel.org>
Cc: linux-csky@vger.kernel.org
Acked-by: Guo Ren <guoren@kernel.org>
---
 drivers/irqchip/Kconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200128.orig/drivers/irqchip/Kconfig
+++ linux-next-20200128/drivers/irqchip/Kconfig
@@ -438,7 +438,7 @@ config CSKY_MPINTC
 	help
 	  Say yes here to enable C-SKY SMP interrupt controller driver used
 	  for C-SKY SMP system.
-	  In fact it's not mmio map in hw and it use ld/st to visit the
+	  In fact it's not mmio map in hardware and it uses ld/st to visit the
 	  controller's register inside CPU.
 
 config CSKY_APB_INTC
@@ -446,7 +446,7 @@ config CSKY_APB_INTC
 	depends on CSKY
 	help
 	  Say yes here to enable C-SKY APB interrupt controller driver used
-	  by C-SKY single core SOC system. It use mmio map apb-bus to visit
+	  by C-SKY single core SOC system. It uses mmio map apb-bus to visit
 	  the controller's register.
 
 config IMX_IRQSTEER


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH RESEND] irqchip: some Kconfig cleanup for C-SKY
  2020-01-29  2:25 [PATCH RESEND] irqchip: some Kconfig cleanup for C-SKY Randy Dunlap
@ 2020-01-29 12:18 ` Marc Zyngier
  2020-02-08 14:58 ` [tip: irq/urgent] irqchip: Some " tip-bot2 for Randy Dunlap
  1 sibling, 0 replies; 3+ messages in thread
From: Marc Zyngier @ 2020-01-29 12:18 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, linux-csky, Thomas Gleixner, Jason Cooper, Guo Ren

On 2020-01-29 02:25, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fixes to Kconfig help text:
> 
> - spell out "hardware"
> - fix verb usage
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Jason Cooper <jason@lakedaemon.net>
> Cc: Marc Zyngier <maz@kernel.org>
> Cc: linux-kernel@vger.kernel.org
> Cc: Guo Ren <guoren@kernel.org>
> Cc: linux-csky@vger.kernel.org
> Acked-by: Guo Ren <guoren@kernel.org>
> ---
>  drivers/irqchip/Kconfig |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> --- linux-next-20200128.orig/drivers/irqchip/Kconfig
> +++ linux-next-20200128/drivers/irqchip/Kconfig
> @@ -438,7 +438,7 @@ config CSKY_MPINTC
>  	help
>  	  Say yes here to enable C-SKY SMP interrupt controller driver used
>  	  for C-SKY SMP system.
> -	  In fact it's not mmio map in hw and it use ld/st to visit the
> +	  In fact it's not mmio map in hardware and it uses ld/st to visit 
> the
>  	  controller's register inside CPU.
> 
>  config CSKY_APB_INTC
> @@ -446,7 +446,7 @@ config CSKY_APB_INTC
>  	depends on CSKY
>  	help
>  	  Say yes here to enable C-SKY APB interrupt controller driver used
> -	  by C-SKY single core SOC system. It use mmio map apb-bus to visit
> +	  by C-SKY single core SOC system. It uses mmio map apb-bus to visit
>  	  the controller's register.
> 
>  config IMX_IRQSTEER

I'll queue that as part of the next batch of fixes.

Thanks,

         M.
-- 
Jazz is not dead. It just smells funny...

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip: irq/urgent] irqchip: Some Kconfig cleanup for C-SKY
  2020-01-29  2:25 [PATCH RESEND] irqchip: some Kconfig cleanup for C-SKY Randy Dunlap
  2020-01-29 12:18 ` Marc Zyngier
@ 2020-02-08 14:58 ` tip-bot2 for Randy Dunlap
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Randy Dunlap @ 2020-02-08 14:58 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Randy Dunlap, Marc Zyngier, Guo Ren, x86, LKML

The following commit has been merged into the irq/urgent branch of tip:

Commit-ID:     656b42deddea57e55a570671db9403af0ed3c439
Gitweb:        https://git.kernel.org/tip/656b42deddea57e55a570671db9403af0ed3c439
Author:        Randy Dunlap <rdunlap@infradead.org>
AuthorDate:    Tue, 28 Jan 2020 18:25:14 -08:00
Committer:     Marc Zyngier <maz@kernel.org>
CommitterDate: Wed, 29 Jan 2020 12:19:58 

irqchip: Some Kconfig cleanup for C-SKY

Fixes to Kconfig help text:

- spell out "hardware"
- fix verb usage

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Acked-by: Guo Ren <guoren@kernel.org>
Link: https://lore.kernel.org/r/d44baeee-cceb-7c02-7249-e6b4817f0847@infradead.org
---
 drivers/irqchip/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 1006c69..6d39773 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -438,7 +438,7 @@ config CSKY_MPINTC
 	help
 	  Say yes here to enable C-SKY SMP interrupt controller driver used
 	  for C-SKY SMP system.
-	  In fact it's not mmio map in hw and it use ld/st to visit the
+	  In fact it's not mmio map in hardware and it uses ld/st to visit the
 	  controller's register inside CPU.
 
 config CSKY_APB_INTC
@@ -446,7 +446,7 @@ config CSKY_APB_INTC
 	depends on CSKY
 	help
 	  Say yes here to enable C-SKY APB interrupt controller driver used
-	  by C-SKY single core SOC system. It use mmio map apb-bus to visit
+	  by C-SKY single core SOC system. It uses mmio map apb-bus to visit
 	  the controller's register.
 
 config IMX_IRQSTEER

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-08 14:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-29  2:25 [PATCH RESEND] irqchip: some Kconfig cleanup for C-SKY Randy Dunlap
2020-01-29 12:18 ` Marc Zyngier
2020-02-08 14:58 ` [tip: irq/urgent] irqchip: Some " tip-bot2 for Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.