All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: andrzej zaborowski <balrogg@gmail.com>
Cc: Linux OMAP <linux-omap-open-source@linux.omap.com>
Subject: Re: [PATCH] Disable old OMAP RTC driver if RTC_DRV_OMAP is enabled
Date: Tue, 5 Jun 2007 03:32:52 -0700	[thread overview]
Message-ID: <20070605103252.GG859@atomide.com> (raw)
In-Reply-To: <fb249edb0706040720t13ff9bfan8c31b2083959f7a3@mail.gmail.com>

* andrzej zaborowski <balrogg@gmail.com> [070604 07:25]:
> This time with the actual change.
>
> On 04/06/07, andrzej zaborowski <balrogg@gmail.com> wrote:
>> Make the old RTC driver depend on !RTC_DRV_OMAP to avoid conflicts. It
>> makes the new driver in rtc class take precedence over the old one.
>>
>> What's the status of the OMAP RTC in Character Devices?  Is it going
>> to be removed? Enabling both drivers results in an Oops on boot due to
>> name collision.

Yeah, let's get rid of it. Do you have a patch for that?

>> Signed-off-by: Andrzej Zaborowski <balrog@zabor.org>

> From 98d5a946f93a4ead2acbce23f1ee2cdb80c24c96 Mon Sep 17 00:00:00 2001
> From: Andrzej Zaborowski <balrog@zabor.org>
> Date: Mon, 4 Jun 2007 17:11:06 +0200
> Subject: [PATCH] Disable old OMAP RTC driver if DRV_RTC_OMAP is enabled.
> 
> ---
>  drivers/char/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
> index 8dd3475..d3ebf75 100644
> --- a/drivers/char/Kconfig
> +++ b/drivers/char/Kconfig
> @@ -843,7 +843,7 @@ config EFI_RTC
>  	depends on IA64
>  config OMAP_RTC
>  	bool "TI OMAP Real Time Clock"
> -	depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730
> +	depends on !RTC_DRV_OMAP && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730)
>  	help
>  	  Support for TI OMAP RTC
>  
> -- 
> 1.4.4.3
> 

Pushing this today.

Tony

      reply	other threads:[~2007-06-05 10:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-04 14:18 [PATCH] Disable old OMAP RTC driver if RTC_DRV_OMAP is enabled andrzej zaborowski
2007-06-04 14:20 ` andrzej zaborowski
2007-06-05 10:32   ` Tony Lindgren [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=20070605103252.GG859@atomide.com \
    --to=tony@atomide.com \
    --cc=balrogg@gmail.com \
    --cc=linux-omap-open-source@linux.omap.com \
    /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.