aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-sh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28rtc: rtc-sh: Split out the CPU defs to asm/cpu/.Paul Mundt1-19/+1
2008-01-28rtc: rtc-sh: SH-2A support.Paul Mundt1-2/+18
2008-01-28rtc: rtc-sh: SH-5 support.Paul Mundt1-1/+5
2007-11-07rtc: rtc-sh: Zero out tm value for invalid rtc states.Paul Mundt1-1/+3
2007-11-07rtc: sh-rtc: Handle rtc_device_register() failure properly.Paul Mundt1-1/+1
2007-09-21rtc: rtc-sh: Support 4-digit year on SH7705/SH7710/SH7712.Paul Mundt1-18/+33
2007-07-26rtc: rtc-sh: Correct sh_rtc_set_time() for some SH-3 parts.Markus Brunner1-0/+1
2007-05-09rtc: rtc-sh: Fix rtc_dev pointer for rtc_update_irq().Paul Mundt1-3/+3
2007-05-09rtc: rtc-sh: Fix up dev_dbg() warnings.Paul Mundt1-1/+1
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell1-3/+3
2007-01-23[PATCH] rtc-sh: act on rtc_wkalrm.enabled when setting an alarmJamie Lenehan1-5/+7
2007-01-11[PATCH] rtc-sh: correctly report rtc_wkalrm.enabledDavid Brownell1-2/+2
2006-12-12rtc: rtc-sh: alarm support.Jamie Lenehan1-25/+201
2006-12-12rtc: rtc-sh: fix rtc for out-by-one for the month.Jamie Lenehan1-3/+3
2006-12-12rtc: rtc-sh: fix for period rtc interrupts.Jamie Lenehan1-21/+22
2006-10-06sh: Updates for IRQ handler changes.Paul Mundt1-3/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-27rtc: New RTC driver for SuperH On-Chip RTC.Paul Mundt1-0/+467