Re: [PATCH] i2c: busses: remove superfluous ignoring of children for RPM

2018-05-08 Thread Wolfram Sang
On Sun, Apr 29, 2018 at 08:41:04PM +0200, Wolfram Sang wrote: > These days, the I2C core ensures that the embedded adapter device > ignores the PM states of its children already. Because the adapter > device is an opaque logical device, there is no need for drivers to > repeat that again. > > Sign

Re: [PATCH] i2c: busses: remove superfluous ignoring of children for RPM

2018-05-02 Thread Ulf Hansson
On 29 April 2018 at 20:41, Wolfram Sang wrote: > These days, the I2C core ensures that the embedded adapter device > ignores the PM states of its children already. Because the adapter > device is an opaque logical device, there is no need for drivers to > repeat that again. > > Signed-off-by: Wolf

Re: [PATCH] i2c: busses: remove superfluous ignoring of children for RPM

2018-04-29 Thread Linus Walleij
On Sun, Apr 29, 2018 at 8:41 PM, Wolfram Sang wrote: > These days, the I2C core ensures that the embedded adapter device > ignores the PM states of its children already. Because the adapter > device is an opaque logical device, there is no need for drivers to > repeat that again. > > Signed-off-b

[PATCH] i2c: busses: remove superfluous ignoring of children for RPM

2018-04-29 Thread Wolfram Sang
These days, the I2C core ensures that the embedded adapter device ignores the PM states of its children already. Because the adapter device is an opaque logical device, there is no need for drivers to repeat that again. Signed-off-by: Wolfram Sang --- I tested it using a Renesas Salvator-X board