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

2015-12-16 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. This series is RFC because I want to do some more regression testing. The actual functionality

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

2015-12-16 Thread Geert Uytterhoeven
Hi Wolfram, On Wed, Dec 16, 2015 at 7:44 PM, 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. >