All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c: meson: allow build with COMPILE_TEST
@ 2016-07-05 18:19 ` Ben Dooks
  0 siblings, 0 replies; 14+ messages in thread
From: Ben Dooks @ 2016-07-05 18:19 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ben Dooks, Ben Dooks, linux-amlogic, Wolfram Sang, linux-i2c

From: Ben Dooks <ben-linux@fluff.org>

This driver could be included in COMPILE_TEST so allow it to be
compiled when COMPILE_TEST is selected.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
---
Cc: linux-amlogic@lists.infradead.org
Cc: Wolfram Sang <wsa@the-dreams.de>
Cc: linux-i2c@vger.kernel.org
---
 drivers/i2c/busses/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index efa3d9b..1a6f2de 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -637,7 +637,7 @@ config I2C_LPC2K
 
 config I2C_MESON
 	tristate "Amlogic Meson I2C controller"
-	depends on ARCH_MESON
+	depends on ARCH_MESON || COMPILE_TEST
 	help
 	  If you say yes to this option, support will be included for the
 	  I2C interface on the Amlogic Meson family of SoCs.
-- 
2.8.1

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

* [PATCH] i2c: meson: allow build with COMPILE_TEST
@ 2016-07-05 18:19 ` Ben Dooks
  0 siblings, 0 replies; 14+ messages in thread
From: Ben Dooks @ 2016-07-05 18:19 UTC (permalink / raw)
  To: linus-amlogic

From: Ben Dooks <ben-linux@fluff.org>

This driver could be included in COMPILE_TEST so allow it to be
compiled when COMPILE_TEST is selected.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
---
Cc: linux-amlogic at lists.infradead.org
Cc: Wolfram Sang <wsa@the-dreams.de>
Cc: linux-i2c at vger.kernel.org
---
 drivers/i2c/busses/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index efa3d9b..1a6f2de 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -637,7 +637,7 @@ config I2C_LPC2K
 
 config I2C_MESON
 	tristate "Amlogic Meson I2C controller"
-	depends on ARCH_MESON
+	depends on ARCH_MESON || COMPILE_TEST
 	help
 	  If you say yes to this option, support will be included for the
 	  I2C interface on the Amlogic Meson family of SoCs.
-- 
2.8.1

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

* [PATCHv2] i2c: meson: allow build with COMPILE_TEST
  2016-07-05 18:19 ` Ben Dooks
@ 2016-07-05 18:24   ` Ben Dooks
  -1 siblings, 0 replies; 14+ messages in thread
From: Ben Dooks @ 2016-07-05 18:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ben Dooks, Ben Dooks, linux-amlogic, Wolfram Sang, linux-i2c

From: Ben Dooks <ben-linux@fluff.org>

This driver could be included in COMPILE_TEST so allow it to be
compiled when COMPILE_TEST is selected.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
---
Cc: linux-amlogic@lists.infradead.org
Cc: Wolfram Sang <wsa@the-dreams.de>
Cc: linux-i2c@vger.kernel.org
---
 drivers/i2c/busses/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index efa3d9b..1a6f2de 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -637,7 +637,7 @@ config I2C_LPC2K
 
 config I2C_MESON
 	tristate "Amlogic Meson I2C controller"
-	depends on ARCH_MESON
+	depends on ARCH_MESON || COMPILE_TEST
 	help
 	  If you say yes to this option, support will be included for the
 	  I2C interface on the Amlogic Meson family of SoCs.
-- 
2.8.1

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

* [PATCHv2] i2c: meson: allow build with COMPILE_TEST
@ 2016-07-05 18:24   ` Ben Dooks
  0 siblings, 0 replies; 14+ messages in thread
From: Ben Dooks @ 2016-07-05 18:24 UTC (permalink / raw)
  To: linus-amlogic

From: Ben Dooks <ben-linux@fluff.org>

This driver could be included in COMPILE_TEST so allow it to be
compiled when COMPILE_TEST is selected.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
---
Cc: linux-amlogic at lists.infradead.org
Cc: Wolfram Sang <wsa@the-dreams.de>
Cc: linux-i2c at vger.kernel.org
---
 drivers/i2c/busses/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index efa3d9b..1a6f2de 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -637,7 +637,7 @@ config I2C_LPC2K
 
 config I2C_MESON
 	tristate "Amlogic Meson I2C controller"
-	depends on ARCH_MESON
+	depends on ARCH_MESON || COMPILE_TEST
 	help
 	  If you say yes to this option, support will be included for the
 	  I2C interface on the Amlogic Meson family of SoCs.
-- 
2.8.1

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

* Re: [PATCH] i2c: meson: allow build with COMPILE_TEST
  2016-07-05 18:19 ` Ben Dooks
@ 2016-07-05 18:24   ` Ben Dooks
  -1 siblings, 0 replies; 14+ messages in thread
From: Ben Dooks @ 2016-07-05 18:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ben Dooks, linux-amlogic, Wolfram Sang, linux-i2c

On 05/07/16 19:19, Ben Dooks wrote:
> From: Ben Dooks <ben-linux@fluff.org>
> 

OOPS, forgot to add the person signed-off-by: so have re-sent

-- 
Ben Dooks				http://www.codethink.co.uk/
Senior Engineer				Codethink - Providing Genius

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

* [PATCH] i2c: meson: allow build with COMPILE_TEST
@ 2016-07-05 18:24   ` Ben Dooks
  0 siblings, 0 replies; 14+ messages in thread
From: Ben Dooks @ 2016-07-05 18:24 UTC (permalink / raw)
  To: linus-amlogic

On 05/07/16 19:19, Ben Dooks wrote:
> From: Ben Dooks <ben-linux@fluff.org>
> 

OOPS, forgot to add the person signed-off-by: so have re-sent

-- 
Ben Dooks				http://www.codethink.co.uk/
Senior Engineer				Codethink - Providing Genius

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

* Re: [PATCHv2] i2c: meson: allow build with COMPILE_TEST
  2016-07-05 18:24   ` Ben Dooks
@ 2016-07-06  0:09     ` Wolfram Sang
  -1 siblings, 0 replies; 14+ messages in thread
From: Wolfram Sang @ 2016-07-06  0:09 UTC (permalink / raw)
  To: Ben Dooks; +Cc: linux-kernel, Ben Dooks, linux-amlogic, linux-i2c

[-- Attachment #1: Type: text/plain, Size: 354 bytes --]

On Tue, Jul 05, 2016 at 07:24:03PM +0100, Ben Dooks wrote:
> From: Ben Dooks <ben-linux@fluff.org>
> 
> This driver could be included in COMPILE_TEST so allow it to be
> compiled when COMPILE_TEST is selected.
> 
> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>

Two signed-offs by you?


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* [PATCHv2] i2c: meson: allow build with COMPILE_TEST
@ 2016-07-06  0:09     ` Wolfram Sang
  0 siblings, 0 replies; 14+ messages in thread
From: Wolfram Sang @ 2016-07-06  0:09 UTC (permalink / raw)
  To: linus-amlogic

On Tue, Jul 05, 2016 at 07:24:03PM +0100, Ben Dooks wrote:
> From: Ben Dooks <ben-linux@fluff.org>
> 
> This driver could be included in COMPILE_TEST so allow it to be
> compiled when COMPILE_TEST is selected.
> 
> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>

Two signed-offs by you?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-amlogic/attachments/20160706/460dc217/attachment.sig>

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

* Re: [PATCHv2] i2c: meson: allow build with COMPILE_TEST
  2016-07-06  0:09     ` Wolfram Sang
@ 2016-07-06  7:33       ` Ben Dooks
  -1 siblings, 0 replies; 14+ messages in thread
From: Ben Dooks @ 2016-07-06  7:33 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-kernel, Ben Dooks, linux-amlogic, linux-i2c

On 06/07/16 01:09, Wolfram Sang wrote:
> On Tue, Jul 05, 2016 at 07:24:03PM +0100, Ben Dooks wrote:
>> From: Ben Dooks <ben-linux@fluff.org>
>>
>> This driver could be included in COMPILE_TEST so allow it to be
>> compiled when COMPILE_TEST is selected.
>>
>> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
>> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
> 
> Two signed-offs by you?

two different emails, got a patch written at home left in my work
tree so used both emails.

-- 
Ben Dooks				http://www.codethink.co.uk/
Senior Engineer				Codethink - Providing Genius

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

* [PATCHv2] i2c: meson: allow build with COMPILE_TEST
@ 2016-07-06  7:33       ` Ben Dooks
  0 siblings, 0 replies; 14+ messages in thread
From: Ben Dooks @ 2016-07-06  7:33 UTC (permalink / raw)
  To: linus-amlogic

On 06/07/16 01:09, Wolfram Sang wrote:
> On Tue, Jul 05, 2016 at 07:24:03PM +0100, Ben Dooks wrote:
>> From: Ben Dooks <ben-linux@fluff.org>
>>
>> This driver could be included in COMPILE_TEST so allow it to be
>> compiled when COMPILE_TEST is selected.
>>
>> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
>> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
> 
> Two signed-offs by you?

two different emails, got a patch written at home left in my work
tree so used both emails.

-- 
Ben Dooks				http://www.codethink.co.uk/
Senior Engineer				Codethink - Providing Genius

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

* Re: [PATCHv2] i2c: meson: allow build with COMPILE_TEST
  2016-07-06  7:33       ` Ben Dooks
@ 2016-07-06  8:13         ` Wolfram Sang
  -1 siblings, 0 replies; 14+ messages in thread
From: Wolfram Sang @ 2016-07-06  8:13 UTC (permalink / raw)
  To: Ben Dooks; +Cc: linux-kernel, Ben Dooks, linux-amlogic, linux-i2c

[-- Attachment #1: Type: text/plain, Size: 345 bytes --]


> >> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
> >> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
> > 
> > Two signed-offs by you?
> 
> two different emails, got a patch written at home left in my work
> tree so used both emails.

Please pick one so we know what you think if copyright belongs to you or
your employer.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* [PATCHv2] i2c: meson: allow build with COMPILE_TEST
@ 2016-07-06  8:13         ` Wolfram Sang
  0 siblings, 0 replies; 14+ messages in thread
From: Wolfram Sang @ 2016-07-06  8:13 UTC (permalink / raw)
  To: linus-amlogic


> >> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
> >> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
> > 
> > Two signed-offs by you?
> 
> two different emails, got a patch written at home left in my work
> tree so used both emails.

Please pick one so we know what you think if copyright belongs to you or
your employer.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-amlogic/attachments/20160706/23c00219/attachment.sig>

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

* Re: [PATCHv2] i2c: meson: allow build with COMPILE_TEST
  2016-07-06  8:13         ` Wolfram Sang
@ 2016-07-06 20:12           ` Ben Dooks
  -1 siblings, 0 replies; 14+ messages in thread
From: Ben Dooks @ 2016-07-06 20:12 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: Ben Dooks, linux-kernel, Ben Dooks, linux-amlogic, linux-i2c

On Wed, Jul 06, 2016 at 05:13:41PM +0900, Wolfram Sang wrote:
> 
> > >> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
> > >> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
> > > 
> > > Two signed-offs by you?
> > 
> > two different emails, got a patch written at home left in my work
> > tree so used both emails.
> 
> Please pick one so we know what you think if copyright belongs to you or
> your employer.

I thought I was being correct by having the From: matching the first
SoB, and the second being from the account I was sending it from

I will re-send from my personal laptop.

-- 
Ben Dooks, ben@fluff.org, http://www.fluff.org/ben/

Large Hadron Colada: A large Pina Colada that makes the universe disappear.

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

* [PATCHv2] i2c: meson: allow build with COMPILE_TEST
@ 2016-07-06 20:12           ` Ben Dooks
  0 siblings, 0 replies; 14+ messages in thread
From: Ben Dooks @ 2016-07-06 20:12 UTC (permalink / raw)
  To: linus-amlogic

On Wed, Jul 06, 2016 at 05:13:41PM +0900, Wolfram Sang wrote:
> 
> > >> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
> > >> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
> > > 
> > > Two signed-offs by you?
> > 
> > two different emails, got a patch written at home left in my work
> > tree so used both emails.
> 
> Please pick one so we know what you think if copyright belongs to you or
> your employer.

I thought I was being correct by having the From: matching the first
SoB, and the second being from the account I was sending it from

I will re-send from my personal laptop.

-- 
Ben Dooks, ben at fluff.org, http://www.fluff.org/ben/

Large Hadron Colada: A large Pina Colada that makes the universe disappear.

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

end of thread, other threads:[~2016-07-06 20:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-05 18:19 [PATCH] i2c: meson: allow build with COMPILE_TEST Ben Dooks
2016-07-05 18:19 ` Ben Dooks
2016-07-05 18:24 ` [PATCHv2] " Ben Dooks
2016-07-05 18:24   ` Ben Dooks
2016-07-06  0:09   ` Wolfram Sang
2016-07-06  0:09     ` Wolfram Sang
2016-07-06  7:33     ` Ben Dooks
2016-07-06  7:33       ` Ben Dooks
2016-07-06  8:13       ` Wolfram Sang
2016-07-06  8:13         ` Wolfram Sang
2016-07-06 20:12         ` Ben Dooks
2016-07-06 20:12           ` Ben Dooks
2016-07-05 18:24 ` [PATCH] " Ben Dooks
2016-07-05 18:24   ` Ben Dooks

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.