From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] at91: Extended soft_i2c driver for AT91SAM9263 SoC
Date: Mon, 23 Nov 2009 08:49:03 +0100 [thread overview]
Message-ID: <4B0A3E6F.5070509@denx.de> (raw)
In-Reply-To: <20091122201444.AA13EE34A27@gemini.denx.de>
Hello Wolfgang,
Wolfgang Denk wrote:
> In message <1242645655326-git-send-email-Daniel.Gorsulowski@esd.eu> Daniel Gorsulowski wrote:
>> While hard_i2c support is not available
>> (see http://lists.denx.de/pipermail/u-boot/2009-March/049751.html),
>> this patch enables soft_i2c on AT91SAM9263 SoC.
>>
>> Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
>> ---
>> drivers/i2c/soft_i2c.c | 5 +++++
>> 1 files changed, 5 insertions(+), 0 deletions(-)
>>
>> diff --git a/drivers/i2c/soft_i2c.c b/drivers/i2c/soft_i2c.c
>> index 59883a5..9a48783 100644
>> --- a/drivers/i2c/soft_i2c.c
>> +++ b/drivers/i2c/soft_i2c.c
>> @@ -34,6 +34,11 @@
>> #include <asm/io.h>
>> #include <asm/arch/hardware.h>
>> #endif
>> +#ifdef CONFIG_AT91SAM9263 /* only valid for AT91SAM9263 */
>> +#include <asm/arch/at91_pmc.h>
>> +#include <asm/arch/gpio.h>
>> +#include <asm/arch/io.h>
>> +#endif
>> #ifdef CONFIG_IXP425 /* only valid for IXP425 */
>> #include <asm/arch/ixp425.h>
>> #endif
>> --
>
> Is there a specific reason this was not applied yet?
No, just seems I missed it :-(
I apply it ASAP to i2c-next.
bye
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
next prev parent reply other threads:[~2009-11-23 7:49 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-18 11:20 [U-Boot] [PATCH] at91: Extended soft_i2c driver for AT91SAM9263 SoC Daniel Gorsulowski
2009-05-18 11:20 ` [U-Boot] [PATCH] at91: Add support for MEESC board of esd gmbh Daniel Gorsulowski
2009-05-23 0:01 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-25 6:21 ` Daniel Gorsulowski
2009-05-25 8:13 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-25 8:47 ` Wolfgang Denk
2009-05-25 9:09 ` Matthias Fuchs
2009-05-25 10:09 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-25 10:59 ` Wolfgang Denk
2009-05-23 0:02 ` [U-Boot] [PATCH] at91: Extended soft_i2c driver for AT91SAM9263 SoC Jean-Christophe PLAGNIOL-VILLARD
2009-05-25 6:27 ` Daniel Gorsulowski
2009-11-22 20:14 ` Wolfgang Denk
2009-11-23 7:49 ` Heiko Schocher [this message]
2009-11-23 8:28 ` Heiko Schocher
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=4B0A3E6F.5070509@denx.de \
--to=hs@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.