[U-Boot] [PATCH 12/13] at91: add hardware i2c drivers
Daniel Gorsulowski
Daniel.Gorsulowski at esd.eu
Thu May 14 08:06:24 CEST 2009
Dear Jean-Christophe,
On Friday 27 March 2009 23:30 you wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> ---
> cpu/arm926ejs/at91/Makefile | 6 +
> .../arm926ejs/at91/at91cap9_i2c.c | 31 ++--
> .../arm926ejs/at91/at91sam9260_i2c.c | 31 ++--
> .../arm926ejs/at91/at91sam9261_i2c.c | 31 ++--
> .../arm926ejs/at91/at91sam9263_i2c.c | 31 ++--
> .../clk.h => cpu/arm926ejs/at91/at91sam9rl_i2c.c | 37 ++--
> drivers/i2c/Makefile | 1 +
> drivers/i2c/atmel_i2c.c | 234 ++++++++++++++++++++
> include/asm-arm/arch-at91/at91_common.h | 2 +
> include/asm-arm/arch-at91/at91_twi.h | 68 ++++++
> include/asm-arm/arch-at91/clk.h | 4 +
> include/asm-arm/arch-at91/hardware.h | 5 +
> 12 files changed, 405 insertions(+), 76 deletions(-)
> copy include/asm-arm/arch-at91/at91_common.h => cpu/arm926ejs/at91/at91cap9_i2c.c (61%)
> copy include/asm-arm/arch-at91/at91_common.h => cpu/arm926ejs/at91/at91sam9260_i2c.c (61%)
> copy include/asm-arm/arch-at91/at91_common.h => cpu/arm926ejs/at91/at91sam9261_i2c.c (61%)
> copy include/asm-arm/arch-at91/at91_common.h => cpu/arm926ejs/at91/at91sam9263_i2c.c (61%)
> copy include/asm-arm/arch-at91/clk.h => cpu/arm926ejs/at91/at91sam9rl_i2c.c (52%)
> create mode 100644 drivers/i2c/atmel_i2c.c
> create mode 100644 include/asm-arm/arch-at91/at91_twi.h
>
...
Do you aim to commit a new clean patch for this issue?
Hard I2C support would be a really nice feature!
Best regards,
Daniel Gorsulowski
More information about the U-Boot
mailing list