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 D7A28E77179 for ; Fri, 6 Dec 2024 16:05:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:MIME-Version: Content-Transfer-Encoding:Content-Type:References:In-Reply-To:Date:To:From: Subject:Message-ID:Reply-To:Cc:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=nH91nUEHCZ8Nx6AA9lQ6YBtzGAKrJR2lJ/ou3vw6QRI=; b=pEYJ63JuC3mMFaPfI0+kEJHCGa FIjkaOyMURio/uCGCHuVJiaeNQ2VEkbEvAUpQuP+LvtGDe96P0zXxbmwWFWEJB22nGQ7FwHw+l2aJ Yo1WqBsStQfgkeWOtZaovpkAbo/Ghvi2g8eNuF8JZyr0aUISi2M1E4b6ecLeqAJL6txr/ALhpNmLi 2Ov30xI3mFXCOxabmP7VLYH3SP2hTQ/4D0bq+Gr7yjs1d1LaW5BIyixIO8F+eNKXEQ5u5XvgwpuNw CdlpT1xA0QReofroSyYr4pZgFjCH+KT9ELJ6IBZFGhtwX6rxPHJ4KZMSjTFWeMVN/qHc29fp+FDQd Gj3LZg9g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tJapK-000000025Pl-1Snt; Fri, 06 Dec 2024 16:05:10 +0000 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tJaoI-000000025Ct-3C3g for linux-arm-kernel@lists.infradead.org; Fri, 06 Dec 2024 16:04:07 +0000 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tJaoE-0005lP-Ai; Fri, 06 Dec 2024 17:04:02 +0100 Received: from lupine.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::4e] helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tJaoB-0021SN-0o; Fri, 06 Dec 2024 17:04:00 +0100 Received: from pza by lupine with local (Exim 4.96) (envelope-from ) id 1tJaoB-000Bg5-32; Fri, 06 Dec 2024 17:03:59 +0100 Message-ID: <036d3c0e721947002dc598aef2b65d48967ab52e.camel@pengutronix.de> Subject: Re: [PATCH 0/2] Add support for A1 SoC in auxiliary reset driver From: Philipp Zabel To: Jan Dakinevich , Conor Dooley , devicetree@vger.kernel.org, Jerome Brunet , Kevin Hilman , Krzysztof Kozlowski , linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Martin Blumenstingl , Neil Armstrong , Rob Herring Date: Fri, 06 Dec 2024 17:03:59 +0100 In-Reply-To: <20241112230056.1406222-1-jan.dakinevich@salutedevices.com> References: <20241112230056.1406222-1-jan.dakinevich@salutedevices.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241206_080406_788113_02CDE9AF X-CRM114-Status: UNSURE ( 8.13 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mi, 2024-11-13 at 02:00 +0300, Jan Dakinevich wrote: > This was a part of series [1]. Comparing to original series, reset functi= onality > on top of 'audio-vad' clock controller also is added. >=20 > Links: > [1] https://lore.kernel.org/all/20240913121152.817575-1-jan.dakinevich@= salutedevices.com/ >=20 > Jan Dakinevich (2): > dt-bindings: reset: add bindings for A1 SoC audio reset controller > reset: amlogic: add support for A1 SoC in auxiliary reset driver [...] Applied to reset/next, thanks! [1/2] dt-bindings: reset: add bindings for A1 SoC audio reset controller https://git.pengutronix.de/cgit/pza/linux/commit/?id=3D3465a696bd93 [2/2] reset: amlogic: add support for A1 SoC in auxiliary reset driver https://git.pengutronix.de/cgit/pza/linux/commit/?id=3D3d99f9231bed regards Philipp