aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2010-05-27rtc: AB8500 RTC driverGravatar Virupax Sadashivpetimath 3-0/+371
2010-05-25rtc: use genirq directly in rtc-wm831xGravatar Mark Brown 1-8/+8
2010-05-25rtc-cmos: do dev_set_drvdata() earlier in the initializationGravatar Dan Carpenter 1-2/+3
2010-05-25rtc-ds1302: add some abstraction for new platform supportGravatar Marc Zyngier 1-18/+67
2010-05-25rtc-isl1208: use sysfs_{create/remove}_groupGravatar H Hartley Sweeten 1-34/+11
2010-05-25rtc-mxc: remove unnecessary clock source for rtc subsystemGravatar Vladimir Zapolskiy 1-17/+8
2010-05-25s3c rtc driver: add support for S3C64xxGravatar Maurus Cuelenaere 2-21/+88
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Gravatar Linus Torvalds 1-2/+14
2010-05-21RTC: rtc-cmos: Fix binary mode supportGravatar Arnaud Patard 1-43/+40
2010-05-21sysfs: add struct file* to bin_attr callbacksGravatar Chris Wright 9-20/+28
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-5/+5
2010-05-19Revert "rtc: omap: let device wakeup capability be configured from chip init ...Gravatar Kevin Hilman 1-7/+5
2010-05-17drivers: Push down BKL into various driversGravatar Arnd Bergmann 1-2/+14
2010-05-06rtc: omap: let device wakeup capability be configured from chip init logicGravatar Sekhar Nori 1-5/+7
2010-05-06RTC: DaVinci RTC driverGravatar Miguel Aguilar 3-0/+684
2010-04-23Merge branch 'master' into for-nextGravatar Jiri Kosina 43-23/+70
2010-04-14stk17ta8: renaming e-mail corrections following split of GE Fanuc joint ventureGravatar Martyn Welch 1-2/+2
2010-04-14rtc: e-mail corrections following split of GE Fanuc joint ventureGravatar Martyn Welch 1-3/+3
2010-04-07rtc-mxc: multiple fixes in rtc-mxc probe methodGravatar Vladimir Zapolskiy 1-13/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 43-0/+43
2010-03-24rtc/mc13783: fix use after free bugGravatar Uwe Kleine-König 1-10/+13
2010-03-14init dynamic bin_attribute structuresGravatar Wolfram Sang 1-0/+1
2010-03-12rtc/hctosys: only claim the RTC provided the system time if it didGravatar Uwe Kleine-König 2-27/+37
2010-03-07rtc: Enable rtc in max8925Gravatar Haojian Zhuang 3-0/+325
2010-03-07rtc: Suppress duplicate enable/disable of WM8350 update interruptGravatar Mark Brown 1-0/+7
2010-03-07mfd: Add a data argument to the WM8350 IRQ free functionGravatar Mark Brown 1-2/+2
2010-03-06rtc-coh901331: fix braces in resume codeGravatar James Hogan 1-2/+3
2010-03-06rtc/mc13783: implement alarmGravatar Uwe Kleine-König 1-13/+172
2010-03-06rtc/mc13783: protect rtc {,un}registration by mc13783 lockGravatar Uwe Kleine-König 1-11/+14
2010-03-06rtc/mc13783: don't use deprecated mc13783 API callsGravatar Uwe Kleine-König 1-5/+5
2010-03-06rtc-core: fix memory leakGravatar Aaro Koskinen 1-0/+1
2010-03-06rtc-twl: Storage class should be before const qualifierGravatar Tobias Klauser 1-2/+2
2010-03-06rtc-at91sam9: Correct size given to memsetGravatar Julia Lawall 1-1/+1
2010-03-06rtc-pcf2123: move pcf2123_remove to .devexit.textGravatar Uwe Kleine-König 1-1/+1
2010-03-06rtc-ep93xx.c: cleanup probe/remove routinesGravatar H Hartley Sweeten 1-43/+28
2010-03-06rtc: mxc: fix memory leakGravatar Alexander Beregalov 1-2/+5
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 1-38/+327
2010-02-25Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dm...Gravatar Russell King 2-44/+330
2010-02-16rtc: Add MPC5121 Real time clock driverGravatar Anatolij Gustschin 3-0/+398
2010-02-04ARM: 5914/1: Modify PL031 for Nomadik and U8500 v2Gravatar Linus Walleij 1-38/+327
2010-02-02rtc-fm3130: add missing bracesGravatar Sergey Matyukevich 1-2/+4
2010-01-11rtc_cmos: convert shutdown to new pnp_driver->shutdownGravatar OGAWA Hirofumi 1-6/+3
2009-12-17Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusGravatar Linus Torvalds 1-1/+2
2009-12-17rtc: set wakeup capability for I2C and SPI RTC driversGravatar Anton Vorontsov 3-0/+6
2009-12-17RTC: rtc-cmos.c: Fix warning on MIPSGravatar Wu Zhangjin 1-1/+2
2009-12-16ARM: NUC900: add RTC driver support for nuc910 and nuc920Gravatar Wan ZongShun 3-0/+349
2009-12-16rtc-x1205: unconditionally set date when setting clockGravatar Johannes Weiner 1-35/+18
2009-12-16rtc-vr41xx: use resource_size()Gravatar Yoichi Yuasa 1-2/+2
2009-12-16rtc: ds1307 make it possible to share an irqGravatar Dmitry Eremin-Solenikov 1-1/+1
2009-12-16rtc: remove __raw_* accessors from PL031 RTCGravatar Linus Walleij 1-11/+12