linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shaik Ameer Basha <shaik.samsung@gmail.com>
To: Mauro Carvalho Chehab <m.chehab@samsung.com>
Cc: Shaik Ameer Basha <shaik.ameer@samsung.com>,
	LMML <linux-media@vger.kernel.org>,
	linux-samsung-soc@vger.kernel.org,
	Sylwester Nawrocki <s.nawrocki@samsung.com>,
	Pawel Osciak <posciak@google.com>,
	Inki Dae <inki.dae@samsung.com>,
	Hans Verkuil <hverkuil@xs4all.nl>
Subject: Re: [PATCH v4 2/4] [media] exynos-scaler: Add core functionality for the SCALER driver
Date: Tue, 7 Jan 2014 09:29:12 +0530	[thread overview]
Message-ID: <CAOD6ATpYUCqx5zdYTev4Us8paiX4WRB8P1Vma_9VuinX3dZ3UA@mail.gmail.com> (raw)
In-Reply-To: <20140102182532.715b427e@samsung.com>

Hi Mauro,

Thanks for the reveiw.

On Fri, Jan 3, 2014 at 1:55 AM, Mauro Carvalho Chehab
<m.chehab@samsung.com> wrote:
> Em Fri,  4 Oct 2013 17:56:32 +0530
> Shaik Ameer Basha <shaik.ameer@samsung.com> escreveu:
>
>> This patch adds the core functionality for the SCALER driver.
>>
>> Signed-off-by: Shaik Ameer Basha <shaik.ameer@samsung.com>
>> ---
>>  drivers/media/platform/exynos-scaler/scaler.c | 1238 +++++++++++++++++++++++++
>>  drivers/media/platform/exynos-scaler/scaler.h |  375 ++++++++
>>  2 files changed, 1613 insertions(+)
>>  create mode 100644 drivers/media/platform/exynos-scaler/scaler.c
>>  create mode 100644 drivers/media/platform/exynos-scaler/scaler.h
>>
>> diff --git a/drivers/media/platform/exynos-scaler/scaler.c b/drivers/media/platform/exynos-scaler/scaler.c
>> new file mode 100644
>> index 0000000..57635f2
>> --- /dev/null
>> +++ b/drivers/media/platform/exynos-scaler/scaler.c
>> @@ -0,0 +1,1238 @@
>> +/*
>> + * Copyright (c) 2013 Samsung Electronics Co., Ltd.
>> + *           http://www.samsung.com
>> + *
>> + * Samsung EXYNOS5 SoC series SCALER driver
>> + *
>> + * This program is free software; you can redistribute it and/or modify
>> + * it under the terms of the GNU General Public License version 2 as
>> + * published by the Free Software Foundation.
>> + */
>> +
>> +#include <linux/clk.h>
>> +#include <linux/interrupt.h>
>> +#include <linux/module.h>
>> +#include <linux/of_platform.h>
>> +#include <linux/pm_runtime.h>
>> +
>> +#include "scaler-regs.h"
>> +
>> +#define SCALER_CLOCK_GATE_NAME       "scaler"
>> +
>> +static const struct scaler_fmt scaler_formats[] = {
>> +     {
>> +             .name           = "YUV 4:2:0 non-contig. 2p, Y/CbCr",
>> +             .pixelformat    = V4L2_PIX_FMT_NV12M,
>> +             .depth          = { 8, 4 },
>> +             .color          = SCALER_YUV420,
>> +             .color_order    = SCALER_CBCR,
>> +             .num_planes     = 2,
>> +             .num_comp       = 2,
>> +             .scaler_color   = SCALER_YUV420_2P_Y_UV,
>> +             .flags          = (SCALER_FMT_SRC | SCALER_FMT_DST),
>
> Not a big deal, but you don't need parenthesis for any of those .flags
> initialization.
>

Ok. I will fix this. and all other comments given by you in this patch series.

Regards,
Shaik Ameer Basha


[...] Snip

>
> --
>
> Cheers,
> Mauro
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2014-01-07  3:59 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-04 12:26 [PATCH v4 0/4] Exynos5 Series SCALER Driver Shaik Ameer Basha
2013-10-04 12:26 ` [PATCH v4 1/4] [media] exynos-scaler: Add new driver for Exynos5 SCALER Shaik Ameer Basha
2013-10-18  8:57   ` Sylwester Nawrocki
2013-10-20 12:33     ` Shaik Ameer Basha
2013-10-20 18:25       ` Sylwester Nawrocki
2014-01-02 20:18   ` Mauro Carvalho Chehab
2014-01-07  3:52     ` Shaik Ameer Basha
2013-10-04 12:26 ` [PATCH v4 2/4] [media] exynos-scaler: Add core functionality for the SCALER driver Shaik Ameer Basha
2013-10-18  9:07   ` Sylwester Nawrocki
2014-01-02 20:25   ` Mauro Carvalho Chehab
2014-01-07  3:59     ` Shaik Ameer Basha [this message]
2013-10-04 12:26 ` [PATCH v4 3/4] [media] exynos-scaler: Add m2m " Shaik Ameer Basha
2013-10-16  9:56   ` Kamil Debski
2013-10-18  5:41     ` Arun Kumar K
2013-10-18  9:11   ` Sylwester Nawrocki
2013-10-04 12:26 ` [PATCH v4 4/4] [media] exynos-scaler: Add DT bindings for " Shaik Ameer Basha
2013-10-18  9:14   ` Sylwester Nawrocki

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=CAOD6ATpYUCqx5zdYTev4Us8paiX4WRB8P1Vma_9VuinX3dZ3UA@mail.gmail.com \
    --to=shaik.samsung@gmail.com \
    --cc=hverkuil@xs4all.nl \
    --cc=inki.dae@samsung.com \
    --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 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).