From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 07 Mar 2012 13:46:47 -0700 Subject: [U-Boot] [PATCH v5 5/9] tegra: i2c: Add I2C driver In-Reply-To: <1331096428-6317-6-git-send-email-sjg@chromium.org> References: <1331096428-6317-5-git-send-email-sjg@chromium.org> <1331096428-6317-6-git-send-email-sjg@chromium.org> Message-ID: <4F57C937.7090108@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/06/2012 10:00 PM, Simon Glass wrote: > From: Yen Lin > > Add basic i2c driver for Tegra2 with 8- and 16-bit address support. > The driver requires CONFIG_OF_CONTROL to obtain its configuration > from the device tree. > > (Simon Glass: sjg at chromium.org modified for upstream) > > Signed-off-by: Simon Glass I'm not sure whether i2c_init_board() correctly detects I2C bus ID assignment conflicts between nodes with the "-i2c" and "-i2c-dvc" compatible values, but I think that only affects cases where the .dts file is already wrong, so it's probably not a big deal. Aside from that, I did a very very brief review. So, Acked-by: Stephen Warren