summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc-r9701.c: silence compiler warningS.Çağlar Onur2008-02-091-1/+0
* rtc: at91sam9 RTC support (RTT and/or RTC)David Brownell2008-02-063-4/+562
* rtc: remove more dev->power.power_state usageDavid Brownell2008-02-061-12/+4
* rtc ds1307: ds_1340 change initfrederic Rodo2008-02-061-7/+20
* rtc: add support for Epson RTC-9701JE V4Magnus Damm2008-02-061-27/+10
* rtc: add support for Epson RTC-9701JE V2Magnus Damm2008-02-063-0/+205
* rtc: add HPET RTC emulation to RTC_DRV_CMOSBernhard Walle2008-02-061-13/+69
* Blackfin RTC driver: convert sync wait to use the irq write complete noticeMike Frysinger2008-02-061-113/+136
* Blackfin RTC driver: shave off another memcpy() by using assignment.Mike Frysinger2008-02-061-1/+1
* Blackfin RTC driver: read_alarm() checks the enabled field, not the pending f...Mike Frysinger2008-02-061-2/+2
* Blackfin RTC driver: use dev_dbg() rather than pr_stamp()Mike Frysinger2008-02-061-26/+22
* Blackfin RTC driver: cleanup proc handler (we dont need RTC reg dump now that...Mike Frysinger2008-02-061-14/+12
* Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a ...Mike Frysinger2008-02-061-2/+2
* Blackfin RTC driver: the frequency function is in units of Hz, not units of s...Mike Frysinger2008-02-061-7/+17
* Platform real time clock driver for Dallas 1511 chipAndrew Sharp2008-02-063-0/+667
* rtc-cmos alarm acts as oneshotDavid Brownell2008-02-063-7/+35
* rtc: ds1302 rtc supportPaul Mundt2008-02-063-0/+269
* rtc-cmos: export nvram in sysfsDavid Brownell2008-02-061-12/+117
* rtc-s3c: Use is_power_of_2() macro for simplicity.Robert P. J. Day2008-02-061-3/+2
* rtc-pcf8583: Don't abuse I2C_M_NOSTARTJean Delvare2008-02-061-17/+7
* Cosmetic fixes to RTC subsystem's KconfigAlessandro Zummo2008-02-061-26/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-01-292-12/+14
|\
| * rtc: rtc-sh: Split out the CPU defs to asm/cpu/.Paul Mundt2008-01-281-19/+1
| * rtc: rtc-sh: SH-2A support.Paul Mundt2008-01-282-3/+19
| * rtc: rtc-sh: SH-5 support.Paul Mundt2008-01-282-2/+6
* | Merge branch 'pxa-plat' into develRussell King2008-01-281-0/+31
|\ \ | |/ |/|
| * [ARM] pxa/sa1100: replace wakeup supportRussell King2008-01-261-0/+31
* | i2c: normal_i2c can be made const (rtc drivers)Jean Delvare2008-01-276-6/+6
|/
* rtc: use class iteration apiDave Young2008-01-241-10/+12
* rtc-at32ap700x: fix irq init oopsDavid Brownell2007-12-171-10/+10
* spi: use simplified spi_sync() calling conventionMarc Pignat2007-12-051-9/+3
* RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flagJiri Kosina2007-12-052-5/+5
* RTC: convert mutex to bitfieldJiri Kosina2007-11-292-10/+6
* Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFINMike Frysinger2007-11-231-1/+1
* rtc-ds1307 exports NVRAMDavid Brownell2007-11-142-2/+95
* RTCs: handle NVRAM betterDavid Brownell2007-11-144-4/+8
* rtc_hctosys expects RTCs in UTC (doc)David Brownell2007-11-142-3/+5
* rtc: rtc-sh: Zero out tm value for invalid rtc states.Paul Mundt2007-11-071-1/+3
* rtc: sh-rtc: Handle rtc_device_register() failure properly.Paul Mundt2007-11-071-1/+1
* rtc: m48t59 fix section mismatch warningRandy Dunlap2007-11-051-3/+3
* rtc: ignore msb when reading back mday from alarmMark Lord2007-11-041-1/+2
* s3c-rtc: remove unused variableKrzysztof Helt2007-10-301-2/+0
* typo fixesMatt LaPlante2007-10-201-1/+1
* remove asm/bitops.h includesJiri Slaby2007-10-192-2/+2
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-3/+2
* rtc: allow validated RTC_PIE_ON for non-rootBryan Kadzban2007-10-161-1/+2
* rtc: add max_user_freq to sysfsBryan Kadzban2007-10-161-0/+24
* rtc-cmos probe() cleanupDavid Brownell2007-10-161-25/+31
* rtc: fix readback from /sys/class/rtc/rtc?/wakealarmMark Lord2007-10-161-1/+82
* rtc: RTC class driver for the ds1374Scott Wood2007-10-163-0/+461
OpenPOWER on IntegriCloud