Re: [PATCH v1 2/7] serdev: add dev_pm_domain_attach|detach()

2018-04-25 Thread Sean Wang
On Tue, 2018-04-03 at 12:29 +0200, Marcel Holtmann wrote: > Hi Sean, > > > In order to open up the required power gate before any operation can be > > effectively performed over the serial bus between CPU and serdev, it's > > clearly essential to add common attach functions for PM domains to

Re: [PATCH v1 2/7] serdev: add dev_pm_domain_attach|detach()

2018-04-25 Thread Sean Wang
On Tue, 2018-04-03 at 12:29 +0200, Marcel Holtmann wrote: > Hi Sean, > > > In order to open up the required power gate before any operation can be > > effectively performed over the serial bus between CPU and serdev, it's > > clearly essential to add common attach functions for PM domains to

Re: [PATCH v1 2/7] serdev: add dev_pm_domain_attach|detach()

2018-04-03 Thread Marcel Holtmann
Hi Sean, > In order to open up the required power gate before any operation can be > effectively performed over the serial bus between CPU and serdev, it's > clearly essential to add common attach functions for PM domains to serdev > at the probe phase. > > Similarly, the relevant dettach

Re: [PATCH v1 2/7] serdev: add dev_pm_domain_attach|detach()

2018-04-03 Thread Marcel Holtmann
Hi Sean, > In order to open up the required power gate before any operation can be > effectively performed over the serial bus between CPU and serdev, it's > clearly essential to add common attach functions for PM domains to serdev > at the probe phase. > > Similarly, the relevant dettach

[PATCH v1 2/7] serdev: add dev_pm_domain_attach|detach()

2018-04-03 Thread sean.wang
From: Sean Wang In order to open up the required power gate before any operation can be effectively performed over the serial bus between CPU and serdev, it's clearly essential to add common attach functions for PM domains to serdev at the probe phase. Similarly, the

[PATCH v1 2/7] serdev: add dev_pm_domain_attach|detach()

2018-04-03 Thread sean.wang
From: Sean Wang In order to open up the required power gate before any operation can be effectively performed over the serial bus between CPU and serdev, it's clearly essential to add common attach functions for PM domains to serdev at the probe phase. Similarly, the relevant dettach function