linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] genrtc: disable genrtc on Blackfin systems
@ 2008-11-18  7:00 Bryan Wu
  2008-11-18 10:33 ` Alessandro Zummo
  2008-11-19  6:26 ` Andrew Morton
  0 siblings, 2 replies; 4+ messages in thread
From: Bryan Wu @ 2008-11-18  7:00 UTC (permalink / raw)
  To: a.zummo, rtc-linux; +Cc: akpm, linux-kernel, Mike Frysinger, Bryan Wu

From: Mike Frysinger <vapier.adi@gmail.com>

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
---
 drivers/char/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
index 43d6ba8..a92a60a 100644
--- a/drivers/char/Kconfig
+++ b/drivers/char/Kconfig
@@ -814,7 +814,7 @@ config JS_RTC
 
 config GEN_RTC
 	tristate "Generic /dev/rtc emulation"
-	depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV && !S390 && !SUPERH && !AVR32
+	depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV && !S390 && !SUPERH && !AVR32 && !BLACKFIN
 	---help---
 	  If you say Y here and create a character special file /dev/rtc with
 	  major number 10 and minor number 135 using mknod ("man mknod"), you
-- 
1.5.6.3

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

* Re: [PATCH] genrtc: disable genrtc on Blackfin systems
  2008-11-18  7:00 [PATCH] genrtc: disable genrtc on Blackfin systems Bryan Wu
@ 2008-11-18 10:33 ` Alessandro Zummo
  2008-11-19  6:26 ` Andrew Morton
  1 sibling, 0 replies; 4+ messages in thread
From: Alessandro Zummo @ 2008-11-18 10:33 UTC (permalink / raw)
  To: Bryan Wu, akpm
  Cc: a.zummo, rtc-linux, akpm, linux-kernel, Mike Frysinger, Bryan Wu

On Tue, 18 Nov 2008 15:00:15 +0800
Bryan Wu <cooloney@kernel.org> wrote:

> From: Mike Frysinger <vapier.adi@gmail.com>
> 
> Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
> Signed-off-by: Bryan Wu <cooloney@kernel.org>

 Another kill, great! :)
 
 Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
-- 

 Best regards,

 Alessandro Zummo,
  Tower Technologies - Torino, Italy

  http://www.towertech.it


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

* Re: [PATCH] genrtc: disable genrtc on Blackfin systems
  2008-11-18  7:00 [PATCH] genrtc: disable genrtc on Blackfin systems Bryan Wu
  2008-11-18 10:33 ` Alessandro Zummo
@ 2008-11-19  6:26 ` Andrew Morton
  2008-11-19 13:38   ` Mike Frysinger
  1 sibling, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2008-11-19  6:26 UTC (permalink / raw)
  To: Bryan Wu; +Cc: a.zummo, rtc-linux, linux-kernel, Mike Frysinger

On Tue, 18 Nov 2008 15:00:15 +0800 Bryan Wu <cooloney@kernel.org> wrote:

> From: Mike Frysinger <vapier.adi@gmail.com>
> 
> Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
> Signed-off-by: Bryan Wu <cooloney@kernel.org>

What is the reason for this change?

> diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
> index 43d6ba8..a92a60a 100644
> --- a/drivers/char/Kconfig
> +++ b/drivers/char/Kconfig
> @@ -814,7 +814,7 @@ config JS_RTC
>  
>  config GEN_RTC
>  	tristate "Generic /dev/rtc emulation"
> -	depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV && !S390 && !SUPERH && !AVR32
> +	depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV && !S390 && !SUPERH && !AVR32 && !BLACKFIN

Gawd that's stupid.  It'd be much better to add a new
CONFIG_ARCH_SUPPORTS_GENRTC in arch/*/Kconfig.

Oh well.  I suppose we can run with this patch for now.  Once we know
what it's for.


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

* Re: [PATCH] genrtc: disable genrtc on Blackfin systems
  2008-11-19  6:26 ` Andrew Morton
@ 2008-11-19 13:38   ` Mike Frysinger
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2008-11-19 13:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Bryan Wu, a.zummo, rtc-linux, linux-kernel

On Wed, Nov 19, 2008 at 01:26, Andrew Morton wrote:
> On Tue, 18 Nov 2008 15:00:15 +0800 Bryan Wu wrote:
>
>> From: Mike Frysinger <vapier.adi@gmail.com>
>>
>> Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
>> Signed-off-by: Bryan Wu <cooloney@kernel.org>
>
> What is the reason for this change?

if it doesnt work on a platform, then it shouldnt be available.  the
arch list kind of implies that this is like x86 specific anyways ...
-mike

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

end of thread, other threads:[~2008-11-19 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-18  7:00 [PATCH] genrtc: disable genrtc on Blackfin systems Bryan Wu
2008-11-18 10:33 ` Alessandro Zummo
2008-11-19  6:26 ` Andrew Morton
2008-11-19 13:38   ` Mike Frysinger

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).