aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-3/+4
2008-04-29i2c: Convert most new-style drivers to use module aliasingGravatar Jean Delvare 8-110/+90
2008-04-29i2c: Add support for device alias namesGravatar Jean Delvare 8-8/+15
2008-04-29Remove duplicated unlikely() in IS_ERR()Gravatar Hirofumi Nakagawa 1-1/+1
2008-04-29drivers: use non-racy method for proc entries creation (2)Gravatar Denis V. Lunev 1-5/+3
2008-04-29rtc: dont reference pnp_resource_table directlyGravatar Bjorn Helgaas 1-3/+4
2008-04-28rtc: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 13-60/+60
2008-04-28rtc: add the support for alarm time relative to current time in sysfsGravatar Zhao Yakui 1-1/+11
2008-04-28rtc: rtc-rs5c372: fix up NULL name in transfer error pathGravatar Paul Mundt 1-4/+4
2008-04-28make ds1511_rtc_{read,set}_time() staticGravatar Adrian Bunk 1-4/+2
2008-04-28rtc: silence section mismatch warning in rtc-testGravatar Sam Ravnborg 1-4/+4
2008-04-28rtc-x1205: new style conversionGravatar Alessandro Zummo 1-87/+43
2008-04-28rtc-pcf8563: new style conversionGravatar Alessandro Zummo 1-78/+34
2008-04-28rtc-isl1208: new style conversion and minor bug fixesGravatar Alessandro Zummo 1-187/+170
2008-04-28rtc: avoid legacy drivers with generic frameworkGravatar David Brownell 1-4/+1
2008-04-28rtc-pcf8583 build fixGravatar David Brownell 1-1/+1
2008-04-18rtc: rtc-sh: Add support for periodic IRQs.Gravatar Angelo Castello 1-109/+187
2008-04-15rtc: fix the error in the function of cmos_set_alarmGravatar Zhao Yakui 1-3/+2
2008-04-11rtc: fix platform driver hotplug/coldplugGravatar Kay Sievers 19-2/+33
2008-04-11rtc: rtc-s35390a.c needs the bitreverse libraryGravatar Randy Dunlap 1-0/+1
2008-03-19rtc-at91sam9 fixesGravatar David Brownell 1-1/+5
2008-03-19rtc: fix kconfig helpGravatar Alessandro Zummo 1-1/+1
2008-03-04rtc: add support for the S-35390A RTC chipGravatar Byron Bradley 3-0/+326
2008-02-23rtc-cmos: display HPET emulation modeGravatar David Brownell 1-0/+2
2008-02-09rtc-r9701.c: silence compiler warningGravatar S.Çağlar Onur 1-1/+0
2008-02-06rtc: at91sam9 RTC support (RTT and/or RTC)Gravatar David Brownell 3-4/+562
2008-02-06rtc: remove more dev->power.power_state usageGravatar David Brownell 1-12/+4
2008-02-06rtc ds1307: ds_1340 change initGravatar frederic Rodo 1-7/+20
2008-02-06rtc: add support for Epson RTC-9701JE V4Gravatar Magnus Damm 1-27/+10
2008-02-06rtc: add support for Epson RTC-9701JE V2Gravatar Magnus Damm 3-0/+205
2008-02-06rtc: add HPET RTC emulation to RTC_DRV_CMOSGravatar Bernhard Walle 1-13/+69
2008-02-06Blackfin RTC driver: convert sync wait to use the irq write complete noticeGravatar Mike Frysinger 1-113/+136
2008-02-06Blackfin RTC driver: shave off another memcpy() by using assignment.Gravatar Mike Frysinger 1-1/+1
2008-02-06Blackfin RTC driver: read_alarm() checks the enabled field, not the pending f...Gravatar Mike Frysinger 1-2/+2
2008-02-06Blackfin RTC driver: use dev_dbg() rather than pr_stamp()Gravatar Mike Frysinger 1-26/+22
2008-02-06Blackfin RTC driver: cleanup proc handler (we dont need RTC reg dump now that...Gravatar Mike Frysinger 1-14/+12
2008-02-06Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a ...Gravatar Mike Frysinger 1-2/+2
2008-02-06Blackfin RTC driver: the frequency function is in units of Hz, not units of s...Gravatar Mike Frysinger 1-7/+17
2008-02-06Platform real time clock driver for Dallas 1511 chipGravatar Andrew Sharp 3-0/+667
2008-02-06rtc-cmos alarm acts as oneshotGravatar David Brownell 3-7/+35
2008-02-06rtc: ds1302 rtc supportGravatar Paul Mundt 3-0/+269
2008-02-06rtc-cmos: export nvram in sysfsGravatar David Brownell 1-12/+117
2008-02-06rtc-s3c: Use is_power_of_2() macro for simplicity.Gravatar Robert P. J. Day 1-3/+2
2008-02-06rtc-pcf8583: Don't abuse I2C_M_NOSTARTGravatar Jean Delvare 1-17/+7
2008-02-06Cosmetic fixes to RTC subsystem's KconfigGravatar Alessandro Zummo 1-26/+30
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Gravatar Linus Torvalds 2-12/+14
2008-01-28Merge branch 'pxa-plat' into develGravatar Russell King 1-0/+31
2008-01-28rtc: rtc-sh: Split out the CPU defs to asm/cpu/.Gravatar Paul Mundt 1-19/+1
2008-01-28rtc: rtc-sh: SH-2A support.Gravatar Paul Mundt 2-3/+19
2008-01-28rtc: rtc-sh: SH-5 support.Gravatar Paul Mundt 2-2/+6