summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2010-08-11rtc/nuc900: modify enable/disable IRQs and driver data setting locationWan ZongShun1-11/+12
2010-08-11rtc/nuc900: make returning time checking function validWan ZongShun1-8/+4
2010-08-11rtc/m48t86: use rtc_valid_tm() to check returned tmWan ZongShun1-1/+1
2010-08-11rtc/m48t59: use rtc_valid_tm() to check returned tmWan ZongShun1-2/+2
2010-08-11rtc/max6900: use rtc_valid_tm() to check returning tmWan ZongShun1-1/+1
2010-08-11rtc/m41t80: use rtc_valid_tm() to check returned tmWan ZongShun1-2/+2
2010-08-11rtc: add Intersil ISL12022 RTC driverRoman Fietze3-0/+337
2010-08-11rtc: driver for the DryIce block found in i.MX25 chipsBaruch Siach3-0/+530
2010-08-11drivers/rtc/rtc-pl031.c: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2010-08-11rtc/pxa: remove unnecessary private ops->ioctl()Wan ZongShun1-19/+22
2010-08-11rtc: fixes and new functionality for fm3130Sergey Matyukevich1-51/+130
2010-08-11rtc/rtc-mxc: remove six unused fieldsWan ZongShun1-6/+0
2010-08-11rtc/m48t59: kfree(NULL) is OKWan ZongShun1-1/+0
2010-08-11rtc/pxa: remove unused fieldWan ZongShun1-1/+0
2010-08-11drivers/rtc/rtc-pcf8563.c: remove unused structGraham Gower1-8/+0
2010-08-11rtc/nuc900: fix checking of args during time-settingWan ZongShun1-4/+10
2010-08-11nuc900/rtc: change the waiting for device ready implementWan ZongShun1-8/+7
2010-08-05Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds3-1/+358
2010-08-05RTC: Add JZ4740 RTC driverLars-Peter Clausen3-0/+357
2010-08-05MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMYManuel Lauss1-1/+1
2010-08-04Merge branch 'master' into for-nextJiri Kosina4-6/+21
2010-07-31Merge branch 'misc' into develRussell King1-1/+1
2010-07-28drivers/rtc/rtc-rx8581.c: fix setdatetimeRudolf Marek1-3/+17
2010-07-27ARM: Fix section build warnings for AMBA driversRussell King1-1/+1
2010-07-19comment typo fixes: charater => characterThomas Weber1-1/+1
2010-06-30rtc: fix ds1388 time corruptionJoakim Tjernlund1-2/+2
2010-06-28davinci: update gfp/slab.h includesTejun Heo1-0/+1
2010-06-16Merge branch 'master' into for-nextJiri Kosina15-188/+639
2010-06-16fix typos concerning "instead"Uwe Kleine-König1-1/+1
2010-06-05rtc: s3c: initialize s3c_rtc_cpu_type before using itMaurus Cuelenaere1-2/+2
2010-06-05rtc: s3c: initialize driver data before using itMaurus Cuelenaere1-2/+3
2010-06-04Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-6/+0
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang3-6/+0
2010-06-03of/rtc: rtc-mpc5121.c: Fix build failuresGrant Likely1-6/+8
2010-05-28mfd: AB3100 register access change to abx500 APIMattias Wallin1-23/+16
2010-05-28mfd: Renamed ab3100.h to abx500.hLinus Walleij1-1/+1
2010-05-27rtc-m41t80: use nonseekable_open()Jan Blunck1-5/+1
2010-05-27rtc: AB8500 RTC driverVirupax Sadashivpetimath3-0/+371
2010-05-25rtc: use genirq directly in rtc-wm831xMark Brown1-8/+8
2010-05-25rtc-cmos: do dev_set_drvdata() earlier in the initializationDan Carpenter1-2/+3
2010-05-25rtc-ds1302: add some abstraction for new platform supportMarc Zyngier1-18/+67
2010-05-25rtc-isl1208: use sysfs_{create/remove}_groupH Hartley Sweeten1-34/+11
2010-05-25rtc-mxc: remove unnecessary clock source for rtc subsystemVladimir Zapolskiy1-17/+8
2010-05-25s3c rtc driver: add support for S3C64xxMaurus Cuelenaere2-21/+88
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds1-2/+14
2010-05-22RTC: rtc-cmos: Fix binary mode supportArnaud Patard1-43/+40
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright9-20/+28
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-5/+5
2010-05-19Revert "rtc: omap: let device wakeup capability be configured from chip init ...Kevin Hilman1-7/+5
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-2/+14