Re: [PATCH] [media] platform: video-mux: convert to multiplexer framework

2017-07-18 Thread Philipp Zabel
On Tue, 2017-07-18 at 12:03 +0200, Hans Verkuil wrote: > On 17/07/17 12:55, Philipp Zabel wrote: > > Now that the multiplexer framework is merged, drop the temporary > > mmio-mux implementation from the video-mux driver and convert it to use > > the multiplexer API. > > > > Signed-off-by: Philipp

Re: [PATCH] [media] platform: video-mux: convert to multiplexer framework

2017-07-18 Thread Hans Verkuil
On 17/07/17 12:55, Philipp Zabel wrote: > Now that the multiplexer framework is merged, drop the temporary > mmio-mux implementation from the video-mux driver and convert it to use > the multiplexer API. > > Signed-off-by: Philipp Zabel > --- > drivers/media/platform/video-mux.c | 53 > +---

[PATCH] [media] platform: video-mux: convert to multiplexer framework

2017-07-17 Thread Philipp Zabel
Now that the multiplexer framework is merged, drop the temporary mmio-mux implementation from the video-mux driver and convert it to use the multiplexer API. Signed-off-by: Philipp Zabel --- drivers/media/platform/video-mux.c | 53 +- 1 file changed, 7 inserti