Re: [U-Boot] [PATCH v2 13/40] i2c: Add high-level API

2014-08-28 Thread Heiko Schocher
Hello Simon, Am 27.08.2014 21:10, schrieb Simon Glass: Hi Thierry, On 27 August 2014 05:41, Thierry Reding wrote: On Wed, Aug 27, 2014 at 11:56:41AM +0200, Heiko Schocher wrote: Hello Thierry, Am 27.08.2014 10:51, schrieb Thierry Reding: On Wed, Aug 27, 2014 at 09:07:58AM +0200, Heiko Scho

Re: [U-Boot] [PATCH v2 13/40] i2c: Add high-level API

2014-08-27 Thread Simon Glass
Hi Thierry, On 27 August 2014 05:41, Thierry Reding wrote: > On Wed, Aug 27, 2014 at 11:56:41AM +0200, Heiko Schocher wrote: >> Hello Thierry, >> >> Am 27.08.2014 10:51, schrieb Thierry Reding: >> >On Wed, Aug 27, 2014 at 09:07:58AM +0200, Heiko Schocher wrote: >> >>Hello Thierry, >> >> >> >>Am 2

Re: [U-Boot] [PATCH v2 13/40] i2c: Add high-level API

2014-08-27 Thread Thierry Reding
On Wed, Aug 27, 2014 at 11:56:41AM +0200, Heiko Schocher wrote: > Hello Thierry, > > Am 27.08.2014 10:51, schrieb Thierry Reding: > >On Wed, Aug 27, 2014 at 09:07:58AM +0200, Heiko Schocher wrote: > >>Hello Thierry, > >> > >>Am 27.08.2014 08:21, schrieb Thierry Reding: > >>>On Wed, Aug 27, 2014 at

Re: [U-Boot] [PATCH v2 13/40] i2c: Add high-level API

2014-08-27 Thread Heiko Schocher
Hello Thierry, Am 27.08.2014 10:51, schrieb Thierry Reding: On Wed, Aug 27, 2014 at 09:07:58AM +0200, Heiko Schocher wrote: Hello Thierry, Am 27.08.2014 08:21, schrieb Thierry Reding: On Wed, Aug 27, 2014 at 07:21:51AM +0200, Heiko Schocher wrote: Hello Thierry, Am 26.08.2014 17:34, schrieb

Re: [U-Boot] [PATCH v2 13/40] i2c: Add high-level API

2014-08-27 Thread Thierry Reding
On Wed, Aug 27, 2014 at 09:07:58AM +0200, Heiko Schocher wrote: > Hello Thierry, > > Am 27.08.2014 08:21, schrieb Thierry Reding: > >On Wed, Aug 27, 2014 at 07:21:51AM +0200, Heiko Schocher wrote: > >>Hello Thierry, > >> > >>Am 26.08.2014 17:34, schrieb Thierry Reding: > >>>From: Thierry Reding >

Re: [U-Boot] [PATCH v2 13/40] i2c: Add high-level API

2014-08-27 Thread Heiko Schocher
Hello Thierry, Am 27.08.2014 08:21, schrieb Thierry Reding: On Wed, Aug 27, 2014 at 07:21:51AM +0200, Heiko Schocher wrote: Hello Thierry, Am 26.08.2014 17:34, schrieb Thierry Reding: From: Thierry Reding This API operates on I2C adapters or I2C clients (a new type of object which is a bad

Re: [U-Boot] [PATCH v2 13/40] i2c: Add high-level API

2014-08-26 Thread Thierry Reding
On Wed, Aug 27, 2014 at 07:21:51AM +0200, Heiko Schocher wrote: > Hello Thierry, > > Am 26.08.2014 17:34, schrieb Thierry Reding: > >From: Thierry Reding > > > >This API operates on I2C adapters or I2C clients (a new type of object > > which is a bad idea ... > > >that refers to a particular sla

Re: [U-Boot] [PATCH v2 13/40] i2c: Add high-level API

2014-08-26 Thread Heiko Schocher
Hello Thierry, Am 26.08.2014 17:34, schrieb Thierry Reding: From: Thierry Reding This API operates on I2C adapters or I2C clients (a new type of object which is a bad idea ... that refers to a particular slave connected to an adapter). This is useful to avoid having to call i2c_set_bus_num(

[U-Boot] [PATCH v2 13/40] i2c: Add high-level API

2014-08-26 Thread Thierry Reding
From: Thierry Reding This API operates on I2C adapters or I2C clients (a new type of object that refers to a particular slave connected to an adapter). This is useful to avoid having to call i2c_set_bus_num() whenever a device is being accessed. Drivers for I2C devices are supposed to embed a st