summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-stm32.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: stm32: remove one condition check in stm32_rtc_set_alarm()Markus Elfring2019-07-131-5/+1
* rtc: stm32: manage the get_irq probe defer caseFabien Dessenne2019-04-291-3/+6
* rtc: stm32: add stm32mp1 rtc supportAmelie Delaunay2018-05-221-14/+89
* rtc: stm32: rework register management to prepare other version of RTCAmelie Delaunay2018-05-221-57/+127
* rtc: stm32: fix misspelling and misalignment issuesAmelie Delaunay2018-05-221-2/+2
* rtc: stm32: get DBP register and mask from DT st, syscfg propertyAmelie Delaunay2018-05-061-22/+37
* rtc: stm32: fix alarm interrupt flags by removing IRQF_TRIGGER_RISINGAmelie Delaunay2018-05-061-2/+1
* rtc: stm32: fix copyright and adopt SPDX identifierAmelie Delaunay2018-05-061-3/+3
* rtc: stm32: Fix copyrightBenjamin Gaignard2017-11-291-2/+2
* rtc: stm32: add STM32H7 RTC supportAmelie Delaunay2017-07-061-17/+65
* rtc: stm32: fix comparison warningsAmelie Delaunay2017-01-231-3/+3
* rtc: stm32: use 0 instead of ~PWR_CR_DBP in regmap_update_bitsAmelie Delaunay2017-01-231-2/+2
* rtc: stm32: fix building without CONFIG_OFArnd Bergmann2017-01-131-2/+0
* rtc: stm32: remove __exit annotation on remove callbackArnd Bergmann2017-01-131-1/+1
* rtc: add STM32 RTC driverAmelie Delaunay2017-01-131-0/+727