Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753487AbaD1TYx (ORCPT ); Mon, 28 Apr 2014 15:24:53 -0400 Received: from mail-vc0-f171.google.com ([209.85.220.171]:44987 "EHLO mail-vc0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756697AbaD1TYv (ORCPT ); Mon, 28 Apr 2014 15:24:51 -0400 MIME-Version: 1.0 In-Reply-To: <53555C56.1040900@infradead.org> References: <1397415946.1555.16.camel@vger.seibold.net> <53555C56.1040900@infradead.org> Date: Mon, 28 Apr 2014 11:16:37 -0700 Message-ID: Subject: Re: X86: Impossible select Enhanced Real Time Clock Support (legacy PC RTC driver) From: John Stultz To: Randy Dunlap Cc: Stefani Seibold , "linux-kernel@vger.kernel.org" , Greg KH , "rtc-linux@googlegroups.com" , Alessandro Zummo , Prarit Bhargava Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 21, 2014 at 10:58 AM, Randy Dunlap wrote: > [adding more patch committers] > > On 04/13/2014 12:05 PM, Stefani Seibold wrote: >> Since some kernel version it is impossible to select the Enhanced Real >> Time Clock Support (legacy PC RTC driver) because RTC_LIB is set by >> default in arch/x86/Kconfig, but the rule for selecting CONFIG_RTC is >> RTC_LIB=n. So the code of driver/char/rtc is still useless. >> >> This breaks the API since there is no more misc device /dev/rtc >> available without a udev rule or a link to /dev/rtc0. So yea.. I feel like that /dev/rtcN renaming (and API) break (which was a huge and annoying pain) was back in the 2.6.18-ish era? But it sounds like the driver/char/rtc bit is dead code, and needs a cleanup? Or is there some use of that code that you need that the generic RTC layer doesn't have? thanks -john -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/