aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-stm32.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-17rtc: stm32: Use NOIRQ_SYSTEM_SLEEP_PM_OPS()Gravatar Nathan Chancellor 1-1/+1
2023-08-10rtc: stm32: remove incorrect #ifdef checkGravatar Arnd Bergmann 1-2/+0
2023-07-27rtc: Explicitly include correct DT includesGravatar Rob Herring 1-1/+2
2023-07-27rtc: stm32: fix unnecessary parenthesesGravatar Valentin Caron 1-5/+4
2023-07-27rtc: stm32: fix issues of stm32_rtc_valid_alrm functionGravatar Valentin Caron 1-28/+33
2023-07-27rtc: stm32: change PM callbacks to "_noirq()"Gravatar Gabriel Fernandez 1-2/+3
2023-07-27rtc: stm32: don't print an error on probe deferralGravatar Valentin Caron 1-8/+6
2023-07-27rtc: stm32: improve rtc precisionGravatar Christophe Guibout 1-4/+22
2023-07-27rtc: stm32: don't stop time counter if not neededGravatar Antonio Borneo 1-6/+17
2023-07-27rtc: stm32: use the proper register sequence to read date/timeGravatar Antonio Borneo 1-1/+1
2023-06-06rtc: stm32: remove dedicated wakeup managementGravatar Alexandre Torgue 1-23/+5
2023-03-17rtc: stm32: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2021-06-20rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error pathGravatar Martin Fuzzey 1-2/+4
2021-01-25rtc: stm32: use rtc_lock/rtc_unlockGravatar Alexandre Belloni 1-2/+2
2019-12-10rtc: stm32: add missed clk_disable_unprepare in error path of resumeGravatar Chuhong Yuan 1-1/+4
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeGravatar YueHaibing 1-3/+1
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-1/+0
2019-07-13rtc: stm32: remove one condition check in stm32_rtc_set_alarm()Gravatar Markus Elfring 1-5/+1
2019-04-29rtc: stm32: manage the get_irq probe defer caseGravatar Fabien Dessenne 1-3/+6
2018-05-22rtc: stm32: add stm32mp1 rtc supportGravatar Amelie Delaunay 1-14/+89
2018-05-22rtc: stm32: rework register management to prepare other version of RTCGravatar Amelie Delaunay 1-57/+127
2018-05-22rtc: stm32: fix misspelling and misalignment issuesGravatar Amelie Delaunay 1-2/+2
2018-05-06rtc: stm32: get DBP register and mask from DT st, syscfg propertyGravatar Amelie Delaunay 1-22/+37
2018-05-06rtc: stm32: fix alarm interrupt flags by removing IRQF_TRIGGER_RISINGGravatar Amelie Delaunay 1-2/+1
2018-05-06rtc: stm32: fix copyright and adopt SPDX identifierGravatar Amelie Delaunay 1-3/+3
2017-11-29rtc: stm32: Fix copyrightGravatar Benjamin Gaignard 1-2/+2
2017-07-06rtc: stm32: add STM32H7 RTC supportGravatar Amelie Delaunay 1-17/+65
2017-01-23rtc: stm32: fix comparison warningsGravatar Amelie Delaunay 1-3/+3
2017-01-23rtc: stm32: use 0 instead of ~PWR_CR_DBP in regmap_update_bitsGravatar Amelie Delaunay 1-2/+2
2017-01-13rtc: stm32: fix building without CONFIG_OFGravatar Arnd Bergmann 1-2/+0
2017-01-13rtc: stm32: remove __exit annotation on remove callbackGravatar Arnd Bergmann 1-1/+1
2017-01-13rtc: add STM32 RTC driverGravatar Amelie Delaunay 1-0/+727