All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: "'Heiko Stübner'" <heiko@sntech.de>
Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org
Subject: RE: [PATCH] ARM: S3C24XX: let S3C2412_PM select S3C2412_PM_SLEEP
Date: Fri, 08 Feb 2013 14:47:50 -0800	[thread overview]
Message-ID: <1a5f01ce064e$53fc1c10$fbf45430$@samsung.com> (raw)
In-Reply-To: <201302052251.17152.heiko@sntech.de>

Heiko Stübner wrote:
> 
> The code to enter sleep is used by both the s3c2412 and s3c2416 and
> was thus factored out into an extra config option.
> 
> But it seems it was forgotten to add the appropriate select to the
> s3c2412 pm option, resulting in breakage when only compiling s3c2412
> support.
> 
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> ---
>  arch/arm/mach-s3c24xx/Kconfig |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-
> s3c24xx/Kconfig
> index 5e17e1d..ac61bb7 100644
> --- a/arch/arm/mach-s3c24xx/Kconfig
> +++ b/arch/arm/mach-s3c24xx/Kconfig
> @@ -301,6 +301,7 @@ config S3C2412_DMA
> 
>  config S3C2412_PM
>  	bool
> +	select S3C2412_PM_SLEEP
>  	help
>  	  Internal config node to apply S3C2412 power management
> 
> --
> 1.7.10.4

Looks good to me, applied.

Thanks

- Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: S3C24XX: let S3C2412_PM select S3C2412_PM_SLEEP
Date: Fri, 08 Feb 2013 14:47:50 -0800	[thread overview]
Message-ID: <1a5f01ce064e$53fc1c10$fbf45430$@samsung.com> (raw)
In-Reply-To: <201302052251.17152.heiko@sntech.de>

Heiko St?bner wrote:
> 
> The code to enter sleep is used by both the s3c2412 and s3c2416 and
> was thus factored out into an extra config option.
> 
> But it seems it was forgotten to add the appropriate select to the
> s3c2412 pm option, resulting in breakage when only compiling s3c2412
> support.
> 
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> ---
>  arch/arm/mach-s3c24xx/Kconfig |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-
> s3c24xx/Kconfig
> index 5e17e1d..ac61bb7 100644
> --- a/arch/arm/mach-s3c24xx/Kconfig
> +++ b/arch/arm/mach-s3c24xx/Kconfig
> @@ -301,6 +301,7 @@ config S3C2412_DMA
> 
>  config S3C2412_PM
>  	bool
> +	select S3C2412_PM_SLEEP
>  	help
>  	  Internal config node to apply S3C2412 power management
> 
> --
> 1.7.10.4

Looks good to me, applied.

Thanks

- Kukjin

  reply	other threads:[~2013-02-08 22:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-05 21:51 [PATCH] ARM: S3C24XX: let S3C2412_PM select S3C2412_PM_SLEEP Heiko Stübner
2013-02-05 21:51 ` Heiko Stübner
2013-02-08 22:47 ` Kukjin Kim [this message]
2013-02-08 22:47   ` 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='1a5f01ce064e$53fc1c10$fbf45430$@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=heiko@sntech.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.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.