Re: [PATCH v11 22/28] media: platform: Change the call functions of getting/enable/disable the jpeg's clock

2020-08-05 Thread Tomasz Figa
Hi Xia, On Tue, Aug 04, 2020 at 11:40:56AM +0800, Xia Jiang wrote: > Use the generic clk_bulk_* helpers to enable and disable clocks. > > Signed-off-by: Xia Jiang > --- > v11: specify the names of the clocks in the driver > --- > .../media/platform/mtk-jpeg/mtk_jpeg_core.c | 28 +-

[PATCH v11 22/28] media: platform: Change the call functions of getting/enable/disable the jpeg's clock

2020-08-03 Thread Xia Jiang
Use the generic clk_bulk_* helpers to enable and disable clocks. Signed-off-by: Xia Jiang --- v11: specify the names of the clocks in the driver --- .../media/platform/mtk-jpeg/mtk_jpeg_core.c | 28 +-- .../media/platform/mtk-jpeg/mtk_jpeg_core.h | 8 +++--- 2 files changed,