aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAge
* blackfin RTC driver: drop PIE/stopwatch code since the hardware can only do a...Mike Frysinger2008-08-05
* blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out b...Mike Frysinger2008-08-05
* blackfin RTC driver: wait for the write complete interrupt complete before sl...Mike Frysinger2008-08-05
* blackfin RTC driver: disable the write complete irq upon closeMike Frysinger2008-08-05
* blackfin RTC driver: don't bother passing the rtc struct down to bfin_rtc_int...Mike Frysinger2008-08-05
* blackfin RTC driver: add support for power management frameworkMike Frysinger2008-08-05
* blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep coreSonic Zhang2008-08-05
* blackfin RTC driver: if we dont define irq_set_freq, the common rtc-dev layer...Mike Frysinger2008-08-05
* rtc-dev: stop periodic interrupts on device releaseTomas Janousek2008-07-30
* rtc: don't return -EBUSY when mutex_lock_interruptible() failsDavid Brownell2008-07-30
* rtc-vr41xx: add irq_set_freq() and irq_set_state()Yoichi Yuasa2008-07-24
* rtc-cmos: avoid spurious irqsDavid Brownell2008-07-24
* rtc-at91rm9200: avoid spurious irqsDavid Brownell2008-07-24
* rtc: rtc-s3c: update IRQ handlingBen Dooks2008-07-24
* rtc: rtc-s3c: add __devexit and __devinit markersBen Dooks2008-07-24
* rtc-cmos: improve HPET IRQ glueDavid Brownell2008-07-24
* rtc: remove and clarify unneeded externsCarlos R. Mafra2008-07-24
* rtc: convert the PCF8583 driver to the new I2C style framework with device_idsWolfram Sang2008-07-24
* rtc: rtc-omap footprint shrinkageDavid Brownell2008-07-24
* rtc: ds1305/ds1306 driverDavid Brownell2008-07-24
* rtc: add support for ST M41T94 SPI RTCKim B. Heino2008-07-24
* rtc: remove BKL for ioctl()David Brownell2008-07-24
* rtc: m41t80: use pr_info() as appropriateMaciej W. Rozycki2008-07-24
* rtc: m41t80: sort header inclusions for readabilityMaciej W. Rozycki2008-07-24
* Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman2008-07-22
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-14
|\
| *-------. Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'o...Russell King2008-07-10
| |\ \ \ \ \
| | | | | | * [RTC] rtc-sa1100: remove dependence on asm/rtc.hRussell King2008-05-22
| | | | | | * [RTC] remove unused asm/rtc.h includes from ARM RTC driversRussell King2008-05-22
| | | | | | * [RTC] rtc-pl030: add driver, remove old non-rtc lib driverRussell King2008-05-22
| | | | | | * [RTC] rtc-pl031: use proper resources, use proper apis, clean up includesRussell King2008-05-22
| | | | | | * [RTC] remove references to asm/mach/time.hRussell King2008-05-22
| | * | | | | [ARM] 4935/1: AT91CAP9: enable RTC-on-RTT in defconfig.Stelian Pop2008-06-02
| | | |_|_|/ | | |/| | |
* | | | | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-14
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-14
| |\ \ \ \ \ \
| * | | | | | | rtc-rtc-m41t80: BKL pushdownArnd Bergmann2008-07-02
| * | | | | | | rtc: cdev lock_kernel() pushdownJonathan Corbet2008-06-20
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2008-07-14
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | rtc-at32ap700x: Enable wakeupHaavard Skinnemoen2008-07-02
| | |/ / / / | |/| | | |
* | | | | | rtc-pcf8563: add chip idJon Smirl2008-07-12
* | | | | | rtc-fm3130: fix chip namingAlessandro Zummo2008-07-12
* | | | | | rtc-x1205: Fix alarm setMichael Hamel2008-07-04
* | | | | | rtc: rtc_read_alarm() handles wraparoundDavid Brownell2008-07-04
| |_|_|_|/ |/| | | |
* | | | | [ARM] 5109/1: Mark rtc sa1100 driver as wakeup source before registering itUli Luckas2008-06-22
|/ / / /
* | | | rtc: Ramtron FM3130 RTC supportSergey Lapin2008-06-12
* | | | provide rtc_cmos platform deviceStas Sergeev2008-06-12
* | | | rtc-at32ap700x: fix bug in at32_rtc_readalarm()Haavard Skinnemoen2008-06-12
* | | | rtc: class driver for ppc_md RTC functionsDavid Woodhouse2008-06-06
* | | | rtc-ds1374: rename device to just "ds1374"Jean Delvare2008-06-06
|/ / /
* | | rtc: m41t80: include <linux/kernel.h> for printk()Maciej W. Rozycki2008-05-13