Received: by 2002:ac0:a679:0:0:0:0:0 with SMTP id p54csp1311435imp; Fri, 22 Feb 2019 00:38:53 -0800 (PST) X-Google-Smtp-Source: AHgI3IaDnr/CE6XSS6mkkd7e34PL41c4OsoHSA/f8uPSdzCuOuOEGN1FpzFZUlOif9n0Jfy1PKmA X-Received: by 2002:a62:1706:: with SMTP id 6mr3045687pfx.28.1550824733179; Fri, 22 Feb 2019 00:38:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550824733; cv=none; d=google.com; s=arc-20160816; b=EtV9UBOwOKxRW9RHMxUIQSdwpQDZntlYHtgiT35KaWfR9axx7wzmAGWO+SrRQ40jcF Ewy4KQTBpeQmiwx2GRt13Rzm6URjSmr+nchQ9qQkHrT4d+X0AYIhd/e4yE35i1vyNv2M Rqw2nwNGjpPUskCVVBs7nX1e2FpVeXie3Eoh1ak322vgLdyui0JzT72XMqyJgdSci/qt 7MPneimO/J/DFE+QcDYg++i7MTC4YRymNMmbi5JtNPri3MqgA6CsjsdDiXf1sAFQjpiS YfFoijHoVsFPJypcJzMs3Xt1PlAvdeDoIWHMcGZR4afq5kU+jXYA1y9cPyEo0D9LSXH7 kRyQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=SybH77cGWHxmaqaUnm328fP3TGL43mH9VZyXv+qwLrw=; b=Ua2KkhCwjyU2wxq5V2P183Frr34wLMJQ74hb9McbsrLBDzowgKQVu7KUJaJk2crgrO dKcU3X7akN+zyBDuihriNfV9USdPndCAa/1p7vJqugYTxLeRVtyXxrtGSk4/HFJRCgGa Z93MweB6JvND6JbCwcK2SMOLljF45DtD/lkPEap2x6ERxCGZYKeJHSPSl2aKBk0eOtXj Ef/yY2eB/u+/gbOpYEcnnjf+dYUeJfr8V01ZpQ3jCm8mAQ5MNzK7mmyxHsG8Bzn5/VDr 73mwoE/fnVjwO+o4VfbS/DhaeauwkOttqCLo92DBSj9GWviR0uCDxa0H3CopsPX5ootg zDzA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u2si814372pgo.544.2019.02.22.00.38.37; Fri, 22 Feb 2019 00:38:53 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726342AbfBVIhO (ORCPT + 99 others); Fri, 22 Feb 2019 03:37:14 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:51919 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726083AbfBVIhO (ORCPT ); Fri, 22 Feb 2019 03:37:14 -0500 X-Originating-IP: 90.88.23.190 Received: from windsurf (aaubervilliers-681-1-81-190.w90-88.abo.wanadoo.fr [90.88.23.190]) (Authenticated sender: thomas.petazzoni@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 567341BF203; Fri, 22 Feb 2019 08:37:12 +0000 (UTC) Date: Fri, 22 Feb 2019 09:37:11 +0100 From: Thomas Petazzoni To: Stephen Boyd Cc: Michael Turquette , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: clk-gpio: add support for sleeping GPIOs in gpio-gate-clk Message-ID: <20190222093711.3dca5f3b@windsurf> In-Reply-To: <155078670927.77512.17882802117777143214@swboyd.mtv.corp.google.com> References: <20190211135818.10518-1-thomas.petazzoni@bootlin.com> <155007806256.115909.10137511038361789251@swboyd.mtv.corp.google.com> <155078670927.77512.17882802117777143214@swboyd.mtv.corp.google.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Thu, 21 Feb 2019 14:05:09 -0800 Stephen Boyd wrote: > Quoting Stephen Boyd (2019-02-13 09:14:22) > > > > static? > > Ok I marked it static and applied to clk-next. Thanks, and sorry for not getting back with a v2 in a timely fashion. I had several patch series in-flight for this project, and for several of them, additional iterations were needed, so I kind of lost track of this one. Sorry about that. Thanks again, Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com