From: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
To: Shaik Ameer Basha <shaik.ameer@samsung.com>
Cc: linux-media@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
s.nawrocki@samsung.com, posciak@google.com, hverkuil@xs4all.nl,
m.chehab@samsung.com
Subject: Re: [PATCH v5 3/4] [media] exynos-scaler: Add m2m functionality for the SCALER driver
Date: Thu, 09 Jan 2014 09:31:25 +0100 [thread overview]
Message-ID: <2693737.HeuDsQMSy5@amdc1032> (raw)
In-Reply-To: <1389238094-19386-4-git-send-email-shaik.ameer@samsung.com>
Hi,
On Thursday, January 09, 2014 08:58:13 AM Shaik Ameer Basha wrote:
> This patch adds the Makefile and memory to memory (m2m) interface
> functionality for the SCALER driver.
>
> [arun.kk@samsung.com: fix compilation issues]
>
> Signed-off-by: Shaik Ameer Basha <shaik.ameer@samsung.com>
> Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> ---
> drivers/media/platform/Kconfig | 8 +
> drivers/media/platform/Makefile | 1 +
> drivers/media/platform/exynos-scaler/Makefile | 3 +
> drivers/media/platform/exynos-scaler/scaler-m2m.c | 788 +++++++++++++++++++++
It would be cleaner to add Kconfig + Makefiles in the same patch
that adds core functionality (patch #2) and then switch the order of
patch #2 and patch #3.
> 4 files changed, 800 insertions(+)
> create mode 100644 drivers/media/platform/exynos-scaler/Makefile
> create mode 100644 drivers/media/platform/exynos-scaler/scaler-m2m.c
>
> diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
> index b2a4403..aec5b80 100644
> --- a/drivers/media/platform/Kconfig
> +++ b/drivers/media/platform/Kconfig
> @@ -196,6 +196,14 @@ config VIDEO_SAMSUNG_EXYNOS_GSC
> help
> This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
>
> +config VIDEO_SAMSUNG_EXYNOS_SCALER
> + tristate "Samsung Exynos SCALER driver"
> + depends on OF && VIDEO_DEV && VIDEO_V4L2 && ARCH_EXYNOS5
Please check for EXYNOS5410 and EXYNOS5420 explicitly instead
of checking just for ARCH_EXYNOS5.
Also this config option doesn't need to depend on OF since
the whole EXYNOS support is OF only now.
> + select VIDEOBUF2_DMA_CONTIG
> + select V4L2_MEM2MEM_DEV
> + help
> + This is a v4l2 driver for Samsung EXYNOS5410/5420 SoC SCALER.
> +
> config VIDEO_SH_VEU
> tristate "SuperH VEU mem2mem video processing driver"
> depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
WARNING: multiple messages have this Message-ID (diff)
From: b.zolnierkie@samsung.com (Bartlomiej Zolnierkiewicz)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 3/4] [media] exynos-scaler: Add m2m functionality for the SCALER driver
Date: Thu, 09 Jan 2014 09:31:25 +0100 [thread overview]
Message-ID: <2693737.HeuDsQMSy5@amdc1032> (raw)
In-Reply-To: <1389238094-19386-4-git-send-email-shaik.ameer@samsung.com>
Hi,
On Thursday, January 09, 2014 08:58:13 AM Shaik Ameer Basha wrote:
> This patch adds the Makefile and memory to memory (m2m) interface
> functionality for the SCALER driver.
>
> [arun.kk at samsung.com: fix compilation issues]
>
> Signed-off-by: Shaik Ameer Basha <shaik.ameer@samsung.com>
> Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> ---
> drivers/media/platform/Kconfig | 8 +
> drivers/media/platform/Makefile | 1 +
> drivers/media/platform/exynos-scaler/Makefile | 3 +
> drivers/media/platform/exynos-scaler/scaler-m2m.c | 788 +++++++++++++++++++++
It would be cleaner to add Kconfig + Makefiles in the same patch
that adds core functionality (patch #2) and then switch the order of
patch #2 and patch #3.
> 4 files changed, 800 insertions(+)
> create mode 100644 drivers/media/platform/exynos-scaler/Makefile
> create mode 100644 drivers/media/platform/exynos-scaler/scaler-m2m.c
>
> diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
> index b2a4403..aec5b80 100644
> --- a/drivers/media/platform/Kconfig
> +++ b/drivers/media/platform/Kconfig
> @@ -196,6 +196,14 @@ config VIDEO_SAMSUNG_EXYNOS_GSC
> help
> This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
>
> +config VIDEO_SAMSUNG_EXYNOS_SCALER
> + tristate "Samsung Exynos SCALER driver"
> + depends on OF && VIDEO_DEV && VIDEO_V4L2 && ARCH_EXYNOS5
Please check for EXYNOS5410 and EXYNOS5420 explicitly instead
of checking just for ARCH_EXYNOS5.
Also this config option doesn't need to depend on OF since
the whole EXYNOS support is OF only now.
> + select VIDEOBUF2_DMA_CONTIG
> + select V4L2_MEM2MEM_DEV
> + help
> + This is a v4l2 driver for Samsung EXYNOS5410/5420 SoC SCALER.
> +
> config VIDEO_SH_VEU
> tristate "SuperH VEU mem2mem video processing driver"
> depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
next prev parent reply other threads:[~2014-01-09 8:31 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-09 3:28 [PATCH v5 0/4] Exynos5 Series SCALER Driver Shaik Ameer Basha
2014-01-09 3:28 ` Shaik Ameer Basha
2014-01-09 3:28 ` [PATCH v5 1/4] [media] exynos-scaler: Add new driver for Exynos5 SCALER Shaik Ameer Basha
2014-01-09 3:28 ` Shaik Ameer Basha
2014-01-09 3:28 ` [PATCH v5 2/4] [media] exynos-scaler: Add core functionality for the SCALER driver Shaik Ameer Basha
2014-01-09 3:28 ` Shaik Ameer Basha
2014-01-09 8:35 ` Bartlomiej Zolnierkiewicz
2014-01-09 8:35 ` Bartlomiej Zolnierkiewicz
2014-01-09 3:28 ` [PATCH v5 3/4] [media] exynos-scaler: Add m2m " Shaik Ameer Basha
2014-01-09 3:28 ` Shaik Ameer Basha
2014-01-09 8:31 ` Bartlomiej Zolnierkiewicz [this message]
2014-01-09 8:31 ` Bartlomiej Zolnierkiewicz
2014-01-09 3:28 ` [PATCH v5 4/4] [media] exynos-scaler: Add DT bindings for " Shaik Ameer Basha
2014-01-09 3:28 ` Shaik Ameer Basha
2014-01-09 9:20 ` Bartlomiej Zolnierkiewicz
2014-01-09 9:20 ` Bartlomiej Zolnierkiewicz
2014-01-20 14:34 ` Shaik Ameer Basha
2014-01-20 14:34 ` Shaik Ameer Basha
2014-01-24 16:09 ` Tomasz Figa
2014-01-24 16:09 ` Tomasz Figa
2014-01-31 6:47 ` Shaik Ameer Basha
2014-01-31 6:47 ` Shaik Ameer Basha
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=2693737.HeuDsQMSy5@amdc1032 \
--to=b.zolnierkie@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=hverkuil@xs4all.nl \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.chehab@samsung.com \
--cc=posciak@google.com \
--cc=s.nawrocki@samsung.com \
--cc=shaik.ameer@samsung.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 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.