From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Gorsulowski Date: Thu, 14 May 2009 08:06:24 +0200 Subject: [U-Boot] [PATCH 12/13] at91: add hardware i2c drivers In-Reply-To: <1238193026-12564-12-git-send-email-plagnioj@jcrosoft.com> References: <1238193026-12564-1-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-2-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-3-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-4-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-5-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-6-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-7-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-8-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-9-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-10-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-11-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-12-git-send-email-plagnioj@jcrosoft.com> Message-ID: <4A0BB4E0.6050005@esd.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Jean-Christophe, On Friday 27 March 2009 23:30 you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > 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