summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-xgene.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: xgene: stop using uie_unsupportedAlexandre Belloni2022-03-231-2/+0
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: xgene: Remove unused struct device in struct xgene_rtc_devNobuhiro Iwamatsu2019-11-271-2/+0
* rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-071-3/+1
* rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-131-3/+1
* rtc: xgene: use .set_timeAlexandre Belloni2019-04-041-3/+3
* rtc: xgene: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-041-5/+3
* rtc: xgene: stop caching alarm_timeAlexandre Belloni2019-04-041-4/+3
* rtc: xgene: correct checkpatch issuesAlexandre Belloni2019-04-041-7/+7
* rtc: xgene: convert to SPDX identifierAlexandre Belloni2019-04-041-14/+1
* rtc: xgene: set rangeAlexandre Belloni2019-04-041-0/+1
* rtc: xgene: fix possible race conditionAlexandre Belloni2019-04-041-7/+11
* rtc: stop validating rtc_time after rtc_time_to_tmAlexandre Belloni2018-03-011-1/+1
* rtc: xgene: mark PM functions as __maybe_unusedArnd Bergmann2017-11-091-4/+2
* rtc: xgene: Fix suspend/resumeLoc Ho2017-11-091-9/+32
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* drivers/rtc: add APM X-Gene SoC RTC driverLoc Ho2014-06-061-0/+278