aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pm8xxx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-17rtc: pm8xxx: Add RTC support for PMIC PMK8350satya priya1-0/+11
2021-02-06rtc: pm8xxx: Replace spin_lock_irqsave with spin_lock in hard IRQXiaofei Tan1-5/+4
2021-01-12rtc: pm8xxx: Read ALARM_EN and update to alarm enabled statusGuixiong Wei1-0/+9
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2020-03-23rtc: pm8xxx: clear alarm register when alarm is not enabled韩科才1-0/+11
2020-03-16rtc: pm8xxx: stop validating valid alarm timeAlexandre Belloni1-6/+0
2020-03-16rtc: pm8xxx: : switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-4/+4
2020-03-16rtc: pm8xxx: set rangeAlexandre Belloni1-0/+1
2020-03-16rtc: pm8xxx: convert to devm_rtc_allocate_deviceAlexandre Belloni1-9/+5
2019-11-27rtc: pm8xxx: update kerneldoc for struct pm8xxx_rtcAlexandre Belloni1-1/+1
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2019-02-08rtc: pm8xxx: fix unintended sign extensionColin Ian King1-2/+4
2018-12-10rtc: pm8xxx: Switch to use %ptRAndy Shevchenko1-11/+5
2018-03-17rtc: pm8xxx: Fix issue in RTC write pathMohit Aggarwal1-11/+38
2018-03-02rtc: pm8xxx: remove useless messageAlexandre Belloni1-6/+0
2016-08-31rtc: rtc-pm8xxx: Add support for pm8018 rtcNeil Armstrong1-0/+1
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0
2014-10-29drivers/rtc/rtc-pm8xxx.c: rework to support pm8941 rtcStanimir Varbanov1-88/+134
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-03rtc: pm8xxx: move device_init_wakeup() before rtc_registerJosh Cartwright1-2/+2
2014-04-03rtc: pm8xxx: add support for devicetreeJosh Cartwright1-23/+29
2014-04-03rtc: pm8xxx: use devm_request_any_context_irqJosh Cartwright1-14/+4
2014-04-03rtc: pm8xxx: use regmap API for register accessesJosh Cartwright1-88/+57
2014-04-03rtc: pm8xxx: fixup checkpatch/style issuesJosh Cartwright1-44/+53
2014-04-03rtc: rtc-pm8xxx: remove unnecessary OOM messagesJingoo Han1-3/+1
2013-07-03rtc: rtc-pm8xxx: use devm_*() functionsJingoo Han1-19/+8
2013-07-03rtc: rtc-pm8xxx: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-03-23drivers/rtc/rtc-pm8xxx.c: make pm8xxx_rtc_pm_ops staticNavin P1-1/+1
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin1-11/+1
2011-07-25drivers/rtc: add support for Qualcomm PMIC8xxx RTCAnirudh Ghayal1-0/+550