Commit 38e0689
rtc: stm32: remove dedicated wakeup management
There is no more needs to use a dedicated wake up interrupt for RTC as
EXTI block manages by itself now all interrupt lines.
Dedicated wakeup interrupt has been introduced with STM32 MP1 support
commit b72252b ("rtc: stm32: add stm32mp1 rtc support") because GIC &
EXTI interrupts were not yet linked in EXTI driver.
Removing this interrupt won't break compatibility with device trees which
do use two interrupts entries: it could only prevent wakeup from low power
modes on STM32MP1x, but platform power management is not yet available.
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Link: https://lore.kernel.org/r/20230531122732.1515594-1-amelie.delaunay@foss.st.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>1 parent 93eff1e commit 38e0689
1 file changed
Lines changed: 5 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | 117 | | |
119 | 118 | | |
120 | 119 | | |
| |||
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
130 | | - | |
131 | 129 | | |
132 | 130 | | |
133 | 131 | | |
| |||
547 | 545 | | |
548 | 546 | | |
549 | 547 | | |
550 | | - | |
551 | 548 | | |
552 | 549 | | |
553 | 550 | | |
| |||
569 | 566 | | |
570 | 567 | | |
571 | 568 | | |
572 | | - | |
573 | 569 | | |
574 | 570 | | |
575 | 571 | | |
| |||
600 | 596 | | |
601 | 597 | | |
602 | 598 | | |
603 | | - | |
604 | 599 | | |
605 | 600 | | |
606 | 601 | | |
| |||
779 | 774 | | |
780 | 775 | | |
781 | 776 | | |
782 | | - | |
783 | | - | |
784 | | - | |
785 | | - | |
786 | | - | |
787 | | - | |
788 | | - | |
789 | | - | |
790 | | - | |
791 | | - | |
792 | | - | |
793 | 777 | | |
794 | | - | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
795 | 783 | | |
796 | 784 | | |
797 | 785 | | |
| |||
879 | 867 | | |
880 | 868 | | |
881 | 869 | | |
882 | | - | |
883 | | - | |
884 | | - | |
885 | 870 | | |
886 | 871 | | |
887 | 872 | | |
| |||
903 | 888 | | |
904 | 889 | | |
905 | 890 | | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | 891 | | |
910 | 892 | | |
911 | 893 | | |
| |||
0 commit comments