Re: [PATCH 0/3] i2c: rcar: adapt PM usage to multi master case

2016-01-02 Thread Wolfram Sang
On Wed, Dec 23, 2015 at 05:56:31PM +0100, Wolfram Sang wrote: > If we are in a multi-master scenario, we need to block runtime PM so the > arbitration circuit stays awake. > > So, we define a new binding and adapt the i2c-rcar driver to have an example > implementation. Applied to for-next,

[PATCH 0/3] i2c: rcar: adapt PM usage to multi master case

2015-12-23 Thread Wolfram Sang
If we are in a multi-master scenario, we need to block runtime PM so the arbitration circuit stays awake. So, we define a new binding and adapt the i2c-rcar driver to have an example implementation. Changes since RFC: * added acks from Rob and Geert (thanks!) * use of_property_read_bool() now