From: nicolas.ferre@atmel•com (Nicolas Ferre)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH 0/8] i2c: at91: cleanup and dt support
Date: Mon, 3 Sep 2012 09:55:05 +0200 [thread overview]
Message-ID: <50446259.8020504@atmel.com> (raw)
In-Reply-To: <1346404884-18451-1-git-send-email-ludovic.desroches@atmel.com>
On 08/31/2012 11:21 AM, ludovic.desroches at atmel.com :
> From: Ludovic Desroches <ludovic.desroches@atmel•com>
>
> Hi,
>
> This set of patches is based on Nikolaus at91_i2c driver.
>
> Ludovic Desroches (8):
> i2c: at91: use managed resources
> i2c: at91: add warning about transmission issues for some devices
> i2c: at91: use an id table for SoC dependent parameters
> ARM: at91: do not configure at91sam9g10 twi pio as open-drain
> 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
For the whole patch series (with Jean-Christophe remarks about *dts
modifications*):
Acked-by: Nicolas Ferre <nicolas.ferre@atmel•com>
> .../devicetree/bindings/i2c/atmel-i2c.txt | 30 +++
> 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/at91sam9g20.dtsi | 4 +
> 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 | 8 +
> 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.c | 2 +-
> arch/arm/mach-at91/at91rm9200_devices.c | 11 +-
> arch/arm/mach-at91/at91sam9260.c | 4 +-
> arch/arm/mach-at91/at91sam9260_devices.c | 8 +-
> arch/arm/mach-at91/at91sam9261.c | 3 +-
> arch/arm/mach-at91/at91sam9261_devices.c | 31 ++-
> arch/arm/mach-at91/at91sam9263.c | 3 +-
> arch/arm/mach-at91/at91sam9263_devices.c | 2 +-
> arch/arm/mach-at91/at91sam9g45.c | 6 +-
> arch/arm/mach-at91/at91sam9g45_devices.c | 4 +-
> arch/arm/mach-at91/at91sam9n12.c | 2 +
> arch/arm/mach-at91/at91sam9rl.c | 4 +-
> arch/arm/mach-at91/at91sam9rl_devices.c | 2 +-
> arch/arm/mach-at91/at91sam9x5.c | 6 +-
> drivers/i2c/busses/Kconfig | 6 +
> drivers/i2c/busses/i2c-at91.c | 217 +++++++++++++--------
> 28 files changed, 367 insertions(+), 235 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/i2c/atmel-i2c.txt
>
--
Nicolas Ferre
prev parent reply other threads:[~2012-09-03 7:55 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-31 9:21 [PATCH 0/8] i2c: at91: cleanup and dt support ludovic.desroches at atmel.com
2012-08-31 9:21 ` [PATCH 1/8] i2c: at91: use managed resources ludovic.desroches at atmel.com
2012-09-03 5:52 ` Voss, Nikolaus
2012-08-31 9:21 ` [PATCH 2/8] i2c: at91: add warning about transmission issues for some devices ludovic.desroches at atmel.com
2012-09-03 5:54 ` Voss, Nikolaus
2012-08-31 9:21 ` [PATCH 3/8] i2c: at91: use an id table for SoC dependent parameters ludovic.desroches at atmel.com
2012-08-31 14:29 ` Jean-Christophe PLAGNIOL-VILLARD
2012-08-31 14:51 ` Nicolas Ferre
2012-08-31 20:47 ` Sylwester Nawrocki
2012-09-01 9:10 ` Jean-Christophe PLAGNIOL-VILLARD
2012-09-02 17:21 ` Sylwester Nawrocki
2012-09-06 4:54 ` Warner Losh
2012-09-03 6:16 ` Voss, Nikolaus
2012-09-03 7:24 ` ludovic.desroches
2012-09-03 7:51 ` Nicolas Ferre
2012-09-03 5:55 ` Voss, Nikolaus
2012-08-31 9:21 ` [PATCH 4/8] ARM: at91: do not configure at91sam9g10 twi pio as open-drain ludovic.desroches at atmel.com
2012-09-03 5:57 ` Voss, Nikolaus
2012-08-31 9:23 ` ludovic.desroches at atmel.com
2012-08-31 9:23 ` [PATCH 5/8] i2c: at91: add dt support to i2c-at91 ludovic.desroches at atmel.com
2012-09-03 5:58 ` Voss, Nikolaus
2012-08-31 9:24 ` [PATCH 6/8] ARM: at91: add clocks for I2C DT entries ludovic.desroches at atmel.com
2012-09-03 5:58 ` Voss, Nikolaus
2012-08-31 9:24 ` [PATCH 7/8] ARM: dts: add twi nodes for atmel SOCs ludovic.desroches at atmel.com
2012-08-31 14:41 ` Jean-Christophe PLAGNIOL-VILLARD
2012-08-31 14:46 ` ludovic.desroches
2012-08-31 14:56 ` Nicolas Ferre
2012-08-31 9:24 ` [PATCH 8/8] ARM: dts: add twi nodes for atmel boards ludovic.desroches at atmel.com
2012-08-31 14:42 ` Jean-Christophe PLAGNIOL-VILLARD
2012-08-31 15:07 ` Nicolas Ferre
2012-09-01 9:12 ` Jean-Christophe PLAGNIOL-VILLARD
2012-09-03 7:55 ` Nicolas Ferre [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50446259.8020504@atmel.com \
--to=nicolas.ferre@atmel$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox