mbox series

[v2,0/2] device tree support for ST M48T86

Message ID 20230823-m48t86_device_tree-v2-0-21ff275f949d@maquefel.me
Headers show
Series device tree support for ST M48T86 | expand

Message

Nikita Shubin via B4 Relay Aug. 25, 2023, 8:43 a.m. UTC
Add device tree support for ST M48T86.

The reason it can't go to trivial-rtc.yaml, is that it has 2 registers
instead of a single one. The registers are 1 byte wide.

Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
---
Changes in v2:
- add links to mailthreads where the actual tags were recieved:
  - dt-bindings: rtc: Add ST M48T86 was Reviewed-by Krzysztof in v3 "ep93xx device tree conversion"
  - rtc: m48t86: add DT support for m48t86:
     - Acked-by Arnd in very first "ep93xx device tree conversion"
     - Reviewed-by Linus in v1 "ep93xx device tree conversion"

Was asked by Krzysztof to send this part separately.

Link: https://lore.kernel.org/lkml/61b9e036-7864-65c6-d43b-463fff896ddc@linaro.org/
Link: https://lore.kernel.org/lkml/20230601054549.10843-12-nikita.shubin@maquefel.me/

---
Nikita Shubin (2):
      dt-bindings: rtc: Add ST M48T86
      rtc: m48t86: add DT support for m48t86

 .../devicetree/bindings/rtc/st,m48t86.yaml         | 38 ++++++++++++++++++++++
 drivers/rtc/rtc-m48t86.c                           |  8 +++++
 2 files changed, 46 insertions(+)
---
base-commit: 89bf6209cad66214d3774dac86b6bbf2aec6a30d
change-id: 20230823-m48t86_device_tree-a72eaa294798

Best regards,

Comments

Alexandre Belloni Aug. 27, 2023, 10:02 p.m. UTC | #1
On Fri, 25 Aug 2023 11:43:24 +0300, Nikita Shubin wrote:
> Add device tree support for ST M48T86.
> 
> The reason it can't go to trivial-rtc.yaml, is that it has 2 registers
> instead of a single one. The registers are 1 byte wide.
> 
> 

Applied, thanks!

[1/2] dt-bindings: rtc: Add ST M48T86
      commit: a5aeccabb53673331f78a97ce492ce6d01f1e036
[2/2] rtc: m48t86: add DT support for m48t86
      commit: 6ec3f5ec2eecabab065a39f5e04562c8c3c81ece

Best regards,