All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/5] fixes and DT support based on Nikolaus TWI driver
@ 2012-08-21 14:29 ` ludovic.desroches at atmel.com
  0 siblings, 0 replies; 28+ messages in thread
From: ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w @ 2012-08-21 14:29 UTC (permalink / raw)
  To: n.voss-+umVssTZoCsb1SvskN2V4Q, linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w,
	plagnioj-sclMFOaUSTBWk0Htik3J/w, Ludovic Desroches

From: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>

Hi Nikolaus,

First of all, thanks for the work you have done on i2c-at91 driver and sorry
to have been so long to answer you.

This set of patches is based on:
http://article.gmane.org/gmane.linux.kernel/1285193/match=patch+v10+0+4+at91+replace+broken+twi+driver+i2c+c

On my side, I don't see any issue with this new driver. I am not an I2C guru
but it works with all the I2C devices I have and your patches have already
been reviewed and tested. I'll continue to test it with other I2C devices and
on several chips.

So the goal of this set of patches is to get feedback on the fix I added, on
the DT support and to resurect your set of patches.

Regards

Ludovic

Ludovic Desroches (5):
  i2c: at91: add new fixes for some TWI ip versions
  i2c: at91: add dt support to i2c-at91
  ARM: at91: add clocks for i2c DT entries
  ARM: dts: add twi nodes for atmel SOCs
  ARM: dts: add twi nodes for atmel boards

 .../devicetree/bindings/i2c/atmel-i2c.txt          | 29 +++++++++
 arch/arm/boot/dts/at91sam9260.dtsi                 | 23 +++----
 arch/arm/boot/dts/at91sam9263.dtsi                 | 23 +++----
 arch/arm/boot/dts/at91sam9263ek.dts                | 20 +++---
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi        | 28 ++++-----
 arch/arm/boot/dts/at91sam9g25ek.dts                | 12 ++++
 arch/arm/boot/dts/at91sam9g45.dtsi                 | 33 ++++++----
 arch/arm/boot/dts/at91sam9m10g45ek.dts             | 14 +++++
 arch/arm/boot/dts/at91sam9n12.dtsi                 | 33 ++++++----
 arch/arm/boot/dts/at91sam9n12ek.dts                |  8 +++
 arch/arm/boot/dts/at91sam9x5.dtsi                  | 69 +++++++++------------
 arch/arm/mach-at91/at91rm9200_devices.c            |  9 ---
 arch/arm/mach-at91/at91sam9260.c                   |  1 +
 arch/arm/mach-at91/at91sam9263.c                   |  1 +
 arch/arm/mach-at91/at91sam9g45.c                   |  2 +
 arch/arm/mach-at91/at91sam9n12.c                   |  2 +
 arch/arm/mach-at91/at91sam9x5.c                    |  3 +
 drivers/i2c/busses/i2c-at91.c                      | 71 ++++++++++++++++------
 18 files changed, 239 insertions(+), 142 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/i2c/atmel-i2c.txt

-- 
1.7.11.3

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

end of thread, other threads:[~2012-08-22 12:32 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21 14:29 [RFC PATCH 0/5] fixes and DT support based on Nikolaus TWI driver ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w
2012-08-21 14:29 ` ludovic.desroches at atmel.com
     [not found] ` <1345559345-13988-1-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2012-08-21 14:29   ` [PATCH 1/5] i2c: at91: add new fixes for some TWI ip versions ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w
2012-08-21 14:29     ` ludovic.desroches at atmel.com
     [not found]     ` <1345559345-13988-2-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2012-08-21 16:04       ` Nicolas Ferre
2012-08-21 16:04         ` Nicolas Ferre
2012-08-22  6:55     ` Voss, Nikolaus
2012-08-22  6:55       ` Voss, Nikolaus
2012-08-22 12:32     ` Jean-Christophe PLAGNIOL-VILLARD
2012-08-22 12:32       ` Jean-Christophe PLAGNIOL-VILLARD
2012-08-21 14:29   ` [PATCH 2/5] i2c: at91: add dt support to i2c-at91 ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w
2012-08-21 14:29     ` ludovic.desroches at atmel.com
     [not found]     ` <1345559345-13988-3-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2012-08-21 16:08       ` Nicolas Ferre
2012-08-21 16:08         ` Nicolas Ferre
2012-08-21 14:29   ` [PATCH 3/5] ARM: at91: add clocks for i2c DT entries ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w
2012-08-21 14:29     ` ludovic.desroches at atmel.com
     [not found]     ` <1345559345-13988-4-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2012-08-21 16:08       ` Nicolas Ferre
2012-08-21 16:08         ` Nicolas Ferre
2012-08-21 14:29   ` [PATCH 4/5] ARM: dts: add twi nodes for atmel SOCs ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w
2012-08-21 14:29     ` ludovic.desroches at atmel.com
     [not found]     ` <1345559345-13988-5-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2012-08-21 14:30       ` ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w
2012-08-21 14:30         ` ludovic.desroches at atmel.com
2012-08-21 16:10       ` Nicolas Ferre
2012-08-21 16:10         ` Nicolas Ferre
2012-08-21 14:32   ` [PATCH 5/5] ARM: dts: add twi nodes for atmel boards ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w
2012-08-21 14:32     ` ludovic.desroches at atmel.com
     [not found]     ` <1345559520-14074-1-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2012-08-21 16:13       ` Nicolas Ferre
2012-08-21 16:13         ` Nicolas Ferre

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.