Re: [PATCH v3] serial: 8250_of: Add basic PM runtime support

2017-08-23 Thread Sekhar Nori
On Wednesday 23 August 2017 12:49 PM, Franklin S Cooper Jr wrote: > > > On 08/23/2017 01:34 AM, Sekhar Nori wrote: >> On Monday 21 August 2017 10:29 PM, Franklin S Cooper Jr wrote: >>> >>> >>> On 08/21/2017 07:20 AM, Sekhar Nori wrote: On Thursday 17 August 2017 02:25 AM, Franklin S Cooper

Re: [PATCH v3] serial: 8250_of: Add basic PM runtime support

2017-08-23 Thread Sekhar Nori
On Wednesday 23 August 2017 12:49 PM, Franklin S Cooper Jr wrote: > > > On 08/23/2017 01:34 AM, Sekhar Nori wrote: >> On Monday 21 August 2017 10:29 PM, Franklin S Cooper Jr wrote: >>> >>> >>> On 08/21/2017 07:20 AM, Sekhar Nori wrote: On Thursday 17 August 2017 02:25 AM, Franklin S Cooper

Re: [PATCH v3] serial: 8250_of: Add basic PM runtime support

2017-08-23 Thread Franklin S Cooper Jr
On 08/23/2017 01:34 AM, Sekhar Nori wrote: > On Monday 21 August 2017 10:29 PM, Franklin S Cooper Jr wrote: >> >> >> On 08/21/2017 07:20 AM, Sekhar Nori wrote: >>> On Thursday 17 August 2017 02:25 AM, Franklin S Cooper Jr wrote: 66AK2G UART instances are not apart of the ALWAYS_ON power

Re: [PATCH v3] serial: 8250_of: Add basic PM runtime support

2017-08-23 Thread Franklin S Cooper Jr
On 08/23/2017 01:34 AM, Sekhar Nori wrote: > On Monday 21 August 2017 10:29 PM, Franklin S Cooper Jr wrote: >> >> >> On 08/21/2017 07:20 AM, Sekhar Nori wrote: >>> On Thursday 17 August 2017 02:25 AM, Franklin S Cooper Jr wrote: 66AK2G UART instances are not apart of the ALWAYS_ON power

Re: [PATCH v3] serial: 8250_of: Add basic PM runtime support

2017-08-23 Thread Sekhar Nori
On Monday 21 August 2017 10:29 PM, Franklin S Cooper Jr wrote: > > > On 08/21/2017 07:20 AM, Sekhar Nori wrote: >> On Thursday 17 August 2017 02:25 AM, Franklin S Cooper Jr wrote: >>> 66AK2G UART instances are not apart of the ALWAYS_ON power domain. >>> Therefore, pm_runtime calls must be made

Re: [PATCH v3] serial: 8250_of: Add basic PM runtime support

2017-08-23 Thread Sekhar Nori
On Monday 21 August 2017 10:29 PM, Franklin S Cooper Jr wrote: > > > On 08/21/2017 07:20 AM, Sekhar Nori wrote: >> On Thursday 17 August 2017 02:25 AM, Franklin S Cooper Jr wrote: >>> 66AK2G UART instances are not apart of the ALWAYS_ON power domain. >>> Therefore, pm_runtime calls must be made

Re: [PATCH v3] serial: 8250_of: Add basic PM runtime support

2017-08-21 Thread Franklin S Cooper Jr
On 08/21/2017 07:20 AM, Sekhar Nori wrote: > On Thursday 17 August 2017 02:25 AM, Franklin S Cooper Jr wrote: >> 66AK2G UART instances are not apart of the ALWAYS_ON power domain. >> Therefore, pm_runtime calls must be made to properly insure the appropriate >> power domains needed by UART are

Re: [PATCH v3] serial: 8250_of: Add basic PM runtime support

2017-08-21 Thread Franklin S Cooper Jr
On 08/21/2017 07:20 AM, Sekhar Nori wrote: > On Thursday 17 August 2017 02:25 AM, Franklin S Cooper Jr wrote: >> 66AK2G UART instances are not apart of the ALWAYS_ON power domain. >> Therefore, pm_runtime calls must be made to properly insure the appropriate >> power domains needed by UART are

Re: [PATCH v3] serial: 8250_of: Add basic PM runtime support

2017-08-21 Thread Sekhar Nori
On Thursday 17 August 2017 02:25 AM, Franklin S Cooper Jr wrote: > 66AK2G UART instances are not apart of the ALWAYS_ON power domain. > Therefore, pm_runtime calls must be made to properly insure the appropriate > power domains needed by UART are on. Keep legacy clk api calls since other > users

Re: [PATCH v3] serial: 8250_of: Add basic PM runtime support

2017-08-21 Thread Sekhar Nori
On Thursday 17 August 2017 02:25 AM, Franklin S Cooper Jr wrote: > 66AK2G UART instances are not apart of the ALWAYS_ON power domain. > Therefore, pm_runtime calls must be made to properly insure the appropriate > power domains needed by UART are on. Keep legacy clk api calls since other > users

[PATCH v3] serial: 8250_of: Add basic PM runtime support

2017-08-16 Thread Franklin S Cooper Jr
66AK2G UART instances are not apart of the ALWAYS_ON power domain. Therefore, pm_runtime calls must be made to properly insure the appropriate power domains needed by UART are on. Keep legacy clk api calls since other users of this driver may not support PM runtime. Signed-off-by: Franklin S

[PATCH v3] serial: 8250_of: Add basic PM runtime support

2017-08-16 Thread Franklin S Cooper Jr
66AK2G UART instances are not apart of the ALWAYS_ON power domain. Therefore, pm_runtime calls must be made to properly insure the appropriate power domains needed by UART are on. Keep legacy clk api calls since other users of this driver may not support PM runtime. Signed-off-by: Franklin S