From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C
Date: Mon, 09 Feb 2009 12:28:57 +0100 [thread overview]
Message-ID: <49901379.2050809@denx.de> (raw)
In-Reply-To: <Pine.LNX.4.64ksi.0902061648150.14843@home-gw.koi8.net>
Hello ksi,
ksi at koi8.net wrote:
> This is the first attempt of multi-adapter multi-bus I2C subsystem rework
> for U-Boot.
>
> This batch deals with fsl_i2c and soft_i2c drivers. All (hopefully :)
>
> relevant parts are changed -- config files for all boards affected, lib_xxx,
> board/* etc.
>
> Please see illustrative section of MPC8548CDS.h config file for an example
> for 2 soft_i2c, 2 fsl_i2c, 1 sm502_i2c adapters and 7 busses some of them
> connected via I2C multiplexers.
>
> All comments, suggestions etc. are very welcome.
>
Common comments:
- you mixed Coding Style cleanup with functional changes in one patch,
please
don't do this
- I also think, we should have a u-boot-i2c.git or something like that
for this big change. So your patches go first in u-boot-i2c.git, and
everybody can try out your changes. And if all goes OK, then it is
ready for mainline. What Do others think?
> I'm going to move _ALL_ I2C drivers to drivers/i2c and rework all the
> configs and other relevant stuff in next batches. Then I will do another run
> to completely remove CONFIG_NEW_I2C and get rid of CONFIG_HARD_I2C.
>
> The patches are in next 8 emails.
>
It looks like to me, that this "8 patches" is only one big patch, that
you just
splitted in 8 EMails, don't do this.
Please try to make real n patches from this big one (for example, the
changes
in fsl_i2c.c in one extra patch).
> Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
>
Why here a Signed-off-by? For what?
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-02-09 11:28 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-07 1:00 [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C ksi at koi8.net
2009-02-09 11:28 ` Heiko Schocher [this message]
2009-02-09 18:35 ` ksi at koi8.net
2009-02-09 23:57 ` Wolfgang Denk
2009-02-10 8:50 ` Heiko Schocher
2009-02-10 17:01 ` ksi at koi8.net
2009-02-10 17:16 ` Heiko Schocher
2009-02-10 17:16 ` ksi at koi8.net
2009-02-10 19:34 ` Wolfgang Denk
2009-02-10 19:42 ` ksi at koi8.net
2009-02-10 19:34 ` Wolfgang Denk
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=49901379.2050809@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.