aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-at91rm9200.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-08rtc: at91rm9200: clear RTC alarm status flag prior to suspendingWenyou Yang1-0/+2
2015-09-05rtc: at91rm9200: get and use slow clockAlexandre Belloni1-3/+24
2015-09-05rtc: at91rm9200: sort headers alphabeticallyAlexandre Belloni1-8/+8
2015-04-17drivers/rtc/rtc-at91rm9200.c: make IO endian agnosticBen Dooks1-2/+2
2015-03-18rtc: at91rm9200: double locking bug in at91_rtc_interrupt()Dan Carpenter1-1/+1
2015-03-04rtc: at91rm9200: rework wakeup and interrupt handlingBoris BREZILLON1-14/+48
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-06rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irqBoris BREZILLON1-2/+14
2013-12-12drivers/rtc/rtc-at91rm9200.c: correct alarm over day/month wrapLinus Pizunski1-0/+2
2013-11-21ARM: drivers/rtc/rtc-at91rm9200.c: disable interrupts at shutdownJohan Hovold1-0/+9
2013-11-13drivers/rtc/rtc-at91rm9200.c: use devm_* APIsSachin Kamat1-21/+7
2013-07-03rtc: rtc-at91rm9200: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-03drivers/rtc/rtc-at91rm9200.c: include <linux/uaccess.h>Sachin Kamat1-2/+1
2013-06-12rtc-at91rm9200: use shadow IMR on at91sam9x5Johan Hovold1-0/+7
2013-06-12rtc-at91rm9200: add shadow interrupt maskJohan Hovold1-1/+38
2013-06-12rtc-at91rm9200: refactor interrupt-register handlingJohan Hovold1-14/+29
2013-06-12rtc-at91rm9200: add configuration supportJohan Hovold1-8/+38
2013-06-12rtc-at91rm9200: add match-table compile guardJohan Hovold1-0/+2
2013-04-29drivers/rtc/rtc-at91rm9200.c: fix missing iounmapJohan Hovold1-3/+11
2013-04-29drivers/rtc/rtc-at91rm9200.c: add DT supportJoachim Eastwood1-0/+9
2013-04-29rtc: rtc-at91rm9200: switch to using SIMPLE_DEV_PM_OPSJingoo Han1-12/+4
2013-04-29rtc: rtc-at91rm9200: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-05Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR"Johan Hovold1-31/+19
2013-03-22drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMRNicolas Ferre1-19/+31
2013-02-21rtc: rtc-at91rm9200: use dev_dbg()/dev_err() instead of printk()/pr_debug()Jingoo Han1-9/+8
2012-11-06arm: at91: move at91rm9200 rtc header in drivers/rtcJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-07-04ARM: at91: fix new build errorsArnd Bergmann1-0/+1
2011-11-28ARM: at91: make rm9200 rtc drivers soc independentJean-Christophe PLAGNIOL-VILLARD1-38/+63
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-09RTC: Clean out UIE icotl implementationsJohn Stultz1-28/+0
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz1-7/+13
2009-09-23rtc: at91rm9200 fixesDavid Brownell1-9/+15
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-21/+21
2008-10-16rtc-at91rm9200: remove now-unneeded codeAndrew Victor1-3/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-07-24rtc-at91rm9200: avoid spurious irqsDavid Brownell1-10/+6
2008-05-22[RTC] remove unused asm/rtc.h includes from ARM RTC driversRussell King1-2/+0
2008-05-22[RTC] remove references to asm/mach/time.hRussell King1-2/+0
2008-04-28rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-6/+6
2008-04-11rtc: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2007-05-08rtc: suspend()/resume() restores system clockDavid Brownell1-30/+0
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell1-1/+1
2007-02-20[PATCH] at91_rtc updatesDavid Brownell1-6/+13
2007-01-05[PATCH] rtc-at91rm9200 build fixDavid Brownell1-0/+2
2006-12-13[PATCH] rtc framewok: rtc_wkalrm.enabled reporting updatesDavid Brownell1-2/+3
2006-12-10[PATCH] AT91RM9200 RTCAndrew Victor1-0/+429