summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pl031.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: pl031: make interrupt optionalRussell King2017-10-121-6/+8
* rtc: pl031: avoid exposing alarm if no interruptRussell King2017-10-121-3/+12
* rtc: pl031: use devm_* for allocating memory and mapping resourceRussell King2017-10-121-11/+6
* rtc: pl031: constify amba_idsRussell King2017-10-121-1/+1
* rtc: pl031: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla2015-11-081-5/+8
* rtc: pl031: fix typo for author emailLeo Yan2015-09-051-1/+1
* drivers/rtc/rtc-pl03x.c: remove unnecessary amba_set_drvdata()Michal Simek2013-11-131-2/+0
* rtc: rtc-pl031: Set wakeup flag prior to registering rtcdevJohn Stultz2013-09-181-2/+1
* drivers/rtc/rtc-pl031.c: pass correct pointer to free_irq()Lars-Peter Clausen2013-05-241-1/+1
* drivers/rtc/rtc-pl031.c: add wakeup supportRob Herring2013-02-211-0/+2
* drivers/rtc/rtc-pl031.c: restore ST variant functionalityLinus Walleij2013-02-121-1/+3
* drivers/rtc/rtc-pl031.c: fix the missing operation on enableHaojian Zhuang2013-02-051-3/+5
* rtc: pl031: fix up IRQ flagsMattias Wallin2012-07-301-1/+10
* rtc: pl031: use per-vendor variables for special initLinus Walleij2012-07-301-9/+14
* rtc: pl031: encapsulate per-vendor opsLinus Walleij2012-07-301-22/+39
* drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handlingRajkumar Kasirajan2012-05-291-11/+3
* drivers/rtc/rtc-pl031.c: configure correct wday for 2000-01-01Rajkumar Kasirajan2012-05-171-0/+18
* drivers/rtc/rtc-pl031.c: enable clock on all ST variantsLinus Walleij2012-04-121-2/+1
* Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-231-12/+1
|\
| * ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar2012-03-161-12/+1
* | drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-231-1/+1
|/
* rtc: pl031: Enable module alias autogeneration for AMBA driversDave Martin2011-11-221-0/+2
*-. Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds2011-03-171-1/+1
|\ \
| | * ARM: amba: make probe() functions take const id tablesRussell King2011-02-231-1/+1
| |/
* | RTC: Cleanup rtc_class_ops->irq_set_freq()John Stultz2011-03-091-21/+0
* | RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz2011-03-091-34/+0
|/
* drivers/rtc/rtc-pl031.c: do not mark PL031 IRQ as sharedLinus Walleij2010-09-091-1/+1
* drivers/rtc/rtc-pl031.c: remove unused #include <linux/version.h>Huang Weiyi2010-08-111-1/+0
* ARM: Fix section build warnings for AMBA driversRussell King2010-07-271-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ARM: 5914/1: Modify PL031 for Nomadik and U8500 v2Linus Walleij2010-02-041-38/+327
* rtc: remove __raw_* accessors from PL031 RTCLinus Walleij2009-12-161-11/+12
* [ARM] 5544/1: Trust PrimeCell resource sizesLinus Walleij2009-06-111-2/+1
* [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini2009-05-201-1/+1
* rtc: remove some NOP open/release methodsDavid Brownell2008-10-161-14/+0
* [RTC] rtc-pl031: use proper resources, use proper apis, clean up includesRussell King2008-05-221-21/+15
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* rtc: rtc interfaces don't use class_deviceDavid Brownell2007-05-081-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] constify rtc_class_ops: update driversDavid Brownell2006-10-011-1/+1
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] Add driver for ARM AMBA PL031 RTCDeepak Saxena2006-06-251-0/+233