[v3,0/9] media: ov6650: A collection of fixes

Message ID 20190903201144.13219-1-jmkrzyszt@gmail.com (mailing list archive)
Headers
Series media: ov6650: A collection of fixes |

Message

Janusz Krzysztofik Sept. 3, 2019, 8:11 p.m. UTC
  Janusz Krzysztofik (9):
  media: ov6650: Fix MODULE_DESCRIPTION
  media: ov6650: Fix control handler not freed on init error
  media: ov6650: Fix crop rectangle alignment not passed back
  media: ov6650: Fix incorrect use of JPEG colorspace
  media: ov6650: Fix some format attributes not under control
  media: ov6650: Fix .get_fmt() V4L2_SUBDEV_FORMAT_TRY support
  media: ov6650: Fix default format not applied on device probe
  media: ov6650: Fix stored frame format not in sync with hardware
  media: ov6650: Fix stored crop rectangle not in sync with hardware

 drivers/media/i2c/ov6650.c | 137 +++++++++++++++++++++++--------------
 1 file changed, 86 insertions(+), 51 deletions(-)

v2: dropped patches 3/14 through 7/14 which were adding parameter checks
    now called from v4l2_subdev_call() - inspired by Sakari's request, 
    thanks!
v3: * drop Cc: stable@vger.kernel.org on Greg rquest (non-critical fixes)
    * fix typos and some wording in commit messages
    * rebase on media/v5.3-3