index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-stm32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtc: stm32: Use NOIRQ_SYSTEM_SLEEP_PM_OPS()
Nathan Chancellor
2023-08-17
1
-1
/
+1
*
rtc: stm32: remove incorrect #ifdef check
Arnd Bergmann
2023-08-10
1
-2
/
+0
*
rtc: Explicitly include correct DT includes
Rob Herring
2023-07-27
1
-1
/
+2
*
rtc: stm32: fix unnecessary parentheses
Valentin Caron
2023-07-27
1
-5
/
+4
*
rtc: stm32: fix issues of stm32_rtc_valid_alrm function
Valentin Caron
2023-07-27
1
-28
/
+33
*
rtc: stm32: change PM callbacks to "_noirq()"
Gabriel Fernandez
2023-07-27
1
-2
/
+3
*
rtc: stm32: don't print an error on probe deferral
Valentin Caron
2023-07-27
1
-8
/
+6
*
rtc: stm32: improve rtc precision
Christophe Guibout
2023-07-27
1
-4
/
+22
*
rtc: stm32: don't stop time counter if not needed
Antonio Borneo
2023-07-27
1
-6
/
+17
*
rtc: stm32: use the proper register sequence to read date/time
Antonio Borneo
2023-07-27
1
-1
/
+1
*
rtc: stm32: remove dedicated wakeup management
Alexandre Torgue
2023-06-06
1
-23
/
+5
*
rtc: stm32: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-17
1
-4
/
+2
*
rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error path
Martin Fuzzey
2021-06-20
1
-2
/
+4
*
rtc: stm32: use rtc_lock/rtc_unlock
Alexandre Belloni
2021-01-25
1
-2
/
+2
*
rtc: stm32: add missed clk_disable_unprepare in error path of resume
Chuhong Yuan
2019-12-10
1
-1
/
+4
*
rtc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-07
1
-3
/
+1
*
rtc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-08-13
1
-1
/
+0
*
rtc: stm32: remove one condition check in stm32_rtc_set_alarm()
Markus Elfring
2019-07-13
1
-5
/
+1
*
rtc: stm32: manage the get_irq probe defer case
Fabien Dessenne
2019-04-29
1
-3
/
+6
*
rtc: stm32: add stm32mp1 rtc support
Amelie Delaunay
2018-05-22
1
-14
/
+89
*
rtc: stm32: rework register management to prepare other version of RTC
Amelie Delaunay
2018-05-22
1
-57
/
+127
*
rtc: stm32: fix misspelling and misalignment issues
Amelie Delaunay
2018-05-22
1
-2
/
+2
*
rtc: stm32: get DBP register and mask from DT st, syscfg property
Amelie Delaunay
2018-05-06
1
-22
/
+37
*
rtc: stm32: fix alarm interrupt flags by removing IRQF_TRIGGER_RISING
Amelie Delaunay
2018-05-06
1
-2
/
+1
*
rtc: stm32: fix copyright and adopt SPDX identifier
Amelie Delaunay
2018-05-06
1
-3
/
+3
*
rtc: stm32: Fix copyright
Benjamin Gaignard
2017-11-29
1
-2
/
+2
*
rtc: stm32: add STM32H7 RTC support
Amelie Delaunay
2017-07-06
1
-17
/
+65
*
rtc: stm32: fix comparison warnings
Amelie Delaunay
2017-01-23
1
-3
/
+3
*
rtc: stm32: use 0 instead of ~PWR_CR_DBP in regmap_update_bits
Amelie Delaunay
2017-01-23
1
-2
/
+2
*
rtc: stm32: fix building without CONFIG_OF
Arnd Bergmann
2017-01-13
1
-2
/
+0
*
rtc: stm32: remove __exit annotation on remove callback
Arnd Bergmann
2017-01-13
1
-1
/
+1
*
rtc: add STM32 RTC driver
Amelie Delaunay
2017-01-13
1
-0
/
+727