summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-pm8xxx.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: pm8xxx: Convert to platform remove callback returning voidUwe Kleine-König2023-03-171-3/+2
* rtc: pm8xxx: add support for nvmem offsetJohan Hovold2023-02-251-12/+129
* rtc: pm8xxx: drop error messagesJohan Hovold2023-02-091-6/+2
* rtc: pm8xxx: clean up local declarationsJohan Hovold2023-02-091-7/+7
* rtc: pm8xxx: refactor read_time()Johan Hovold2023-02-091-21/+33
* rtc: pm8xxx: use u32 for timestampsJohan Hovold2023-02-091-6/+6
* rtc: pm8xxx: clean up commentsJohan Hovold2023-02-091-22/+17
* rtc: pm8xxx: rename alarm irq variableJohan Hovold2023-02-091-6/+6
* rtc: pm8xxx: rename struct device pointerJohan Hovold2023-02-091-3/+3
* rtc: pm8xxx: clean up time and alarm debuggingJohan Hovold2023-02-091-6/+4
* rtc: pm8xxx: use unaligned le32 helpersJohan Hovold2023-02-091-18/+8
* rtc: pm8xxx: drop unused register definesJohan Hovold2023-02-091-6/+0
* rtc: pm8xxx: return IRQ_NONE on errorsJohan Hovold2023-02-091-3/+3
* rtc: pm8xxx: drop bogus lockingJohan Hovold2023-02-091-46/+21
* rtc: pm8xxx: use regmap_update_bits()Johan Hovold2023-02-091-65/+22
* rtc: pm8xxx: drop spmi error messagesJohan Hovold2023-02-091-54/+17
* rtc: pm8xxx: fix set-alarm raceJohan Hovold2023-02-091-14/+10
* rtc: pm8xxx: drop unused pm8018 compatibleNeil Armstrong2022-11-151-1/+0
* rtc: pm8xxx: Return -ENODEV if set_time disallowedLoic Poulain2022-03-251-1/+1
* rtc: pm8xxx: Attach wake irq to deviceLoic Poulain2022-03-251-21/+10
* rtc: pm8xxx: Add RTC support for PMIC PMK8350satya priya2021-04-171-0/+11
* rtc: pm8xxx: Replace spin_lock_irqsave with spin_lock in hard IRQXiaofei Tan2021-02-061-5/+4
* rtc: pm8xxx: Read ALARM_EN and update to alarm enabled statusGuixiong Wei2021-01-121-0/+9
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: pm8xxx: clear alarm register when alarm is not enabled韩科才2020-03-231-0/+11
* rtc: pm8xxx: stop validating valid alarm timeAlexandre Belloni2020-03-161-6/+0
* rtc: pm8xxx: : switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2020-03-161-4/+4
* rtc: pm8xxx: set rangeAlexandre Belloni2020-03-161-0/+1
* rtc: pm8xxx: convert to devm_rtc_allocate_deviceAlexandre Belloni2020-03-161-9/+5
* rtc: pm8xxx: update kerneldoc for struct pm8xxx_rtcAlexandre Belloni2019-11-271-1/+1
* rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-131-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-9/+1
* rtc: pm8xxx: fix unintended sign extensionColin Ian King2019-02-081-2/+4
* rtc: pm8xxx: Switch to use %ptRAndy Shevchenko2018-12-101-11/+5
* rtc: pm8xxx: Fix issue in RTC write pathMohit Aggarwal2018-03-171-11/+38
* rtc: pm8xxx: remove useless messageAlexandre Belloni2018-03-021-6/+0
* rtc: rtc-pm8xxx: Add support for pm8018 rtcNeil Armstrong2016-08-311-0/+1
* Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-031-1/+0
|\
| * rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | drivers/rtc/rtc-pm8xxx.c: rework to support pm8941 rtcStanimir Varbanov2014-10-291-88/+134
|/
* rtc: pm8xxx: move device_init_wakeup() before rtc_registerJosh Cartwright2014-04-031-2/+2
* rtc: pm8xxx: add support for devicetreeJosh Cartwright2014-04-031-23/+29
* rtc: pm8xxx: use devm_request_any_context_irqJosh Cartwright2014-04-031-14/+4
* rtc: pm8xxx: use regmap API for register accessesJosh Cartwright2014-04-031-88/+57
* rtc: pm8xxx: fixup checkpatch/style issuesJosh Cartwright2014-04-031-44/+53
* rtc: rtc-pm8xxx: remove unnecessary OOM messagesJingoo Han2014-04-031-3/+1
* rtc: rtc-pm8xxx: use devm_*() functionsJingoo Han2013-07-031-19/+8
* rtc: rtc-pm8xxx: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-031-2/+0
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* drivers/rtc/rtc-pm8xxx.c: make pm8xxx_rtc_pm_ops staticNavin P2012-03-231-1/+1