Re: [PATCH v3 1/2] max77693: remove device wakeup from driver

2013-09-27 Thread Lee Jones
> The patch removes wakeup related code from > the driver and plaftorm data - it is already > handled by i2c core using I2C_CLIENT_WAKE flag > from struct i2c_board_info. As a result MFD > itself do not requires platform data. I have expanded this to use more than 46 chars of the line buffer.

Re: [PATCH v3 1/2] max77693: remove device wakeup from driver

2013-09-27 Thread Lee Jones
The patch removes wakeup related code from the driver and plaftorm data - it is already handled by i2c core using I2C_CLIENT_WAKE flag from struct i2c_board_info. As a result MFD itself do not requires platform data. I have expanded this to use more than 46 chars of the line buffer. Please

Re: [PATCH v3 1/2] max77693: remove device wakeup from driver

2013-09-26 Thread Andrzej Hajda
On 08/21/2013 06:53 PM, Andrzej Hajda wrote: > The patch removes wakeup related code from > the driver and plaftorm data - it is already > handled by i2c core using I2C_CLIENT_WAKE flag > from struct i2c_board_info. As a result MFD > itself do not requires platform data. > > Signed-off-by: Andrzej

Re: [PATCH v3 1/2] max77693: remove device wakeup from driver

2013-09-26 Thread Andrzej Hajda
On 08/21/2013 06:53 PM, Andrzej Hajda wrote: The patch removes wakeup related code from the driver and plaftorm data - it is already handled by i2c core using I2C_CLIENT_WAKE flag from struct i2c_board_info. As a result MFD itself do not requires platform data. Signed-off-by: Andrzej Hajda

[PATCH v3 1/2] max77693: remove device wakeup from driver

2013-08-21 Thread Andrzej Hajda
The patch removes wakeup related code from the driver and plaftorm data - it is already handled by i2c core using I2C_CLIENT_WAKE flag from struct i2c_board_info. As a result MFD itself do not requires platform data. Signed-off-by: Andrzej Hajda Signed-off-by: Kyungmin Park ---

[PATCH v3 1/2] max77693: remove device wakeup from driver

2013-08-21 Thread Andrzej Hajda
The patch removes wakeup related code from the driver and plaftorm data - it is already handled by i2c core using I2C_CLIENT_WAKE flag from struct i2c_board_info. As a result MFD itself do not requires platform data. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park