linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: EXYNOS4: Fix the IRQ definitions for MIPI CSIS device
@ 2011-08-08 13:11 Sylwester Nawrocki
  2011-08-09 11:36 ` Sergei Shtylyov
  0 siblings, 1 reply; 3+ messages in thread
From: Sylwester Nawrocki @ 2011-08-08 13:11 UTC (permalink / raw)
  To: linux-arm-kernel

This is a regression fix after migration to the external GIC.
The breakage has been introduced in commit:
"ARM: EXYNOS4: modify interrupt mappings for external GIC"

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 arch/arm/mach-exynos4/include/mach/irqs.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/arch/arm/mach-exynos4/include/mach/irqs.h b/arch/arm/mach-exynos4/include/mach/irqs.h
index 934d2a4..f8952f8 100644
--- a/arch/arm/mach-exynos4/include/mach/irqs.h
+++ b/arch/arm/mach-exynos4/include/mach/irqs.h
@@ -80,9 +80,8 @@
 #define IRQ_HSMMC3		IRQ_SPI(76)
 #define IRQ_DWMCI		IRQ_SPI(77)
 
-#define IRQ_MIPICSI0		IRQ_SPI(78)
-
-#define IRQ_MIPICSI1		IRQ_SPI(80)
+#define IRQ_MIPI_CSIS0		IRQ_SPI(78)
+#define IRQ_MIPI_CSIS1		IRQ_SPI(80)
 
 #define IRQ_ONENAND_AUDI	IRQ_SPI(82)
 #define IRQ_ROTATOR		IRQ_SPI(83)
-- 
1.7.5.4

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

* [PATCH] ARM: EXYNOS4: Fix the IRQ definitions for MIPI CSIS device
  2011-08-08 13:11 [PATCH] ARM: EXYNOS4: Fix the IRQ definitions for MIPI CSIS device Sylwester Nawrocki
@ 2011-08-09 11:36 ` Sergei Shtylyov
  2011-08-12 10:18   ` Kukjin Kim
  0 siblings, 1 reply; 3+ messages in thread
From: Sergei Shtylyov @ 2011-08-09 11:36 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 08-08-2011 17:11, Sylwester Nawrocki wrote:

> This is a regression fix after migration to the external GIC.
> The breakage has been introduced in commit:
> "ARM: EXYNOS4: modify interrupt mappings for external GIC"

    Would be good to also cite that commit's ID for gitweb.

> Signed-off-by: Sylwester Nawrocki<s.nawrocki@samsung.com>
> Signed-off-by: Kyungmin Park<kyungmin.park@samsung.com>

WBR, Sergei

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

* [PATCH] ARM: EXYNOS4: Fix the IRQ definitions for MIPI CSIS device
  2011-08-09 11:36 ` Sergei Shtylyov
@ 2011-08-12 10:18   ` Kukjin Kim
  0 siblings, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2011-08-12 10:18 UTC (permalink / raw)
  To: linux-arm-kernel

Sergei Shtylyov wrote:
> 
> Hello.
> 
> On 08-08-2011 17:11, Sylwester Nawrocki wrote:
> 
> > This is a regression fix after migration to the external GIC.
> > The breakage has been introduced in commit:
> > "ARM: EXYNOS4: modify interrupt mappings for external GIC"
> 
>     Would be good to also cite that commit's ID for gitweb.
> 
Yes, I think so :)

Sylwester,
This is required now so I added commit id when I applied.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

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

end of thread, other threads:[~2011-08-12 10:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-08 13:11 [PATCH] ARM: EXYNOS4: Fix the IRQ definitions for MIPI CSIS device Sylwester Nawrocki
2011-08-09 11:36 ` Sergei Shtylyov
2011-08-12 10:18   ` Kukjin Kim

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).