From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Mark Brown' <broonie@opensource.wolfsonmicro.com>
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org,
patches@opensource.wolfsonmicro.com,
'Dimitris Papastamos' <dp@opensource.wolfsonmicro.com>,
stable@vger.kernel.org
Subject: RE: [PATCH] ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore
Date: Wed, 16 Jan 2013 16:06:13 -0800 [thread overview]
Message-ID: <0c0201cdf446$77d30aa0$67791fe0$@samsung.com> (raw)
In-Reply-To: <1358016152-5056-1-git-send-email-broonie@opensource.wolfsonmicro.com>
Mark Brown wrote:
>
> From: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
>
> We are using S3C_EINT(4) instead of S3C_EINT(5).
>
> Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> Cc: stable@vger.kernel.org
> ---
> 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 553059f..755c0bb 100644
> --- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c
> +++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
> @@ -47,7 +47,7 @@ static struct spi_board_info wm1253_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.7.10.4
Applied, thanks.
- Kukjin
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore
Date: Wed, 16 Jan 2013 16:06:13 -0800 [thread overview]
Message-ID: <0c0201cdf446$77d30aa0$67791fe0$@samsung.com> (raw)
In-Reply-To: <1358016152-5056-1-git-send-email-broonie@opensource.wolfsonmicro.com>
Mark Brown wrote:
>
> From: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
>
> We are using S3C_EINT(4) instead of S3C_EINT(5).
>
> Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> Cc: stable at vger.kernel.org
> ---
> 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 553059f..755c0bb 100644
> --- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c
> +++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
> @@ -47,7 +47,7 @@ static struct spi_board_info wm1253_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.7.10.4
Applied, thanks.
- Kukjin
next prev parent reply other threads:[~2013-01-17 0:06 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-12 18:42 [PATCH] ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore Mark Brown
2013-01-12 18:42 ` Mark Brown
2013-01-17 0:06 ` Kukjin Kim [this message]
2013-01-17 0:06 ` Kukjin Kim
-- strict thread matches above, loose matches on Subject: below --
2012-11-02 13:01 Dimitris Papastamos
2012-11-02 13:01 ` Dimitris Papastamos
2012-11-03 22:08 ` Sergei Shtylyov
2012-11-03 22:08 ` Sergei Shtylyov
2012-11-02 10:38 Dimitris Papastamos
2012-11-02 10:38 ` Dimitris Papastamos
2012-11-02 12:15 ` Sergei Shtylyov
2012-11-02 12:15 ` Sergei Shtylyov
2012-11-02 13:02 ` Dimitris Papastamos
2012-11-02 13:02 ` Dimitris Papastamos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='0c0201cdf446$77d30aa0$67791fe0$@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=dp@opensource.wolfsonmicro.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=patches@opensource.wolfsonmicro.com \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.