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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 960A2C46467 for ; Mon, 16 Jan 2023 11:25:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229490AbjAPLZv (ORCPT ); Mon, 16 Jan 2023 06:25:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50654 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229727AbjAPLZu (ORCPT ); Mon, 16 Jan 2023 06:25:50 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F2C4C1DB99; Mon, 16 Jan 2023 03:25:49 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8FD8960F66; Mon, 16 Jan 2023 11:25:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 01A41C433EF; Mon, 16 Jan 2023 11:25:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673868349; bh=FUq7UxCOUiutH7Be3J196rTcDsnh/wAPIdZu/jyQFlE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tlcEBQYchwvOmx+MeC5SiZOECRn3YfUcH8dCIqscrTnlrazVR7tghY+Vb2IJwPJQb ivsfpfD3vdmwE1CYmFYLng7Fq9ge+Rejfo2s1Q0CBjL8+LQhWpcQm3r51BAUZ1TjNd +bGv/Vk9E1WzPNCF8U0TkXbYAmm+uUnbIvlQoXBoVWRnZPYTgLN28qK24AIhuPN0u2 UDJQIkvgDH0uO0D6wZkuU6A8NEtLnX1J1LjoY4JXce8k+IDiQSeDc9RwLHIIiu+2MV xAxyMjL+ixGIj3OtR7Wbtz8WAoJoCdtg3Nun5R6rCj23GRNeXxHFX8rbVWt2D86bUj o96JERSrnLOWw== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pHNct-0003hX-5m; Mon, 16 Jan 2023 12:26:07 +0100 Date: Mon, 16 Jan 2023 12:26:07 +0100 From: Johan Hovold To: Lorenzo Pieralisi Cc: Dmitry Baryshkov , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Jingoo Han , Gustavo Pimentel , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Bjorn Helgaas , linux-arm-msm@vger.kernel.org, linux-pci@vger.kernel.org Subject: Re: [PATCH 2/4] PCI: qcom: Use clk_bulk_ API for 1.0.0 clocks handling Message-ID: References: <20221020103120.1541862-1-dmitry.baryshkov@linaro.org> <20221020103120.1541862-3-dmitry.baryshkov@linaro.org> <30850757-0e39-bd3d-0d4f-cdb4627b097c@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Fri, Jan 13, 2023 at 04:54:25PM +0100, Lorenzo Pieralisi wrote: > On Thu, Oct 20, 2022 at 02:22:47PM +0300, Dmitry Baryshkov wrote: > > On 20/10/2022 14:08, Johan Hovold wrote: > > > On Thu, Oct 20, 2022 at 01:31:18PM +0300, Dmitry Baryshkov wrote: > > > > Change hand-coded implementation of bulk clocks to use the existing > > > > > > Let's hope everything is "hand-coded" at least for a few years still > > > (job security). ;) > > > > > > Perhaps rephrase using "open-coded"? > > > > Yes, thank you. > > If that's the only change required I can fix it up when merging the > series. I believe there was also a couple of bugs in patch 3/4 which was spotted by Jingoo Han and that would need to be fixed: https://lore.kernel.org/all/CAPOBaE5Zg+r0F35MvKWAozFa9x4xvym1LbA_UHvUSmnLbTpqzA@mail.gmail.com/ Johan