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=-1.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,UNWANTED_LANGUAGE_BODY 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 39C0BC43381 for ; Thu, 21 Feb 2019 22:17:02 +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 0AC5C2083B for ; Thu, 21 Feb 2019 22:17:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Ox8PpRHa"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="U7ot2B9a" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0AC5C2083B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Date:To:In-Reply-To:From:References: Message-ID:Subject:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Mv96SUzOw4DjZErr4B+qhIeg3J31gmP1DVsPrXNw20Y=; b=Ox8PpRHaEGA3FS 2vb4lQbZ0RuMB9F5sBWexo/jhdpayqVhgpScN1wJuwba7Y00N6YzzXjIqWm0YO0RjyRRpVohCaFzs jRKIj32eXPpM2lmc7dygfPgxidq3OUB52LC8Q3tXjlVkCb2+igsrMR8NHzuIsAKo3O9hCLKWBSS9M 3b8zTmEesygOwydvYQkgRKujU2PcSTWHxUZnFrV/U473djHhwPrkqFTydRM6HkF/O+LvLWWPR0JNG isPJ2UfVaQKHTLEOAOKSfAu/VgsLGWByziQcnNwwNYkEb1ve4FxzDgINCZZrUE+99wHPVVzB9NPTX y43AYbkggDXCinuVj3KA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gwweH-0005Bs-QW; Thu, 21 Feb 2019 22:16:57 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gwwdH-0004Mu-Hy for linux-arm-kernel@lists.infradead.org; Thu, 21 Feb 2019 22:15:56 +0000 Received: from localhost (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2EDEE20818; Thu, 21 Feb 2019 22:15:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550787355; bh=O9eMtfCOYITDql2cXmYSdA9uMK8OryXvw5xa8Xhk1UA=; h=Subject:References:From:In-Reply-To:To:Cc:Date:From; b=U7ot2B9a4XWqXP09maU9jMbEqjQk9NHMFVr5k/4rnWrOdGpS+tyNrxuT9mfYGtw8X o94Ev0ifP07W41/cucOLjHGuFt9qGnRcUDOhwQWQkXq2GPgsaTNVvtR0VBtIkhwe2g wAGzZhpw9uEHdyUGlAr747mr4xdi8ACOMfsD6V0g= MIME-Version: 1.0 Subject: Re: [PATCH v2 5/7] clk: stm32mp1: fix HSI divider flag Message-ID: <155078735448.77512.10753855683185171369@swboyd.mtv.corp.google.com> User-Agent: alot/0.8 References: <20190214104047.1173-1-gabriel.fernandez@st.com> <20190214104047.1173-6-gabriel.fernandez@st.com> From: Stephen Boyd In-Reply-To: <20190214104047.1173-6-gabriel.fernandez@st.com> To: Alexandre Torgue , Maxime Coquelin , Michael Turquette , gabriel.fernandez@st.com Date: Thu, 21 Feb 2019 14:15:54 -0800 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190221_141555_616003_B274DBF7 X-CRM114-Status: UNSURE ( 5.73 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gabriel Fernandez , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting gabriel.fernandez@st.com (2019-02-14 02:40:45) > From: Gabriel Fernandez > > The divider of HSI (clk-hsi-div) is power of two divider. > > Fixes: 9bee94e7b7da ("clk: stm32mp1: Introduce STM32MP1 clock driver") > Signed-off-by: Gabriel Fernandez > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel