linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] RTC subsystem
@ 2006-03-04 16:42 Alessandro Zummo
  2006-03-04 16:42 ` [PATCH 01/13] RTC Subsystem, library functions Alessandro Zummo
                   ` (12 more replies)
  0 siblings, 13 replies; 22+ messages in thread
From: Alessandro Zummo @ 2006-03-04 16:42 UTC (permalink / raw)
  To: linux-kernel


 RTC subsystem. 

 Original RFC available at http://lkml.org/lkml/2005/12/20/220

 Changelog. Between parentheses is the name
 of the person that suggested the change.

 - moved generic functions to rtc-lib.c, compiled
 only if CONFIG_RTC_LIB. Any code that relies on those
 functions must "select" that symbol. (Andrew Morton)

 - Fixed a bug in set_mmss (Richard Knutsson, Benoit Boissinot)

 - Added entries to CREDITS and MAINTAINERS

 The following patches have been incorporated:

 - mips-fixed-collision-of-rtc-function-name.patch
   Fix the collision of rtc function name (Yoichi Yuasa)

 - drivers-rtc-make-some-structs-static.patch
   drivers/rtc/: make some structs static (Adrian Bunk)


 The following items are in the TODO:

 - Documentation of exported functions
 - Handling of max_user_freq
 - 11 min ntp update mode

--

 Best regards,

 Alessandro Zummo,
  Tower Technologies - Turin, Italy

  http://www.towertech.it

--

^ permalink raw reply	[flat|nested] 22+ messages in thread
* [PATCH 00/13] RTC subsystem
@ 2006-02-26 23:14 Alessandro Zummo
  2006-02-26 23:14 ` [PATCH 01/13] RTC Subsystem, library functions Alessandro Zummo
  0 siblings, 1 reply; 22+ messages in thread
From: Alessandro Zummo @ 2006-02-26 23:14 UTC (permalink / raw)
  To: linux-kernel


 RTC subsystem. 

 Original RFC available at http://lkml.org/lkml/2005/12/20/220

 Changelog. Between parentheses is the name
 of the person that suggested the change.

 - moved generic functions to lib/rtc.c (Adrian Bunk)

 - upgraded to EXPORT_SYMBOL_GPL where appropriate (Greg KH)

 - misc style fixes (Andrew Morton)

 - moved rtc dev interface to its own class
   and removed kobject events trick (Greg KH)

 - avoid compiling failures if the series
   is partially applied (Andrew Morton)

 The following patches have been incorporated:

 - mips-fixed-collision-of-rtc-function-name.patch
   Fix the collision of rtc function name (Yoichi Yuasa)

 - drivers-rtc-make-some-structs-static.patch
   drivers/rtc/: make some structs static (Adrian Bunk)


 The following items are in the TODO:

 - Documentation of exported functions
 - Handling of max_user_freq
 - 11 min ntp update mode
 - fix a bug in set_mmss (Richard Knutsson)

--

 Best regards,

 Alessandro Zummo,
  Tower Technologies - Turin, Italy

  http://www.towertech.it

--

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

end of thread, other threads:[~2006-03-04 18:05 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-04 16:42 [PATCH 00/13] RTC subsystem Alessandro Zummo
2006-03-04 16:42 ` [PATCH 01/13] RTC Subsystem, library functions Alessandro Zummo
2006-03-04 16:58   ` Adrian Bunk
2006-03-04 17:12     ` Alessandro Zummo
2006-03-04 17:20       ` Adrian Bunk
2006-03-04 16:42 ` [PATCH 02/13] RTC subsystem, ARM cleanup Alessandro Zummo
2006-03-04 16:42 ` [PATCH 03/13] RTC subsystem, MIPS cleanup Alessandro Zummo
2006-03-04 16:42 ` [PATCH 04/13] RTC subsystem, class Alessandro Zummo
2006-03-04 17:08   ` Adrian Bunk
2006-03-04 17:46     ` Alessandro Zummo
2006-03-04 17:53       ` Adrian Bunk
2006-03-04 18:04         ` Alessandro Zummo
2006-03-04 16:42 ` [PATCH 05/13] RTC subsystem, I2C cleanup Alessandro Zummo
2006-03-04 16:42 ` [PATCH 06/13] RTC subsystem, sysfs interface Alessandro Zummo
2006-03-04 16:42 ` [PATCH 07/13] RTC subsystem, proc interface Alessandro Zummo
2006-03-04 16:42 ` [PATCH 08/13] RTC subsystem, dev interface Alessandro Zummo
2006-03-04 16:42 ` [PATCH 09/13] RTC subsystem, X1205 driver Alessandro Zummo
2006-03-04 16:42 ` [PATCH 10/13] RTC subsystem, test device/driver Alessandro Zummo
2006-03-04 16:42 ` [PATCH 11/13] RTC subsystem, DS1672 driver Alessandro Zummo
2006-03-04 16:42 ` [PATCH 12/13] RTC subsystem, PCF8563 driver Alessandro Zummo
2006-03-04 16:43 ` [PATCH 13/13] RTC subsystem, RS5C372 driver Alessandro Zummo
  -- strict thread matches above, loose matches on Subject: below --
2006-02-26 23:14 [PATCH 00/13] RTC subsystem Alessandro Zummo
2006-02-26 23:14 ` [PATCH 01/13] RTC Subsystem, library functions Alessandro Zummo

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