aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-mrst.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König1-8/+0
2016-06-04char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann1-1/+1
2016-05-20rtc: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2015-04-15rtc: remove use of seq_printf return valueJoe Perches1-7/+9
2015-03-25drivers/rtc/rtc-mrst: fix suspend/resumeLars-Peter Clausen1-8/+9
2013-11-13drivers/rtc/rtc-mrst.c: remove redundant dev_set_drvdataSachin Kamat1-2/+0
2013-10-17intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan1-2/+2
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-6/+6
2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang1-1/+1
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin1-12/+1
2011-11-11vrtc: change its year offset from 1960 to 1972Feng Tang1-8/+11
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-3/+2
2011-05-26drivers/rtc/rtc-mrst.c: use release_mem_region after request_mem_regionJulia Lawall1-2/+2
2011-04-07rtc, x86/mrst/vrtc: Fix boot crash in rtc_read_alarm()Feng Tang1-3/+4
2011-04-04rtc-mrst: Fix section typesMajor Lee1-5/+5
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+12
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz1-20/+0
2011-02-23Merge branch 'linus' into x86/platformThomas Gleixner1-26/+5
2011-02-14mrst/vrtc: Avoid using cmos rtc opsFeng Tang1-1/+12
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz1-26/+5
2010-11-17x86, mrst: Add explanation for using 1960 as the year offset for vrtcFeng Tang1-1/+5
2010-11-11rtc: Add drivers/rtc/rtc-mrst.cFeng Tang1-0/+578