Re: [PATCH v7 0/9] Qualcomm video decoder/encoder driver

2017-03-24 Thread Hans Verkuil
On 03/24/17 15:06, Hans Verkuil wrote: > On 03/13/17 17:37, Stanimir Varbanov wrote: >> Hi all, >> >> Here is seventh version of the patch-set - no functional changes in >> v4l2 APIs. >> >> The changes since v6 are. >> * changes in DT binding document - moved memory-region DT property >> in v

Re: [PATCH v7 0/9] Qualcomm video decoder/encoder driver

2017-03-24 Thread Hans Verkuil
On 03/13/17 17:37, Stanimir Varbanov wrote: > Hi all, > > Here is seventh version of the patch-set - no functional changes in > v4l2 APIs. > > The changes since v6 are. > * changes in DT binding document - moved memory-region DT property > in video-codec node - see 2/9. > * improved recov

[PATCH v7 0/9] Qualcomm video decoder/encoder driver

2017-03-13 Thread Stanimir Varbanov
Hi all, Here is seventh version of the patch-set - no functional changes in v4l2 APIs. The changes since v6 are. * changes in DT binding document - moved memory-region DT property in video-codec node - see 2/9. * improved recovery mechanism. * fixed various issues found during testing.