2007-06-15 16:10:18

by Atsushi Nemoto

[permalink] [raw]
Subject: RTC_CLASS is still considered as EXPERIMENTAL?

The generic RTC subsystem was added to kernel 2.6.17 which was
released a years ago. Since then, many drivers were added to the
subsystem without major API changes, I think.

It is mature enough to remove EXPERIMENTAL label from RTC_CLASS, isn't
it?

---
Atsushi Nemoto


2007-06-15 18:27:00

by Alessandro Zummo

[permalink] [raw]
Subject: Re: [rtc-linux] RTC_CLASS is still considered as EXPERIMENTAL?

On Sat, 16 Jun 2007 01:10:37 +0900 (JST)
Atsushi Nemoto <[email protected]> wrote:

>
> The generic RTC subsystem was added to kernel 2.6.17 which was
> released a years ago. Since then, many drivers were added to the
> subsystem without major API changes, I think.
>
> It is mature enough to remove EXPERIMENTAL label from RTC_CLASS, isn't
> it?

I'd say yes, I will submit a patch. ty.
--

Best regards,

Alessandro Zummo,
Tower Technologies - Torino, Italy

http://www.towertech.it

2007-06-19 12:09:39

by Alessandro Zummo

[permalink] [raw]
Subject: Re: [rtc-linux] RTC_CLASS is still considered as EXPERIMENTAL?

On Fri, 15 Jun 2007 20:19:59 +0200
Alessandro Zummo <[email protected]> wrote:

> On Sat, 16 Jun 2007 01:10:37 +0900 (JST)
> Atsushi Nemoto <[email protected]> wrote:
>
> >
> > The generic RTC subsystem was added to kernel 2.6.17 which was
> > released a years ago. Since then, many drivers were added to the
> > subsystem without major API changes, I think.
> >
> > It is mature enough to remove EXPERIMENTAL label from RTC_CLASS, isn't
> > it?
>
> I'd say yes, I will submit a patch. ty.

RTC class is mature enough.

Signed-off-by: Alessandro Zummo <[email protected]>


---
drivers/rtc/Kconfig | 1 -
1 file changed, 1 deletion(-)

--- linux-i386.orig/drivers/rtc/Kconfig 2007-06-18 23:43:28.000000000 +0200
+++ linux-i386/drivers/rtc/Kconfig 2007-06-19 14:06:09.000000000 +0200
@@ -10,7 +10,6 @@ config RTC_LIB

config RTC_CLASS
tristate "RTC class"
- depends on EXPERIMENTAL
default n
select RTC_LIB
help

2007-06-19 15:02:45

by Atsushi Nemoto

[permalink] [raw]
Subject: Re: [rtc-linux] RTC_CLASS is still considered as EXPERIMENTAL?

On Tue, 19 Jun 2007 14:09:19 +0200, Alessandro Zummo <[email protected]> wrote:
> > > It is mature enough to remove EXPERIMENTAL label from RTC_CLASS, isn't
> > > it?
> >
> > I'd say yes, I will submit a patch. ty.
>
> RTC class is mature enough.
>
> Signed-off-by: Alessandro Zummo <[email protected]>

Thanks. I suppose this helps dropping CONFIG_EXPERIMENTAL from some
defconfigs.

---
Atsushi Nemoto