Re: [PATCH] [media] pxa_camera: fix module remove codepath for v4l2 clock

2017-04-30 Thread Petr Cvek
Dne 28.4.2017 v 08:31 Robert Jarzmik napsal(a): > Petr Cvek writes: > >> I will post some other bugfixes (and feature adding) for pxa_camera soon. Do >> you wish to be CC'd? >> >> P.S. Who is the the maintainer of pxa_camera BTW? Still Guennadi >> Liakhovetski? > Euh no,

Re: [PATCH] [media] pxa_camera: fix module remove codepath for v4l2 clock

2017-04-28 Thread Robert Jarzmik
Petr Cvek writes: > I will post some other bugfixes (and feature adding) for pxa_camera soon. Do > you wish to be CC'd? > > P.S. Who is the the maintainer of pxa_camera BTW? Still Guennadi Liakhovetski? Euh no, that's me. I had submitted a patch for that here :

Re: [PATCH] [media] pxa_camera: fix module remove codepath for v4l2 clock

2017-04-27 Thread Petr Cvek
Dne 27.4.2017 v 21:20 Robert Jarzmik napsal(a): > Petr Cvek writes: > >> The conversion from soc_camera omitted a correct handling of the clock >> gating for a sensor. When the pxa_camera driver module was removed it >> tried to unregister clk, but this caused a similar

Re: [PATCH] [media] pxa_camera: fix module remove codepath for v4l2 clock

2017-04-27 Thread Robert Jarzmik
Petr Cvek writes: > The conversion from soc_camera omitted a correct handling of the clock > gating for a sensor. When the pxa_camera driver module was removed it > tried to unregister clk, but this caused a similar warning: > > WARNING: CPU: 0 PID: 6740 at

[PATCH] [media] pxa_camera: fix module remove codepath for v4l2 clock

2017-04-24 Thread Petr Cvek
The conversion from soc_camera omitted a correct handling of the clock gating for a sensor. When the pxa_camera driver module was removed it tried to unregister clk, but this caused a similar warning: WARNING: CPU: 0 PID: 6740 at drivers/media/v4l2-core/v4l2-clk.c:278 v4l2_clk_unregister():