summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-pm8xxx.c
AgeCommit message (Expand)Author
2021-04-17rtc: pm8xxx: Add RTC support for PMIC PMK8350satya priya
2021-02-06rtc: pm8xxx: Replace spin_lock_irqsave with spin_lock in hard IRQXiaofei Tan
2021-01-12rtc: pm8xxx: Read ALARM_EN and update to alarm enabled statusGuixiong Wei
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2020-03-23rtc: pm8xxx: clear alarm register when alarm is not enabled韩科才
2020-03-16rtc: pm8xxx: stop validating valid alarm timeAlexandre Belloni
2020-03-16rtc: pm8xxx: : switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni
2020-03-16rtc: pm8xxx: set rangeAlexandre Belloni
2020-03-16rtc: pm8xxx: convert to devm_rtc_allocate_deviceAlexandre Belloni
2019-11-27rtc: pm8xxx: update kerneldoc for struct pm8xxx_rtcAlexandre Belloni
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner
2019-02-08rtc: pm8xxx: fix unintended sign extensionColin Ian King
2018-12-10rtc: pm8xxx: Switch to use %ptRAndy Shevchenko
2018-03-17rtc: pm8xxx: Fix issue in RTC write pathMohit Aggarwal
2018-03-02rtc: pm8xxx: remove useless messageAlexandre Belloni
2016-08-31rtc: rtc-pm8xxx: Add support for pm8018 rtcNeil Armstrong
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2014-10-29drivers/rtc/rtc-pm8xxx.c: rework to support pm8941 rtcStanimir Varbanov
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang
2014-04-03rtc: pm8xxx: move device_init_wakeup() before rtc_registerJosh Cartwright
2014-04-03rtc: pm8xxx: add support for devicetreeJosh Cartwright
2014-04-03rtc: pm8xxx: use devm_request_any_context_irqJosh Cartwright
2014-04-03rtc: pm8xxx: use regmap API for register accessesJosh Cartwright
2014-04-03rtc: pm8xxx: fixup checkpatch/style issuesJosh Cartwright
2014-04-03rtc: rtc-pm8xxx: remove unnecessary OOM messagesJingoo Han
2013-07-03rtc: rtc-pm8xxx: use devm_*() functionsJingoo Han
2013-07-03rtc: rtc-pm8xxx: remove unnecessary platform_set_drvdata()Jingoo Han
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman
2012-03-23drivers/rtc/rtc-pm8xxx.c: make pm8xxx_rtc_pm_ops staticNavin P
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin
2011-07-25drivers/rtc: add support for Qualcomm PMIC8xxx RTCAnirudh Ghayal