aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-06Platform real time clock driver for Dallas 1511 chipAndrew Sharp3-0/+667
2008-02-06rtc-cmos alarm acts as oneshotDavid Brownell3-7/+35
2008-02-06rtc: ds1302 rtc supportPaul Mundt3-0/+269
2008-02-06rtc-cmos: export nvram in sysfsDavid Brownell1-12/+117
2008-02-06rtc-s3c: Use is_power_of_2() macro for simplicity.Robert P. J. Day1-3/+2
2008-02-06rtc-pcf8583: Don't abuse I2C_M_NOSTARTJean Delvare1-17/+7
2008-02-06Cosmetic fixes to RTC subsystem's KconfigAlessandro Zummo1-26/+30
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-12/+14
2008-01-28Merge branch 'pxa-plat' into develRussell King1-0/+31
2008-01-28rtc: rtc-sh: Split out the CPU defs to asm/cpu/.Paul Mundt1-19/+1
2008-01-28rtc: rtc-sh: SH-2A support.Paul Mundt2-3/+19
2008-01-28rtc: rtc-sh: SH-5 support.Paul Mundt2-2/+6
2008-01-27i2c: normal_i2c can be made const (rtc drivers)Jean Delvare6-6/+6
2008-01-26[ARM] pxa/sa1100: replace wakeup supportRussell King1-0/+31
2008-01-24rtc: use class iteration apiDave Young1-10/+12
2007-12-17rtc-at32ap700x: fix irq init oopsDavid Brownell1-10/+10
2007-12-05spi: use simplified spi_sync() calling conventionMarc Pignat1-9/+3
2007-12-05RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flagJiri Kosina2-5/+5
2007-11-29RTC: convert mutex to bitfieldJiri Kosina2-10/+6
2007-11-23Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFINMike Frysinger1-1/+1
2007-11-14rtc-ds1307 exports NVRAMDavid Brownell2-2/+95
2007-11-14RTCs: handle NVRAM betterDavid Brownell4-4/+8
2007-11-14rtc_hctosys expects RTCs in UTC (doc)David Brownell2-3/+5
2007-11-07rtc: rtc-sh: Zero out tm value for invalid rtc states.Paul Mundt1-1/+3
2007-11-07rtc: sh-rtc: Handle rtc_device_register() failure properly.Paul Mundt1-1/+1
2007-11-05rtc: m48t59 fix section mismatch warningRandy Dunlap1-3/+3
2007-11-04rtc: ignore msb when reading back mday from alarmMark Lord1-1/+2
2007-10-30s3c-rtc: remove unused variableKrzysztof Helt1-2/+0
2007-10-20typo fixesMatt LaPlante1-1/+1
2007-10-19remove asm/bitops.h includesJiri Slaby2-2/+2
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-3/+2
2007-10-16rtc: allow validated RTC_PIE_ON for non-rootBryan Kadzban1-1/+2
2007-10-16rtc: add max_user_freq to sysfsBryan Kadzban1-0/+24
2007-10-16rtc-cmos probe() cleanupDavid Brownell1-25/+31
2007-10-16rtc: fix readback from /sys/class/rtc/rtc?/wakealarmMark Lord1-1/+82
2007-10-16rtc: RTC class driver for the ds1374Scott Wood3-0/+461
2007-10-16rtc-pcf8583: Check for i2c adapter functionalityJean Delvare1-0/+3