* [PATCH] ARM: S3C64XX: Add IRQ mapping for wm0010 on Cragganmore [not found] <1339775065-13211-1-git-send-email-dp@opensource.wolfsonmicro.com> @ 2012-06-19 8:50 ` Kukjin Kim 2012-06-20 4:28 ` Kukjin Kim 1 sibling, 0 replies; 4+ messages in thread From: Kukjin Kim @ 2012-06-19 8:50 UTC (permalink / raw) To: linux-arm-kernel Dimitris Papastamos wrote: > > Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> > --- > arch/arm/mach-s3c64xx/mach-crag6410-module.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach- > s3c64xx/mach-crag6410-module.c > index f347336..7c8ea3c 100644 > --- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c > +++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c > @@ -47,6 +47,7 @@ static struct spi_board_info wm1253_devs[] = { > .bus_num = 0, > .chip_select = 0, > .mode = SPI_MODE_0, > + .irq = S3C_EINT(5), > .controller_data = &wm0010_spi_csinfo, > .platform_data = &wm0010_crag_pdata, > }, > -- > 1.7.10.4 OK, will apply. 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] 4+ messages in thread
* [PATCH] ARM: S3C64XX: Add IRQ mapping for wm0010 on Cragganmore [not found] <1339775065-13211-1-git-send-email-dp@opensource.wolfsonmicro.com> 2012-06-19 8:50 ` [PATCH] ARM: S3C64XX: Add IRQ mapping for wm0010 on Cragganmore Kukjin Kim @ 2012-06-20 4:28 ` Kukjin Kim 2012-06-20 16:02 ` Dimitris Papastamos 1 sibling, 1 reply; 4+ messages in thread From: Kukjin Kim @ 2012-06-20 4:28 UTC (permalink / raw) To: linux-arm-kernel Kukjin Kim wrote: > > Dimitris Papastamos wrote: > > > > Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> > > --- > > arch/arm/mach-s3c64xx/mach-crag6410-module.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c > b/arch/arm/mach- > > s3c64xx/mach-crag6410-module.c > > index f347336..7c8ea3c 100644 > > --- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c > > +++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c > > @@ -47,6 +47,7 @@ static struct spi_board_info wm1253_devs[] = { > > .bus_num = 0, > > .chip_select = 0, > > .mode = SPI_MODE_0, > > + .irq = S3C_EINT(5), ^^^^^^^^^^^^ If there is no reason, using tab is better at the mark ^ > > .controller_data = &wm0010_spi_csinfo, > > .platform_data = &wm0010_crag_pdata, I can't find platform_data in my tree (just v3.5-rc3), there is another patch? Now, just applying this patch is ok? 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] 4+ messages in thread
* [PATCH] ARM: S3C64XX: Add IRQ mapping for wm0010 on Cragganmore 2012-06-20 4:28 ` Kukjin Kim @ 2012-06-20 16:02 ` Dimitris Papastamos 2012-06-20 18:28 ` Kukjin Kim 0 siblings, 1 reply; 4+ messages in thread From: Dimitris Papastamos @ 2012-06-20 16:02 UTC (permalink / raw) To: linux-arm-kernel On Wed, Jun 20, 2012 at 01:28:06PM +0900, Kukjin Kim wrote: > Kukjin Kim wrote: > > > > Dimitris Papastamos wrote: > > > > > > Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> > > > --- > > > arch/arm/mach-s3c64xx/mach-crag6410-module.c | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c > > b/arch/arm/mach- > > > s3c64xx/mach-crag6410-module.c > > > index f347336..7c8ea3c 100644 > > > --- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c > > > +++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c > > > @@ -47,6 +47,7 @@ static struct spi_board_info wm1253_devs[] = { > > > .bus_num = 0, > > > .chip_select = 0, > > > .mode = SPI_MODE_0, > > > + .irq = S3C_EINT(5), > ^^^^^^^^^^^^ > If there is no reason, using tab is better at the mark ^ Oops, yes tabs there, will re-send. > > > .controller_data = &wm0010_spi_csinfo, > > > .platform_data = &wm0010_crag_pdata, > > I can't find platform_data in my tree (just v3.5-rc3), there is another > patch? > > Now, just applying this patch is ok? Applying this patch should be fine. Thanks, Dimitris ^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ARM: S3C64XX: Add IRQ mapping for wm0010 on Cragganmore 2012-06-20 16:02 ` Dimitris Papastamos @ 2012-06-20 18:28 ` Kukjin Kim 0 siblings, 0 replies; 4+ messages in thread From: Kukjin Kim @ 2012-06-20 18:28 UTC (permalink / raw) To: linux-arm-kernel On 06/21/12 01:02, Dimitris Papastamos wrote: > On Wed, Jun 20, 2012 at 01:28:06PM +0900, Kukjin Kim wrote: >> Kukjin Kim wrote: >>> >>> Dimitris Papastamos wrote: >>>> >>>> Signed-off-by: Dimitris Papastamos<dp@opensource.wolfsonmicro.com> >>>> --- >>>> arch/arm/mach-s3c64xx/mach-crag6410-module.c | 1 + >>>> 1 file changed, 1 insertion(+) >>>> >>>> diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c >>> b/arch/arm/mach- >>>> s3c64xx/mach-crag6410-module.c >>>> index f347336..7c8ea3c 100644 >>>> --- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c >>>> +++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c >>>> @@ -47,6 +47,7 @@ static struct spi_board_info wm1253_devs[] = { >>>> .bus_num = 0, >>>> .chip_select = 0, >>>> .mode = SPI_MODE_0, >>>> + .irq = S3C_EINT(5), >> ^^^^^^^^^^^^ >> If there is no reason, using tab is better at the mark ^ > > Oops, yes tabs there, will re-send. > OK, you don't need to re-send :) >>>> .controller_data =&wm0010_spi_csinfo, >>>> .platform_data =&wm0010_crag_pdata, >> >> I can't find platform_data in my tree (just v3.5-rc3), there is another >> patch? >> >> Now, just applying this patch is ok? > > Applying this patch should be fine. > OK, will apply. 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] 4+ messages in thread
end of thread, other threads:[~2012-06-20 18:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1339775065-13211-1-git-send-email-dp@opensource.wolfsonmicro.com>
2012-06-19 8:50 ` [PATCH] ARM: S3C64XX: Add IRQ mapping for wm0010 on Cragganmore Kukjin Kim
2012-06-20 4:28 ` Kukjin Kim
2012-06-20 16:02 ` Dimitris Papastamos
2012-06-20 18:28 ` 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).