* [PATCH v2] ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore
@ 2012-11-02 13:04 ` Dimitris Papastamos
0 siblings, 0 replies; 6+ messages in thread
From: Dimitris Papastamos @ 2012-11-02 13:04 UTC (permalink / raw)
To: Kukjin Kim; +Cc: Mark Brown, linux-arm-kernel, linux-samsung-soc, patches
We are using S3C_EINT(4) instead of S3C_EINT(5).
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
---
arch/arm/mach-s3c64xx/mach-crag6410-module.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
index 4744c42..c6d8dba 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
@@ -60,7 +60,7 @@ static struct spi_board_info balblair_devs[] = {
.bus_num = 0,
.chip_select = 0,
.mode = SPI_MODE_0,
- .irq = S3C_EINT(5),
+ .irq = S3C_EINT(4),
.controller_data = &wm0010_spi_csinfo,
.platform_data = &wm0010_pdata,
},
--
1.8.0
^ permalink raw reply related [flat|nested] 6+ messages in thread* [PATCH v2] ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore
@ 2012-11-02 13:04 ` Dimitris Papastamos
0 siblings, 0 replies; 6+ messages in thread
From: Dimitris Papastamos @ 2012-11-02 13:04 UTC (permalink / raw)
To: linux-arm-kernel
We are using S3C_EINT(4) instead of S3C_EINT(5).
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
---
arch/arm/mach-s3c64xx/mach-crag6410-module.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
index 4744c42..c6d8dba 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
@@ -60,7 +60,7 @@ static struct spi_board_info balblair_devs[] = {
.bus_num = 0,
.chip_select = 0,
.mode = SPI_MODE_0,
- .irq = S3C_EINT(5),
+ .irq = S3C_EINT(4),
.controller_data = &wm0010_spi_csinfo,
.platform_data = &wm0010_pdata,
},
--
1.8.0
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH v2] ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore
2012-11-02 13:04 ` Dimitris Papastamos
@ 2012-11-02 14:22 ` Mark Brown
-1 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2012-11-02 14:22 UTC (permalink / raw)
To: Dimitris Papastamos
Cc: Kukjin Kim, linux-arm-kernel, linux-samsung-soc, patches
[-- Attachment #1: Type: text/plain, Size: 182 bytes --]
On Fri, Nov 02, 2012 at 01:04:14PM +0000, Dimitris Papastamos wrote:
> We are using S3C_EINT(4) instead of S3C_EINT(5).
Reviwed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v2] ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore
@ 2012-11-02 14:22 ` Mark Brown
0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2012-11-02 14:22 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Nov 02, 2012 at 01:04:14PM +0000, Dimitris Papastamos wrote:
> We are using S3C_EINT(4) instead of S3C_EINT(5).
Reviwed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20121102/5ecfdda4/attachment.sig>
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PATCH v2] ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore
2012-11-02 14:22 ` Mark Brown
@ 2012-11-06 10:52 ` Kukjin Kim
-1 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2012-11-06 10:52 UTC (permalink / raw)
To: 'Mark Brown', 'Dimitris Papastamos'
Cc: linux-arm-kernel, linux-samsung-soc, patches
Mark Brown wrote:
>
> On Fri, Nov 02, 2012 at 01:04:14PM +0000, Dimitris Papastamos wrote:
> > We are using S3C_EINT(4) instead of S3C_EINT(5).
>
> Reviwed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Reviewed-by?
Applied with fixing typo :-)
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] 6+ messages in thread
* [PATCH v2] ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore
@ 2012-11-06 10:52 ` Kukjin Kim
0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2012-11-06 10:52 UTC (permalink / raw)
To: linux-arm-kernel
Mark Brown wrote:
>
> On Fri, Nov 02, 2012 at 01:04:14PM +0000, Dimitris Papastamos wrote:
> > We are using S3C_EINT(4) instead of S3C_EINT(5).
>
> Reviwed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Reviewed-by?
Applied with fixing typo :-)
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] 6+ messages in thread
end of thread, other threads:[~2012-11-06 10:52 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02 13:04 [PATCH v2] ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore Dimitris Papastamos
2012-11-02 13:04 ` Dimitris Papastamos
2012-11-02 14:22 ` Mark Brown
2012-11-02 14:22 ` Mark Brown
2012-11-06 10:52 ` Kukjin Kim
2012-11-06 10:52 ` Kukjin Kim
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.