Re: [PATCH v2 0/4] arm: tegra: implement NVEC driver using tegrai2c.

2015-04-10 Thread Wolfram Sang
One thing where we need your help as a I2C maintainer is how to represent an i2c slave device using device-tree. You may remember our discussion in the past from here [1] where you suggested to just make a slave client by its compatible name. Stephen Warren from NVIDIA raised some concerns

Re: [PATCH v2 0/4] arm: tegra: implement NVEC driver using tegrai2c.

2015-04-07 Thread Marc Dietrich
Hi Wolfram, Am Freitag, 3. April 2015, 21:46:35 schrieb Wolfram Sang: On Mon, Mar 30, 2015 at 11:00:11PM +0300, Andrey Danin wrote: NVEC driver contains code to manage tegra i2c controller in slave mode. I2C slave support was implemented in linux kernel. The goal of this patch serie is to