summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | ARM: amba: make probe() functions take const id tablesRussell King2011-02-232-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-161-5/+4
|\ \ \ \ \
| * | | | | dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4
* | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-152-1/+57
|\ \ \ \ \ \
| * | | | | | rtc: cmos: Add OF bindingsSebastian Andrzej Siewior2011-02-231-0/+45
| * | | | | | Merge branch 'linus' into x86/platformThomas Gleixner2011-02-2325-318/+376
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Merge branch 'devicetree/for-x86' of git://git.secretlab.ca/git/linux-2.6 int...Thomas Gleixner2011-02-2217-394/+599
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | mrst/vrtc: Avoid using cmos rtc opsFeng Tang2011-02-141-1/+12
* | | | | | | RTC: sa1100: Update the sa1100 RTC driver.Marcelo Roberto Jimenez2011-03-091-108/+3
* | | | | | | RTC: Fix the cross interrupt issue on rtc-test.Marcelo Roberto Jimenez2011-03-091-4/+9
* | | | | | | RTC: Remove UIE and PIE information from the sa1100 driver proc.Marcelo Roberto Jimenez2011-03-091-9/+2
* | | | | | | RTC: Include information about UIE and PIE in RTC driver proc.Marcelo Roberto Jimenez2011-03-091-0/+8
* | | | | | | RTC: Clean out UIE icotl implementationsJohn Stultz2011-03-099-225/+0
* | | | | | | RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz2011-03-0916-236/+1
* | | | | | | RTC: Cleanup rtc_class_ops->irq_set_freq()John Stultz2011-03-098-103/+0
* | | | | | | RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz2011-03-0910-208/+0
* | | | | | | RTC: Initialize kernel state from RTCJohn Stultz2011-03-092-0/+187
| |_|_|_|_|/ |/| | | | |
* | | | | | drivers/rtc/rtc-s3c.c: fix prototype for s3c_rtc_setaie()Axel Lin2011-03-041-5/+7
* | | | | | drivers/rtc/rtc-ds3232.c: fix time range difference between linux and RTC chipLei Xu2011-02-251-5/+9
* | | | | | RTC: fix typo in drivers/rtc/rtc-at91sam9.cJelle Martijn Kok2011-02-251-1/+1
| |_|/ / / |/| | | |
* | | | | Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-02-183-4/+135
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | RTC: Re-enable UIE timer/polling emulationJohn Stultz2011-02-172-2/+18
| * | | | RTC: Revert UIE emulation removalJohn Stultz2011-02-172-0/+116
| * | | | RTC: Release mutex in error path of rtc_alarm_irq_enableUwe Kleine-König2011-02-171-3/+2
* | | | | Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-02-1421-313/+232
|\ \ \ \ \ | |/ / / /
| * | | | RTC: Fix minor compile warningJohn Stultz2011-02-032-2/+2
| * | | | RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz2011-02-0318-297/+223
| * | | | RTC: Fix rtc driver ioctl specific shortcuttingJohn Stultz2011-02-031-14/+7
* | | | | drivers/rtc/rtc-proc.c: add module_put on error path in rtc_proc_open()Alexander Strakh2011-02-111-1/+5
|/ / / /
* | | | RTC: Prevents a division by zero in kernel code.Marcelo Roberto Jimenez2011-02-032-0/+4
| |/ / |/| |
* | | RTC: Remove Kconfig symbol for UIE emulationUwe Kleine-König2011-01-211-12/+0
* | | RTC: Properly handle rtc_read_alarm error propagation and fix bugJohn Stultz2011-01-211-3/+9
* | | RTC: Propagate error handling via rtc_timer_enqueue properlyJohn Stultz2011-01-211-21/+28
| |/ |/|
* | mfd: Support LP3974 RTCMyungJoo Ham2011-01-141-5/+49
* | rtc: rtc-max6902 - set driver data in max6902_probe()Axel Lin2011-01-131-1/+2
* | rtc-cmos: fix suspend/resumePaul Fox2011-01-131-7/+9
* | drivers/rtc/rtc-omap.c: fix a memory leakAxel Lin2011-01-131-2/+4
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-01-111-1/+2
|\ \
| * \ Merge remote branch 'gcl/next' into nextBenjamin Herrenschmidt2011-01-111-1/+1
| |\ \
| * | | rtc-cmos.c : Fix warning on PowerPCSrikanth Krishnakar2010-11-291-1/+2
* | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-114-329/+390
|\ \ \ \
| * | | | rtc: Namespace fixupThomas Gleixner2010-12-132-24/+24
| * | | | RTC: Remove UIE emulationJohn Stultz2010-12-101-104/+0
| * | | | RTC: Rework RTC code to use timerqueue for eventsJohn Stultz2010-12-103-225/+390
* | | | | i2c: Constify i2c_client where possibleJean Delvare2011-01-101-6/+6
* | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-075-5/+5
|\ \ \ \ \
| * | | | | rtc: don't use flush_scheduled_work()Tejun Heo2010-12-245-5/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-061-34/+127
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----. \ \ \ \ Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Russell King2011-01-051-34/+127
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | / / | | |_|_|_|_|/ / | |/| | | | | |
| | | | * | | | ARM: 6455/2: Better use of the RTC framework for sa11xx.Marcelo Roberto Jimenez2010-12-211-24/+74
OpenPOWER on IntegriCloud