Re: [RFC] omap3isp: add support for CSI1 bus

2017-04-11 Thread Pavel Machek
On Fri 2017-03-10 14:41:31, Pavel Machek wrote: > On Mon 2017-03-06 08:56:59, Pavel Machek wrote: > > omap3isp: add rest of CSI1 support > > > > CSI1 needs one more bit to be set up. Do just that. > > > > Signed-off-by: Pavel Machek > > > > --- > > > > Hmm. Looking at that...

Re: [RFC] omap3isp: add support for CSI1 bus

2017-03-10 Thread Pavel Machek
On Mon 2017-03-06 08:56:59, Pavel Machek wrote: > omap3isp: add rest of CSI1 support > > CSI1 needs one more bit to be set up. Do just that. > > Signed-off-by: Pavel Machek > > --- > > Hmm. Looking at that... num_data_lanes probably should be modified in > local variable, not

[RFC] omap3isp: add support for CSI1 bus

2017-03-05 Thread Pavel Machek
omap3isp: add rest of CSI1 support CSI1 needs one more bit to be set up. Do just that. Signed-off-by: Pavel Machek --- Hmm. Looking at that... num_data_lanes probably should be modified in local variable, not globally like this. Should I do that? Anything else that needs