* [PATCH] at91: dt: i2c: add a new compatibility string for the at91sam9261
@ 2014-01-15 10:24 ` Jean-Jacques Hiblot
0 siblings, 0 replies; 10+ messages in thread
From: Jean-Jacques Hiblot @ 2014-01-15 10:24 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
---
drivers/i2c/busses/i2c-at91.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c/busses/i2c-at91.c
index 8edba9d..843d012 100644
--- a/drivers/i2c/busses/i2c-at91.c
+++ b/drivers/i2c/busses/i2c-at91.c
@@ -589,6 +589,9 @@ static const struct of_device_id atmel_twi_dt_ids[] = {
.compatible = "atmel,at91sam9260-i2c",
.data = &at91sam9260_config,
} , {
+ .compatible = "atmel,at91sam9261-i2c",
+ .data = &at91sam9261_config,
+ } , {
.compatible = "atmel,at91sam9g20-i2c",
.data = &at91sam9g20_config,
} , {
--
1.8.5.2
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH] at91: dt: i2c: add a new compatibility string for the at91sam9261
@ 2014-01-15 10:24 ` Jean-Jacques Hiblot
0 siblings, 0 replies; 10+ messages in thread
From: Jean-Jacques Hiblot @ 2014-01-15 10:24 UTC (permalink / raw)
To: nicolas.ferre, b.brezillon
Cc: linux-arm-kernel, linux-kernel, Jean-Jacques Hiblot
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
---
drivers/i2c/busses/i2c-at91.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c/busses/i2c-at91.c
index 8edba9d..843d012 100644
--- a/drivers/i2c/busses/i2c-at91.c
+++ b/drivers/i2c/busses/i2c-at91.c
@@ -589,6 +589,9 @@ static const struct of_device_id atmel_twi_dt_ids[] = {
.compatible = "atmel,at91sam9260-i2c",
.data = &at91sam9260_config,
} , {
+ .compatible = "atmel,at91sam9261-i2c",
+ .data = &at91sam9261_config,
+ } , {
.compatible = "atmel,at91sam9g20-i2c",
.data = &at91sam9g20_config,
} , {
--
1.8.5.2
^ permalink raw reply related [flat|nested] 10+ messages in thread[parent not found: <1389781467-29626-1-git-send-email-jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org>]
* Re: [PATCH] at91: dt: i2c: add a new compatibility string for the at91sam9261
2014-01-15 10:24 ` Jean-Jacques Hiblot
(?)
@ 2014-01-15 10:59 ` Nicolas Ferre
-1 siblings, 0 replies; 10+ messages in thread
From: Nicolas Ferre @ 2014-01-15 10:59 UTC (permalink / raw)
To: Jean-Jacques Hiblot, Wolfram Sang
Cc: b.brezillon-ZNYIgs0QAGpBDgjK7y7TUQ,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
'linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org'
On 15/01/2014 11:24, Jean-Jacques Hiblot :
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org>
Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
Thanks Jean-Jacques.
Side note: do not forget i2c maintainer and ml.
> ---
> drivers/i2c/busses/i2c-at91.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c/busses/i2c-at91.c
> index 8edba9d..843d012 100644
> --- a/drivers/i2c/busses/i2c-at91.c
> +++ b/drivers/i2c/busses/i2c-at91.c
> @@ -589,6 +589,9 @@ static const struct of_device_id atmel_twi_dt_ids[] = {
> .compatible = "atmel,at91sam9260-i2c",
> .data = &at91sam9260_config,
> } , {
> + .compatible = "atmel,at91sam9261-i2c",
> + .data = &at91sam9261_config,
> + } , {
> .compatible = "atmel,at91sam9g20-i2c",
> .data = &at91sam9g20_config,
> } , {
>
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [PATCH] at91: dt: i2c: add a new compatibility string for the at91sam9261
@ 2014-01-15 10:59 ` Nicolas Ferre
0 siblings, 0 replies; 10+ messages in thread
From: Nicolas Ferre @ 2014-01-15 10:59 UTC (permalink / raw)
To: Jean-Jacques Hiblot, Wolfram Sang
Cc: b.brezillon, linux-arm-kernel, linux-kernel,
'linux-i2c@vger.kernel.org'
On 15/01/2014 11:24, Jean-Jacques Hiblot :
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Thanks Jean-Jacques.
Side note: do not forget i2c maintainer and ml.
> ---
> drivers/i2c/busses/i2c-at91.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c/busses/i2c-at91.c
> index 8edba9d..843d012 100644
> --- a/drivers/i2c/busses/i2c-at91.c
> +++ b/drivers/i2c/busses/i2c-at91.c
> @@ -589,6 +589,9 @@ static const struct of_device_id atmel_twi_dt_ids[] = {
> .compatible = "atmel,at91sam9260-i2c",
> .data = &at91sam9260_config,
> } , {
> + .compatible = "atmel,at91sam9261-i2c",
> + .data = &at91sam9261_config,
> + } , {
> .compatible = "atmel,at91sam9g20-i2c",
> .data = &at91sam9g20_config,
> } , {
>
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 10+ messages in thread* [PATCH] at91: dt: i2c: add a new compatibility string for the at91sam9261
@ 2014-01-15 10:59 ` Nicolas Ferre
0 siblings, 0 replies; 10+ messages in thread
From: Nicolas Ferre @ 2014-01-15 10:59 UTC (permalink / raw)
To: linux-arm-kernel
On 15/01/2014 11:24, Jean-Jacques Hiblot :
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Thanks Jean-Jacques.
Side note: do not forget i2c maintainer and ml.
> ---
> drivers/i2c/busses/i2c-at91.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c/busses/i2c-at91.c
> index 8edba9d..843d012 100644
> --- a/drivers/i2c/busses/i2c-at91.c
> +++ b/drivers/i2c/busses/i2c-at91.c
> @@ -589,6 +589,9 @@ static const struct of_device_id atmel_twi_dt_ids[] = {
> .compatible = "atmel,at91sam9260-i2c",
> .data = &at91sam9260_config,
> } , {
> + .compatible = "atmel,at91sam9261-i2c",
> + .data = &at91sam9261_config,
> + } , {
> .compatible = "atmel,at91sam9g20-i2c",
> .data = &at91sam9g20_config,
> } , {
>
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 10+ messages in thread[parent not found: <52D66A0C.4090509-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH] at91: dt: i2c: add a new compatibility string for the at91sam9261
2014-01-15 10:59 ` Nicolas Ferre
(?)
@ 2014-01-15 11:20 ` Wolfram Sang
-1 siblings, 0 replies; 10+ messages in thread
From: Wolfram Sang @ 2014-01-15 11:20 UTC (permalink / raw)
To: Nicolas Ferre
Cc: Jean-Jacques Hiblot, b.brezillon-ZNYIgs0QAGpBDgjK7y7TUQ,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
'linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org'
[-- Attachment #1: Type: text/plain, Size: 428 bytes --]
On Wed, Jan 15, 2014 at 11:59:24AM +0100, Nicolas Ferre wrote:
> On 15/01/2014 11:24, Jean-Jacques Hiblot :
> > Signed-off-by: Jean-Jacques Hiblot <jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org>
>
> Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
>
> Thanks Jean-Jacques.
>
> Side note: do not forget i2c maintainer and ml.
Yes, I don't have the original patch, needs resend.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] at91: dt: i2c: add a new compatibility string for the at91sam9261
@ 2014-01-15 11:20 ` Wolfram Sang
0 siblings, 0 replies; 10+ messages in thread
From: Wolfram Sang @ 2014-01-15 11:20 UTC (permalink / raw)
To: Nicolas Ferre
Cc: Jean-Jacques Hiblot, b.brezillon, linux-arm-kernel, linux-kernel,
'linux-i2c@vger.kernel.org'
[-- Attachment #1: Type: text/plain, Size: 374 bytes --]
On Wed, Jan 15, 2014 at 11:59:24AM +0100, Nicolas Ferre wrote:
> On 15/01/2014 11:24, Jean-Jacques Hiblot :
> > Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
>
> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>
> Thanks Jean-Jacques.
>
> Side note: do not forget i2c maintainer and ml.
Yes, I don't have the original patch, needs resend.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH] at91: dt: i2c: add a new compatibility string for the at91sam9261
@ 2014-01-15 11:20 ` Wolfram Sang
0 siblings, 0 replies; 10+ messages in thread
From: Wolfram Sang @ 2014-01-15 11:20 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Jan 15, 2014 at 11:59:24AM +0100, Nicolas Ferre wrote:
> On 15/01/2014 11:24, Jean-Jacques Hiblot :
> > Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
>
> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>
> Thanks Jean-Jacques.
>
> Side note: do not forget i2c maintainer and ml.
Yes, I don't have the original patch, needs resend.
-------------- 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/20140115/a3375a31/attachment.sig>
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH] at91: dt: i2c: add a new compatibility string for the at91sam9261
2014-01-15 10:24 ` Jean-Jacques Hiblot
@ 2014-01-15 11:09 ` Ludovic Desroches
-1 siblings, 0 replies; 10+ messages in thread
From: Ludovic Desroches @ 2014-01-15 11:09 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Jan 15, 2014 at 11:24:27AM +0100, Jean-Jacques Hiblot wrote:
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Thanks
> ---
> drivers/i2c/busses/i2c-at91.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c/busses/i2c-at91.c
> index 8edba9d..843d012 100644
> --- a/drivers/i2c/busses/i2c-at91.c
> +++ b/drivers/i2c/busses/i2c-at91.c
> @@ -589,6 +589,9 @@ static const struct of_device_id atmel_twi_dt_ids[] = {
> .compatible = "atmel,at91sam9260-i2c",
> .data = &at91sam9260_config,
> } , {
> + .compatible = "atmel,at91sam9261-i2c",
> + .data = &at91sam9261_config,
> + } , {
> .compatible = "atmel,at91sam9g20-i2c",
> .data = &at91sam9g20_config,
> } , {
> --
> 1.8.5.2
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [PATCH] at91: dt: i2c: add a new compatibility string for the at91sam9261
@ 2014-01-15 11:09 ` Ludovic Desroches
0 siblings, 0 replies; 10+ messages in thread
From: Ludovic Desroches @ 2014-01-15 11:09 UTC (permalink / raw)
To: Jean-Jacques Hiblot
Cc: nicolas.ferre, b.brezillon, linux-kernel, linux-arm-kernel,
Ludovic Desroches
On Wed, Jan 15, 2014 at 11:24:27AM +0100, Jean-Jacques Hiblot wrote:
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Thanks
> ---
> drivers/i2c/busses/i2c-at91.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c/busses/i2c-at91.c
> index 8edba9d..843d012 100644
> --- a/drivers/i2c/busses/i2c-at91.c
> +++ b/drivers/i2c/busses/i2c-at91.c
> @@ -589,6 +589,9 @@ static const struct of_device_id atmel_twi_dt_ids[] = {
> .compatible = "atmel,at91sam9260-i2c",
> .data = &at91sam9260_config,
> } , {
> + .compatible = "atmel,at91sam9261-i2c",
> + .data = &at91sam9261_config,
> + } , {
> .compatible = "atmel,at91sam9g20-i2c",
> .data = &at91sam9g20_config,
> } , {
> --
> 1.8.5.2
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2014-01-15 11:21 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 10:24 [PATCH] at91: dt: i2c: add a new compatibility string for the at91sam9261 Jean-Jacques Hiblot
2014-01-15 10:24 ` Jean-Jacques Hiblot
[not found] ` <1389781467-29626-1-git-send-email-jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org>
2014-01-15 10:59 ` Nicolas Ferre
2014-01-15 10:59 ` Nicolas Ferre
2014-01-15 10:59 ` Nicolas Ferre
[not found] ` <52D66A0C.4090509-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2014-01-15 11:20 ` Wolfram Sang
2014-01-15 11:20 ` Wolfram Sang
2014-01-15 11:20 ` Wolfram Sang
2014-01-15 11:09 ` Ludovic Desroches
2014-01-15 11:09 ` Ludovic Desroches
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.