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 8204DECAAA1 for ; Fri, 28 Oct 2022 12:48:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229592AbiJ1MsF (ORCPT ); Fri, 28 Oct 2022 08:48:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49336 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229494AbiJ1MsE (ORCPT ); Fri, 28 Oct 2022 08:48:04 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3EF5F6068E; Fri, 28 Oct 2022 05:48:04 -0700 (PDT) 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 C4CEE62839; Fri, 28 Oct 2022 12:48:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52FFFC433D6; Fri, 28 Oct 2022 12:48:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666961283; bh=BMoxFqwGaW6SUytXTKr9LKE7S8OQUzWPmAFFm5Xf/5c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gMQRHkk2z8jCOItXeaYiHfXDOrfxcqQWEjbmzeiTfTnOT55xy3NGQv3QkbtTy3w3h S1Jg76tDKUZZRxfMsHYQPV6FdKlFPJMpjVa543v/ngoPhKj+gh/MqhUYpBEXjv29wg mwBm3e0YqSV6Kk/6u7hbAb+zmkOJIM0JuduiUpIVrIHopfxGOF7N1V8eoi9yGh57GD eYRWllICwO+5WnZstLnG8o73KUfzHjeaj18e9CkpbmxA8lrpvr9COuGmZzdHk7Picu jSJ8E/1+y98nxWnOOpClRL5MNu8NxFCZ9RFie3ntxOwQSf6jpqxTm5/8s9r4vzBnzI vjgwFZkmlRwjQ== Date: Fri, 28 Oct 2022 18:17:58 +0530 From: Vinod Koul To: Dmitry Baryshkov Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Stephen Boyd , Michael Turquette , Taniya Das , Kishon Vijay Abraham I , Philipp Zabel , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-phy@lists.infradead.org Subject: Re: [PATCH v4 3/3] phy: qcom-qmp-ufs: provide symbol clocks Message-ID: References: <20220916061740.87167-1-dmitry.baryshkov@linaro.org> <20220916061740.87167-4-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220916061740.87167-4-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On 16-09-22, 09:17, Dmitry Baryshkov wrote: > Register three UFS symbol clocks (ufs_rx_symbol_0_clk_src, > ufs_rx_symbol_1_clk_src ufs_tx_symbol_0_clk_src). Register OF clock > provider to let other devices link these clocks through the DT. My script is detecting checkpatch spacing errors, pls fix and resend -- ~Vinod