summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pl031.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* rtc: pl031: switch to devm_rtc_allocate_device/rtc_register_deviceAlexandre Belloni2018-09-111-9/+9
* 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/+6Star
* 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/+0Star
* rtc: rtc-pl031: Set wakeup flag prior to registering rtcdevJohn Stultz2013-09-181-2/+1Star
* drivers/rtc/rtc-pl031.c: pass correct pointer to free_irq()Lars-Peter Clausen2013-05-251-1/+1
* drivers/rtc/rtc-pl031.c: add wakeup supportRob Herring2013-02-221-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-311-1/+10
* rtc: pl031: use per-vendor variables for special initLinus Walleij2012-07-311-9/+14
* rtc: pl031: encapsulate per-vendor opsLinus Walleij2012-07-311-22/+39
* drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handlingRajkumar Kasirajan2012-05-301-11/+3Star
* drivers/rtc/rtc-pl031.c: configure correct wday for 2000-01-01Rajkumar Kasirajan2012-05-181-0/+18
* drivers/rtc/rtc-pl031.c: enable clock on all ST variantsLinus Walleij2012-04-121-2/+1Star
* Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-241-12/+1Star
|\
| * ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar2012-03-171-12/+1Star
* | drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-241-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-181-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/+0Star
* | RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz2011-03-091-34/+0Star
|/
* drivers/rtc/rtc-pl031.c: do not mark PL031 IRQ as sharedLinus Walleij2010-09-101-1/+1
* drivers/rtc/rtc-pl031.c: remove unused #include <linux/version.h>Huang Weiyi2010-08-111-1/+0Star
* 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/+1Star
* [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini2009-05-211-1/+1
* rtc: remove some NOP open/release methodsDavid Brownell2008-10-161-14/+0Star
* [RTC] rtc-pl031: use proper resources, use proper apis, clean up includesRussell King2008-05-221-21/+15Star
* 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