summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2011-03-21rtc-cmos: fix suspend/resumePaul Fox1-7/+9
2010-08-02rtc: fix ds1388 time corruptionJoakim Tjernlund1-2/+2
2010-07-05rtc: s3c: initialize driver data before using itMaurus Cuelenaere1-2/+3
2010-07-05rtc-cmos: do dev_set_drvdata() earlier in the initializationDan Carpenter1-2/+3
2010-03-15rtc-coh901331: fix braces in resume codeJames Hogan1-2/+3
2010-03-15rtc-core: fix memory leakAaro Koskinen1-0/+1
2010-02-03rtc-fm3130: add missing bracesSergey Matyukevich1-2/+4
2010-01-11rtc_cmos: convert shutdown to new pnp_driver->shutdownOGAWA Hirofumi1-6/+3
2009-12-18Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-1/+2
2009-12-18rtc: set wakeup capability for I2C and SPI RTC driversAnton Vorontsov3-0/+6
2009-12-17RTC: rtc-cmos.c: Fix warning on MIPSWu Zhangjin1-1/+2
2009-12-16ARM: NUC900: add RTC driver support for nuc910 and nuc920Wan ZongShun3-0/+349
2009-12-16rtc-x1205: unconditionally set date when setting clockJohannes Weiner1-35/+18
2009-12-16rtc-vr41xx: use resource_size()Yoichi Yuasa1-2/+2
2009-12-16rtc: ds1307 make it possible to share an irqDmitry Eremin-Solenikov1-1/+1
2009-12-16rtc: remove __raw_* accessors from PL031 RTCLinus Walleij1-11/+12
2009-12-16rtc: add driver for BQ32000 I2C RTCPiotr Ziecik3-0/+214
2009-12-16rtc: make rtc-omap driver ioremap its register spaceMark A. Greer2-24/+30
2009-12-16rtc: add Freescale MC13783 RTC driverUwe Kleine-König3-0/+269
2009-12-16rtc: convert WM8350 RTC driver to dev_pm_opsMark Brown1-4/+10
2009-12-16rtc-mv: add support for AlarmSaeed Bishara1-3/+154
2009-12-16rtc: pcf50633: manage RTC alarm "pending" flagWerner Almesberger1-0/+5
2009-12-16rtc: do not use container_of macro as an argument for to_platform_deviceAtsushi Nemoto3-12/+12
2009-12-16rtc-stk17ta8: fix races around device registrationAtsushi Nemoto1-69/+45
2009-12-16rtc-ds1742: fix races around device registrationAtsushi Nemoto1-35/+16
2009-12-16rtc-ds1553: fix races around device registrationAtsushi Nemoto1-77/+64
2009-12-16rtc-tx4939: fix races around device registrationAtsushi Nemoto1-25/+26
2009-12-16rtc-ds1511: fix races around device registrationAtsushi Nemoto1-88/+60
2009-12-16rtc-cmos: convert RTC_AIE/RTC_UIE to rtc irq APIHerton Ronaldo Krzesinski1-40/+35
2009-12-16rtc: fix driver data issues in several rtc driversAlessandro Zummo10-42/+42
2009-12-16rtc: disable hpet emulation on suspendMaxim Levitsky1-1/+2
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan4-4/+4
2009-12-14rtc: Add twl6030 RTC supportBalaji T K2-44/+114
2009-12-13mfd: Rename twl4030_ routines in rtc-twl.cBalaji T K1-68/+68
2009-12-13mfd: Rename all twl4030_i2c*Balaji T K1-7/+7
2009-12-13mfd: Rename twl4030* driver files to enable re-useSantosh Shilimkar2-2/+2
2009-12-13mfd: Mask and unmask wm8350 IRQs on request and freeMark Brown1-6/+1
2009-12-13mfd: Convert wm8350 IRQ handlers to irq_handler_tMark Brown1-6/+12
2009-12-13mfd: Fix memleak in pcf50633_client_dev_registerLars-Peter Clausen1-4/+1
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-4/+4
2009-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+1
2009-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds4-0/+512
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina3-4/+4
2009-12-06Merge branch 'sa1100' into develRussell King2-4/+5
2009-12-04rtc: Add an RTC driver for the Ricoh RP5C01Geert Uytterhoeven3-0/+233
2009-12-04rtc: Add an RTC driver for the Oki MSM6242Geert Uytterhoeven3-0/+279
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-02rtc-x1205: reset clock to sane state after power failureJohannes Weiner1-2/+2
2009-12-02rtc-x1205: fix rtc_time to y2k register value conversionJohannes Weiner1-1/+1
2009-12-02drivers/rtc/rtc-pcf50633.c: fix use after free in pcf50633_rtc_probe()Dan Carpenter1-1/+2