From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Tue, 07 Apr 2015 08:29:34 +0200 Subject: [U-Boot] [PATCH v3 1/3] i2c: mvtwsi: Support for up to 4 different controllers In-Reply-To: <55236A0F.1030700@denx.de> References: <1428220288-3829-1-git-send-email-contact@paulk.fr> <1428220288-3829-2-git-send-email-contact@paulk.fr> <55236A0F.1030700@denx.de> Message-ID: <5523794E.2040705@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 07-04-15 07:24, Heiko Schocher wrote: > Hello Paul, > > Am 05.04.2015 09:51, schrieb Paul Kocialkowski: >> Orion5x, Kirkwood and Armada XP platforms come with a single TWSI (I2C) MVTWSI >> controller. However, other platforms using MVTWSI may come with more: this is >> the case on Allwinner (sunxi) platforms, where up to 4 controllers can be found >> on the same chip. >> >> Signed-off-by: Paul Kocialkowski >> --- >> arch/arm/include/asm/arch-sunxi/i2c.h | 2 +- >> arch/arm/mach-kirkwood/include/mach/config.h | 2 +- >> drivers/i2c/mvtwsi.c | 124 ++++++++++++++++++++------- >> include/configs/db-mv784mp-gp.h | 2 +- >> include/configs/edminiv2.h | 2 +- >> include/configs/maxbcm.h | 2 +- >> 6 files changed, 100 insertions(+), 34 deletions(-) > > Thanks for your work. No comments from me, beside of the fact, > that it would be nice if we could switch to use DM ;-) > > Acked-by: Heiko Schocher > > @Hans: please pick up the hole series, thanks! Ok will do so as soon as there is a V4 addressing my last review comment. Regards, Hans