summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-mrst.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: simplify implementations of read_alarmUwe Kleine-König2016-07-091-8/+0
* char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann2016-06-041-1/+1
* rtc: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-05-201-1/+1
* rtc: remove use of seq_printf return valueJoe Perches2015-04-151-7/+9
* drivers/rtc/rtc-mrst: fix suspend/resumeLars-Peter Clausen2015-03-251-8/+9
* drivers/rtc/rtc-mrst.c: remove redundant dev_set_drvdataSachin Kamat2013-11-131-2/+0
* intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan2013-10-171-2/+2
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-6/+6
* drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-231-1/+1
* rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-101-12/+1
* vrtc: change its year offset from 1960 to 1972Feng Tang2011-11-111-8/+11
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-3/+2
* drivers/rtc/rtc-mrst.c: use release_mem_region after request_mem_regionJulia Lawall2011-05-261-2/+2
* rtc, x86/mrst/vrtc: Fix boot crash in rtc_read_alarm()Feng Tang2011-04-071-3/+4
* rtc-mrst: Fix section typesMajor Lee2011-04-041-5/+5
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-1/+12
|\
| * Merge branch 'linus' into x86/platformThomas Gleixner2011-02-231-26/+5
| |\
| * | mrst/vrtc: Avoid using cmos rtc opsFeng Tang2011-02-141-1/+12
* | | RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz2011-03-091-20/+0
| |/ |/|
* | RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz2011-02-031-26/+5
|/
* x86, mrst: Add explanation for using 1960 as the year offset for vrtcFeng Tang2010-11-171-1/+5
* rtc: Add drivers/rtc/rtc-mrst.cFeng Tang2010-11-111-0/+578