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 X-Spam-Level: X-Spam-Status: No, score=-12.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7AE2C49EA7 for ; Mon, 28 Jun 2021 07:01:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C1350619B0 for ; Mon, 28 Jun 2021 07:01:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232251AbhF1HEE (ORCPT ); Mon, 28 Jun 2021 03:04:04 -0400 Received: from mx07-00178001.pphosted.com ([185.132.182.106]:6600 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230287AbhF1HD7 (ORCPT ); Mon, 28 Jun 2021 03:03:59 -0400 Received: from pps.filterd (m0046668.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 15S6wbOj006266; Mon, 28 Jun 2021 09:01:15 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=subject : to : cc : references : from : message-id : date : mime-version : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=nmTbU+JNNbp7VzmAnslcoU+Y5KpKRuaSAbCAIK3+uWI=; b=VofqB4aMsyZqTqEHQ4oBSVVX1u4XranJVcWAuHhfwwkurpeWajARGnlCXjX0xAOsC8gL ebtA9jAhBIUfx54jc7kV1RETl+FLJUGukqmkn455D/cffx/aRmf/iA2N8JGQEnx6R6WJ MC6GocIE6Kys32j3/0NnnW4uJqRTPTOUwZ1K7NPjP+q7sleM+TxSumE7nQeUQgxIqJwc SEdArbq0wdA5brreGjgZA3FTDWe7gM9wGJ/Iq8PvXM6AZdfWa5AvIeoIFAm3x1yu0kFz eThlKPBz3IR/EgfhySXWKZBeVVypmOe4/TNJMQ1BbfSJ0+IAB/h3tiGmctyB+3AiABIo +A== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 39f1xshvdk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 28 Jun 2021 09:01:15 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 3C55A10002A; Mon, 28 Jun 2021 09:01:13 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag2node3.st.com [10.75.127.6]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 0E7BD20E3A5; Mon, 28 Jun 2021 09:01:13 +0200 (CEST) Received: from lmecxl0572.lme.st.com (10.75.127.49) by SFHDAG2NODE3.st.com (10.75.127.6) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 28 Jun 2021 09:01:12 +0200 Subject: Re: [RESEND PATCH v3 06/11] reset: stm32mp1: remove stm32mp1 reset To: Stephen Boyd , Alexandre Torgue , Etienne Carriere , Maxime Coquelin , Michael Turquette , Philipp Zabel , Rob Herring , CC: , , , , References: <20210617051814.12018-1-gabriel.fernandez@foss.st.com> <20210617051814.12018-7-gabriel.fernandez@foss.st.com> <162484414661.3259633.15807994186850314510@swboyd.mtv.corp.google.com> From: "gabriel.fernandez@foss.st.com" Message-ID: Date: Mon, 28 Jun 2021 09:01:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <162484414661.3259633.15807994186850314510@swboyd.mtv.corp.google.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.49] X-ClientProxiedBy: SFHDAG1NODE2.st.com (10.75.127.2) To SFHDAG2NODE3.st.com (10.75.127.6) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391,18.0.790 definitions=2021-06-28_05:2021-06-25,2021-06-28 signatures=0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sure, many thanks Stephen. Best regards Gabriel On 6/28/21 3:35 AM, Stephen Boyd wrote: > Quoting gabriel.fernandez@foss.st.com (2021-06-16 22:18:09) >> From: Gabriel Fernandez >> >> st32mp1 RCC reset driver was moved into stm32mp1 RCC clock driver. >> >> Signed-off-by: Gabriel Fernandez >> --- > > Applied to clk-next although it would be nice to get Philipp's ack > 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 X-Spam-Level: X-Spam-Status: No, score=-7.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,UNWANTED_LANGUAGE_BODY, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D9BAC2B9F4 for ; Mon, 28 Jun 2021 07:04:16 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 0A602619BE for ; Mon, 28 Jun 2021 07:04:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0A602619BE Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=foss.st.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:CC:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=3M2Lje7qGaiJGVnGt1ZOfoWurT+fCeha/b79XGZykcw=; b=BXOrvWLtNz4JoocVipkgOJCGyT zHHYM5yYyJ/1dKeC3n6W1LYmSZJRqE+BWi5EQKQGwYs5UNvDKfC/BCaHhwVFdheMr0bMLxgK9KwzX bBmieMcUopSygV5F1l+Bg/32HtuqFrwppsLSHgTApZ00YusyXfNphF/dHWU1Pom6iCfLrPkqC+7Ud gvJfHZoD5zILZhatBAVm8oOcw9wY3mKQg+XWHz8Sth1CcvaktbtfGatr10JTHljbRn7eb3g4EKZvY ZsFUwR4cK7jwfrQ/mCoyjql9DD6qHrBrxEetUDEPQo1Wi1sEpkmhU/Ey6U81s7MyLcoDD+UEgbD3l DGeRlPFQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lxlGr-0077c6-I3; Mon, 28 Jun 2021 07:01:29 +0000 Received: from mx07-00178001.pphosted.com ([185.132.182.106]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lxlGo-0077b6-5j for linux-arm-kernel@lists.infradead.org; Mon, 28 Jun 2021 07:01:27 +0000 Received: from pps.filterd (m0046668.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 15S6wbOj006266; Mon, 28 Jun 2021 09:01:15 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=subject : to : cc : references : from : message-id : date : mime-version : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=nmTbU+JNNbp7VzmAnslcoU+Y5KpKRuaSAbCAIK3+uWI=; b=VofqB4aMsyZqTqEHQ4oBSVVX1u4XranJVcWAuHhfwwkurpeWajARGnlCXjX0xAOsC8gL ebtA9jAhBIUfx54jc7kV1RETl+FLJUGukqmkn455D/cffx/aRmf/iA2N8JGQEnx6R6WJ MC6GocIE6Kys32j3/0NnnW4uJqRTPTOUwZ1K7NPjP+q7sleM+TxSumE7nQeUQgxIqJwc SEdArbq0wdA5brreGjgZA3FTDWe7gM9wGJ/Iq8PvXM6AZdfWa5AvIeoIFAm3x1yu0kFz eThlKPBz3IR/EgfhySXWKZBeVVypmOe4/TNJMQ1BbfSJ0+IAB/h3tiGmctyB+3AiABIo +A== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 39f1xshvdk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 28 Jun 2021 09:01:15 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 3C55A10002A; Mon, 28 Jun 2021 09:01:13 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag2node3.st.com [10.75.127.6]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 0E7BD20E3A5; Mon, 28 Jun 2021 09:01:13 +0200 (CEST) Received: from lmecxl0572.lme.st.com (10.75.127.49) by SFHDAG2NODE3.st.com (10.75.127.6) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 28 Jun 2021 09:01:12 +0200 Subject: Re: [RESEND PATCH v3 06/11] reset: stm32mp1: remove stm32mp1 reset To: Stephen Boyd , Alexandre Torgue , Etienne Carriere , Maxime Coquelin , Michael Turquette , Philipp Zabel , Rob Herring , CC: , , , , References: <20210617051814.12018-1-gabriel.fernandez@foss.st.com> <20210617051814.12018-7-gabriel.fernandez@foss.st.com> <162484414661.3259633.15807994186850314510@swboyd.mtv.corp.google.com> From: "gabriel.fernandez@foss.st.com" Message-ID: Date: Mon, 28 Jun 2021 09:01:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <162484414661.3259633.15807994186850314510@swboyd.mtv.corp.google.com> Content-Language: en-US X-Originating-IP: [10.75.127.49] X-ClientProxiedBy: SFHDAG1NODE2.st.com (10.75.127.2) To SFHDAG2NODE3.st.com (10.75.127.6) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391, 18.0.790 definitions=2021-06-28_05:2021-06-25, 2021-06-28 signatures=0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210628_000126_736631_5F2A80D4 X-CRM114-Status: GOOD ( 13.70 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Sure, many thanks Stephen. Best regards Gabriel On 6/28/21 3:35 AM, Stephen Boyd wrote: > Quoting gabriel.fernandez@foss.st.com (2021-06-16 22:18:09) >> From: Gabriel Fernandez >> >> st32mp1 RCC reset driver was moved into stm32mp1 RCC clock driver. >> >> Signed-off-by: Gabriel Fernandez >> --- > > Applied to clk-next although it would be nice to get Philipp's ack > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel