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=-10.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 9BB15C433DF for ; Sun, 19 Jul 2020 15:02:07 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 67E5B21775 for ; Sun, 19 Jul 2020 15:02:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="FZz+iAIr" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 67E5B21775 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=tkos.co.il 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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:In-reply-to:Subject:To: From:References:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=InuS78QBRA5KBuCoSvckheMEO9w48TiGvtfWhLB7/wo=; b=FZz+iAIr8PFW325F8nQCgotZr bbKOGBi+uoNeVsbuMM+CjBlgE6g/MLmI/TH7Pne/YOAU8DZRU6JX5qTsT20rf7uS0gT86hxihpsCq t4Q5N/EYMw9YVa6xI1BvzFmWnnOX516AjKx7/E09yiFwEHfCl+xu0dYZ2eI3pSnr5GXTksi38PKae 0TxvxPMaElKuDqVXfYsmYp4aEkDxBGI6lnurmwiTQPIm6GBniGJ+iROZwsfO+70eM1xsrNi7aZAQk HE19G1LnZphmHYvNkJHUENYOa51UJVrsXa20L/zOabVlIc8Zdo/O3ylWRJkGjP2fytAqt4NthwYcB rpsI4Mt9A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxAny-0005cB-Pw; Sun, 19 Jul 2020 15:00:42 +0000 Received: from [192.115.133.116] (helo=mx.tkos.co.il) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxAnv-0005bL-Jp for linux-arm-kernel@lists.infradead.org; Sun, 19 Jul 2020 15:00:41 +0000 Received: from tarshish (unknown [10.0.8.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPS id 43799440428; Sun, 19 Jul 2020 18:00:33 +0300 (IDT) References: <20200719145028.3370-1-miguelborgesdefreitas@gmail.com> <20200719145028.3370-3-miguelborgesdefreitas@gmail.com> User-agent: mu4e 1.4.10; emacs 26.3 From: Baruch Siach To: miguelborgesdefreitas@gmail.com Subject: Re: [PATCH 2/2] ARM: dts: imx6qdl-cubox-i: enable DSM for the RTC In-reply-to: <20200719145028.3370-3-miguelborgesdefreitas@gmail.com> Date: Sun, 19 Jul 2020 18:00:32 +0300 Message-ID: <87pn8reei7.fsf@tarshish> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200719_110039_876406_1A0BF01E X-CRM114-Status: GOOD ( 17.77 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: a.zummo@towertech.it, alexandre.belloni@bootlin.com, devicetree@vger.kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, linux@armlinux.org.uk, linux-kernel@vger.kernel.org, robh+dt@kernel.org, linux-imx@nxp.com, kernel@pengutronix.de, festevam@gmail.com, linux-arm-kernel@lists.infradead.org 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 Hi Miguel, On Sun, Jul 19 2020, miguelborgesdefreitas@gmail.com wrote: > From: Miguel Borges de Freitas > > Signed-off-by: Miguel Borges de Freitas > --- The commit log should explain why you enable this for Cubox-i. The information is in your cover letter. But the cover letter is not preserved in the git commit log history. Thanks, baruch > arch/arm/boot/dts/imx6qdl-cubox-i.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/imx6qdl-cubox-i.dtsi b/arch/arm/boot/dts/imx6qdl-cubox-i.dtsi > index e3be453..a226c4e 100644 > --- a/arch/arm/boot/dts/imx6qdl-cubox-i.dtsi > +++ b/arch/arm/boot/dts/imx6qdl-cubox-i.dtsi > @@ -144,6 +144,7 @@ > rtc@68 { > compatible = "nxp,pcf8523"; > reg = <0x68>; > + pm-enable-dsm; > }; > }; -- ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il - _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-10.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS 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 281B0C433DF for ; Sun, 19 Jul 2020 15:00:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0A02221775 for ; Sun, 19 Jul 2020 15:00:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726073AbgGSPAi (ORCPT ); Sun, 19 Jul 2020 11:00:38 -0400 Received: from guitar.tcltek.co.il ([192.115.133.116]:33660 "EHLO mx.tkos.co.il" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1726024AbgGSPAi (ORCPT ); Sun, 19 Jul 2020 11:00:38 -0400 Received: from tarshish (unknown [10.0.8.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPS id 43799440428; Sun, 19 Jul 2020 18:00:33 +0300 (IDT) References: <20200719145028.3370-1-miguelborgesdefreitas@gmail.com> <20200719145028.3370-3-miguelborgesdefreitas@gmail.com> User-agent: mu4e 1.4.10; emacs 26.3 From: Baruch Siach To: miguelborgesdefreitas@gmail.com Cc: a.zummo@towertech.it, devicetree@vger.kernel.org, alexandre.belloni@bootlin.com, festevam@gmail.com, s.hauer@pengutronix.de, linux@armlinux.org.uk, linux-kernel@vger.kernel.org, robh+dt@kernel.org, linux-imx@nxp.com, kernel@pengutronix.de, shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/2] ARM: dts: imx6qdl-cubox-i: enable DSM for the RTC In-reply-to: <20200719145028.3370-3-miguelborgesdefreitas@gmail.com> Date: Sun, 19 Jul 2020 18:00:32 +0300 Message-ID: <87pn8reei7.fsf@tarshish> MIME-Version: 1.0 Content-Type: text/plain Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Miguel, On Sun, Jul 19 2020, miguelborgesdefreitas@gmail.com wrote: > From: Miguel Borges de Freitas > > Signed-off-by: Miguel Borges de Freitas > --- The commit log should explain why you enable this for Cubox-i. The information is in your cover letter. But the cover letter is not preserved in the git commit log history. Thanks, baruch > arch/arm/boot/dts/imx6qdl-cubox-i.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/imx6qdl-cubox-i.dtsi b/arch/arm/boot/dts/imx6qdl-cubox-i.dtsi > index e3be453..a226c4e 100644 > --- a/arch/arm/boot/dts/imx6qdl-cubox-i.dtsi > +++ b/arch/arm/boot/dts/imx6qdl-cubox-i.dtsi > @@ -144,6 +144,7 @@ > rtc@68 { > compatible = "nxp,pcf8523"; > reg = <0x68>; > + pm-enable-dsm; > }; > }; -- ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -