From: Karol Lewandowski <k.lewandowsk@samsung.com>
To: Thomas Abraham <thomas.abraham@linaro.org>
Cc: t.stanislaws@samsung.com, m.szyprowski@samsung.com,
linux-kernel@vger.kernel.org,
devicetree-discuss@lists.ozlabs.org,
linux-samsung-soc@vger.kernel.org
Subject: Re: [PATCH 3/3] [media] s5p-tv: Add initial DT-support for TV mixer
Date: Thu, 01 Mar 2012 18:27:05 +0100 [thread overview]
Message-ID: <4F4FB169.6030606@samsung.com> (raw)
In-Reply-To: <CAJuYYwSYtSzbxjtCBbXxHp33Zo+-4=YrA+LVZvOe=X8-c+vxJQ@mail.gmail.com>
On 01.03.2012 04:18, Thomas Abraham wrote:
> On 29 February 2012 20:21, Karol Lewandowski <k.lewandowsk@samsung.com> wrote:
>> ---
>> drivers/media/video/s5p-tv/mixer_drv.c | 9 +++++++++
>> 1 files changed, 9 insertions(+), 0 deletions(-)
>>
>> diff --git a/drivers/media/video/s5p-tv/mixer_drv.c b/drivers/media/video/s5p-tv/mixer_drv.c
>> index a2c0c25..6bf4a9e 100644
>> --- a/drivers/media/video/s5p-tv/mixer_drv.c
>> +++ b/drivers/media/video/s5p-tv/mixer_drv.c
>> @@ -448,6 +448,14 @@ static int __devexit mxr_remove(struct platform_device *pdev)
>> return 0;
>> }
>>
>> +#ifdef CONFIG_OF
>> +static const struct of_device_id mxr_dt_match[] = {
>> + { .compatible = "samsung,exynos4210-tvmixer" },
>
> If the tvmixer module is also available in SoC's prior to Exynos4210,
> and if tvmixer in Exynos4210 is similar to tvmixer found on prior
> SoC's, the base version should indicate that. For instance, if the
> tvmixer started to appear from s5pv210 onwards, then the compatible
> value should be "samsung,s5pv210-tvmixer". The compatible string
> should indicate the base version.
Fair point, although I'm afraid that chosing "base" version might be
tricky sometimes (e.g. while g2d seems to be available on s5pv210 driver
itself have been tested only on s5pv310/exynos4210 - chosing s5pv210 as
base doesn't look like best idea.)
I'll resend fixed patches later.
Thank you very much for review!
Regards,
--
Karol Lewandowski | Samsung Poland R&D Center | Linux/Platform
prev parent reply other threads:[~2012-03-01 17:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-29 14:51 [PATCH 0/3] [media] s5p-tv: Add initial DT-support to s5p-tv's subdevices Karol Lewandowski
2012-02-29 14:51 ` [PATCH 1/3] [media] s5p-tv: Add initial DT-support for sii9234 Karol Lewandowski
2012-03-01 3:09 ` Thomas Abraham
2012-03-01 15:11 ` Karol Lewandowski
2012-02-29 14:51 ` [PATCH 2/3] [media] s5p-tv: Add initial DT-support for HDMIPHY Karol Lewandowski
2012-03-01 3:11 ` Thomas Abraham
2012-02-29 14:51 ` [PATCH 3/3] [media] s5p-tv: Add initial DT-support for TV mixer Karol Lewandowski
2012-03-01 3:18 ` Thomas Abraham
2012-03-01 17:27 ` Karol Lewandowski [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=4F4FB169.6030606@samsung.com \
--to=k.lewandowsk@samsung.com \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=t.stanislaws@samsung.com \
--cc=thomas.abraham@linaro.org \
/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;
as well as URLs for NNTP newsgroup(s).