From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 05/13] i2c: IHS I2C master driver
Date: Wed, 02 Jul 2014 10:30:09 +0200 [thread overview]
Message-ID: <53B3C311.7090104@denx.de> (raw)
In-Reply-To: <1404286314-17905-6-git-send-email-dirk.eibach@gdsys.cc>
Hello Dirk,
Am 02.07.2014 09:31, schrieb dirk.eibach at gdsys.cc:
> From: Dirk Eibach<dirk.eibach@gdsys.cc>
>
> IHS I2C master support was merely a hack in the osd driver.
> Now it is a proper u-boot I2C framework driver, supporting the
> v2.00 master features.
>
> Signed-off-by: Dirk Eibach<dirk.eibach@gdsys.cc>
>
> ---
>
> Changes in v2:
> - move ihs_i2c to drivers/i2c
> - split unrelated changes
>
> drivers/i2c/Makefile | 1 +
> drivers/i2c/ihs_i2c.c | 204 +++++++++++++++++++++++++++++++++++++++++
> include/configs/dlvision-10g.h | 11 +++
> include/configs/iocon.h | 23 ++++-
> include/gdsys_fpga.h | 25 +++--
> 5 files changed, 246 insertions(+), 18 deletions(-)
> create mode 100644 drivers/i2c/ihs_i2c.c
Please add a small entry in README, which describes your new config
defines, thanks!
Beside of this, your driver looks Ok to me, thanks!
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:[~2014-07-02 8:30 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-02 7:31 [U-Boot] [PATCH v2 0/13] Fixes on gdsys boards and some new functionality dirk.eibach at gdsys.cc
2014-07-02 7:31 ` [U-Boot] [PATCH v2 01/13] board: controlcenterd: Fix pci access dirk.eibach at gdsys.cc
2014-07-02 7:31 ` [U-Boot] [PATCH v2 02/13] board: gdsys: Adapt sdhc_boot.c to mmc_get_env_addr API change dirk.eibach at gdsys.cc
2014-07-02 7:31 ` [U-Boot] [PATCH v2 03/13] board: controlcenterd: Use new API for setting i2c bus dirk.eibach at gdsys.cc
2014-07-02 7:31 ` [U-Boot] [PATCH v2 04/13] board: iocon: Support DisplayPort hardware dirk.eibach at gdsys.cc
2014-07-02 7:31 ` [U-Boot] [PATCH v2 05/13] i2c: IHS I2C master driver dirk.eibach at gdsys.cc
2014-07-02 8:30 ` Heiko Schocher [this message]
2014-07-02 7:31 ` [U-Boot] [PATCH v2 06/13] board: gdsys: Fix dlvision-10g I2C configuration dirk.eibach at gdsys.cc
2014-07-02 7:31 ` [U-Boot] [PATCH v2 07/13] board: gdsys: Increase iocon and dlv10g version string dirk.eibach at gdsys.cc
2014-07-02 7:31 ` [U-Boot] [PATCH v2 08/13] board: gdsys: Configure bridge on DP501 to support DDC only dirk.eibach at gdsys.cc
2014-07-02 7:31 ` [U-Boot] [PATCH v2 09/13] board: gdsys: Make gdsys osd hardware detection more robust dirk.eibach at gdsys.cc
2014-07-02 7:31 ` [U-Boot] [PATCH v2 10/13] board: gdsys: Enable scrambling on DP501 dirk.eibach at gdsys.cc
2014-07-02 7:31 ` [U-Boot] [PATCH v2 11/13] board: iocon: Modify iocon hardware startup dirk.eibach at gdsys.cc
2014-07-02 7:31 ` [U-Boot] [PATCH v2 12/13] board: gdsys: Remove commands to reduce footprint dirk.eibach at gdsys.cc
2014-07-02 7:31 ` [U-Boot] [PATCH v2 13/13] fit: make sha256 support optional dirk.eibach at gdsys.cc
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=53B3C311.7090104@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.