summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-sa1100.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: sa1100/pxa: convert to run-time register mappingRob Herring2015-09-051-27/+55
* rtc: sa1100: prepare to share sa1100_rtc_opsRob Herring2015-09-051-29/+30
* drivers/rtc/rtc-sa1100.c: make of_device_id array constJingoo Han2014-06-061-1/+1
* rtc: rtc-sa1100: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-031-6/+2
* rtc: rtc-sa1100: use devm_*() functionsJingoo Han2013-04-291-12/+5
* rtc: rtc-sa1100: switch to using SIMPLE_DEV_PM_OPSJingoo Han2013-04-291-8/+4
* drivers/rtc/rtc-sa1100.c: move clock enable/disable to probe/removeChao Xie2013-02-211-5/+6
* drivers/rtc: use of_match_ptr() macroSachin Kamat2013-02-211-1/+3
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-291-0/+1
|\
| * ARM: pxa: use common IOMEM definitionRob Herring2012-03-251-0/+1
* | Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-271-1/+1
|\ \
| * | ARM: 7340/1: rtc: sa1100: include mach/irqs.h instead of asm/irq.hRob Herring2012-03-251-1/+1
| |/
* | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-33/+94
|\ \
| * | rtc: sa1100: add OF supportHaojian Zhuang2012-03-061-0/+9
| * | rtc: sa1100: enable clk supportHaojian Zhuang2012-02-281-0/+17
| * | rtc: sa1100: declare irq in resourceHaojian Zhuang2012-02-281-31/+67
* | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-70/+11
|\| |
| * | rtc: sa1100: remove verification code of alarmHaojian Zhuang2012-02-281-55/+11
| * | rtc: sa1100: remove periodic codeHaojian Zhuang2012-02-281-15/+0
| |/
* / drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-231-4/+3
|/
* Revert "RTC: sa1100: remove redundant code of setting alarm"Russell King2012-01-191-12/+41
* Revert "RTC: sa1100: support sa1100, pxa and mmp soc families"Russell King2012-01-191-177/+79
* rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-101-12/+1
* RTC: sa1100: support sa1100, pxa and mmp soc familiesJett.Zhou2011-12-281-79/+177
* RTC: sa1100: remove redundant code of setting alarmJett.Zhou2011-12-281-41/+12
* RTC: sa1100: Clean out ost registerJett.Zhou2011-12-281-3/+0
* RTC: sa1100: Update the sa1100 RTC driver.Marcelo Roberto Jimenez2011-03-091-108/+3
* RTC: Remove UIE and PIE information from the sa1100 driver proc.Marcelo Roberto Jimenez2011-03-091-9/+2
* RTC: Clean out UIE icotl implementationsJohn Stultz2011-03-091-19/+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-18/+0
* RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz2011-02-031-10/+12
* ARM: 6455/2: Better use of the RTC framework for sa11xx.Marcelo Roberto Jimenez2010-12-211-24/+74
* ARM: 6454/1: sa1100: Fix for a nasty initialization bug in the RTSR.Marcelo Roberto Jimenez2010-11-101-1/+41
* ARM: 6453/1: sa1100: Print the value of RTSR on /proc/drivers/rtc.Marcelo Roberto Jimenez2010-11-101-0/+1
* ARM: 6452/1: Fix checkpatch.pl issues in drivers/rtc/rtc-sa1100.c.Marcelo Roberto Jimenez2010-11-101-9/+11
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* Merge branch 'master' into for-linusRussell King2009-09-221-1/+1
|\
| * Nicolas Pitre has a new email addressNicolas Pitre2009-09-151-1/+1
* | [ARM] pxa: update rtc-sa1100.c to use 'struct dev_pm_ops'Haojian Zhuang2009-09-101-10/+13
|/
* [ARM] pxa: separate definitions from pxa-regs.h and remove it finallyEric Miao2009-03-091-1/+2
* [ARM] rtc-sa1100: don't assume CLOCK_TICK_RATE to be a constantEric Miao2008-12-291-5/+7
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-2/+2
* [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+1
*---. Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'o...Russell King2008-07-101-3/+38
|\ \ \
| | | * [RTC] rtc-sa1100: remove dependence on asm/rtc.hRussell King2008-05-221-1/+36
| |_|/ |/| |
| | * [ARM] 5109/1: Mark rtc sa1100 driver as wakeup source before registering itUli Luckas2008-06-221-2/+2
| |/ |/|
* | rtc: fix platform driver hotplug/coldplugKay Sievers2008-04-111-0/+1
|/
* rtc: remove more dev->power.power_state usageDavid Brownell2008-02-061-12/+4
* [ARM] pxa/sa1100: replace wakeup supportRussell King2008-01-261-0/+31