public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] [media] pxa_camera: Fixing bugs and missing colorformats
@ 2017-05-01  4:20 Petr Cvek
  2017-05-01  4:39 ` [RFC] " Petr Cvek
  0 siblings, 1 reply; 5+ messages in thread
From: Petr Cvek @ 2017-05-01  4:20 UTC (permalink / raw)
  To: robert.jarzmik; +Cc: linux-media

This patchset is just a grouping of a few bugfixes I've found during
the ov9640 sensor support re-adding. The remaining Bayer 8 formats are
just a permutation of the channels (pxa_camera treats them as raw data).
The missing/incorrect test in the image size generation was just re-added
from the soc_camera. The (un)subscribe_event ioctl calls were added
in a same way as other media drivers. The call with an uninitialized
pointer is a revert of a part of the patch, which broke it.

The series are based on the kernel commit after

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

Petr Cvek (4):
  [media] pxa_camera: Add remaining Bayer 8 formats
  [media] pxa_camera: Fix incorrect test in the image size generation
  [media] pxa_camera: Add (un)subscribe_event ioctl
  [media] pxa_camera: Fix a call with an uninitialized device pointer

 drivers/media/platform/pxa_camera.c | 51 ++++++++++++++++++++++++++++---------
 1 file changed, 39 insertions(+), 12 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-05-14  4:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-01  4:20 [PATCH 0/4] [media] pxa_camera: Fixing bugs and missing colorformats Petr Cvek
2017-05-01  4:39 ` [RFC] " Petr Cvek
2017-05-02 14:57   ` Robert Jarzmik
2017-05-13  6:40     ` Petr Cvek
2017-05-14  4:33       ` Petr Cvek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox