Re: [PATCH v11 0/2] Kryo CPU scaling driver

2018-05-23 Thread Sudeep Holla
On Wed, May 23, 2018 at 06:34:06PM +0300, Ilia Lin wrote: > It may be merged alone safely. However to actually work, it needs a clock > driver as well, and the OPP tables in tue device tree. Those are submitted now > 8n 2 separate series. This is in order to provide each maintainer with domain > sp

Re: [PATCH v11 0/2] Kryo CPU scaling driver

2018-05-23 Thread Sudeep Holla
On 23/05/18 13:38, Ilia Lin wrote: > [v11] > * Addressed comment from Russel about device_node reference > * Addressed comment from Sudeep about the late_initcall > * Transformed init into probe to take care of deferals > > [v10] > * Split the series into domains > * Addressed comments from

[PATCH v11 0/2] Kryo CPU scaling driver

2018-05-23 Thread Ilia Lin
[v11] * Addressed comment from Russel about device_node reference * Addressed comment from Sudeep about the late_initcall * Transformed init into probe to take care of deferals [v10] * Split the series into domains * Addressed comments from Viresh and Sudeep about logical CPU numbering. The