<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/rtc, branch v2.6.28</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.28</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.28'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2008-12-23T23:58:21Z</updated>
<entry>
<title>rtc: rtc-isl1208: reject invalid dates</title>
<updated>2008-12-23T23:58:21Z</updated>
<author>
<name>Chris Elston</name>
<email>celston@katalix.com</email>
</author>
<published>2008-12-23T21:57:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=cc6c2ca30074a0274c05dd3212c741a550f0d3c2'/>
<id>urn:sha1:cc6c2ca30074a0274c05dd3212c741a550f0d3c2</id>
<content type='text'>
This patch for the rtc-isl1208 driver makes it reject invalid dates.

Signed-off-by: Chris Elston &lt;celston@katalix.com&gt;
[a.zummo@towertech.it: added comment explaining the check]
Signed-off-by: Alessandro Zummo &lt;a.zummo@towertech.it&gt;
Cc: Hebert Valerio Riedel &lt;hvr@gnu.org&gt;
Cc: David Brownell &lt;david-b@pacbell.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>rtc twl4030: rename ioctl function when RTC_INTF_DEV=n</title>
<updated>2008-12-10T16:01:53Z</updated>
<author>
<name>Randy Dunlap</name>
<email>randy.dunlap@oracle.com</email>
</author>
<published>2008-12-09T21:14:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=cc61686001b1368724d1c38805c27e5021cd85ed'/>
<id>urn:sha1:cc61686001b1368724d1c38805c27e5021cd85ed</id>
<content type='text'>
Fix build error when RTC_INTF_DEV=n:

drivers/rtc/rtc-twl4030.c:402: error: 'twl4030_rtc_ioctl' undeclared here (not in a function)
make[3]: *** [drivers/rtc/rtc-twl4030.o] Error 1

Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Cc: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Cc: Tony Lindgren &lt;tony@atomide.com&gt;
Cc: Samuel Ortiz &lt;sameo@openedhand.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>rtc: fix missing id_table in rtc-ds1672 and rtc-max6900 drivers</title>
<updated>2008-12-10T16:01:52Z</updated>
<author>
<name>Alessandro Zummo</name>
<email>a.zummo@towertech.it</email>
</author>
<published>2008-12-09T21:14:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=fe102c71a65a503646bcc94ccb6859da613c2f4f'/>
<id>urn:sha1:fe102c71a65a503646bcc94ccb6859da613c2f4f</id>
<content type='text'>
Add missing id_table to the drivers in subject.  Patch is against the
latest git.  It should go in with 2.6.28 if possible, the drivers won't
work without the id_table bits.

Signed-off-by: Alessandro Zummo &lt;a.zummo@towertech.it&gt;
Reported-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;
Tested-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;
Cc: David Brownell &lt;david-b@pacbell.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6</title>
<updated>2008-12-02T23:55:43Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2008-12-02T23:55:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e6d9f0fb5f9ceca5f4945f12cd3e71efd3382c13'/>
<id>urn:sha1:e6d9f0fb5f9ceca5f4945f12cd3e71efd3382c13</id>
<content type='text'>
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
  sparc64: Fix offset calculation in compute_size()
  rtc: rtc-starfire fixes
</content>
</entry>
<entry>
<title>rtc: rtc-starfire fixes</title>
<updated>2008-11-21T09:24:38Z</updated>
<author>
<name>Alessandro Zummo</name>
<email>a.zummo@towertech.it</email>
</author>
<published>2008-11-21T09:24:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=be1ffce3527d800ad50b955ede6eb44811cefd03'/>
<id>urn:sha1:be1ffce3527d800ad50b955ede6eb44811cefd03</id>
<content type='text'>
Changes:

- remove locks, rtc class provides them
- remove unused include
- if the rtc can't handle set_time, the driver should not fake it

Signed-off-by: Alessandro Zummo &lt;a.zummo@towertech.it&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6</title>
<updated>2008-11-17T15:54:47Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2008-11-17T15:54:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9753b12767a7d3d2f2d36850ce5aaae59afbd685'/>
<id>urn:sha1:9753b12767a7d3d2f2d36850ce5aaae59afbd685</id>
<content type='text'>
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
  rtc: rtc-sun4v fixes, revised
  sparc: Fix tty compile warnings.
  sparc: struct device - replace bus_id with dev_name(), dev_set_name()
</content>
</entry>
<entry>
<title>rtc: rtc-sun4v fixes, revised</title>
<updated>2008-11-15T00:37:54Z</updated>
<author>
<name>Alessandro Zummo</name>
<email>a.zummo@towertech.it</email>
</author>
<published>2008-11-15T00:37:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=cecf61bdee426a3e0a014f7e26990d09c71ed458'/>
<id>urn:sha1:cecf61bdee426a3e0a014f7e26990d09c71ed458</id>
<content type='text'>
- simplified code
- use platform_driver_probe
- removed locking: it's provided by rtc subsystem

Signed-off-by: Alessandro Zummo &lt;a.zummo@towertech.it&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>rtc: add Dallas DS1390/93/94 RTC chips</title>
<updated>2008-11-13T01:17:18Z</updated>
<author>
<name>Mark Jackson</name>
<email>mpfj@mimc.co.uk</email>
</author>
<published>2008-11-12T21:27:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=06de18085122b873012cb23f043e2bdcf5f50923'/>
<id>urn:sha1:06de18085122b873012cb23f043e2bdcf5f50923</id>
<content type='text'>
Add support for the Dallas DS1390/93/94 SPI RTC chip.

Signed-off-by: Mark Jackson &lt;mpfj@mimc.co.uk&gt;
Acked-by: Alessandro Zummo &lt;a.zummo@towertech.it&gt;
Cc: David Brownell &lt;david-b@pacbell.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>rtc: basic implementation of Epson RX-8581 I2C Real Time Clock</title>
<updated>2008-11-13T01:17:18Z</updated>
<author>
<name>Martyn Welch</name>
<email>martyn.welch@gefanuc.com</email>
</author>
<published>2008-11-12T21:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a7fa9851b6dd18824320c4129f26947b3cdb63d8'/>
<id>urn:sha1:a7fa9851b6dd18824320c4129f26947b3cdb63d8</id>
<content type='text'>
Provide the basic "get" and "set" functionality for the Epson RX-8581 I2C
RTC.  It currently does not support the RTC's Alarm or Fixed-cycle timer.

[akpm@linux-foundation.org: need log2.h for ilog2(), remove unneeded initialisation]
Signed-off-by: Martyn Welch &lt;martyn.welch@gefanuc.com&gt;
Signed-off-by: Alessandro Zummo &lt;a.zummo@towertech.it&gt;
Cc: David Brownell &lt;david-b@pacbell.net&gt;
Cc: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>rtc: rtc-wm8350: add support for WM8350 RTC</title>
<updated>2008-11-13T01:17:18Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2008-11-12T21:27:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=077eaf5b40ecb2c345d82f02275c20e965dfa3e5'/>
<id>urn:sha1:077eaf5b40ecb2c345d82f02275c20e965dfa3e5</id>
<content type='text'>
This adds support for the RTC provided by the Wolfson Microelectronics
WM8350.

This driver was originally written by Graeme Gregory and Liam Girdwood,
though it has been modified since then to update it to current mainline
coding standards and for API completeness.

[akpm@linux-foundation.org: s/schedule_timeout_interruptible/schedule_timeout_uninterruptible/ to prevent bogus timeout when signal_pending()]
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Cc: Alessandro Zummo &lt;a.zummo@towertech.it&gt;
Cc: David Brownell &lt;david-b@pacbell.net&gt;
Cc: Liam Girdwood &lt;linux@wolfsonmicro.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
</feed>
