aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-sh.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: Final irq namespace conversionThomas Gleixner2011-03-291-3/+3
* RTC: Clean out UIE icotl implementationsJohn Stultz2011-03-091-22/+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-1/+0
* RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz2011-02-031-4/+7
* rtc: rtc-sh - fix a memory leakAxel Lin2010-11-081-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* rtc: rtc-sh: Fix up oops in early periodic freq assignment.Paul Mundt2009-09-091-3/+1
* rtc: rtc-sh fixesAlessandro Zummo2009-08-201-61/+32
* rtc: rtc-sh: clock framework support.Paul Mundt2009-04-161-18/+49
* rtc: rtc-sh: use set_irq_wake()Magnus Damm2009-04-021-0/+36
* sh: sh-rtc wakeup supportMagnus Damm2009-03-201-0/+1
* sh: sh-rtc invalid time reworkMagnus Damm2009-03-201-6/+9
* sh: sh-rtc carry interrupt reworkMagnus Damm2009-03-201-8/+32
* rtc: rtc-sh: Bump version up to reflect single IRQ support changes.Paul Mundt2009-03-061-1/+1
* rtc: sh-rtc: Add Single IRQ SupportMagnus Damm2009-02-271-73/+117
* rtc: move power of 2 periodic frequency check down into driversJonathan Cameron2009-01-061-0/+3
* rtc: bunch of drivers: fix 'no irq' case handingAnton Vorontsov2009-01-061-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-10-201-7/+14
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2008-10-201-7/+0
| |\
| * | rtc-sh: Unsigned rtc->{periodic,carry,alarm}_irq cannot be negativeroel kluin2008-09-111-7/+14
* | | drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-20/+20
| |/ |/|
* | rtc: file close() consistently disables repeating irqsDavid Brownell2008-10-161-7/+0
|/
* rtc: rtc-sh: Fixup for 64-bit resources.Paul Mundt2008-05-081-5/+9
* rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-1/+1
* rtc: rtc-sh: Add support for periodic IRQs.Angelo Castello2008-04-181-109/+187
* rtc: fix platform driver hotplug/coldplugKay Sievers2008-04-111-0/+1
* rtc: rtc-sh: Split out the CPU defs to asm/cpu/.Paul Mundt2008-01-281-19/+1
* rtc: rtc-sh: SH-2A support.Paul Mundt2008-01-281-2/+18
* rtc: rtc-sh: SH-5 support.Paul Mundt2008-01-281-1/+5
* rtc: rtc-sh: Zero out tm value for invalid rtc states.Paul Mundt2007-11-071-1/+3
* rtc: sh-rtc: Handle rtc_device_register() failure properly.Paul Mundt2007-11-071-1/+1
* rtc: rtc-sh: Support 4-digit year on SH7705/SH7710/SH7712.Paul Mundt2007-09-211-18/+33
* rtc: rtc-sh: Correct sh_rtc_set_time() for some SH-3 parts.Markus Brunner2007-07-261-0/+1
* rtc: rtc-sh: Fix rtc_dev pointer for rtc_update_irq().Paul Mundt2007-05-091-3/+3
* rtc: rtc-sh: Fix up dev_dbg() warnings.Paul Mundt2007-05-091-1/+1
* rtc: rtc interfaces don't use class_deviceDavid Brownell2007-05-081-3/+3
* [PATCH] rtc-sh: act on rtc_wkalrm.enabled when setting an alarmJamie Lenehan2007-01-231-5/+7
* [PATCH] rtc-sh: correctly report rtc_wkalrm.enabledDavid Brownell2007-01-111-2/+2
* rtc: rtc-sh: alarm support.Jamie Lenehan2006-12-121-25/+201
* rtc: rtc-sh: fix rtc for out-by-one for the month.Jamie Lenehan2006-12-121-3/+3
* rtc: rtc-sh: fix for period rtc interrupts.Jamie Lenehan2006-12-121-21/+22
* sh: Updates for IRQ handler changes.Paul Mundt2006-10-061-3/+3
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* rtc: New RTC driver for SuperH On-Chip RTC.Paul Mundt2006-09-271-0/+467