summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2019-04-04rtc: snvs: use dev_pm_set_wake_irq() to simplify codeAnson Huang1-21/+4
2019-04-04rtc: Add ASPEED RTC driverJoel Stanley3-0/+148
2019-04-04rtc: brcmstb-waketimer: switch to rtc_time64_to_tmAlexandre Belloni1-1/+1
2019-04-04rtc: mt6397: Don't call irq_dispose_mapping.Pi-Hsun Shih1-6/+3
2019-04-04rtc: opal: Make opal_tpo_alarm_irq_enable staticYueHaibing1-1/+1
2019-04-04rtc: wm831x: convert to SPDX identifierAlexandre Belloni1-5/+1
2019-04-04rtc: wm831x: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-12/+4
2019-04-04rtc: wm831x: remove unnecessary gotoAlexandre Belloni1-4/+1
2019-04-04rtc: wm831x: set rangeAlexandre Belloni1-6/+10
2019-04-04rtc: da9063: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-2/+2
2019-04-04rtc: da9063: set rangeAlexandre Belloni1-3/+6
2019-04-04rtc: sun4v: switch to SPDX identifierAlexandre Belloni1-1/+1
2019-04-04rtc: sun4v: set rangeAlexandre Belloni1-3/+5
2019-04-04rtc: sun4v: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-9/+2
2019-04-04rtc: omap: convert to SPDX identifierAlexandre Belloni1-5/+1
2019-04-04rtc: omap: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-2/+2
2019-04-04rtc: ps3: set rangeAlexandre Belloni1-0/+1
2019-04-04rtc: ps3: convert to devm_rtc_allocate_deviceAlexandre Belloni1-3/+5
2019-04-04rtc: ps3: convert to SPDX identifierAlexandre Belloni1-13/+1
2019-04-04rtc: ps3: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-5/+2
2019-04-04rtc: at91sam9: correct trivial checkpatch warningsAlexandre Belloni1-20/+20
2019-04-04rtc: at91sam9: convert to SPDX identifierAlexandre Belloni1-5/+1
2019-04-04rtc: at91sam9: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-10/+4
2019-04-04rtc: at91sam9: set rangeAlexandre Belloni1-0/+1
2019-04-04rtc: at91sam9: convert to devm_rtc_allocate_deviceAlexandre Belloni1-3/+4
2019-04-04rtc: at91sam9: drop platform_data supportAlexandre Belloni2-37/+9
2019-04-04rtc: sh: set rangeAlexandre Belloni1-0/+8
2019-04-04rtc: sh: fix possible race conditionAlexandre Belloni1-7/+9
2019-04-04rtc: sh: stop resetting time to epochAlexandre Belloni1-7/+3
2019-04-04rtc: dm355evm: convert to SPDX identifierAlexandre Belloni1-5/+1
2019-04-04rtc: dm355evm: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-2/+2
2019-04-04rtc: dm355evm: set rangeAlexandre Belloni1-0/+1
2019-04-04rtc: dm355evm: convert to devm_rtc_allocate_deviceAlexandre Belloni1-7/+6
2019-04-04rtc: goldfish: convert to SPDX identifierAlexandre Belloni1-10/+1
2019-04-04rtc: goldfish: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-19/+8
2019-04-04rtc: goldfish: allow building on more than MIPSAlexandre Belloni2-1/+3
2019-04-04rtc: goldfish: sort headersAlexandre Belloni1-1/+1
2019-04-04rtc: goldfish: add rangeAlexandre Belloni1-0/+1
2019-04-04rtc: goldfish: convert to devm_rtc_allocate_deviceAlexandre Belloni1-4/+4
2019-04-04rtc: xgene: use .set_timeAlexandre Belloni1-3/+3
2019-04-04rtc: xgene: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-5/+3
2019-04-04rtc: xgene: stop caching alarm_timeAlexandre Belloni1-4/+3
2019-04-04rtc: xgene: correct checkpatch issuesAlexandre Belloni1-7/+7
2019-04-04rtc: xgene: convert to SPDX identifierAlexandre Belloni1-14/+1
2019-04-04rtc: xgene: set rangeAlexandre Belloni1-0/+1
2019-04-04rtc: xgene: fix possible race conditionAlexandre Belloni1-7/+11
2019-04-04rtc: test: do not use assignment in if conditionAlexandre Belloni1-1/+2
2019-04-04rtc: 88pm80x: convert to SPDX identifierAlexandre Belloni1-13/+1
2019-04-04rtc: ab-b5ze-s3: correct checkpatch issuesAlexandre Belloni1-18/+16
2019-04-04rtc: core: correct trivial checkpatch warningsAlexandre Belloni8-90/+93