aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-pl031.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-08rtc: pl031: remove misuse of IRQF_NO_SUSPEND flagGravatar Sudeep Holla 1-5/+8
2015-09-05rtc: pl031: fix typo for author emailGravatar Leo Yan 1-1/+1
2013-11-13drivers/rtc/rtc-pl03x.c: remove unnecessary amba_set_drvdata()Gravatar Michal Simek 1-2/+0
2013-09-18rtc: rtc-pl031: Set wakeup flag prior to registering rtcdevGravatar John Stultz 1-2/+1
2013-05-24drivers/rtc/rtc-pl031.c: pass correct pointer to free_irq()Gravatar Lars-Peter Clausen 1-1/+1
2013-02-21drivers/rtc/rtc-pl031.c: add wakeup supportGravatar Rob Herring 1-0/+2
2013-02-12drivers/rtc/rtc-pl031.c: restore ST variant functionalityGravatar Linus Walleij 1-1/+3
2013-02-05drivers/rtc/rtc-pl031.c: fix the missing operation on enableGravatar Haojian Zhuang 1-3/+5
2012-07-30rtc: pl031: fix up IRQ flagsGravatar Mattias Wallin 1-1/+10
2012-07-30rtc: pl031: use per-vendor variables for special initGravatar Linus Walleij 1-9/+14
2012-07-30rtc: pl031: encapsulate per-vendor opsGravatar Linus Walleij 1-22/+39
2012-05-29drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handlingGravatar Rajkumar Kasirajan 1-11/+3
2012-05-17drivers/rtc/rtc-pl031.c: configure correct wday for 2000-01-01Gravatar Rajkumar Kasirajan 1-0/+18
2012-04-12drivers/rtc/rtc-pl031.c: enable clock on all ST variantsGravatar Linus Walleij 1-2/+1
2012-03-23Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 1-12/+1
2012-03-23drivers/rtc: remove IRQF_DISABLEDGravatar Yong Zhang 1-1/+1
2012-03-16ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverGravatar viresh kumar 1-12/+1
2011-11-22rtc: pl031: Enable module alias autogeneration for AMBA driversGravatar Dave Martin 1-0/+2
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Gravatar Linus Torvalds 1-1/+1
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_freq()Gravatar John Stultz 1-21/+0
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_stateGravatar John Stultz 1-34/+0
2011-02-23ARM: amba: make probe() functions take const id tablesGravatar Russell King 1-1/+1
2010-09-09drivers/rtc/rtc-pl031.c: do not mark PL031 IRQ as sharedGravatar Linus Walleij 1-1/+1
2010-08-11drivers/rtc/rtc-pl031.c: remove unused #include <linux/version.h>Gravatar Huang Weiyi 1-1/+0
2010-07-27ARM: Fix section build warnings for AMBA driversGravatar Russell King 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-04ARM: 5914/1: Modify PL031 for Nomadik and U8500 v2Gravatar Linus Walleij 1-38/+327
2009-12-16rtc: remove __raw_* accessors from PL031 RTCGravatar Linus Walleij 1-11/+12
2009-06-11[ARM] 5544/1: Trust PrimeCell resource sizesGravatar Linus Walleij 1-2/+1
2009-05-20[ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Gravatar Alessandro Rubini 1-1/+1
2008-10-16rtc: remove some NOP open/release methodsGravatar David Brownell 1-14/+0
2008-05-22[RTC] rtc-pl031: use proper resources, use proper apis, clean up includesGravatar Russell King 1-21/+15
2007-10-19remove asm/bitops.h includesGravatar Jiri Slaby 1-1/+1
2007-05-08rtc: rtc interfaces don't use class_deviceGravatar David Brownell 1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+1
2006-10-01[PATCH] constify rtc_class_ops: update driversGravatar David Brownell 1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-25[PATCH] Add driver for ARM AMBA PL031 RTCGravatar Deepak Saxena 1-0/+233