aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-max8997.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-22rtc: max8997: Fix the returned value in case of error in 'max8997_rtc_read_alarm()'Christophe JAILLET1-1/+1
2018-08-14rtc: maxim: Add SPDX license identifiersKrzysztof Kozlowski1-13/+7
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2015-09-05rtc: Fix module autoload for rtc-{ab8500,max8997,s5m} driversJavier Martinez Canillas1-0/+1
2015-04-17rtc: use more standard kernel logging stylesJoe Perches1-3/+5
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-07-03drivers/rtc/rtc-max8997.c: remove empty functionSachin Kamat1-6/+0
2013-07-03drivers/rtc/rtc-max8997.c: remove space before semicolonSachin Kamat1-1/+1
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-04-29drivers/rtc/rtc-max8997.c: fix incorrect return value on errorSachin Kamat1-5/+2
2013-04-29rtc: rtc-max8997: use devm_rtc_device_register()Jingoo Han1-8/+2
2013-04-12treewide: Fix typo in printksMasanari Iida1-1/+1
2013-02-21rtc: rtc-max8997: use devm_request_threaded_irq()Jingoo Han1-4/+3
2013-02-21rtc: max8997: add driver for max8997 rtcJonghwa Lee1-0/+553