All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.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] ARM: EXYNOS: Enable G2D on SMDKV310
Date: Thu, 16 Feb 2012 22:06:54 +0900	[thread overview]
Message-ID: <4F3CFF6E.9010404@samsung.com> (raw)
In-Reply-To: <1325492711-15012-1-git-send-email-sachin.kamat@linaro.org>

On 01/02/12 17:25, Sachin Kamat wrote:
> This patch enables G2D support on SMDKV310 board.
>
> Signed-off-by: Sachin Kamat<sachin.kamat@linaro.org>
> ---
>   arch/arm/mach-exynos/Kconfig         |    1 +
>   arch/arm/mach-exynos/mach-smdkv310.c |    1 +
>   2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
> index bd4600e..a673d0d 100644
> --- a/arch/arm/mach-exynos/Kconfig
> +++ b/arch/arm/mach-exynos/Kconfig
> @@ -183,6 +183,7 @@ config MACH_SMDKV310
>   	select S5P_DEV_FIMC1
>   	select S5P_DEV_FIMC2
>   	select S5P_DEV_FIMC3
> +	select S5P_DEV_G2D
>   	select S5P_DEV_I2C_HDMIPHY
>   	select S5P_DEV_MFC
>   	select S5P_DEV_TV
> diff --git a/arch/arm/mach-exynos/mach-smdkv310.c b/arch/arm/mach-exynos/mach-smdkv310.c
> index b2c5557..8a5c23b 100644
> --- a/arch/arm/mach-exynos/mach-smdkv310.c
> +++ b/arch/arm/mach-exynos/mach-smdkv310.c
> @@ -270,6 +270,7 @@ static struct platform_device *smdkv310_devices[] __initdata = {
>   	&s5p_device_fimc1,
>   	&s5p_device_fimc2,
>   	&s5p_device_fimc3,
> +	&s5p_device_g2d,
>   	&exynos4_device_ac97,
>   	&exynos4_device_i2s0,
>   	&exynos4_device_ohci,

Looks ok, will apply.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

  parent reply	other threads:[~2012-02-16 13:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-02  8:25 [PATCH] ARM: EXYNOS: Enable G2D on SMDKV310 Sachin Kamat
2012-02-13  4:24 ` Sachin Kamat
2012-02-16 13:06 ` Kukjin Kim [this message]
2012-03-08 11:41   ` Sachin Kamat
2012-03-09 15:33     ` Kukjin Kim

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=4F3CFF6E.9010404@samsung.com \
    --to=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.