summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-max8997.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: max8997: Fix the returned value in case of error in 'max8997_rtc_read_al...Christophe JAILLET2018-11-221-1/+1
* rtc: maxim: Add SPDX license identifiersKrzysztof Kozlowski2018-08-141-13/+7
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: Fix module autoload for rtc-{ab8500,max8997,s5m} driversJavier Martinez Canillas2015-09-051-0/+1
* rtc: use more standard kernel logging stylesJoe Perches2015-04-171-3/+5
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* drivers/rtc/rtc-max8997.c: remove empty functionSachin Kamat2013-07-031-6/+0
* drivers/rtc/rtc-max8997.c: remove space before semicolonSachin Kamat2013-07-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\
| * treewide: Fix typo in printksMasanari Iida2013-04-121-1/+1
* | drivers/rtc/rtc-max8997.c: fix incorrect return value on errorSachin Kamat2013-04-291-5/+2
* | rtc: rtc-max8997: use devm_rtc_device_register()Jingoo Han2013-04-291-8/+2
|/
* rtc: rtc-max8997: use devm_request_threaded_irq()Jingoo Han2013-02-211-4/+3
* rtc: max8997: add driver for max8997 rtcJonghwa Lee2013-02-211-0/+553