Re: [PATCH v4 09/22] media: camss: Refactor CSID HW version support

2021-02-15 Thread Robert Foss
Thanks Andrey! On Thu, 11 Feb 2021 at 09:59, Andrey Konovalov wrote: > > Hi Robert, > > Thank you for your patch! > > On 05.02.2021 13:44, Robert Foss wrote: > > In order to support Qualcomm ISP hardware architectures that diverge > > from older architectures, the CSID subdevice drivers needs to

Re: [PATCH v4 09/22] media: camss: Refactor CSID HW version support

2021-02-11 Thread Andrey Konovalov
Hi Robert, Thank you for your patch! On 05.02.2021 13:44, Robert Foss wrote: In order to support Qualcomm ISP hardware architectures that diverge from older architectures, the CSID subdevice drivers needs to be refactored to better abstract the different ISP hardware architectures. Signed-off-

[PATCH v4 09/22] media: camss: Refactor CSID HW version support

2021-02-05 Thread Robert Foss
In order to support Qualcomm ISP hardware architectures that diverge from older architectures, the CSID subdevice drivers needs to be refactored to better abstract the different ISP hardware architectures. Signed-off-by: Robert Foss --- Changes since v1 - kernel test robot: Add missing include,