index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-pm8xxx.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-24
rtc: pm8xxx: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-05-24
rtc: pm8xxx: fix uefi offset lookup
Johan Hovold
1
-5
/
+12
2025-03-17
rtc: pm8xxx: implement qcom,no-alarm flag for non-HLOS owned alarm
Jonathan Marek
1
-14
/
+20
2025-03-17
rtc: pm8xxx: mitigate flash wear
Johan Hovold
1
-0
/
+26
2025-03-17
rtc: pm8xxx: add support for uefi offset
Johan Hovold
1
-24
/
+132
2025-03-17
rtc: pm8xxx: switch to devm_device_init_wakeup
Alexandre Belloni
1
-1
/
+1
2025-03-17
rtc: pm8xxx: fix possible race condition
Alexandre Belloni
1
-2
/
+2
2025-03-03
rtc: pm8xxx: Use devm_pm_set_wake_irq
Peng Fan
1
-11
/
+1
2025-01-09
rtc: use boolean values with device_init_wakeup()
Wolfram Sang
1
-1
/
+1
2024-11-30
Merge tag 'rtc-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Linus Torvalds
1
-1
/
+1
2024-11-10
rtc: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2023-03-17
rtc: pm8xxx: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-02-25
rtc: pm8xxx: add support for nvmem offset
Johan Hovold
1
-12
/
+129
2023-02-09
rtc: pm8xxx: drop error messages
Johan Hovold
1
-6
/
+2
2023-02-09
rtc: pm8xxx: clean up local declarations
Johan Hovold
1
-7
/
+7
2023-02-09
rtc: pm8xxx: refactor read_time()
Johan Hovold
1
-21
/
+33
2023-02-09
rtc: pm8xxx: use u32 for timestamps
Johan Hovold
1
-6
/
+6
2023-02-09
rtc: pm8xxx: clean up comments
Johan Hovold
1
-22
/
+17
2023-02-09
rtc: pm8xxx: rename alarm irq variable
Johan Hovold
1
-6
/
+6
2023-02-09
rtc: pm8xxx: rename struct device pointer
Johan Hovold
1
-3
/
+3
2023-02-09
rtc: pm8xxx: clean up time and alarm debugging
Johan Hovold
1
-6
/
+4
2023-02-09
rtc: pm8xxx: use unaligned le32 helpers
Johan Hovold
1
-18
/
+8
2023-02-09
rtc: pm8xxx: drop unused register defines
Johan Hovold
1
-6
/
+0
2023-02-09
rtc: pm8xxx: return IRQ_NONE on errors
Johan Hovold
1
-3
/
+3
2023-02-09
rtc: pm8xxx: drop bogus locking
Johan Hovold
1
-46
/
+21
2023-02-09
rtc: pm8xxx: use regmap_update_bits()
Johan Hovold
1
-65
/
+22
2023-02-09
rtc: pm8xxx: drop spmi error messages
Johan Hovold
1
-54
/
+17
2023-02-09
rtc: pm8xxx: fix set-alarm race
Johan Hovold
1
-14
/
+10
2022-11-15
rtc: pm8xxx: drop unused pm8018 compatible
Neil Armstrong
1
-1
/
+0
2022-03-25
rtc: pm8xxx: Return -ENODEV if set_time disallowed
Loic Poulain
1
-1
/
+1
2022-03-25
rtc: pm8xxx: Attach wake irq to device
Loic Poulain
1
-21
/
+10
2021-04-17
rtc: pm8xxx: Add RTC support for PMIC PMK8350
satya priya
1
-0
/
+11
2021-02-06
rtc: pm8xxx: Replace spin_lock_irqsave with spin_lock in hard IRQ
Xiaofei Tan
1
-5
/
+4
2021-01-12
rtc: pm8xxx: Read ALARM_EN and update to alarm enabled status
Guixiong Wei
1
-0
/
+9
2020-11-19
rtc: rework rtc_register_device() resource management
Bartosz Golaszewski
1
-1
/
+1
2020-03-23
rtc: pm8xxx: clear alarm register when alarm is not enabled
韩科才
1
-0
/
+11
2020-03-16
rtc: pm8xxx: stop validating valid alarm time
Alexandre Belloni
1
-6
/
+0
2020-03-16
rtc: pm8xxx: : switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-4
/
+4
2020-03-16
rtc: pm8xxx: set range
Alexandre Belloni
1
-0
/
+1
2020-03-16
rtc: pm8xxx: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-9
/
+5
2019-11-27
rtc: pm8xxx: update kerneldoc for struct pm8xxx_rtc
Alexandre Belloni
1
-1
/
+1
2019-08-13
rtc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284
Thomas Gleixner
1
-9
/
+1
2019-02-08
rtc: pm8xxx: fix unintended sign extension
Colin Ian King
1
-2
/
+4
2018-12-10
rtc: pm8xxx: Switch to use %ptR
Andy Shevchenko
1
-11
/
+5
2018-03-17
rtc: pm8xxx: Fix issue in RTC write path
Mohit Aggarwal
1
-11
/
+38
2018-03-02
rtc: pm8xxx: remove useless message
Alexandre Belloni
1
-6
/
+0
2016-08-31
rtc: rtc-pm8xxx: Add support for pm8018 rtc
Neil Armstrong
1
-0
/
+1
2014-11-03
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next
Greg Kroah-Hartman
1
-1
/
+0
[next]