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

2018-06-14 Thread Sean Wang
On Thu, 2018-06-14 at 10:58 +0200, Ulf Hansson wrote: > On Thu, 14 Jun 2018 at 09:14, wrote: > > > > 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

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

2018-06-14 Thread Sean Wang
On Thu, 2018-06-14 at 10:58 +0200, Ulf Hansson wrote: > On Thu, 14 Jun 2018 at 09:14, wrote: > > > > 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

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

2018-06-14 Thread Ulf Hansson
On Thu, 14 Jun 2018 at 09:14, wrote: > > 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

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

2018-06-14 Thread Ulf Hansson
On Thu, 14 Jun 2018 at 09:14, wrote: > > 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

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

2018-06-14 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

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

2018-06-14 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