[PATCH v2 4/4] [media] davinci: vpif: adaptions for DT support

2017-06-06 Thread Kevin Hilman
The davinci VPIF is a single hardware block, but the existing driver is broken up into a common library (vpif.c), output (vpif_display.c) and intput (vpif_capture.c). When migrating to DT, to better model the hardware, and because registers, interrupts, etc. are all common,it was decided to have a

Re: [PATCH v2 4/4] [media] davinci: vpif: adaptions for DT support

2017-06-07 Thread Mauro Carvalho Chehab
Em Tue, 6 Jun 2017 16:37:41 -0700 Kevin Hilman escreveu: > The davinci VPIF is a single hardware block, but the existing driver > is broken up into a common library (vpif.c), output (vpif_display.c) and > intput (vpif_capture.c). > > When migrating to DT, to better model the hardware, and becau