From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751608AbeEPFJh (ORCPT ); Wed, 16 May 2018 01:09:37 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:44126 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751040AbeEPFJf (ORCPT ); Wed, 16 May 2018 01:09:35 -0400 From: Gabriel FERNANDEZ To: Stephen Boyd , Alexandre TORGUE , Maxime Coquelin , Michael Turquette CC: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-clk@vger.kernel.org" , Olivier BIDEAU , "Loic PALLARDY" , Benjamin GAIGNARD Subject: Re: [PATCH] clk: stm32mp1: Add CLK_IGNORE_UNUSED to ck_sys_dbg clock Thread-Topic: [PATCH] clk: stm32mp1: Add CLK_IGNORE_UNUSED to ck_sys_dbg clock Thread-Index: AQHT26IegJG+GpTXWkeXcO0ng8oO16QxGrsAgAC0gYA= Date: Wed, 16 May 2018 05:09:07 +0000 Message-ID: References: <1524556723-26926-1-git-send-email-gabriel.fernandez@st.com> <152640858418.34267.5971648282268914967@swboyd.mtv.corp.google.com> In-Reply-To: <152640858418.34267.5971648282268914967@swboyd.mtv.corp.google.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 x-ms-exchange-messagesentrepresentingtype: 1 x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.75.127.44] Content-Type: text/plain; charset="utf-8" Content-ID: <966A23CAC28ECB4F8FB3D5D02E86CF4F@st.com> MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2018-05-16_02:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id w4G59gc2031923 Thanks Stephen On 05/15/2018 08:23 PM, Stephen Boyd wrote: > Quoting gabriel.fernandez@st.com (2018-04-24 00:58:43) >> From: Gabriel Fernandez >> >> Don't disable the dbg clock if was set by bootloader. >> >> Signed-off-by: Gabriel Fernandez >> --- > Applied to clk-next >