From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Jacopo Mondi <jacopo+renesas@jmondi.org>
Cc: magnus.damm@gmail.com, geert@glider.be, mchehab@kernel.org,
hverkuil@xs4all.nl, festevam@gmail.com, sakari.ailus@iki.fi,
robh+dt@kernel.org, mark.rutland@arm.com,
linux-renesas-soc@vger.kernel.org, linux-media@vger.kernel.org,
linux-sh@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 6/9] media: i2c: ov772x: Remove soc_camera dependencies
Date: Fri, 05 Jan 2018 00:20:47 +0200 [thread overview]
Message-ID: <5414549.ap49M21qPk@avalon> (raw)
In-Reply-To: <1515081797-17174-7-git-send-email-jacopo+renesas@jmondi.org>
Hi Jacopo,
Thank you for the patch.
On Thursday, 4 January 2018 18:03:14 EET Jacopo Mondi wrote:
> Remove soc_camera framework dependencies from ov772x sensor driver.
> - Handle clock and gpios
> - Register async subdevice
> - Remove soc_camera specific g/s_mbus_config operations
> - Change image format colorspace from JPEG to SRGB as the two use the
> same colorspace information but JPEG makes assumptions on color
> components quantization that do not apply to the sensor
> - Remove sizes crop from get_selection as driver can't scale
> - Add kernel doc to driver interface header file
> - Adjust build system
>
> This commit does not remove the original soc_camera based driver as long
> as other platforms depends on soc_camera-based CEU driver.
>
> Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> drivers/media/i2c/Kconfig | 11 +++
> drivers/media/i2c/Makefile | 1 +
> drivers/media/i2c/ov772x.c | 177 +++++++++++++++++++++++++++---------------
> include/media/i2c/ov772x.h | 6 +-
> 4 files changed, 133 insertions(+), 62 deletions(-)
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Jacopo Mondi <jacopo+renesas@jmondi.org>
Cc: magnus.damm@gmail.com, geert@glider.be, mchehab@kernel.org,
hverkuil@xs4all.nl, festevam@gmail.com, sakari.ailus@iki.fi,
robh+dt@kernel.org, mark.rutland@arm.com,
linux-renesas-soc@vger.kernel.org, linux-media@vger.kernel.org,
linux-sh@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 6/9] media: i2c: ov772x: Remove soc_camera dependencies
Date: Thu, 04 Jan 2018 22:20:47 +0000 [thread overview]
Message-ID: <5414549.ap49M21qPk@avalon> (raw)
In-Reply-To: <1515081797-17174-7-git-send-email-jacopo+renesas@jmondi.org>
Hi Jacopo,
Thank you for the patch.
On Thursday, 4 January 2018 18:03:14 EET Jacopo Mondi wrote:
> Remove soc_camera framework dependencies from ov772x sensor driver.
> - Handle clock and gpios
> - Register async subdevice
> - Remove soc_camera specific g/s_mbus_config operations
> - Change image format colorspace from JPEG to SRGB as the two use the
> same colorspace information but JPEG makes assumptions on color
> components quantization that do not apply to the sensor
> - Remove sizes crop from get_selection as driver can't scale
> - Add kernel doc to driver interface header file
> - Adjust build system
>
> This commit does not remove the original soc_camera based driver as long
> as other platforms depends on soc_camera-based CEU driver.
>
> Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> drivers/media/i2c/Kconfig | 11 +++
> drivers/media/i2c/Makefile | 1 +
> drivers/media/i2c/ov772x.c | 177 +++++++++++++++++++++++++++---------------
> include/media/i2c/ov772x.h | 6 +-
> 4 files changed, 133 insertions(+), 62 deletions(-)
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2018-01-04 22:20 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-04 16:03 [PATCH v3 0/9] Renesas Capture Engine Unit (CEU) V4L2 driver Jacopo Mondi
2018-01-04 16:03 ` Jacopo Mondi
2018-01-04 16:03 ` [PATCH v3 1/9] dt-bindings: media: Add Renesas CEU bindings Jacopo Mondi
2018-01-04 16:03 ` Jacopo Mondi
2018-01-04 16:03 ` Jacopo Mondi
2018-01-04 22:28 ` Laurent Pinchart
2018-01-04 22:28 ` Laurent Pinchart
2018-01-04 22:28 ` Laurent Pinchart
2018-01-05 8:56 ` Geert Uytterhoeven
2018-01-05 8:56 ` Geert Uytterhoeven
2018-01-05 8:56 ` Geert Uytterhoeven
2018-01-05 17:55 ` jacopo mondi
2018-01-05 17:55 ` jacopo mondi
2018-01-04 16:03 ` [PATCH v3 2/9] include: media: Add Renesas CEU driver interface Jacopo Mondi
2018-01-04 16:03 ` Jacopo Mondi
2018-01-04 16:03 ` [PATCH v3 3/9] v4l: platform: Add Renesas CEU driver Jacopo Mondi
2018-01-04 16:03 ` Jacopo Mondi
2018-01-04 20:41 ` Laurent Pinchart
2018-01-04 20:41 ` Laurent Pinchart
2018-01-04 16:03 ` [PATCH v3 4/9] ARM: dts: r7s72100: Add Capture Engine Unit (CEU) Jacopo Mondi
2018-01-04 16:03 ` Jacopo Mondi
2018-01-04 16:43 ` Simon Horman
2018-01-04 16:43 ` Simon Horman
2018-01-04 16:43 ` Simon Horman
2018-01-04 16:03 ` [PATCH v3 5/9] v4l: i2c: Copy ov772x soc_camera sensor driver Jacopo Mondi
2018-01-04 16:03 ` Jacopo Mondi
2018-01-04 16:03 ` Jacopo Mondi
2018-01-04 16:03 ` [PATCH v3 6/9] media: i2c: ov772x: Remove soc_camera dependencies Jacopo Mondi
2018-01-04 16:03 ` Jacopo Mondi
2018-01-04 22:20 ` Laurent Pinchart [this message]
2018-01-04 22:20 ` Laurent Pinchart
2018-01-04 16:03 ` [PATCH v3 7/9] v4l: i2c: Copy tw9910 soc_camera sensor driver Jacopo Mondi
2018-01-04 16:03 ` Jacopo Mondi
2018-01-04 16:03 ` [PATCH v3 8/9] media: i2c: tw9910: Remove soc_camera dependencies Jacopo Mondi
2018-01-04 16:03 ` Jacopo Mondi
2018-01-04 16:03 ` [PATCH v3 9/9] arch: sh: migor: Use new renesas-ceu camera driver Jacopo Mondi
2018-01-04 16:03 ` Jacopo Mondi
2018-01-04 20:10 ` Laurent Pinchart
2018-01-04 20:10 ` Laurent Pinchart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5414549.ap49M21qPk@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=geert@glider.be \
--cc=hverkuil@xs4all.nl \
--cc=jacopo+renesas@jmondi.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=mark.rutland@arm.com \
--cc=mchehab@kernel.org \
--cc=robh+dt@kernel.org \
--cc=sakari.ailus@iki.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.