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 5DDBEC4332F for ; Tue, 18 Oct 2022 01:02:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230453AbiJRBCf (ORCPT ); Mon, 17 Oct 2022 21:02:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230387AbiJRBCe (ORCPT ); Mon, 17 Oct 2022 21:02:34 -0400 Received: from mail-qk1-x72c.google.com (mail-qk1-x72c.google.com [IPv6:2607:f8b0:4864:20::72c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9AA967A50B for ; Mon, 17 Oct 2022 18:02:33 -0700 (PDT) Received: by mail-qk1-x72c.google.com with SMTP id z30so7785594qkz.13 for ; Mon, 17 Oct 2022 18:02:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=orFSqE2BEwIkJmytrqiupr4Ypb+zklxtz9GR5dOGZmQ=; b=aTnXXdxYPx1sRm6BnUdhvTTcYSj2rnidRY1jY422VxRv+ju+i5PvJhvC7aU4LuS97S GhnlLAPkozGf77rnwSXRmEl/yWM9ZRqpZ+vAxWEjR5dAtH1uyqSMSc11hwcpJrN2Y6u5 bwOxesqYiQYSiMId2oo8GoKKu55lUoAKWMRLLxM4mnTXYCYhOOwSkn/U8mVei5iJW32s DHUj+zkWoW6mOWi/Fq6BtAnYmOkgwxxw2gCYgr/YlbE7+l7HAqHcx75ED0/lc3k4DGiU 3GQaEeCtFeHrnnea6HqOiwZae4AN55tkKyxYudvnLHnepQ9Yu/nPPx4xAJEDd4OrOEZq haYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=orFSqE2BEwIkJmytrqiupr4Ypb+zklxtz9GR5dOGZmQ=; b=aSpqQtILXaTsAUjQuUdCrba/jKppr7nu4U8mGqV2QV+URhzp4IgtXgk3PUpjvOjQZO PZfZMny8z0OIqxZIRqTj5IZR2gHFcD3zPJA8gLxtmDsbW+md9xY6KTCq1aFyVgYNZgp5 zG0JGfJ3/ghuOMLEwzCgkYG/q6Ga2ZLybtormGjIk/sr/UJQIm+5wmelRyl7RRll443v x3QOek3+pWPZ0siYsnMNFqQYDLPwUCR12/VIGBpxyYQr1//euYLX3hBCuq7hmss43sDm 4VoVrugCEMBxiM4HSOo/HLi6qDvlSHPSORWZ83QBnxlw07/aeUM2SxNeYJ+d7wueVyLB tRVg== X-Gm-Message-State: ACrzQf2V87akeX8vNLnV0pJcBRXwcoU1hVkV2O1sGX70dTBFFkkUG3zi jw8rcxjALnP1AgTRG2y6QrKBlw== X-Google-Smtp-Source: AMsMyM6eRS8wZHL6RHm2zlZvUxxzBYUanEWE+zoFfrmAR2ebdTHaD+w8Xc9EJYj4McYsAAJUD9ENcQ== X-Received: by 2002:a05:620a:244e:b0:6ee:d8f2:6d56 with SMTP id h14-20020a05620a244e00b006eed8f26d56mr267023qkn.380.1666054952664; Mon, 17 Oct 2022 18:02:32 -0700 (PDT) Received: from [192.168.10.124] (pool-72-83-177-149.washdc.east.verizon.net. [72.83.177.149]) by smtp.gmail.com with ESMTPSA id s6-20020a05620a0bc600b006e6a7c2a269sm1224306qki.22.2022.10.17.18.02.31 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 17 Oct 2022 18:02:31 -0700 (PDT) Message-ID: Date: Mon, 17 Oct 2022 21:02:30 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: [PATCH v2 2/2] clk: qcom: Add SC8280XP display clock controller Content-Language: en-US To: Steev Klimaszewski , Bjorn Andersson , Andy Gross , Bjorn Andersson , Konrad Dybcio Cc: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220926203800.16771-1-quic_bjorande@quicinc.com> <20220926203800.16771-3-quic_bjorande@quicinc.com> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 17/10/2022 20:51, Steev Klimaszewski wrote: > Round 2 because the patch is too long for the mailing lists, I hope it > is okay to strip out a bit of the patch Yes, it is okay, actually expected and much better way. There is no need to scroll a lot of message looking for a tag. Thank you! Best regards, Krzysztof