From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Sakari Ailus <sakari.ailus@iki.fi>
Cc: linux-media@vger.kernel.org, linux-omap@vger.kernel.org,
tony@atomide.com, sre@kernel.org, pali.rohar@gmail.com
Subject: Re: [PATCH 15/15] omap3isp: Deprecate platform data support
Date: Tue, 17 Mar 2015 02:49:35 +0200 [thread overview]
Message-ID: <8566060.sCWOJrKQzE@avalon> (raw)
In-Reply-To: <1426465570-30295-16-git-send-email-sakari.ailus@iki.fi>
Hi Sakari,
Thank you for the patch.
On Monday 16 March 2015 02:26:10 Sakari Ailus wrote:
> Print a warning when the driver is used with platform data. Existing
> platform data user should move to DT now.
s/user/users/
>
> Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> drivers/media/platform/omap3isp/isp.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/media/platform/omap3isp/isp.c
> b/drivers/media/platform/omap3isp/isp.c index 0d6012a..82940fe 100644
> --- a/drivers/media/platform/omap3isp/isp.c
> +++ b/drivers/media/platform/omap3isp/isp.c
> @@ -2447,6 +2447,8 @@ static int isp_probe(struct platform_device *pdev)
> isp->syscon = syscon_regmap_lookup_by_pdevname("syscon.0");
> if (IS_ERR(isp->syscon))
> return PTR_ERR(isp->syscon);
> + dev_warn(&pdev->dev,
> + "Platform data support is deprecated! Please move to DT now!
\n");
> }
>
> isp->autoidle = autoidle;
--
Regards,
Laurent Pinchart
prev parent reply other threads:[~2015-03-17 0:49 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-16 0:25 [PATCH 00/15] omap3isp driver DT support Sakari Ailus
2015-03-16 0:25 ` [PATCH 01/15] omap3isp: Fix error handling in probe Sakari Ailus
2015-03-16 0:25 ` [PATCH 02/15] omap3isp: Avoid a BUG_ON() in media_entity_create_link() Sakari Ailus
2015-03-16 0:25 ` [PATCH 03/15] omap3isp: Separate external link creation from platform data parsing Sakari Ailus
2015-03-16 0:25 ` [PATCH 04/15] omap3isp: DT support for clocks Sakari Ailus
2015-03-16 0:26 ` [PATCH 05/15] omap3isp: Platform data could be NULL Sakari Ailus
2015-03-16 0:26 ` [PATCH 06/15] omap3isp: Refactor device configuration structs for Device Tree Sakari Ailus
2015-03-19 7:04 ` Igor Grinberg
2015-03-16 0:26 ` [PATCH 07/15] omap3isp: Rename regulators to better suit the " Sakari Ailus
2015-03-16 0:26 ` [PATCH 08/15] omap3isp: Calculate vpclk_div for CSI-2 Sakari Ailus
2015-03-16 0:26 ` [PATCH 09/15] omap3isp: Replace mmio_base_phys array with the histogram block base Sakari Ailus
2015-03-16 0:26 ` [PATCH 10/15] omap3isp: Move the syscon register out of the ISP register maps Sakari Ailus
2015-03-22 12:17 ` [PATCH v1.1 " Sakari Ailus
2015-03-16 0:26 ` [PATCH 11/15] omap3isp: Replace many MMIO regions by two Sakari Ailus
2015-03-16 0:26 ` [PATCH 12/15] dt: bindings: Add lane-polarity property to endpoint nodes Sakari Ailus
2015-03-16 8:58 ` Laurent Pinchart
2015-03-20 22:07 ` [PATCH v1.1 " Sakari Ailus
2015-03-16 0:26 ` [PATCH 13/15] v4l: of: Read lane-polarity endpoint property Sakari Ailus
2015-03-16 9:05 ` Laurent Pinchart
2015-03-16 23:12 ` Sakari Ailus
2015-03-20 22:08 ` [PATCH v1.1 13/15] v4l: of: Read lane-polarities " Sakari Ailus
2015-03-22 8:46 ` Laurent Pinchart
2015-03-16 0:26 ` [PATCH 14/15] omap3isp: Add support for the Device Tree Sakari Ailus
2015-03-17 0:48 ` Laurent Pinchart
2015-03-20 21:04 ` Sakari Ailus
2015-03-20 22:05 ` [PATCH v1.1 " Sakari Ailus
2015-03-22 12:23 ` Sakari Ailus
2015-03-22 20:26 ` Laurent Pinchart
2015-03-25 22:38 ` Sakari Ailus
2015-03-16 0:26 ` [PATCH 15/15] omap3isp: Deprecate platform data support Sakari Ailus
2015-03-17 0:49 ` Laurent Pinchart [this message]
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=8566060.sCWOJrKQzE@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=pali.rohar@gmail.com \
--cc=sakari.ailus@iki.fi \
--cc=sre@kernel.org \
--cc=tony@atomide.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox