Re: [PATCH] mfd: cros-ec: Add cros_ec_readmem() helpers for I2C/SPI based ECs

2017-05-09 Thread Guenter Roeck
On Tue, May 09, 2017 at 09:34:56AM -0700, Moritz Fischer wrote: > On Tue, May 09, 2017 at 01:56:14PM +0800, kbuild test robot wrote: > > Hi Moritz, > > > > [auto build test WARNING on ljones-mfd/for-mfd-next] > > [if your patch is applied to the wrong git tree, please drop us a note to > > help

Re: [PATCH] mfd: cros-ec: Add cros_ec_readmem() helpers for I2C/SPI based ECs

2017-05-09 Thread Guenter Roeck
On Tue, May 09, 2017 at 09:34:56AM -0700, Moritz Fischer wrote: > On Tue, May 09, 2017 at 01:56:14PM +0800, kbuild test robot wrote: > > Hi Moritz, > > > > [auto build test WARNING on ljones-mfd/for-mfd-next] > > [if your patch is applied to the wrong git tree, please drop us a note to > > help

Re: [PATCH] mfd: cros-ec: Add cros_ec_readmem() helpers for I2C/SPI based ECs

2017-05-09 Thread Moritz Fischer
On Tue, May 09, 2017 at 01:56:14PM +0800, kbuild test robot wrote: > Hi Moritz, > > [auto build test WARNING on ljones-mfd/for-mfd-next] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url: >

Re: [PATCH] mfd: cros-ec: Add cros_ec_readmem() helpers for I2C/SPI based ECs

2017-05-09 Thread Moritz Fischer
On Tue, May 09, 2017 at 01:56:14PM +0800, kbuild test robot wrote: > Hi Moritz, > > [auto build test WARNING on ljones-mfd/for-mfd-next] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url: >

Re: [PATCH] mfd: cros-ec: Add cros_ec_readmem() helpers for I2C/SPI based ECs

2017-05-08 Thread kbuild test robot
Hi Moritz, [auto build test WARNING on ljones-mfd/for-mfd-next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] mfd: cros-ec: Add cros_ec_readmem() helpers for I2C/SPI based ECs

2017-05-08 Thread kbuild test robot
Hi Moritz, [auto build test WARNING on ljones-mfd/for-mfd-next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] mfd: cros-ec: Add cros_ec_readmem() helpers for I2C/SPI based ECs

2017-05-08 Thread Moritz Fischer
Add cros_ec_readmem() based helpers for I2C/SPI based ECs. Unlike the LPC based ECs the I2C/SPI based ones cannot just directly read the mapped region. Signed-off-by: Moritz Fischer --- Hi Lee, I'm currently reworking my patchset for the cros-ec hwmon, and as part of the

[PATCH] mfd: cros-ec: Add cros_ec_readmem() helpers for I2C/SPI based ECs

2017-05-08 Thread Moritz Fischer
Add cros_ec_readmem() based helpers for I2C/SPI based ECs. Unlike the LPC based ECs the I2C/SPI based ones cannot just directly read the mapped region. Signed-off-by: Moritz Fischer --- Hi Lee, I'm currently reworking my patchset for the cros-ec hwmon, and as part of the feedback there Guenter