Re: [PATCH 1/2] I2C: EMMA Mobile I2C master driver

2014-08-21 Thread Wolfram Sang
I happen to have access to a kzm9d board meanwhile. Do you have the board enablement patches still somewhere? Ping. Did you get this one? signature.asc Description: Digital signature

Re: [PATCH 1/2] I2C: EMMA Mobile I2C master driver

2014-07-18 Thread Wolfram Sang
On Tue, Jun 17, 2014 at 11:57:24AM +0200, Wolfram Sang wrote: On Tue, Feb 18, 2014 at 06:38:43PM +0100, Wolfram Sang wrote: On Tue, Sep 03, 2013 at 05:49:29PM +0100, Ian Molton wrote: Add a driver for the EMMA mobile I2C block. The driver supports low and high-speed interrupt driven

Re: [PATCH 1/2] I2C: EMMA Mobile I2C master driver

2014-06-17 Thread Wolfram Sang
On Tue, Feb 18, 2014 at 06:38:43PM +0100, Wolfram Sang wrote: On Tue, Sep 03, 2013 at 05:49:29PM +0100, Ian Molton wrote: Add a driver for the EMMA mobile I2C block. The driver supports low and high-speed interrupt driven PIO transfers. Signed-off-by: Ian Molton

Re: [PATCH 1/2] I2C: EMMA Mobile I2C master driver

2014-01-08 Thread Ian Molton
On 11/12/13 11:59, Wolfram Sang wrote: No need to resend. I have it on my todo-list. Yet, by glimpsing at it I found some issues which need a proper review for which I didn't have the time so far. I hope to have it done by this week. Ping :) -Ian -- To unsubscribe from this list: send the

Re: [PATCH 1/2] I2C: EMMA Mobile I2C master driver

2013-12-11 Thread Wolfram Sang
On Wed, Dec 11, 2013 at 11:09:04AM +0900, Simon Horman wrote: On Fri, Dec 06, 2013 at 08:52:38PM +, Ian Molton wrote: On 25/09/13 05:45, Simon Horman wrote: Hi Ian, I spoke with Magnus and in turn Ben about this at LinuxCon in New Orleans last week. Basically the position

Re: [PATCH 1/2] I2C: EMMA Mobile I2C master driver

2013-12-10 Thread Simon Horman
On Fri, Dec 06, 2013 at 08:52:38PM +, Ian Molton wrote: On 25/09/13 05:45, Simon Horman wrote: Hi Ian, I spoke with Magnus and in turn Ben about this at LinuxCon in New Orleans last week. Basically the position of Magnus and I is that any support for this hardware is an incremental

Re: [PATCH 1/2] I2C: EMMA Mobile I2C master driver

2013-12-06 Thread Ian Molton
On 25/09/13 05:45, Simon Horman wrote: Hi Ian, I spoke with Magnus and in turn Ben about this at LinuxCon in New Orleans last week. Basically the position of Magnus and I is that any support for this hardware is an incremental improvement on the current situation: no support. With this in

Re: [PATCH 1/2] I2C: EMMA Mobile I2C master driver

2013-09-24 Thread Simon Horman
On Thu, Sep 05, 2013 at 03:04:29PM +0900, Simon Horman wrote: On Tue, Sep 03, 2013 at 05:49:29PM +0100, Ian Molton wrote: Add a driver for the EMMA mobile I2C block. The driver supports low and high-speed interrupt driven PIO transfers. Signed-off-by: Ian Molton

Re: [PATCH 1/2] I2C: EMMA Mobile I2C master driver

2013-09-05 Thread Simon Horman
On Tue, Sep 03, 2013 at 05:49:29PM +0100, Ian Molton wrote: Add a driver for the EMMA mobile I2C block. The driver supports low and high-speed interrupt driven PIO transfers. Signed-off-by: Ian Molton ian.mol...@codethink.co.uk Magnus, could you find some time to review this? ---

[PATCH 1/2] I2C: EMMA Mobile I2C master driver

2013-09-03 Thread Ian Molton
Add a driver for the EMMA mobile I2C block. The driver supports low and high-speed interrupt driven PIO transfers. Signed-off-by: Ian Molton ian.mol...@codethink.co.uk --- drivers/i2c/busses/Kconfig | 10 + drivers/i2c/busses/Makefile |1 + drivers/i2c/busses/i2c-em.c | 501