Message ID | 1312809118-6181-1-git-send-email-s.nawrocki@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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.
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)