summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc/hctosys: only claim the RTC provided the system time if it didUwe Kleine-König2010-03-122-27/+37
* rtc: Enable rtc in max8925Haojian Zhuang2010-03-073-0/+325
* rtc: Suppress duplicate enable/disable of WM8350 update interruptMark Brown2010-03-071-0/+7
* mfd: Add a data argument to the WM8350 IRQ free functionMark Brown2010-03-071-2/+2
* rtc-coh901331: fix braces in resume codeJames Hogan2010-03-061-2/+3
* rtc/mc13783: implement alarmUwe Kleine-König2010-03-061-13/+172
* rtc/mc13783: protect rtc {,un}registration by mc13783 lockUwe Kleine-König2010-03-061-11/+14
* rtc/mc13783: don't use deprecated mc13783 API callsUwe Kleine-König2010-03-061-5/+5
* rtc-core: fix memory leakAaro Koskinen2010-03-061-0/+1
* rtc-twl: Storage class should be before const qualifierTobias Klauser2010-03-061-2/+2
* rtc-at91sam9: Correct size given to memsetJulia Lawall2010-03-061-1/+1
* rtc-pcf2123: move pcf2123_remove to .devexit.textUwe Kleine-König2010-03-061-1/+1
* rtc-ep93xx.c: cleanup probe/remove routinesH Hartley Sweeten2010-03-061-43/+28
* rtc: mxc: fix memory leakAlexander Beregalov2010-03-061-2/+5
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-011-38/+327
|\
| *-----. Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dm...Russell King2010-02-252-44/+330
| |\ \ \ \
| | | | * | ARM: 5914/1: Modify PL031 for Nomadik and U8500 v2Linus Walleij2010-02-041-38/+327
| | |_|/ / | |/| | |
* | | | | rtc: Add MPC5121 Real time clock driverAnatolij Gustschin2010-02-163-0/+398
* | | | | rtc-fm3130: add missing bracesSergey Matyukevich2010-02-021-2/+4
| |_|_|/ |/| | |
* | | | rtc_cmos: convert shutdown to new pnp_driver->shutdownOGAWA Hirofumi2010-01-111-6/+3
|/ / /
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-12-171-1/+2
|\ \ \
| * | | RTC: rtc-cmos.c: Fix warning on MIPSWu Zhangjin2009-12-171-1/+2
* | | | rtc: set wakeup capability for I2C and SPI RTC driversAnton Vorontsov2009-12-173-0/+6
|/ / /
* | | ARM: NUC900: add RTC driver support for nuc910 and nuc920Wan ZongShun2009-12-163-0/+349
* | | rtc-x1205: unconditionally set date when setting clockJohannes Weiner2009-12-161-35/+18
* | | rtc-vr41xx: use resource_size()Yoichi Yuasa2009-12-161-2/+2
* | | rtc: ds1307 make it possible to share an irqDmitry Eremin-Solenikov2009-12-161-1/+1
* | | rtc: remove __raw_* accessors from PL031 RTCLinus Walleij2009-12-161-11/+12
* | | rtc: add driver for BQ32000 I2C RTCPiotr Ziecik2009-12-163-0/+214
* | | rtc: make rtc-omap driver ioremap its register spaceMark A. Greer2009-12-162-24/+30
* | | rtc: add Freescale MC13783 RTC driverUwe Kleine-König2009-12-163-0/+269
* | | rtc: convert WM8350 RTC driver to dev_pm_opsMark Brown2009-12-161-4/+10
* | | rtc-mv: add support for AlarmSaeed Bishara2009-12-161-3/+154
* | | rtc: pcf50633: manage RTC alarm "pending" flagWerner Almesberger2009-12-161-0/+5
* | | rtc: do not use container_of macro as an argument for to_platform_deviceAtsushi Nemoto2009-12-163-12/+12
* | | rtc-stk17ta8: fix races around device registrationAtsushi Nemoto2009-12-161-69/+45
* | | rtc-ds1742: fix races around device registrationAtsushi Nemoto2009-12-161-35/+16
* | | rtc-ds1553: fix races around device registrationAtsushi Nemoto2009-12-161-77/+64
* | | rtc-tx4939: fix races around device registrationAtsushi Nemoto2009-12-161-25/+26
* | | rtc-ds1511: fix races around device registrationAtsushi Nemoto2009-12-161-88/+60
* | | rtc-cmos: convert RTC_AIE/RTC_UIE to rtc irq APIHerton Ronaldo Krzesinski2009-12-161-40/+35
* | | rtc: fix driver data issues in several rtc driversAlessandro Zummo2009-12-1610-42/+42
* | | rtc: disable hpet emulation on suspendMaxim Levitsky2009-12-161-1/+2
* | | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-154-4/+4
* | | rtc: Add twl6030 RTC supportBalaji T K2009-12-142-44/+114
* | | mfd: Rename twl4030_ routines in rtc-twl.cBalaji T K2009-12-131-68/+68
* | | mfd: Rename all twl4030_i2c*Balaji T K2009-12-131-7/+7
* | | mfd: Rename twl4030* driver files to enable re-useSantosh Shilimkar2009-12-132-2/+2
* | | mfd: Mask and unmask wm8350 IRQs on request and freeMark Brown2009-12-131-6/+1
* | | mfd: Convert wm8350 IRQ handlers to irq_handler_tMark Brown2009-12-131-6/+12