linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] rtc: stm32: multiple bug fixes and improvements
@ 2023-07-05 17:43 Valentin Caron
  2023-07-05 17:43 ` [PATCH v2 1/7] rtc: stm32: use the proper register sequence to read date/time Valentin Caron
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Valentin Caron @ 2023-07-05 17:43 UTC (permalink / raw)
  To: Alexandre Belloni, Alessandro Zummo
  Cc: Alexandre Torgue, Antonio Borneo, Christophe Guibout,
	Gabriel Fernandez, linux-rtc, linux-stm32, linux-arm-kernel,
	linux-kernel, Valentin Caron

This series implements some bug fixes for theses issues:
- typo issues
- register read sequence issue
- irq during pm callbacks issue

This series implements also some improvements:
- don't switch to INIT mode uselessly
- improve error printing during probe
- improve rtc precision on stm32mp1

Since v1:
- Exchange "fix issues of stm32_rtc_valid_alrm" and
  "fix unnecessary parentheses" patches to optimize this series.

Antonio Borneo (2):
  rtc: stm32: use the proper register sequence to read date/time
  rtc: stm32: don't stop time counter if not needed

Christophe Guibout (1):
  rtc: stm32: improve rtc precision

Gabriel Fernandez (1):
  rtc: stm32: change PM callbacks to "_noirq()"

Valentin Caron (3):
  rtc: stm32: don't print an error on probe deferral
  rtc: stm32: fix issues of stm32_rtc_valid_alrm function
  rtc: stm32: fix unnecessary parentheses

 drivers/rtc/rtc-stm32.c | 138 +++++++++++++++++++++++++---------------
 1 file changed, 85 insertions(+), 53 deletions(-)

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-07-27 21:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-05 17:43 [PATCH v2 0/7] rtc: stm32: multiple bug fixes and improvements Valentin Caron
2023-07-05 17:43 ` [PATCH v2 1/7] rtc: stm32: use the proper register sequence to read date/time Valentin Caron
2023-07-05 17:43 ` [PATCH v2 2/7] rtc: stm32: don't stop time counter if not needed Valentin Caron
2023-07-05 17:43 ` [PATCH v2 3/7] rtc: stm32: improve rtc precision Valentin Caron
2023-07-05 17:43 ` [PATCH v2 4/7] rtc: stm32: don't print an error on probe deferral Valentin Caron
2023-07-05 17:43 ` [PATCH v2 5/7] rtc: stm32: change PM callbacks to "_noirq()" Valentin Caron
2023-07-05 17:43 ` [PATCH v2 6/7] rtc: stm32: fix issues of stm32_rtc_valid_alrm function Valentin Caron
2023-07-05 17:43 ` [PATCH v2 7/7] rtc: stm32: fix unnecessary parentheses Valentin Caron
2023-07-27 21:04 ` [PATCH v2 0/7] rtc: stm32: multiple bug fixes and improvements Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).