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 8761AC433EF for ; Wed, 15 Jun 2022 17:14:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350138AbiFOROG (ORCPT ); Wed, 15 Jun 2022 13:14:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51266 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1357656AbiFORNr (ORCPT ); Wed, 15 Jun 2022 13:13:47 -0400 Received: from mail-pf1-x433.google.com (mail-pf1-x433.google.com [IPv6:2607:f8b0:4864:20::433]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 37CDA25598 for ; Wed, 15 Jun 2022 10:13:46 -0700 (PDT) Received: by mail-pf1-x433.google.com with SMTP id u37so3597424pfg.3 for ; Wed, 15 Jun 2022 10:13:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-transfer-encoding; bh=2hy2Qkd4xSuW4p+5Dl7PR+SUIjoj02p8RkTpyxOOHqo=; b=MIBH7WuXuo8XsYajlXRYGYomRcjkj6nPW/WNdlCyCciKwmkvzYPIwiUtu3Qe629RgZ cuZ+zyqFYzWMeEFMfJdGt0BHvJjKgqniKy+bjOBj6jDlMyWtrs3W0Kv7ICDIf+bPGVQu YKSqWlun8uCo52RezaVUDBTIzQJ0dRW3jXZr/cRhhFeI3XTfNXAi5Fm4tPE/WNES69zR z81w78Yli3gGEzD34bUQx0paNeHz/lAx8+6t53Y0vstuIrX5MZl1i1yT+KyK+JNu2m9q JCaaGDzWFoBHOjvizAqml7ahRmwIaspthWws+j4MfxDyF8u7+zgD9rKYNV1mLWk2GK6i xkmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-transfer-encoding; bh=2hy2Qkd4xSuW4p+5Dl7PR+SUIjoj02p8RkTpyxOOHqo=; b=rvVul7U1dH4X6v0Dk8kaLhuWRJ9dt/6tjEY16tw6U5OU3cxyhTbGmXLJjnbJtGEie8 7WH6XNR/4EqFTnBuEwNb+7E92e3iLTPL3rCZHhYZPcTvbqxJe03x3pLIRAd6CPPy/hgc DTmUQbxinnvHQNcs7oSXSHWnXxunxChIPG84bdtYFTCu+t6M8+MZVeOTu1++4BcqoTfV em4eDC4wEqaWoS7aBKWrYmvlB79IEDEz7qZKOOaTXKFGmb5Ik+R8C4Iwu9FNFmt+2dPG JH9AatYRcxTztxy22YrRv9t3JSyOw2JJcx4PNYtZGxjSFhGfIPM1DJQ03UabAhgF8jyM +uog== X-Gm-Message-State: AJIora8wzDLVVWkIgyCQIZdCjXkOTBY23CIx76tiJdnVq7N5eTZAlcu5 0MpoUs2eKwjmk43iblOusFS1lLhwTFkUrTxjgo6IgQ== X-Google-Smtp-Source: AGRyM1uDSl1WVzfzUp2fssJ9HirywV+QKxtYdrezojo5TjTmtib/dvB0jLtBLE0xMnYmMStriT3vSKgQ4Fy4j6rlNt0= X-Received: by 2002:a62:7c14:0:b0:51b:9d03:a4c7 with SMTP id x20-20020a627c14000000b0051b9d03a4c7mr395031pfc.74.1655313225618; Wed, 15 Jun 2022 10:13:45 -0700 (PDT) MIME-Version: 1.0 References: <20220522162802.208275-1-luca@z3ntu.xyz> <20220522162802.208275-11-luca@z3ntu.xyz> In-Reply-To: From: Loic Poulain Date: Wed, 15 Jun 2022 19:13:09 +0200 Message-ID: Subject: Re: [RFC PATCH 10/14] i2c: qcom-cci: add msm8974 compatible To: Wolfram Sang , Luca Weiss , linux-arm-msm@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, Loic Poulain , Robert Foss , Rob Herring , Krzysztof Kozlowski , Todor Tomov , Andy Gross , Bjorn Andersson , Mauro Carvalho Chehab , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, matti.lehtimaki@gmail.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, 14 Jun 2022 at 22:20, Wolfram Sang wrote: > > On Sun, May 22, 2022 at 06:27:58PM +0200, Luca Weiss wrote: > > From: Matti Lehtim=C3=A4ki > > > > MSM8974 CCI is the same as MSM8916 except it has two masters. > > > > Signed-off-by: Matti Lehtim=C3=A4ki > > Signed-off-by: Luca Weiss > > --- > > To note, the cci_v1_5_data variable name is just a bit arbitrary and > > isn't meant to reflect IP version "1.5". I'd be happy to change the > > variable name to something else. > > Loic, Robert: I know this series is marked RFC, but the I2C patches > adding a new SoC to the driver are maybe interesting already? Yes I agree, no objection to get them. Regards, Loic