All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][RESEND] ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL
@ 2012-03-20 20:20 ` Heiko Stübner
  0 siblings, 0 replies; 10+ messages in thread
From: Heiko Stübner @ 2012-03-20 20:20 UTC (permalink / raw)
  To: kgene.kim, ben-linux
  Cc: linux-arm-kernel, linux-samsung-soc, Maurus Cuelenaere

From: Maurus Cuelenaere <mcuelenaere@gmail.com>

When selecting SAMSUNG_PM_DEBUG, it complains about a missing printascii()
function if you do not select DEBUG_LL, so make the former select the latter.

Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
Acked-by: Heiko Stuebner <heiko@sntech.de>
---
This was originally sent in september 2010, but seems to have been forgotten.
As this problem has bitten me today, here it is again.

 arch/arm/plat-samsung/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 6a2abe6..ec84c1a 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -302,6 +302,7 @@ comment "Power management"
 config SAMSUNG_PM_DEBUG
 	bool "S3C2410 PM Suspend debug"
 	depends on PM
+	select DEBUG_LL
 	help
 	  Say Y here if you want verbose debugging from the PM Suspend and
 	  Resume code. See <file:Documentation/arm/Samsung-S3C24XX/Suspend.txt>
-- 
1.7.2.3

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH][RESEND] ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL
@ 2012-03-20 20:20 ` Heiko Stübner
  0 siblings, 0 replies; 10+ messages in thread
From: Heiko Stübner @ 2012-03-20 20:20 UTC (permalink / raw)
  To: linux-arm-kernel

From: Maurus Cuelenaere <mcuelenaere@gmail.com>

When selecting SAMSUNG_PM_DEBUG, it complains about a missing printascii()
function if you do not select DEBUG_LL, so make the former select the latter.

Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
Acked-by: Heiko Stuebner <heiko@sntech.de>
---
This was originally sent in september 2010, but seems to have been forgotten.
As this problem has bitten me today, here it is again.

 arch/arm/plat-samsung/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 6a2abe6..ec84c1a 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -302,6 +302,7 @@ comment "Power management"
 config SAMSUNG_PM_DEBUG
 	bool "S3C2410 PM Suspend debug"
 	depends on PM
+	select DEBUG_LL
 	help
 	  Say Y here if you want verbose debugging from the PM Suspend and
 	  Resume code. See <file:Documentation/arm/Samsung-S3C24XX/Suspend.txt>
-- 
1.7.2.3

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH][RESEND] ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL
  2012-03-20 20:20 ` Heiko Stübner
@ 2012-03-22 14:39   ` Kukjin Kim
  -1 siblings, 0 replies; 10+ messages in thread
From: Kukjin Kim @ 2012-03-22 14:39 UTC (permalink / raw)
  To: Heiko Stübner
  Cc: kgene.kim, ben-linux, linux-arm-kernel, linux-samsung-soc,
	Maurus Cuelenaere

On 03/20/12 13:20, Heiko Stübner wrote:
> From: Maurus Cuelenaere<mcuelenaere@gmail.com>
>
> When selecting SAMSUNG_PM_DEBUG, it complains about a missing printascii()
> function if you do not select DEBUG_LL, so make the former select the latter.
>
> Signed-off-by: Maurus Cuelenaere<mcuelenaere@gmail.com>
> Acked-by: Heiko Stuebner<heiko@sntech.de>
> ---
> This was originally sent in september 2010, but seems to have been forgotten.
> As this problem has bitten me today, here it is again.
>
Yeah, missed. Looks good to me and will apply.

Thanks.

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

>   arch/arm/plat-samsung/Kconfig |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
> index 6a2abe6..ec84c1a 100644
> --- a/arch/arm/plat-samsung/Kconfig
> +++ b/arch/arm/plat-samsung/Kconfig
> @@ -302,6 +302,7 @@ comment "Power management"
>   config SAMSUNG_PM_DEBUG
>   	bool "S3C2410 PM Suspend debug"
>   	depends on PM
> +	select DEBUG_LL
>   	help
>   	  Say Y here if you want verbose debugging from the PM Suspend and
>   	  Resume code. See<file:Documentation/arm/Samsung-S3C24XX/Suspend.txt>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH][RESEND] ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL
@ 2012-03-22 14:39   ` Kukjin Kim
  0 siblings, 0 replies; 10+ messages in thread
From: Kukjin Kim @ 2012-03-22 14:39 UTC (permalink / raw)
  To: linux-arm-kernel

On 03/20/12 13:20, Heiko St?bner wrote:
> From: Maurus Cuelenaere<mcuelenaere@gmail.com>
>
> When selecting SAMSUNG_PM_DEBUG, it complains about a missing printascii()
> function if you do not select DEBUG_LL, so make the former select the latter.
>
> Signed-off-by: Maurus Cuelenaere<mcuelenaere@gmail.com>
> Acked-by: Heiko Stuebner<heiko@sntech.de>
> ---
> This was originally sent in september 2010, but seems to have been forgotten.
> As this problem has bitten me today, here it is again.
>
Yeah, missed. Looks good to me and will apply.

Thanks.

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

>   arch/arm/plat-samsung/Kconfig |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
> index 6a2abe6..ec84c1a 100644
> --- a/arch/arm/plat-samsung/Kconfig
> +++ b/arch/arm/plat-samsung/Kconfig
> @@ -302,6 +302,7 @@ comment "Power management"
>   config SAMSUNG_PM_DEBUG
>   	bool "S3C2410 PM Suspend debug"
>   	depends on PM
> +	select DEBUG_LL
>   	help
>   	  Say Y here if you want verbose debugging from the PM Suspend and
>   	  Resume code. See<file:Documentation/arm/Samsung-S3C24XX/Suspend.txt>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH][RESEND] ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL
  2012-03-22 14:39   ` Kukjin Kim
@ 2012-04-12 12:11     ` Heiko Stübner
  -1 siblings, 0 replies; 10+ messages in thread
From: Heiko Stübner @ 2012-04-12 12:11 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: ben-linux, linux-arm-kernel, linux-samsung-soc, Maurus Cuelenaere

Am Donnerstag, 22. März 2012, 15:39:06 schrieb Kukjin Kim:
> On 03/20/12 13:20, Heiko Stübner wrote:
> > From: Maurus Cuelenaere<mcuelenaere@gmail.com>
> > 
> > When selecting SAMSUNG_PM_DEBUG, it complains about a missing
> > printascii() function if you do not select DEBUG_LL, so make the former
> > select the latter.
> > 
> > Signed-off-by: Maurus Cuelenaere<mcuelenaere@gmail.com>
> > Acked-by: Heiko Stuebner<heiko@sntech.de>
> > ---
> > This was originally sent in september 2010, but seems to have been
> > forgotten. As this problem has bitten me today, here it is again.
> 
> Yeah, missed. Looks good to me and will apply.

thanks, but it seems I can't find it in the linux-samsung git currently.

Any news on this?

Thanks
Heiko

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH][RESEND] ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL
@ 2012-04-12 12:11     ` Heiko Stübner
  0 siblings, 0 replies; 10+ messages in thread
From: Heiko Stübner @ 2012-04-12 12:11 UTC (permalink / raw)
  To: linux-arm-kernel

Am Donnerstag, 22. M?rz 2012, 15:39:06 schrieb Kukjin Kim:
> On 03/20/12 13:20, Heiko St?bner wrote:
> > From: Maurus Cuelenaere<mcuelenaere@gmail.com>
> > 
> > When selecting SAMSUNG_PM_DEBUG, it complains about a missing
> > printascii() function if you do not select DEBUG_LL, so make the former
> > select the latter.
> > 
> > Signed-off-by: Maurus Cuelenaere<mcuelenaere@gmail.com>
> > Acked-by: Heiko Stuebner<heiko@sntech.de>
> > ---
> > This was originally sent in september 2010, but seems to have been
> > forgotten. As this problem has bitten me today, here it is again.
> 
> Yeah, missed. Looks good to me and will apply.

thanks, but it seems I can't find it in the linux-samsung git currently.

Any news on this?

Thanks
Heiko

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH][RESEND] ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL
  2012-04-12 12:11     ` Heiko Stübner
@ 2012-04-14 15:44       ` Kukjin Kim
  -1 siblings, 0 replies; 10+ messages in thread
From: Kukjin Kim @ 2012-04-14 15:44 UTC (permalink / raw)
  To: Heiko Stübner
  Cc: Kukjin Kim, ben-linux, linux-arm-kernel, linux-samsung-soc,
	Maurus Cuelenaere

On 04/12/12 05:11, Heiko Stübner wrote:
> Am Donnerstag, 22. März 2012, 15:39:06 schrieb Kukjin Kim:
>> On 03/20/12 13:20, Heiko Stübner wrote:
>>> From: Maurus Cuelenaere<mcuelenaere@gmail.com>
>>>
>>> When selecting SAMSUNG_PM_DEBUG, it complains about a missing
>>> printascii() function if you do not select DEBUG_LL, so make the former
>>> select the latter.
>>>
>>> Signed-off-by: Maurus Cuelenaere<mcuelenaere@gmail.com>
>>> Acked-by: Heiko Stuebner<heiko@sntech.de>
>>> ---
>>> This was originally sent in september 2010, but seems to have been
>>> forgotten. As this problem has bitten me today, here it is again.
>>
>> Yeah, missed. Looks good to me and will apply.
>
> thanks, but it seems I can't find it in the linux-samsung git currently.
>
> Any news on this?
>
Oops, I didn't push :( thanks for your reminder.

You can see it now :)

Ah one more note will look at your s3c24xx patches in the beginning of 
next week, sorry for late.

Thanks.

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH][RESEND] ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL
@ 2012-04-14 15:44       ` Kukjin Kim
  0 siblings, 0 replies; 10+ messages in thread
From: Kukjin Kim @ 2012-04-14 15:44 UTC (permalink / raw)
  To: linux-arm-kernel

On 04/12/12 05:11, Heiko St?bner wrote:
> Am Donnerstag, 22. M?rz 2012, 15:39:06 schrieb Kukjin Kim:
>> On 03/20/12 13:20, Heiko St?bner wrote:
>>> From: Maurus Cuelenaere<mcuelenaere@gmail.com>
>>>
>>> When selecting SAMSUNG_PM_DEBUG, it complains about a missing
>>> printascii() function if you do not select DEBUG_LL, so make the former
>>> select the latter.
>>>
>>> Signed-off-by: Maurus Cuelenaere<mcuelenaere@gmail.com>
>>> Acked-by: Heiko Stuebner<heiko@sntech.de>
>>> ---
>>> This was originally sent in september 2010, but seems to have been
>>> forgotten. As this problem has bitten me today, here it is again.
>>
>> Yeah, missed. Looks good to me and will apply.
>
> thanks, but it seems I can't find it in the linux-samsung git currently.
>
> Any news on this?
>
Oops, I didn't push :( thanks for your reminder.

You can see it now :)

Ah one more note will look at your s3c24xx patches in the beginning of 
next week, sorry for late.

Thanks.

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH][RESEND] ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL
  2012-04-14 15:44       ` Kukjin Kim
@ 2012-04-24  9:24         ` Heiko Stübner
  -1 siblings, 0 replies; 10+ messages in thread
From: Heiko Stübner @ 2012-04-24  9:24 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: ben-linux, linux-arm-kernel, linux-samsung-soc, Maurus Cuelenaere

Hi Kgene,

Am Samstag, 14. April 2012, 17:44:49 schrieb Kukjin Kim:
> Ah one more note will look at your s3c24xx patches in the beginning of
> next week, sorry for late.

ping for this

I'd really like to get the irq and hsspi support sorted for 3.5 .

Thanks
Heiko

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH][RESEND] ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL
@ 2012-04-24  9:24         ` Heiko Stübner
  0 siblings, 0 replies; 10+ messages in thread
From: Heiko Stübner @ 2012-04-24  9:24 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Kgene,

Am Samstag, 14. April 2012, 17:44:49 schrieb Kukjin Kim:
> Ah one more note will look at your s3c24xx patches in the beginning of
> next week, sorry for late.

ping for this

I'd really like to get the irq and hsspi support sorted for 3.5 .

Thanks
Heiko

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-04-24  9:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-20 20:20 [PATCH][RESEND] ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL Heiko Stübner
2012-03-20 20:20 ` Heiko Stübner
2012-03-22 14:39 ` Kukjin Kim
2012-03-22 14:39   ` Kukjin Kim
2012-04-12 12:11   ` Heiko Stübner
2012-04-12 12:11     ` Heiko Stübner
2012-04-14 15:44     ` Kukjin Kim
2012-04-14 15:44       ` Kukjin Kim
2012-04-24  9:24       ` Heiko Stübner
2012-04-24  9:24         ` Heiko Stübner

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.