Re: [PATCH v4 3/7] media: s5p-mfc: replace custom reserved memory handling code with generic one

2016-06-08 Thread Liviu Dudau
On Tue, May 24, 2016 at 03:31:26PM +0200, Marek Szyprowski wrote: > This patch removes custom code for initialization and handling of > reserved memory regions in s5p-mfc driver and replaces it with generic > reserved memory regions api. > > s5p-mfc driver now handles two reserved memory regions

Re: [PATCH v4 3/7] media: s5p-mfc: replace custom reserved memory handling code with generic one

2016-05-25 Thread Javier Martinez Canillas
Hello Marek, On 05/25/2016 11:42 AM, Javier Martinez Canillas wrote: [snip] > > I couldn't test this exact patch because my Odroid XU4 died but I've tested > the previous version and the only difference is that the memory reserve is > made by index now instead of name, so I think you can add:

Re: [PATCH v4 3/7] media: s5p-mfc: replace custom reserved memory handling code with generic one

2016-05-25 Thread Javier Martinez Canillas
Hello Marek, On 05/24/2016 09:31 AM, Marek Szyprowski wrote: > This patch removes custom code for initialization and handling of > reserved memory regions in s5p-mfc driver and replaces it with generic > reserved memory regions api. > > s5p-mfc driver now handles two reserved memory regions

[PATCH v4 3/7] media: s5p-mfc: replace custom reserved memory handling code with generic one

2016-05-24 Thread Marek Szyprowski
This patch removes custom code for initialization and handling of reserved memory regions in s5p-mfc driver and replaces it with generic reserved memory regions api. s5p-mfc driver now handles two reserved memory regions defined by generic reserved memory bindings. Support for non-dt platform has