summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-stm32.c
AgeCommit message (Expand)Author
2023-08-17rtc: stm32: Use NOIRQ_SYSTEM_SLEEP_PM_OPS()Nathan Chancellor
2023-08-10rtc: stm32: remove incorrect #ifdef checkArnd Bergmann
2023-07-27rtc: Explicitly include correct DT includesRob Herring
2023-07-27rtc: stm32: fix unnecessary parenthesesValentin Caron
2023-07-27rtc: stm32: fix issues of stm32_rtc_valid_alrm functionValentin Caron
2023-07-27rtc: stm32: change PM callbacks to "_noirq()"Gabriel Fernandez
2023-07-27rtc: stm32: don't print an error on probe deferralValentin Caron
2023-07-27rtc: stm32: improve rtc precisionChristophe Guibout
2023-07-27rtc: stm32: don't stop time counter if not neededAntonio Borneo
2023-07-27rtc: stm32: use the proper register sequence to read date/timeAntonio Borneo
2023-06-06rtc: stm32: remove dedicated wakeup managementAlexandre Torgue
2023-03-17rtc: stm32: Convert to platform remove callback returning voidUwe Kleine-König
2021-06-20rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error pathMartin Fuzzey
2021-01-25rtc: stm32: use rtc_lock/rtc_unlockAlexandre Belloni
2019-12-10rtc: stm32: add missed clk_disable_unprepare in error path of resumeChuhong Yuan
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-13rtc: stm32: remove one condition check in stm32_rtc_set_alarm()Markus Elfring
2019-04-29rtc: stm32: manage the get_irq probe defer caseFabien Dessenne
2018-05-22rtc: stm32: add stm32mp1 rtc supportAmelie Delaunay
2018-05-22rtc: stm32: rework register management to prepare other version of RTCAmelie Delaunay
2018-05-22rtc: stm32: fix misspelling and misalignment issuesAmelie Delaunay
2018-05-06rtc: stm32: get DBP register and mask from DT st, syscfg propertyAmelie Delaunay
2018-05-06rtc: stm32: fix alarm interrupt flags by removing IRQF_TRIGGER_RISINGAmelie Delaunay
2018-05-06rtc: stm32: fix copyright and adopt SPDX identifierAmelie Delaunay
2017-11-29rtc: stm32: Fix copyrightBenjamin Gaignard
2017-07-06rtc: stm32: add STM32H7 RTC supportAmelie Delaunay
2017-01-23rtc: stm32: fix comparison warningsAmelie Delaunay
2017-01-23rtc: stm32: use 0 instead of ~PWR_CR_DBP in regmap_update_bitsAmelie Delaunay
2017-01-13rtc: stm32: fix building without CONFIG_OFArnd Bergmann
2017-01-13rtc: stm32: remove __exit annotation on remove callbackArnd Bergmann
2017-01-13rtc: add STM32 RTC driverAmelie Delaunay