index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-pm8xxx.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtc: pm8xxx: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-17
1
-3
/
+2
*
rtc: pm8xxx: add support for nvmem offset
Johan Hovold
2023-02-25
1
-12
/
+129
*
rtc: pm8xxx: drop error messages
Johan Hovold
2023-02-09
1
-6
/
+2
*
rtc: pm8xxx: clean up local declarations
Johan Hovold
2023-02-09
1
-7
/
+7
*
rtc: pm8xxx: refactor read_time()
Johan Hovold
2023-02-09
1
-21
/
+33
*
rtc: pm8xxx: use u32 for timestamps
Johan Hovold
2023-02-09
1
-6
/
+6
*
rtc: pm8xxx: clean up comments
Johan Hovold
2023-02-09
1
-22
/
+17
*
rtc: pm8xxx: rename alarm irq variable
Johan Hovold
2023-02-09
1
-6
/
+6
*
rtc: pm8xxx: rename struct device pointer
Johan Hovold
2023-02-09
1
-3
/
+3
*
rtc: pm8xxx: clean up time and alarm debugging
Johan Hovold
2023-02-09
1
-6
/
+4
*
rtc: pm8xxx: use unaligned le32 helpers
Johan Hovold
2023-02-09
1
-18
/
+8
*
rtc: pm8xxx: drop unused register defines
Johan Hovold
2023-02-09
1
-6
/
+0
*
rtc: pm8xxx: return IRQ_NONE on errors
Johan Hovold
2023-02-09
1
-3
/
+3
*
rtc: pm8xxx: drop bogus locking
Johan Hovold
2023-02-09
1
-46
/
+21
*
rtc: pm8xxx: use regmap_update_bits()
Johan Hovold
2023-02-09
1
-65
/
+22
*
rtc: pm8xxx: drop spmi error messages
Johan Hovold
2023-02-09
1
-54
/
+17
*
rtc: pm8xxx: fix set-alarm race
Johan Hovold
2023-02-09
1
-14
/
+10
*
rtc: pm8xxx: drop unused pm8018 compatible
Neil Armstrong
2022-11-15
1
-1
/
+0
*
rtc: pm8xxx: Return -ENODEV if set_time disallowed
Loic Poulain
2022-03-25
1
-1
/
+1
*
rtc: pm8xxx: Attach wake irq to device
Loic Poulain
2022-03-25
1
-21
/
+10
*
rtc: pm8xxx: Add RTC support for PMIC PMK8350
satya priya
2021-04-17
1
-0
/
+11
*
rtc: pm8xxx: Replace spin_lock_irqsave with spin_lock in hard IRQ
Xiaofei Tan
2021-02-06
1
-5
/
+4
*
rtc: pm8xxx: Read ALARM_EN and update to alarm enabled status
Guixiong Wei
2021-01-12
1
-0
/
+9
*
rtc: rework rtc_register_device() resource management
Bartosz Golaszewski
2020-11-19
1
-1
/
+1
*
rtc: pm8xxx: clear alarm register when alarm is not enabled
韩科才
2020-03-23
1
-0
/
+11
*
rtc: pm8xxx: stop validating valid alarm time
Alexandre Belloni
2020-03-16
1
-6
/
+0
*
rtc: pm8xxx: : switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
2020-03-16
1
-4
/
+4
*
rtc: pm8xxx: set range
Alexandre Belloni
2020-03-16
1
-0
/
+1
*
rtc: pm8xxx: convert to devm_rtc_allocate_device
Alexandre Belloni
2020-03-16
1
-9
/
+5
*
rtc: pm8xxx: update kerneldoc for struct pm8xxx_rtc
Alexandre Belloni
2019-11-27
1
-1
/
+1
*
rtc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-08-13
1
-3
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284
Thomas Gleixner
2019-06-05
1
-9
/
+1
*
rtc: pm8xxx: fix unintended sign extension
Colin Ian King
2019-02-08
1
-2
/
+4
*
rtc: pm8xxx: Switch to use %ptR
Andy Shevchenko
2018-12-10
1
-11
/
+5
*
rtc: pm8xxx: Fix issue in RTC write path
Mohit Aggarwal
2018-03-17
1
-11
/
+38
*
rtc: pm8xxx: remove useless message
Alexandre Belloni
2018-03-02
1
-6
/
+0
*
rtc: rtc-pm8xxx: Add support for pm8018 rtc
Neil Armstrong
2016-08-31
1
-0
/
+1
*
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2014-11-04
1
-1
/
+0
|
\
|
*
rtc: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
drivers/rtc/rtc-pm8xxx.c: rework to support pm8941 rtc
Stanimir Varbanov
2014-10-30
1
-88
/
+134
|
/
*
rtc: pm8xxx: move device_init_wakeup() before rtc_register
Josh Cartwright
2014-04-04
1
-2
/
+2
*
rtc: pm8xxx: add support for devicetree
Josh Cartwright
2014-04-04
1
-23
/
+29
*
rtc: pm8xxx: use devm_request_any_context_irq
Josh Cartwright
2014-04-04
1
-14
/
+4
*
rtc: pm8xxx: use regmap API for register accesses
Josh Cartwright
2014-04-04
1
-88
/
+57
*
rtc: pm8xxx: fixup checkpatch/style issues
Josh Cartwright
2014-04-04
1
-44
/
+53
*
rtc: rtc-pm8xxx: remove unnecessary OOM messages
Jingoo Han
2014-04-04
1
-3
/
+1
*
rtc: rtc-pm8xxx: use devm_*() functions
Jingoo Han
2013-07-04
1
-19
/
+8
*
rtc: rtc-pm8xxx: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-07-04
1
-2
/
+0
*
Drivers: rtc: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-04
1
-3
/
+3
*
drivers/rtc/rtc-pm8xxx.c: make pm8xxx_rtc_pm_ops static
Navin P
2012-03-24
1
-1
/
+1
[next]