All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Kukjin Kim <kgene.kim@samsung.com>,
	Marek Szyprowski <m.szyprowski@samsung.com>,
	Sachin Kamat <sachin.kamat@linaro.org>
Subject: Re: [PATCHv5] ARM: Exynos: Register JPEG on nuri
Date: Fri, 09 Mar 2012 08:26:23 -0800	[thread overview]
Message-ID: <4F5A2F2F.4080008@samsung.com> (raw)
In-Reply-To: <1330083894-18769-1-git-send-email-andrzej.p@samsung.com>

On 02/24/12 03:44, Andrzej Pietrasiewicz wrote:
> ARM: Exynos: Register JPEG on nuri
>
> Signed-off-by: Andrzej Pietrasiewicz<andrzej.p@samsung.com>
> Signed-off-by: Kyungmin Park<kyungmin.park@samsung.com>
> ---
>
> This is in response to:
> http://www.spinics.net/lists/linux-samsung-soc/msg09530.html
>
> Now it should apply cleanly.
>
> @Sachin: Thank you for spotting the problem.
>
>   arch/arm/mach-exynos/Kconfig     |    1 +
>   arch/arm/mach-exynos/mach-nuri.c |    1 +
>   2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
> index a95146b..6db7dd2 100644
> --- a/arch/arm/mach-exynos/Kconfig
> +++ b/arch/arm/mach-exynos/Kconfig
> @@ -265,6 +265,7 @@ config MACH_NURI
>   	select S3C_DEV_I2C5
>   	select S3C_DEV_I2C6
>   	select S5P_DEV_CSIS0
> +	select S5P_DEV_JPEG
>   	select S5P_DEV_FIMC0
>   	select S5P_DEV_FIMC1
>   	select S5P_DEV_FIMC2
> diff --git a/arch/arm/mach-exynos/mach-nuri.c b/arch/arm/mach-exynos/mach-nuri.c
> index a6b9162..8016649 100644
> --- a/arch/arm/mach-exynos/mach-nuri.c
> +++ b/arch/arm/mach-exynos/mach-nuri.c
> @@ -1320,6 +1320,7 @@ static struct platform_device *nuri_devices[] __initdata = {
>   	&i2c9_gpio,
>   	&s3c_device_adc,
>   	&s5p_device_g2d,
> +	&s5p_device_jpeg,
>   	&s3c_device_rtc,
>   	&s5p_device_mfc,
>   	&s5p_device_mfc_l,

OK, applied.
Thanks.

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

      reply	other threads:[~2012-03-09 16:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-24 11:44 [PATCHv5] ARM: Exynos: Register JPEG on nuri Andrzej Pietrasiewicz
2012-03-09 16:26 ` Kukjin Kim [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=4F5A2F2F.4080008@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=andrzej.p@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --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.