Re: [PATCH v4 0/5] media: atmel-isc: Rework the format list and clock provider

2017-10-10 Thread Sakari Ailus
On Tue, Oct 10, 2017 at 10:46:35AM +0800, Wenyou Yang wrote: > To improve the readability of code, rework the format list table, > split the format array into two. Meanwhile, fix the issue of the > clock provider operation and the pm runtime support. > > Changes in v4: > - Call pm_runtime_get_syn

[PATCH v4 0/5] media: atmel-isc: Rework the format list and clock provider

2017-10-09 Thread Wenyou Yang
To improve the readability of code, rework the format list table, split the format array into two. Meanwhile, fix the issue of the clock provider operation and the pm runtime support. Changes in v4: - Call pm_runtime_get_sync() and pm_runtime_put_sync() in ->prepare and ->unprepare callback.