summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtc: pcf85063: switch to probe_newAlexandre Belloni2019-04-041-10/+2
* rtc: snvs: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-04-041-3/+1
* rtc: mxc: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-04-041-3/+1
* rtc: snvs: use dev_pm_set_wake_irq() to simplify codeAnson Huang2019-04-041-21/+4
* rtc: Add ASPEED RTC driverJoel Stanley2019-04-043-0/+148
* rtc: brcmstb-waketimer: switch to rtc_time64_to_tmAlexandre Belloni2019-04-041-1/+1
* rtc: mt6397: Don't call irq_dispose_mapping.Pi-Hsun Shih2019-04-041-6/+3
* rtc: opal: Make opal_tpo_alarm_irq_enable staticYueHaibing2019-04-041-1/+1
* rtc: wm831x: convert to SPDX identifierAlexandre Belloni2019-04-041-5/+1
* rtc: wm831x: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-041-12/+4
* rtc: wm831x: remove unnecessary gotoAlexandre Belloni2019-04-041-4/+1
* rtc: wm831x: set rangeAlexandre Belloni2019-04-041-6/+10
* rtc: da9063: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-041-2/+2
* rtc: da9063: set rangeAlexandre Belloni2019-04-041-3/+6
* rtc: sun4v: switch to SPDX identifierAlexandre Belloni2019-04-041-1/+1
* rtc: sun4v: set rangeAlexandre Belloni2019-04-041-3/+5
* rtc: sun4v: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-041-9/+2
* rtc: omap: convert to SPDX identifierAlexandre Belloni2019-04-041-5/+1
* rtc: omap: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-041-2/+2
* rtc: ps3: set rangeAlexandre Belloni2019-04-041-0/+1
* rtc: ps3: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-04-041-3/+5
* rtc: ps3: convert to SPDX identifierAlexandre Belloni2019-04-041-13/+1
* rtc: ps3: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-041-5/+2
* rtc: at91sam9: correct trivial checkpatch warningsAlexandre Belloni2019-04-041-20/+20
* rtc: at91sam9: convert to SPDX identifierAlexandre Belloni2019-04-041-5/+1
* rtc: at91sam9: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-041-10/+4
* rtc: at91sam9: set rangeAlexandre Belloni2019-04-041-0/+1
* rtc: at91sam9: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-04-041-3/+4
* rtc: at91sam9: drop platform_data supportAlexandre Belloni2019-04-042-37/+9
* rtc: sh: set rangeAlexandre Belloni2019-04-041-0/+8
* rtc: sh: fix possible race conditionAlexandre Belloni2019-04-041-7/+9
* rtc: sh: stop resetting time to epochAlexandre Belloni2019-04-041-7/+3
* rtc: dm355evm: convert to SPDX identifierAlexandre Belloni2019-04-041-5/+1
* rtc: dm355evm: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-041-2/+2
* rtc: dm355evm: set rangeAlexandre Belloni2019-04-041-0/+1
* rtc: dm355evm: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-04-041-7/+6
* rtc: goldfish: convert to SPDX identifierAlexandre Belloni2019-04-041-10/+1
* rtc: goldfish: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-041-19/+8
* rtc: goldfish: allow building on more than MIPSAlexandre Belloni2019-04-042-1/+3
* rtc: goldfish: sort headersAlexandre Belloni2019-04-041-1/+1
* rtc: goldfish: add rangeAlexandre Belloni2019-04-041-0/+1
* rtc: goldfish: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-04-041-4/+4
* 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: test: do not use assignment in if conditionAlexandre Belloni2019-04-041-1/+2