All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irqchip/gic-v3: Remove duplicate definition of GICD_TYPER_LPIS
       [not found] <CGME20170104082649epcas5p39335e2ba60b133bfccace4b24640ce0d@epcas5p3.samsung.com>
@ 2017-01-04  8:24 ` Alim Akhtar
  2017-01-31  5:52   ` Alim Akhtar
  0 siblings, 1 reply; 3+ messages in thread
From: Alim Akhtar @ 2017-01-04  8:24 UTC (permalink / raw)
  To: linux-kernel
  Cc: marc.zyngier, andre.przywara, vladimir.murzin, christoffer.dall,
	shankerd, tn, alim.akhtar

GICD_TYPER_LPIS macro is defined twice in this file. This patch removes the
duplicate entry.

Fixes: f5c1434c217f ("irqchip: GICv3: rework redistributor structure")
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
---
 include/linux/irqchip/arm-gic-v3.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/irqchip/arm-gic-v3.h b/include/linux/irqchip/arm-gic-v3.h
index e808f8a..a60fc10 100644
--- a/include/linux/irqchip/arm-gic-v3.h
+++ b/include/linux/irqchip/arm-gic-v3.h
@@ -73,7 +73,6 @@
 
 #define GICD_TYPER_ID_BITS(typer)	((((typer) >> 19) & 0x1f) + 1)
 #define GICD_TYPER_IRQS(typer)		((((typer) & 0x1f) + 1) * 32)
-#define GICD_TYPER_LPIS			(1U << 17)
 
 #define GICD_IROUTER_SPI_MODE_ONE	(0U << 31)
 #define GICD_IROUTER_SPI_MODE_ANY	(1U << 31)
-- 
2.7.4

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

* Re: [PATCH] irqchip/gic-v3: Remove duplicate definition of GICD_TYPER_LPIS
  2017-01-04  8:24 ` [PATCH] irqchip/gic-v3: Remove duplicate definition of GICD_TYPER_LPIS Alim Akhtar
@ 2017-01-31  5:52   ` Alim Akhtar
  2017-02-08 13:43     ` Marc Zyngier
  0 siblings, 1 reply; 3+ messages in thread
From: Alim Akhtar @ 2017-01-31  5:52 UTC (permalink / raw)
  To: linux-kernel
  Cc: marc.zyngier, andre.przywara, vladimir.murzin, christoffer.dall,
	shankerd, tn

Hi Marc,
Any comment on this patch?

Regards,
Alim

On 01/04/2017 01:54 PM, Alim Akhtar wrote:
> GICD_TYPER_LPIS macro is defined twice in this file. This patch removes the
> duplicate entry.
>
> Fixes: f5c1434c217f ("irqchip: GICv3: rework redistributor structure")
> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
> ---
>  include/linux/irqchip/arm-gic-v3.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/include/linux/irqchip/arm-gic-v3.h b/include/linux/irqchip/arm-gic-v3.h
> index e808f8a..a60fc10 100644
> --- a/include/linux/irqchip/arm-gic-v3.h
> +++ b/include/linux/irqchip/arm-gic-v3.h
> @@ -73,7 +73,6 @@
>
>  #define GICD_TYPER_ID_BITS(typer)	((((typer) >> 19) & 0x1f) + 1)
>  #define GICD_TYPER_IRQS(typer)		((((typer) & 0x1f) + 1) * 32)
> -#define GICD_TYPER_LPIS			(1U << 17)
>
>  #define GICD_IROUTER_SPI_MODE_ONE	(0U << 31)
>  #define GICD_IROUTER_SPI_MODE_ANY	(1U << 31)
>

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

* Re: [PATCH] irqchip/gic-v3: Remove duplicate definition of GICD_TYPER_LPIS
  2017-01-31  5:52   ` Alim Akhtar
@ 2017-02-08 13:43     ` Marc Zyngier
  0 siblings, 0 replies; 3+ messages in thread
From: Marc Zyngier @ 2017-02-08 13:43 UTC (permalink / raw)
  To: Alim Akhtar
  Cc: linux-kernel, andre.przywara, vladimir.murzin, christoffer.dall,
	shankerd, tn

On Tue, Jan 31 2017 at  5:52:19 am GMT, Alim Akhtar <alim.akhtar@samsung.com> wrote:
> Hi Marc,
> Any comment on this patch?

I've queued it.

Thanks,

	M.
-- 
Jazz is not dead, it just smell funny.

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

end of thread, other threads:[~2017-02-08 13:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20170104082649epcas5p39335e2ba60b133bfccace4b24640ce0d@epcas5p3.samsung.com>
2017-01-04  8:24 ` [PATCH] irqchip/gic-v3: Remove duplicate definition of GICD_TYPER_LPIS Alim Akhtar
2017-01-31  5:52   ` Alim Akhtar
2017-02-08 13:43     ` Marc Zyngier

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.