From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EF3C9CCA47C for ; Tue, 14 Jun 2022 14:51:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=kroA7T8x7Vc59mv4RSXK29UI7GMy4/O8m+vu+C8fpJw=; b=KdvWMbHMksFVdy mvnBm5l2QtsuODCOcHcHM7xgJFfdErqg4qi3IfTvtT5TsPUNXZaIxZ/hBwanWtat3fkvI3xrHo3OB x7NmkCUec/A267dtSJp3RdccTzHOiNRCTrcfjkrhGjdx/Bui7dTtv3ObgfbrUr7ePa2lcMk+A1LT+ STVO+tzM/CwxK/vkUgISlOIFyLFgxShRAFRUAAx+rrjiDBhrY8rcA1j40ZjN0ppShF+tpTH8xTRyn qhyBY4Nuo9hciUic3FFqOJJ2A8k3V/3MuwYEmL4+Ui9JhOM6Gg4dOKn1CeRZgS8j2aZ3/3KT7C8t7 ECHATo/E6+ceyndyw88Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o17se-00A22D-U0; Tue, 14 Jun 2022 14:50:57 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o17sd-00A21f-15 for linux-arm-kernel@bombadil.infradead.org; Tue, 14 Jun 2022 14:50:55 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender :Reply-To:Content-ID:Content-Description; bh=q5HpLYaReIXbh/47owslMY0HZWewYfHiN1JFwdElSbc=; b=E6aSOb5oyExvAXaBpjFuwkB4yU WeyGRYpcbJvTnv316iGCT3IiC5BlUkGAIG4xZ5ocvX9qmzqaTv8m76L7XmPd/Uy0fexAuX1lDVi4o nzm3K2B27z17K2rTO4yYicz3Mh5AIO7nbuA9IkVpSi7T1EThdcnDJyZiDqsZsTtwHScKgpc/Q1skY QkzjOQfKbO9F4Ge+Zi2spk66hYzzvEbNk6V1JpsHVrjhjZzHGziHQ1O/bAkstRuinFRWjm659e0PK R1SetlBx8YfXqhmYAwZj2i6YzVSFti68OBMqovoqKTaaKDoOALutGtzpjPXAqBa4za63KqagLcq4S sFwN1R6A==; Received: from [2601:1c0:6280:3f0::aa0b] by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1o17sY-000Fqv-Fo; Tue, 14 Jun 2022 14:50:50 +0000 Message-ID: Date: Tue, 14 Jun 2022 07:50:42 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH v18 03/10] reset: Add Sunplus SP7021 reset driver Content-Language: en-US To: Qin Jian , sboyd@kernel.org Cc: krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org, mturquette@baylibre.com, linux@armlinux.org.uk, arnd@arndb.de, olof@lixom.net, soc@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Philipp Zabel References: <06ac69143ce8c98b4f95e38238e1880953dc9040.1655194858.git.qinjian@cqplus1.com> From: Randy Dunlap In-Reply-To: <06ac69143ce8c98b4f95e38238e1880953dc9040.1655194858.git.qinjian@cqplus1.com> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 6/14/22 01:31, Qin Jian wrote: > diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig > index b496028b6..e6540036b 100644 > --- a/drivers/reset/Kconfig > +++ b/drivers/reset/Kconfig > @@ -231,6 +231,15 @@ config RESET_STARFIVE_JH7100 > help > This enables the reset controller driver for the StarFive JH7100 SoC. > > +config RESET_SUNPLUS > + bool "Sunplus SoCs Reset Driver" if COMPILE_TEST > + default ARCH_SUNPLUS > + help > + This enables the reset driver support for Sunplus SoCs. > + The reset lines that can be asserted and deasserted by toggling bits > + in a contiguous, exclusive register space. The register is HIWORD_MASKED, > + which means each register hold 16 reset lines. holds -- ~Randy _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel