From: Sylwester Nawrocki <snjw23@gmail.com>
To: Sachin Kamat <sachin.kamat@linaro.org>
Cc: linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com,
patches@linaro.org
Subject: Re: [PATCH 3/4] ARM: S5PV210: Enable FIMC on SMDKV210
Date: Mon, 26 Dec 2011 17:27:58 +0100 [thread overview]
Message-ID: <4EF8A08E.9070808@gmail.com> (raw)
In-Reply-To: <1324893613-5469-4-git-send-email-sachin.kamat@linaro.org>
Hi Sachin,
thanks for the patch.
On 12/26/2011 11:00 AM, Sachin Kamat wrote:
> This patch adds support for FIMC 0, 1 and 2 on SMDKV210 board.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
> arch/arm/mach-s5pv210/Kconfig | 3 +++
> arch/arm/mach-s5pv210/mach-smdkv210.c | 3 +++
> 2 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig
> index 32893c7..66e1b3d 100644
> --- a/arch/arm/mach-s5pv210/Kconfig
> +++ b/arch/arm/mach-s5pv210/Kconfig
> @@ -138,6 +138,9 @@ config MACH_SMDKV210
> select S3C_DEV_I2C2
> select S3C_DEV_RTC
> select S3C_DEV_WDT
> + select S5P_DEV_FIMC0
> + select S5P_DEV_FIMC1
> + select S5P_DEV_FIMC2
> select S5P_DEV_MFC
> select SAMSUNG_DEV_ADC
> select SAMSUNG_DEV_BACKLIGHT
> diff --git a/arch/arm/mach-s5pv210/mach-smdkv210.c b/arch/arm/mach-s5pv210/mach-smdkv210.c
> index d50cacd..038fc5f 100644
> --- a/arch/arm/mach-s5pv210/mach-smdkv210.c
> +++ b/arch/arm/mach-s5pv210/mach-smdkv210.c
> @@ -226,6 +226,9 @@ static struct platform_device *smdkv210_devices[] __initdata = {
> &s3c_device_rtc,
> &s3c_device_ts,
> &s3c_device_wdt,
> + &s5p_device_fimc0,
> + &s5p_device_fimc1,
> + &s5p_device_fimc2,
Sorry, this won't work, unless you add &s5p_device_fimc_md after all
s5p_fimc_device? entries. s5p_device_fimc_md is a platform device for
FIMC media device driver (/dev/media?), which registers all required
video nodes (mem-to-mem and video capture).
Complete board code for FIMC can be found in Goni (or Nuri) board files.
Does the above really work for you with 3.2-rc7 kernel ?
I've had prepared a patch adding s5p_device_fimc_md for the SMDK boards
that already register FIMC devices, but got distracted by other tasks
and finally I didn't send it for 3.2 :(
BTW, is there anyone interested in s3c64xx (s3c24xx) CAMIF v4l2 driver
in the mainline kernel ? I've started some works on it and could carry on
with that if there is some interest, so we can have something which
is in line with the mainline APIs.
--
Thanks,
Sylwester
next prev parent reply other threads:[~2011-12-26 16:28 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-26 10:00 [PATCH 0/4] ARM: S5PV210: Enable FIMC and MFC on SMDK C110 and V210 boards Sachin Kamat
2011-12-26 10:00 ` [PATCH 1/4] ARM: S5PV210: Enable MFC on SMDKV210 Sachin Kamat
2011-12-26 10:00 ` [PATCH 2/4] ARM: S5PV210: Enable MFC on SMDKC110 Sachin Kamat
2011-12-26 10:00 ` [PATCH 3/4] ARM: S5PV210: Enable FIMC on SMDKV210 Sachin Kamat
2011-12-26 11:54 ` Mark Brown
2011-12-26 12:00 ` Sachin Kamat
2011-12-26 16:27 ` Sylwester Nawrocki [this message]
2011-12-26 17:12 ` Sachin Kamat
2011-12-26 10:00 ` [PATCH 4/4] ARM: S5PV210: Enable FIMC on SMDKC110 Sachin Kamat
2011-12-27 6:09 ` [PATCH 0/4] ARM: S5PV210: Enable FIMC and MFC on SMDK C110 and V210 boards Sachin Kamat
2011-12-29 3:34 ` Kukjin Kim
2012-01-09 23:18 ` Jeongtae Park
2012-01-30 5:15 ` Sachin Kamat
2012-01-31 4:17 ` Kukjin Kim
2012-01-31 5:15 ` Sachin Kamat
2012-02-09 13:27 ` Kukjin Kim
2012-02-13 5:27 ` Sachin Kamat
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=4EF8A08E.9070808@gmail.com \
--to=snjw23@gmail.com \
--cc=kgene.kim@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=patches@linaro.org \
--cc=sachin.kamat@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 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.