Hello, This series adds reset controllers for the Realtek RTD1295 SoC. Since there is still no public source code for RTD1295, the individual resets were derived from reset-names in the vendor DT; the implementation was a guess. More experimental patches at: https://github.com/afaerber/linux/commits/rtd1295-next Have a lot of fun! Cheers, Andreas Cc: Roc He <hepeng@xxxxxxxx> Cc: 蒋丽琴 <jiang.liqin@xxxxxxxxxxxxx> Cc: devicetree@xxxxxxxxxxxxxxx Andreas Färber (5): dt-bindings: reset: Add Realtek RTD1295 arm64: dts: realtek: Add RTD1295 reset controller nodes reset: Add Realtek RTD1295 driver arm64: dts: realtek: Add RTD1295 UART resets arm64: dts: realtek: Adopt RTD1295 reset constants .../bindings/reset/realtek,rtd129x-reset.txt | 18 ++++ arch/arm64/boot/dts/realtek/rtd1295.dtsi | 34 +++++++ drivers/reset/Kconfig | 6 ++ drivers/reset/Makefile | 1 + drivers/reset/reset-rtd129x.c | 100 ++++++++++++++++++ include/dt-bindings/reset/realtek,rtd1295.h | 112 +++++++++++++++++++++ 6 files changed, 271 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/realtek,rtd129x-reset.txt create mode 100644 drivers/reset/reset-rtd129x.c create mode 100644 include/dt-bindings/reset/realtek,rtd1295.h -- 2.12.3 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html