aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-stm32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-07-13rtc: stm32: remove one condition check in stm32_rtc_set_alarm()Markus Elfring1-5/+1
2019-04-29rtc: stm32: manage the get_irq probe defer caseFabien Dessenne1-3/+6
2018-05-22rtc: stm32: add stm32mp1 rtc supportAmelie Delaunay1-14/+89
2018-05-22rtc: stm32: rework register management to prepare other version of RTCAmelie Delaunay1-57/+127
2018-05-22rtc: stm32: fix misspelling and misalignment issuesAmelie Delaunay1-2/+2
2018-05-06rtc: stm32: get DBP register and mask from DT st, syscfg propertyAmelie Delaunay1-22/+37
2018-05-06rtc: stm32: fix alarm interrupt flags by removing IRQF_TRIGGER_RISINGAmelie Delaunay1-2/+1
2018-05-06rtc: stm32: fix copyright and adopt SPDX identifierAmelie Delaunay1-3/+3
2017-11-29rtc: stm32: Fix copyrightBenjamin Gaignard1-2/+2
2017-07-06rtc: stm32: add STM32H7 RTC supportAmelie Delaunay1-17/+65
2017-01-23rtc: stm32: fix comparison warningsAmelie Delaunay1-3/+3
2017-01-23rtc: stm32: use 0 instead of ~PWR_CR_DBP in regmap_update_bitsAmelie Delaunay1-2/+2
2017-01-13rtc: stm32: fix building without CONFIG_OFArnd Bergmann1-2/+0
2017-01-13rtc: stm32: remove __exit annotation on remove callbackArnd Bergmann1-1/+1
2017-01-13rtc: add STM32 RTC driverAmelie Delaunay1-0/+727