Re: [PATCH v3 10/10] media: hantro: allow arbitrary number of clocks

2019-06-03 Thread Hans Verkuil
On 5/31/19 10:55 AM, Philipp Zabel wrote: > Dynamically allocate clocks and move clock names out of struct > hantro_variant. This lifts the four clock limit and allows to use > ARRAY_SIZE() to fill .num_clocks to reduce the risk of mismatches. > > Signed-off-by: Philipp Zabel Can you move this p

Re: [PATCH v3 10/10] media: hantro: allow arbitrary number of clocks

2019-06-01 Thread Boris Brezillon
On Fri, 31 May 2019 10:55:23 +0200 Philipp Zabel wrote: > Dynamically allocate clocks and move clock names out of struct > hantro_variant. This lifts the four clock limit and allows to use > ARRAY_SIZE() to fill .num_clocks to reduce the risk of mismatches. > > Signed-off-by: Philipp Zabel Rev

[PATCH v3 10/10] media: hantro: allow arbitrary number of clocks

2019-05-31 Thread Philipp Zabel
Dynamically allocate clocks and move clock names out of struct hantro_variant. This lifts the four clock limit and allows to use ARRAY_SIZE() to fill .num_clocks to reduce the risk of mismatches. Signed-off-by: Philipp Zabel --- New in v3. --- drivers/staging/media/hantro/hantro.h| 6 ++