Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp616834ybg; Wed, 23 Oct 2019 03:16:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqyPwt++HcAR8dOpdpFbTFTD/pWa1Ogh4IixPXUFkj/dAbRSPLMywlODVMux33s561TRMXMl X-Received: by 2002:a50:f683:: with SMTP id d3mr15003780edn.70.1571825798335; Wed, 23 Oct 2019 03:16:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571825798; cv=none; d=google.com; s=arc-20160816; b=UNXqXNW5lN+zN5oY+X/jTDO3Q62mimbADgAzU8ysUxeC1RV1S/ilnL0STKE9391f35 jIczZkV3tJvEhTyLNCJILRiQ3ryr8NPOEJNh+9fLStPJz0ZAuiipAECiz2irWEt7Alp/ PkcMUYDnM3N5Mz2l0cuXs1VsaQcOiHUYkGjxpu76J/LbpVBNMowI1jgyTdYxAsfxk0mJ SsK9qDnZWuuo+ocZhAOT6R5dbnwHbzmgWdFzaEp73UcylQTVOtTF3VCTgmWlrURGuKl/ 3gPWbAnwxUWdz9rYAzUH0EKuFNQjx/I1m8EKsG43AHk/m7kuxO1JwfceG6IxMH6E3XrS E57A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=Sx4xLEu5H0FCF5s+Cth7KssLjgIuMEWp8F3GVC41GWE=; b=b5sVPnrJUUigHvV/ALaGKxUYuA6Q9lMABt40MlN02dCF6QedH3UhDY+QlsXd4sDY2a X/YddaeXPBJxpN1fYm02MABOXF0IsvafWuiDp04SHy8sJlzkhAm5AyoeJfU3rKUu4tIV 5EuiY6x01K0l1cBLFZV+yYc94dKYZo7OhdVSuQZi6/ojKfIxH2Zi3wBsjZrnePTy2O8S wa00Uj9/BY9k5UqYIVroO+Hjbqyh/npR6r5Q0wSELq2Kwe06PX1XViE8jbacfN8x6J2T DU94SrRk5qnjWPs7yeUUusXb/H4No1ttGWFFrDuxUORqnbUTKGkv1nP8fNw1/NDOIu0D 3kGQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id pw25si6443454ejb.168.2019.10.23.03.16.13; Wed, 23 Oct 2019 03:16:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391082AbfJWKN3 (ORCPT + 99 others); Wed, 23 Oct 2019 06:13:29 -0400 Received: from mx2.suse.de ([195.135.220.15]:53770 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2390935AbfJWKN3 (ORCPT ); Wed, 23 Oct 2019 06:13:29 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 546CEB4D6; Wed, 23 Oct 2019 10:13:27 +0000 (UTC) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: linux-realtek-soc@lists.infradead.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Andreas=20F=C3=A4rber?= , Philipp Zabel , devicetree@vger.kernel.org Subject: [PATCH v2 00/11] arm64: Realtek RTD1295 reset controllers Date: Wed, 23 Oct 2019 12:13:06 +0200 Message-Id: <20191023101317.26656-1-afaerber@suse.de> X-Mailer: git-send-email 2.16.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, This series adds reset controllers for the Realtek RTD1295 and RTD1195 SoCs. v2 adopts reset-simple driver and DesignWare bindings as simplification and covers RTD1195, too. Note that reset-simple driver would allow to cover RTD1195's reset1-3 in one DT node, but it only maps the first resource, so RTD1295's reset4 would need to remain separate due to a gap in between. I've therefore left them all as separate nodes for now. Also note that my initial 32-bit arm patch already selects RESET_CONTROLLER, to avoid needing a separate patch here to add that one line as done for arm64. If I can take the bindings patches through the Realtek tree then I can squash the two final DT patches depending on them into the patches added the resets, otherwise they need to go into v5.6 or be merged via a topic branch. More experimental patches at: https://github.com/afaerber/linux/commits/rtd1295-next Have a lot of fun! Cheers, Andreas v1 -> v2: * Drop custom reset driver * Drop "realtek,rtd1295-reset" binding * Reordered to not depend on irqchip or clk patches * Extended with RTD1195 patches Cc: Philipp Zabel Cc: devicetree@vger.kernel.org Andreas Färber (11): dt-bindings: reset: Add Realtek RTD1295 dt-bindings: reset: Add Realtek RTD1195 reset: simple: Keep alphabetical order reset: simple: Add Realtek RTD1195/RTD1295 arm64: realtek: Select reset controller arm64: dts: realtek: Add RTD129x reset controller nodes arm64: dts: realtek: Add RTD129x UART resets ARM: dts: rtd1195: Add reset nodes ARM: dts: rtd1195: Add UART resets arm64: dts: realtek: Adopt RTD129x reset constants ARM: dts: rtd1195: Adopt reset constants arch/arm/boot/dts/rtd1195.dtsi | 27 +++++++ arch/arm64/Kconfig.platforms | 1 + arch/arm64/boot/dts/realtek/rtd129x.dtsi | 34 +++++++++ drivers/reset/Kconfig | 5 +- include/dt-bindings/reset/realtek,rtd1195.h | 74 +++++++++++++++++++ include/dt-bindings/reset/realtek,rtd1295.h | 111 ++++++++++++++++++++++++++++ 6 files changed, 250 insertions(+), 2 deletions(-) create mode 100644 include/dt-bindings/reset/realtek,rtd1195.h create mode 100644 include/dt-bindings/reset/realtek,rtd1295.h -- 2.16.4