aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-29mfd: Align ab8500 with the abx500 interfaceMattias Wallin1-50/+53
2010-10-29rtc: Add MAX8998 rtc driverJoonyoung Shim3-0/+311
2010-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-17/+17
2010-10-27drivers/rtc/rtc-jz4740.c: add alarm functionPaul Cercueil1-5/+40
2010-10-27drivers/rtc/rtc-ds3232.c: add alarm functionLan Chunhe-B258062-1/+183
2010-10-27rtc: rtc-s3c: add rtc_valid_tm in s3c_rtc_gettime()Kukjin Kim1-1/+1
2010-10-27rtc: rtc-s3c: fix RTC initialization methodChanghwan Youn1-5/+13
2010-10-27rtc: rtc-s3c: Fix debug message format on RTCKukjin Kim1-9/+9
2010-10-27rtc: rtc-s3c: fix on support RTC AlarmChanghwan Youn1-1/+2
2010-10-27rtc: rtc-s3c: fix setting missing field of getalarmChanghwan Youn1-6/+6
2010-10-27rtc: rtc-s3c: fix access unit from byte to word on RTCCONChanghwan Youn1-18/+21
2010-10-27rtc: omap: let device wakeup capability be configured from chip init logicSekhar Nori1-5/+7
2010-10-27drivers/rtc/class.c: fix device_register() error handlingVasiliy Kulikov1-1/+3
2010-10-27rtc-bfin: add debug markers to suspend/resume pathsMike Frysinger1-4/+12
2010-10-27rtc-bfin: shrink/optimize interrupt handler a bitMike Frysinger1-11/+16
2010-10-27rtc: rtc-lpc32xx: introduce RTC driver for the LPC32XX SoCKevin Wells3-0/+424
2010-10-27rtc: rtc-rs5c313: ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt1-17/+17
2010-10-26AT91: rtc: enable built-in RTC in Kconfig for at91sam9g45 familyNicolas Ferre1-6/+6
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-6/+7
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-6/+7
2010-09-30i2c: Remove obsolete cleanup for clientdataWolfram Sang1-2/+0
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