index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-stm32.c
Age
Commit message (
Expand
)
Author
2025-06-18
rtc: stm32: Constify static 'pinctrl_desc'
Krzysztof Kozlowski
2025-05-24
rtc: stm32: drop unused module alias
Johan Hovold
2025-03-03
rtc: stm32: Use resource managed API to simplify code
Peng Fan
2025-01-13
rtc: stm32: Use syscon_regmap_lookup_by_phandle_args
Krzysztof Kozlowski
2024-11-10
rtc: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-08-14
rtc: stm32: add alarm A out feature
Valentin Caron
2024-08-14
rtc: stm32: add Low Speed Clock Output (LSCO) support
Valentin Caron
2024-08-14
rtc: stm32: add pinctrl and pinmux interfaces
Valentin Caron
2024-07-10
rtc: stm32: add new st,stm32mp25-rtc compatible and check RIF configuration
Valentin Caron
2023-08-17
rtc: stm32: Use NOIRQ_SYSTEM_SLEEP_PM_OPS()
Nathan Chancellor
2023-08-10
rtc: stm32: remove incorrect #ifdef check
Arnd Bergmann
2023-07-27
rtc: Explicitly include correct DT includes
Rob Herring
2023-07-27
rtc: stm32: fix unnecessary parentheses
Valentin Caron
2023-07-27
rtc: stm32: fix issues of stm32_rtc_valid_alrm function
Valentin Caron
2023-07-27
rtc: stm32: change PM callbacks to "_noirq()"
Gabriel Fernandez
2023-07-27
rtc: stm32: don't print an error on probe deferral
Valentin Caron
2023-07-27
rtc: stm32: improve rtc precision
Christophe Guibout
2023-07-27
rtc: stm32: don't stop time counter if not needed
Antonio Borneo
2023-07-27
rtc: stm32: use the proper register sequence to read date/time
Antonio Borneo
2023-06-06
rtc: stm32: remove dedicated wakeup management
Alexandre Torgue
2023-03-17
rtc: stm32: Convert to platform remove callback returning void
Uwe Kleine-König
2021-06-20
rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error path
Martin Fuzzey
2021-01-25
rtc: stm32: use rtc_lock/rtc_unlock
Alexandre Belloni
2019-12-10
rtc: stm32: add missed clk_disable_unprepare in error path of resume
Chuhong Yuan
2019-10-07
rtc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-13
rtc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-07-13
rtc: stm32: remove one condition check in stm32_rtc_set_alarm()
Markus Elfring
2019-04-29
rtc: stm32: manage the get_irq probe defer case
Fabien Dessenne
2018-05-22
rtc: stm32: add stm32mp1 rtc support
Amelie Delaunay
2018-05-22
rtc: stm32: rework register management to prepare other version of RTC
Amelie Delaunay
2018-05-22
rtc: stm32: fix misspelling and misalignment issues
Amelie Delaunay
2018-05-06
rtc: stm32: get DBP register and mask from DT st, syscfg property
Amelie Delaunay
2018-05-06
rtc: stm32: fix alarm interrupt flags by removing IRQF_TRIGGER_RISING
Amelie Delaunay
2018-05-06
rtc: stm32: fix copyright and adopt SPDX identifier
Amelie Delaunay
2017-11-29
rtc: stm32: Fix copyright
Benjamin Gaignard
2017-07-06
rtc: stm32: add STM32H7 RTC support
Amelie Delaunay
2017-01-23
rtc: stm32: fix comparison warnings
Amelie Delaunay
2017-01-23
rtc: stm32: use 0 instead of ~PWR_CR_DBP in regmap_update_bits
Amelie Delaunay
2017-01-13
rtc: stm32: fix building without CONFIG_OF
Arnd Bergmann
2017-01-13
rtc: stm32: remove __exit annotation on remove callback
Arnd Bergmann
2017-01-13
rtc: add STM32 RTC driver
Amelie Delaunay