aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-s3c.c
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-021-193/+114
* drivers/rtc/rtc-s3c.c: fixup wake support for rtcBen Dooks2011-05-111-3/+10
* RTC: Fix s3c compile error due to missing s3c_rtc_setpieVasily Khoruzhick2011-03-291-2/+0
* RTC: Cleanup rtc_class_ops->irq_set_freq()John Stultz2011-03-091-1/+0
* RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz2011-03-091-32/+0
* drivers/rtc/rtc-s3c.c: fix prototype for s3c_rtc_setaie()Axel Lin2011-03-041-5/+7
* rtc: rtc-s3c: add rtc_valid_tm in s3c_rtc_gettime()Kukjin Kim2010-10-271-1/+1
* rtc: rtc-s3c: fix RTC initialization methodChanghwan Youn2010-10-271-5/+13
* rtc: rtc-s3c: Fix debug message format on RTCKukjin Kim2010-10-271-9/+9
* rtc: rtc-s3c: fix on support RTC AlarmChanghwan Youn2010-10-271-1/+2
* rtc: rtc-s3c: fix setting missing field of getalarmChanghwan Youn2010-10-271-6/+6
* rtc: rtc-s3c: fix access unit from byte to word on RTCCONChanghwan Youn2010-10-271-18/+21
* rtc: s3c: balance state changes of wakeup flagVladimir Zapolskiy2010-09-221-5/+8
* rtc: rtc-s3c: Add BCD register initialization codesTaekgyun Ko2010-08-051-0/+10
* rtc: rtc-s3c: Updates driver for S3C64XX and newer SoCsAtul Dahiya2010-08-051-2/+10
* rtc: rtc-s3c: Updates RTC driver for clock enabling supportAtul Dahiya2010-08-051-0/+22
* rtc: s3c: initialize s3c_rtc_cpu_type before using itMaurus Cuelenaere2010-06-041-2/+2
* rtc: s3c: initialize driver data before using itMaurus Cuelenaere2010-06-041-2/+3
* s3c rtc driver: add support for S3C64xxMaurus Cuelenaere2010-05-251-20/+87
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* rtc: move power of 2 periodic frequency check down into driversJonathan Cameron2009-01-061-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ben Dooks2008-11-031-3/+5
|\
| * rtc S3C: add device_init_wakeup() invokationYauhen Kharuzhy2008-10-301-0/+2
| * rtc-s3c: fix section mismatch warningsYauhen Kharuzhy2008-10-301-3/+3
* | [ARM] S3C: Move regs-rtc.h to arch/arm/plat-s3c/include/platBen Dooks2008-10-301-1/+1
|/
* drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-21/+21
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-1/+1
* [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+1
* rtc: rtc-s3c: update IRQ handlingBen Dooks2008-07-241-67/+16
* rtc: rtc-s3c: add __devexit and __devinit markersBen Dooks2008-07-241-3/+3
* [RTC] remove unused asm/rtc.h includes from ARM RTC driversRussell King2008-05-221-2/+0
* [RTC] remove references to asm/mach/time.hRussell King2008-05-221-2/+0
* rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-3/+3
* rtc: fix platform driver hotplug/coldplugKay Sievers2008-04-111-0/+1
* rtc-s3c: Use is_power_of_2() macro for simplicity.Robert P. J. Day2008-02-061-3/+2
* s3c-rtc: remove unused variableKrzysztof Helt2007-10-301-2/+0
* s3c2410: fixup after arch movesBen Dooks2007-07-311-1/+1
* rtc: suspend()/resume() restores system clockDavid Brownell2007-05-081-22/+0
* rtc: rtc interfaces don't use class_deviceDavid Brownell2007-05-081-2/+2
* [PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner2007-02-141-2/+2
* [PATCH] rtc framewok: rtc_wkalrm.enabled reporting updatesDavid Brownell2006-12-131-4/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [PATCH] constify rtc_class_ops: update driversDavid Brownell2006-10-011-1/+1
* [PATCH] rtc-s3c.c: fix time setting checksBen Dooks2006-08-271-7/+8
* [PATCH] drivers/rtc: fix rtc-s3c.cBen Dooks2006-08-271-54/+67
* [PATCH] RTC: class driver for Samsung S3C series SoCBen Dooks2006-07-011-0/+607