aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-stmp3xxx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-11rtc: stmp3xxx: convert to SPDX identifierAlexandre Belloni1-9/+1
2019-04-11rtc: stmp3xxx: use .set_timeAlexandre Belloni1-3/+3
2019-04-11rtc: stmp3xxx: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-5/+3
2019-04-11rtc: stmp3xxx: set rangeAlexandre Belloni1-2/+8
2018-07-11rtc: stmp3xxx: Don't reset the rtc in .probe() when watchdog is runningUwe Kleine-König1-4/+16
2016-09-02rtc: constify rtc_class_ops structuresJulia Lawall1-1/+1
2016-05-20rtc: stmp3xxx: print message on errorSudip Mukherjee1-1/+6
2015-11-08rtc: stmp3xxx: unify register access macrosHarald Geyer1-14/+13
2015-04-17rtc: stmp3xxx: use optional crystal in low power statesUwe Kleine-König1-6/+60
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-11-13drivers/rtc/rtc-stmp3xxx.c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-08-13drivers/rtc/rtc-stmp3xxx.c: provide timeout for potentially endless loop polling a HW bitLothar Waßmann1-10/+25
2013-07-09drivers/rtc/rtc-stmp3xxx.c: check the return value from stmp_reset_block()Fabio Estevam1-1/+6
2013-07-03rtc: rtc-stmp3xxx: remove unnecessary platform_set_drvdata()Jingoo Han1-10/+3
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+2
2013-04-29rtc: rtc-stmp3xxx: convert stmp3xxx_rtcdrv to dev_pm_opsJingoo Han1-9/+8
2013-04-29rtc: rtc-stmp3xxx: use devm_*() functionsJingoo Han1-23/+11
2013-04-01rtc: stmp3xxx: use stmp_reset_block() insteadShawn Guo1-4/+2
2013-03-01rtc: stmp3xxx: add wdt-accessor functionWolfram Sang1-0/+64
2013-02-21drivers/rtc: use of_match_ptr() macroSachin Kamat1-1/+2
2012-07-03rtc: stmp3xxx: Add simple binding for the stmp3xxx-rtcMarek Vasut1-0/+8
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin1-12/+1
2011-07-01rtc: stmp3xxx: Remove UIE handlersWolfram Sang1-43/+18
2011-07-01rtc: stmp3xxx: Get rid of mach-specific accessorsWolfram Sang1-30/+34
2011-07-01rtc: stmp3xxx: Initialize drvdata before registering deviceWolfram Sang1-2/+5
2011-07-01rtc: stmp3xxx: Port stmp-functions to mxs-equivalentsWolfram Sang1-14/+14
2011-07-01rtc: stmp3xxx: Restore register definitionsWolfram Sang1-37/+60
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz1-15/+0
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
2009-09-23rtc: add Freescale stmp37xx/378x driverdmitry pervushin1-0/+304