All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build
@ 2010-08-20 15:38 Mark Brown
  2010-08-20 15:39 ` [PATCH 2/2] ARM: S3C64XX: Prototype SPI devices Mark Brown
  2010-08-21  1:59 ` [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build Jassi Brar
  0 siblings, 2 replies; 12+ messages in thread
From: Mark Brown @ 2010-08-20 15:38 UTC (permalink / raw)
  To: linux-arm-kernel

The irqs.h usage here got missed in the Samsung platform reorganisation.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 arch/arm/mach-s3c64xx/dev-spi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-s3c64xx/dev-spi.c b/arch/arm/mach-s3c64xx/dev-spi.c
index a492b98..bfa3ef7 100644
--- a/arch/arm/mach-s3c64xx/dev-spi.c
+++ b/arch/arm/mach-s3c64xx/dev-spi.c
@@ -18,10 +18,10 @@
 #include <mach/map.h>
 #include <mach/gpio-bank-c.h>
 #include <mach/spi-clocks.h>
+#include <mach/irqs.h>
 
 #include <plat/s3c64xx-spi.h>
 #include <plat/gpio-cfg.h>
-#include <plat/irqs.h>
 
 static char *spi_src_clks[] = {
 	[S3C64XX_SPI_SRCCLK_PCLK] = "pclk",
-- 
1.7.1

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

* [PATCH 2/2] ARM: S3C64XX: Prototype SPI devices
  2010-08-20 15:38 [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build Mark Brown
@ 2010-08-20 15:39 ` Mark Brown
  2010-08-21  1:59 ` [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build Jassi Brar
  1 sibling, 0 replies; 12+ messages in thread
From: Mark Brown @ 2010-08-20 15:39 UTC (permalink / raw)
  To: linux-arm-kernel

Avoids build warnings due to the undeclared non-statics.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 arch/arm/mach-s3c64xx/dev-spi.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s3c64xx/dev-spi.c b/arch/arm/mach-s3c64xx/dev-spi.c
index bfa3ef7..405e621 100644
--- a/arch/arm/mach-s3c64xx/dev-spi.c
+++ b/arch/arm/mach-s3c64xx/dev-spi.c
@@ -22,6 +22,7 @@
 
 #include <plat/s3c64xx-spi.h>
 #include <plat/gpio-cfg.h>
+#include <plat/devs.h>
 
 static char *spi_src_clks[] = {
 	[S3C64XX_SPI_SRCCLK_PCLK] = "pclk",
-- 
1.7.1

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

* [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build
  2010-08-20 15:38 [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build Mark Brown
  2010-08-20 15:39 ` [PATCH 2/2] ARM: S3C64XX: Prototype SPI devices Mark Brown
@ 2010-08-21  1:59 ` Jassi Brar
  1 sibling, 0 replies; 12+ messages in thread
From: Jassi Brar @ 2010-08-21  1:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Aug 21, 2010 at 12:38 AM, Mark Brown
<broonie@opensource.wolfsonmicro.com> wrote:
> The irqs.h usage here got missed in the Samsung platform reorganisation.
>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
> ?arch/arm/mach-s3c64xx/dev-spi.c | ? ?2 +-
> ?1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-s3c64xx/dev-spi.c b/arch/arm/mach-s3c64xx/dev-spi.c
> index a492b98..bfa3ef7 100644
> --- a/arch/arm/mach-s3c64xx/dev-spi.c
> +++ b/arch/arm/mach-s3c64xx/dev-spi.c
> @@ -18,10 +18,10 @@
> ?#include <mach/map.h>
> ?#include <mach/gpio-bank-c.h>
> ?#include <mach/spi-clocks.h>
> +#include <mach/irqs.h>
>
> ?#include <plat/s3c64xx-spi.h>
> ?#include <plat/gpio-cfg.h>
> -#include <plat/irqs.h>
>
> ?static char *spi_src_clks[] = {
> ? ? ? ?[S3C64XX_SPI_SRCCLK_PCLK] = "pclk",

If it's not already in some tree,

Acked-by: Jassi Brar <jassisinghbrar@gmail.com>

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

* [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build
  2010-09-09 11:11       ` Kukjin Kim
@ 2010-09-09 11:34         ` Mark Brown
  0 siblings, 0 replies; 12+ messages in thread
From: Mark Brown @ 2010-09-09 11:34 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Sep 09, 2010 at 08:11:33PM +0900, Kukjin Kim wrote:
> Mark Brown wrote:

> > OK, I'll amend it.  I just cut'n'pasted from your ack mail IIRC.

> May I amend it when apply it into my tree?

That would seem sensible.  I'm talking about the copy I keep locally in
a queue to try to make sure things don't get dropped on the floor in
case maintainers are unresponsive.

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

* [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build
  2010-09-08 16:01     ` Mark Brown
  2010-09-09  1:17       ` Jassi Brar
@ 2010-09-09 11:11       ` Kukjin Kim
  2010-09-09 11:34         ` Mark Brown
  1 sibling, 1 reply; 12+ messages in thread
From: Kukjin Kim @ 2010-09-09 11:11 UTC (permalink / raw)
  To: linux-arm-kernel

Mark Brown wrote:
> 
> On Wed, Sep 08, 2010 at 11:17:51PM +0900, Jassi Brar wrote:
> 
> > I have to use personal id because I can't always reply from the official
one.
> > Otherwise, I'd prefer my work to be tagged with jassi.brar at samsung.com
> 
> OK, I'll amend it.  I just cut'n'pasted from your ack mail IIRC.

May I amend it when apply it into my tree?

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] 12+ messages in thread

* [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build
  2010-09-08 16:01     ` Mark Brown
@ 2010-09-09  1:17       ` Jassi Brar
  2010-09-09 11:11       ` Kukjin Kim
  1 sibling, 0 replies; 12+ messages in thread
From: Jassi Brar @ 2010-09-09  1:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Sep 9, 2010 at 1:01 AM, Mark Brown
<broonie@opensource.wolfsonmicro.com> wrote:
> On Wed, Sep 08, 2010 at 11:17:51PM +0900, Jassi Brar wrote:
>
>> I have to use personal id because I can't always reply from the official one.
>> Otherwise, I'd prefer my work to be tagged with jassi.brar at samsung.com
>
> OK, I'll amend it. ?I just cut'n'pasted from your ack mail IIRC.

Ya that was my mistake, sorry.

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

* [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build
  2010-09-08 14:17   ` Jassi Brar
@ 2010-09-08 16:01     ` Mark Brown
  2010-09-09  1:17       ` Jassi Brar
  2010-09-09 11:11       ` Kukjin Kim
  0 siblings, 2 replies; 12+ messages in thread
From: Mark Brown @ 2010-09-08 16:01 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Sep 08, 2010 at 11:17:51PM +0900, Jassi Brar wrote:

> I have to use personal id because I can't always reply from the official one.
> Otherwise, I'd prefer my work to be tagged with jassi.brar at samsung.com

OK, I'll amend it.  I just cut'n'pasted from your ack mail IIRC.

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

* [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build
  2010-09-08 11:52 ` Kukjin Kim
  2010-09-08 12:12   ` Mark Brown
@ 2010-09-08 14:17   ` Jassi Brar
  2010-09-08 16:01     ` Mark Brown
  1 sibling, 1 reply; 12+ messages in thread
From: Jassi Brar @ 2010-09-08 14:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Sep 8, 2010 at 8:52 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Mark Brown wrote:
>>
>> The irqs.h usage here got missed in the Samsung platform reorganisation.
>>
>> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
>> Acked-by: Jassi Brar <jassisinghbrar@gmail.com>
> Acked-by: Kukjin Kim <kgene.kim@samsung.com>
>
> Maybe Jassi wants to use 'jassi.brar at samsung.com' e-mail...but I'm not sure
> ;-)

Yes, that would be better.

I have to use personal id because I can't always reply from the official one.
Otherwise, I'd prefer my work to be tagged with jassi.brar at samsung.com

Thanks.

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

* [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build
  2010-09-08 12:12   ` Mark Brown
@ 2010-09-08 12:21     ` Kukjin Kim
  0 siblings, 0 replies; 12+ messages in thread
From: Kukjin Kim @ 2010-09-08 12:21 UTC (permalink / raw)
  To: linux-arm-kernel

Mark Brown wrote:
> 
> On Wed, Sep 08, 2010 at 08:52:48PM +0900, Kukjin Kim wrote:
> 
> > Anyway, this is ok to me...and how about mach-s5pc100/dev-spi.c?
> 
> I've not looked at S5PC100 since I don't have any boards with that.
> 
Ok..I will sort out others.

> > And I think, this should be gone to upstream via Ben's tree...
> 
> Yup, though the MAINTAINERS pattern matches you both.  I'm resending due
> to lack of any response from Ben.

mm...if he busy, I will/can do it :-)

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] 12+ messages in thread

* [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build
  2010-09-08 11:52 ` Kukjin Kim
@ 2010-09-08 12:12   ` Mark Brown
  2010-09-08 12:21     ` Kukjin Kim
  2010-09-08 14:17   ` Jassi Brar
  1 sibling, 1 reply; 12+ messages in thread
From: Mark Brown @ 2010-09-08 12:12 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Sep 08, 2010 at 08:52:48PM +0900, Kukjin Kim wrote:

> Anyway, this is ok to me...and how about mach-s5pc100/dev-spi.c?

I've not looked at S5PC100 since I don't have any boards with that.

> And I think, this should be gone to upstream via Ben's tree...

Yup, though the MAINTAINERS pattern matches you both.  I'm resending due
to lack of any response from Ben.

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

* [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build
  2010-09-08 10:25 Mark Brown
@ 2010-09-08 11:52 ` Kukjin Kim
  2010-09-08 12:12   ` Mark Brown
  2010-09-08 14:17   ` Jassi Brar
  0 siblings, 2 replies; 12+ messages in thread
From: Kukjin Kim @ 2010-09-08 11:52 UTC (permalink / raw)
  To: linux-arm-kernel

Mark Brown wrote:
> 
> The irqs.h usage here got missed in the Samsung platform reorganisation.
> 
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> Acked-by: Jassi Brar <jassisinghbrar@gmail.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>

Maybe Jassi wants to use 'jassi.brar at samsung.com' e-mail...but I'm not sure
;-)

Anyway, this is ok to me...and how about mach-s5pc100/dev-spi.c?
And I think, this should be gone to upstream via Ben's tree...

> ---
>  arch/arm/mach-s3c64xx/dev-spi.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-s3c64xx/dev-spi.c
b/arch/arm/mach-s3c64xx/dev-spi.c
> index a492b98..bfa3ef7 100644
> --- a/arch/arm/mach-s3c64xx/dev-spi.c
> +++ b/arch/arm/mach-s3c64xx/dev-spi.c
> @@ -18,10 +18,10 @@
>  #include <mach/map.h>
>  #include <mach/gpio-bank-c.h>
>  #include <mach/spi-clocks.h>
> +#include <mach/irqs.h>
> 
>  #include <plat/s3c64xx-spi.h>
>  #include <plat/gpio-cfg.h>
> -#include <plat/irqs.h>
> 
>  static char *spi_src_clks[] = {
>  	[S3C64XX_SPI_SRCCLK_PCLK] = "pclk",
> --


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] 12+ messages in thread

* [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build
@ 2010-09-08 10:25 Mark Brown
  2010-09-08 11:52 ` Kukjin Kim
  0 siblings, 1 reply; 12+ messages in thread
From: Mark Brown @ 2010-09-08 10:25 UTC (permalink / raw)
  To: linux-arm-kernel

The irqs.h usage here got missed in the Samsung platform reorganisation.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Jassi Brar <jassisinghbrar@gmail.com>
---
 arch/arm/mach-s3c64xx/dev-spi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-s3c64xx/dev-spi.c b/arch/arm/mach-s3c64xx/dev-spi.c
index a492b98..bfa3ef7 100644
--- a/arch/arm/mach-s3c64xx/dev-spi.c
+++ b/arch/arm/mach-s3c64xx/dev-spi.c
@@ -18,10 +18,10 @@
 #include <mach/map.h>
 #include <mach/gpio-bank-c.h>
 #include <mach/spi-clocks.h>
+#include <mach/irqs.h>
 
 #include <plat/s3c64xx-spi.h>
 #include <plat/gpio-cfg.h>
-#include <plat/irqs.h>
 
 static char *spi_src_clks[] = {
 	[S3C64XX_SPI_SRCCLK_PCLK] = "pclk",
-- 
1.7.1

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

end of thread, other threads:[~2010-09-09 11:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-20 15:38 [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build Mark Brown
2010-08-20 15:39 ` [PATCH 2/2] ARM: S3C64XX: Prototype SPI devices Mark Brown
2010-08-21  1:59 ` [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build Jassi Brar
2010-09-08 10:25 Mark Brown
2010-09-08 11:52 ` Kukjin Kim
2010-09-08 12:12   ` Mark Brown
2010-09-08 12:21     ` Kukjin Kim
2010-09-08 14:17   ` Jassi Brar
2010-09-08 16:01     ` Mark Brown
2010-09-09  1:17       ` Jassi Brar
2010-09-09 11:11       ` Kukjin Kim
2010-09-09 11:34         ` Mark Brown

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.