aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pl031.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_freq()John Stultz1-21/+0
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz1-34/+0
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King1-1/+1
2010-09-09drivers/rtc/rtc-pl031.c: do not mark PL031 IRQ as sharedLinus Walleij1-1/+1
2010-08-11drivers/rtc/rtc-pl031.c: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2010-07-27ARM: Fix section build warnings for AMBA driversRussell King1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-04ARM: 5914/1: Modify PL031 for Nomadik and U8500 v2Linus Walleij1-38/+327
2009-12-16rtc: remove __raw_* accessors from PL031 RTCLinus Walleij1-11/+12
2009-06-11[ARM] 5544/1: Trust PrimeCell resource sizesLinus Walleij1-2/+1
2009-05-20[ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini1-1/+1
2008-10-16rtc: remove some NOP open/release methodsDavid Brownell1-14/+0
2008-05-22[RTC] rtc-pl031: use proper resources, use proper apis, clean up includesRussell King1-21/+15
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-25[PATCH] Add driver for ARM AMBA PL031 RTCDeepak Saxena1-0/+233