aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-12rtc: Ramtron FM3130 RTC supportSergey Lapin3-1/+514
2008-06-12provide rtc_cmos platform deviceStas Sergeev1-15/+16
2008-06-12rtc-at32ap700x: fix bug in at32_rtc_readalarm()Haavard Skinnemoen1-2/+5
2008-06-06rtc: class driver for ppc_md RTC functionsDavid Woodhouse3-0/+78
2008-06-06rtc-ds1374: rename device to just "ds1374"Jean Delvare1-1/+1
2008-05-13rtc: m41t80: include <linux/kernel.h> for printk()Maciej W. Rozycki1-0/+1
2008-05-13RTC/watchdog: M41T80: fix a potential use of unitialized dataMaciej W. Rozycki1-1/+1
2008-05-13rtc: rtc_time_to_tm: use unsigned arithmeticMaciej W. Rozycki1-1/+1
2008-05-11i2c: Match dummy devices by typeJean Delvare1-1/+1
2008-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-5/+9
2008-05-08fix irq flags in rtc-ds1511Steven Rostedt1-2/+2
2008-05-08rtc: rtc-sh: Fixup for 64-bit resources.Paul Mundt1-5/+9
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-3/+4
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare8-110/+90
2008-04-29i2c: Add support for device alias namesJean Delvare8-8/+15
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev1-5/+3
2008-04-29rtc: dont reference pnp_resource_table directlyBjorn Helgaas1-3/+4
2008-04-28rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison13-60/+60
2008-04-28rtc: add the support for alarm time relative to current time in sysfsZhao Yakui1-1/+11
2008-04-28rtc: rtc-rs5c372: fix up NULL name in transfer error pathPaul Mundt1-4/+4
2008-04-28make ds1511_rtc_{read,set}_time() staticAdrian Bunk1-4/+2
2008-04-28rtc: silence section mismatch warning in rtc-testSam Ravnborg1-4/+4
2008-04-28rtc-x1205: new style conversionAlessandro Zummo1-87/+43
2008-04-28rtc-pcf8563: new style conversionAlessandro Zummo1-78/+34
2008-04-28rtc-isl1208: new style conversion and minor bug fixesAlessandro Zummo1-187/+170
2008-04-28rtc: avoid legacy drivers with generic frameworkDavid Brownell1-4/+1
2008-04-28rtc-pcf8583 build fixDavid Brownell1-1/+1
2008-04-18rtc: rtc-sh: Add support for periodic IRQs.Angelo Castello1-109/+187
2008-04-15rtc: fix the error in the function of cmos_set_alarmZhao Yakui1-3/+2
2008-04-11rtc: fix platform driver hotplug/coldplugKay Sievers19-2/+33
2008-04-11rtc: rtc-s35390a.c needs the bitreverse libraryRandy Dunlap1-0/+1
2008-03-19rtc-at91sam9 fixesDavid Brownell1-1/+5
2008-03-19rtc: fix kconfig helpAlessandro Zummo1-1/+1
2008-03-04rtc: add support for the S-35390A RTC chipByron Bradley3-0/+326
2008-02-23rtc-cmos: display HPET emulation modeDavid Brownell1-0/+2
2008-02-09rtc-r9701.c: silence compiler warningS.Çağlar Onur1-1/+0
2008-02-06rtc: at91sam9 RTC support (RTT and/or RTC)David Brownell3-4/+562
2008-02-06rtc: remove more dev->power.power_state usageDavid Brownell1-12/+4
2008-02-06rtc ds1307: ds_1340 change initfrederic Rodo1-7/+20
2008-02-06rtc: add support for Epson RTC-9701JE V4Magnus Damm1-27/+10
2008-02-06rtc: add support for Epson RTC-9701JE V2Magnus Damm3-0/+205
2008-02-06rtc: add HPET RTC emulation to RTC_DRV_CMOSBernhard Walle1-13/+69
2008-02-06Blackfin RTC driver: convert sync wait to use the irq write complete noticeMike Frysinger1-113/+136
2008-02-06Blackfin RTC driver: shave off another memcpy() by using assignment.Mike Frysinger1-1/+1
2008-02-06Blackfin RTC driver: read_alarm() checks the enabled field, not the pending field.Mike Frysinger1-2/+2
2008-02-06Blackfin RTC driver: use dev_dbg() rather than pr_stamp()Mike Frysinger1-26/+22
2008-02-06Blackfin RTC driver: cleanup proc handler (we dont need RTC reg dump now that we have MMR filesystem in sysfs)Mike Frysinger1-14/+12
2008-02-06Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a (struct platform_device*), so fix the irq handlerMike Frysinger1-2/+2
2008-02-06Blackfin RTC driver: the frequency function is in units of Hz, not units of seconds, so lock our driver down to 1 HzMike Frysinger1-7/+17