mbox series

[RFC,0/2] rtc: rzn1: simplify driver

Message ID 20241122101448.4374-1-wsa+renesas@sang-engineering.com (mailing list archive)
Headers show
Series rtc: rzn1: simplify driver | expand

Message

Wolfram Sang Nov. 22, 2024, 10:14 a.m. UTC
Here are two patches to simplify the driver for RZ/N1D. They seem to
work well on my test board. I am still new to this subsystem, so I mark
the patches as RFC because my tests might have missed something.
Feedback from the maintainers would be much appreciated.

Thanks and happy hacking!


Wolfram Sang (2):
  rtc: rzn1: drop superfluous wday calculation
  rtc: rzn1: reduce register access

 drivers/rtc/rtc-rzn1.c | 86 +++++++++++++++---------------------------
 1 file changed, 31 insertions(+), 55 deletions(-)

Comments

Alexandre Belloni Nov. 25, 2024, 10:33 p.m. UTC | #1
On Fri, 22 Nov 2024 11:14:46 +0100, Wolfram Sang wrote:
> Here are two patches to simplify the driver for RZ/N1D. They seem to
> work well on my test board. I am still new to this subsystem, so I mark
> the patches as RFC because my tests might have missed something.
> Feedback from the maintainers would be much appreciated.
> 
> Thanks and happy hacking!
> 
> [...]

Applied, thanks!

[1/2] rtc: rzn1: drop superfluous wday calculation
      https://git.kernel.org/abelloni/c/692f983b2dc9
[2/2] rtc: rzn1: reduce register access
      https://git.kernel.org/abelloni/c/3ed345c948ef

Best regards,