aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-max6916.c
Commit message (Collapse)AuthorAgeFilesLines
* rtc: clean up indentation issues, remove extraneous space, add missing tabsColin Ian King2018-11-121-1/+1
| | | | | | | | Trivial fix to clean up indentation issues, remove spaces, add missing tabs Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
| | | | | | | The RTC core is always calling rtc_valid_tm after the read_time callback. It is not necessary to call it just before returning from the callback. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
* rtc: add support for Maxim max6916Venkat Prashanth B U2016-06-041-0/+164
Add support for Maxim max6916 RTC. Signed-off-by: Venkat Prashanth B U <venkat.prashanth2498@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>