aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-22rtc: s3c: balance state changes of wakeup flagVladimir Zapolskiy1-5/+8
2010-09-22drivers/rtc/rtc-ab3100.c: add missing platform_set_drvdata() in ab3100_rtc_probe()Axel Lin1-0/+2
2010-09-09drivers/rtc/rtc-pl031.c: do not mark PL031 IRQ as sharedLinus Walleij1-1/+1
2010-09-09rtc: m41t80: do not use rtc_valid_tm in m41t80_rtc_read_alarmAtsushi Nemoto1-1/+1
2010-09-09rtc-bfin: fix state restoration when resumingMike Frysinger1-2/+11
2010-09-09rtc-bfin: fix inverted logic in suspend pathMike Frysinger1-1/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2010-08-11Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-3/+50
2010-08-11rtc: rp5c01: add NVRAM supportGeert Uytterhoeven1-0/+89
2010-08-11drivers/rtc: remove unneeded ifdef CONFIG_PMChristian Dietrich1-6/+0
2010-08-11rtc-isl12022: properly handle military hour formatRoman Fietze1-1/+1
2010-08-11rtc: add support for DS3232 RTCRoy Zang3-0/+337
2010-08-11rtc/nuc900: fix build warningWan ZongShun1-1/+1
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-09Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into devel-stableRussell King2-3/+50
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
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-05rtc: rtc-s3c: Add extra option to include RTC for Samsung SoCsAtul Dahiya1-1/+8
2010-08-05rtc: rtc-s3c: Add BCD register initialization codesTaekgyun Ko1-0/+10
2010-08-05rtc: rtc-s3c: Updates driver for S3C64XX and newer SoCsAtul Dahiya1-2/+10
2010-08-05rtc: rtc-s3c: Updates RTC driver for clock enabling supportAtul Dahiya1-0/+22
2010-08-04Merge branch 'master' into for-nextJiri Kosina4-6/+21
2010-07-31Merge branch 'misc' into develRussell King1-1/+1
2010-07-27drivers/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-29rtc: 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-04rtc: s3c: initialize s3c_rtc_cpu_type before using itMaurus Cuelenaere1-2/+2
2010-06-04rtc: s3c: initialize driver data before using itMaurus Cuelenaere1-2/+3