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 E817FC433F5 for ; Thu, 9 Dec 2021 13:35:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238041AbhLINif (ORCPT ); Thu, 9 Dec 2021 08:38:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49232 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238028AbhLINie (ORCPT ); Thu, 9 Dec 2021 08:38:34 -0500 Received: from mail-ua1-x92b.google.com (mail-ua1-x92b.google.com [IPv6:2607:f8b0:4864:20::92b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C68B2C0617A1 for ; Thu, 9 Dec 2021 05:35:00 -0800 (PST) Received: by mail-ua1-x92b.google.com with SMTP id o1so10775174uap.4 for ; Thu, 09 Dec 2021 05:35:00 -0800 (PST) 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 :cc; bh=rVYnS72yP3Vfzg3mEeaHx/Hrk/5oTnnL8AOPR30dVy0=; b=YNbIIe25vYO60B6ne+3R6oyfuOlsSlaiSJ0awd9eU4155uIpSononUMENtDdIgoDmf BHGw6HYe99GQZYx9FfYPR8miMIoI0Dtz2f1PZPZFMkPAVp0S9+XG+uNykXR9qJNgSAuq OwN1NDferXQYxSFnieDZV9txPPv08yqtPTq7nPWE9OWy9s96iwlSTw22Je/e+l3z/KKA FktQa5MebX9P8KMB0z0adm2hvv4i9Ubi9l8auMtQ7Olh7f2Xyt4OOC5EzAVNu7Pc55oA 0yR9r2Tfui1h/D2pFxSsLygQdkVj0xZ+Kq+ruVSC1VN5L6FQRFTcsppM489BWXqikkhS VM+w== 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:cc; bh=rVYnS72yP3Vfzg3mEeaHx/Hrk/5oTnnL8AOPR30dVy0=; b=jTM10XYfb3QSaoTHj2MqlDCkS7Nd7Hny75zOByN+ynvBEU/RZsnS/Nl8XZjMl9+VLc y/6eobM0z2HEjP9XFOyEfOW/T5OSlHJAWxezthl/3eEvYd9j8nxWrITaN1RfevDZ2E+Y PJPYVcxftrqP6PV4O4UJ4nunreWGLAPKhGm/olkFValYBal8aAxLg1eUDepoT2LnKWlx D3nX/l1A4w3YyUzpwPza1IZgRoTu0688L7B+eMQiPChs1t8fiP29CNWmsK2rl4zq86wX t682TjKKK3LMKzwrOmM8+yUPxi4qQzd1flL0ppx5t7ZaUrR36gMGqi6NiUyBgD2oYwJx /q0Q== X-Gm-Message-State: AOAM531eF53H8SoZz7G5urQB2BLMHj815HdPstXcjqLe1Ltr6uB/nJNP /lHOu3ytMIKf9ZmJLYMWWBhLfTRy6H3TUTDbpRC+1A== X-Google-Smtp-Source: ABdhPJxt91N8G6WCwX4/8szQ/jRPc67Jnft4mCDcv3HJQElj92b5iS0Vgpy3Lmy7HyhnoVglAwtQnGhOm6TIe36Ga5s= X-Received: by 2002:a67:be0f:: with SMTP id x15mr7817987vsq.86.1639056899865; Thu, 09 Dec 2021 05:34:59 -0800 (PST) MIME-Version: 1.0 References: <20211204215820.17378-1-semen.protsenko@linaro.org> <20211204215820.17378-7-semen.protsenko@linaro.org> In-Reply-To: <20211204215820.17378-7-semen.protsenko@linaro.org> From: Sam Protsenko Date: Thu, 9 Dec 2021 15:34:47 +0200 Message-ID: Subject: Re: [PATCH v2 RESEND 6/8] i2c: exynos5: Mention Exynos850 and ExynosAutoV9 in Kconfig To: Wolfram Sang Cc: Jaewon Kim , Chanho Park , David Virag , Youngmin Nam , Arnd Bergmann , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, Krzysztof Kozlowski , Rob Herring , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 4 Dec 2021 at 23:58, Sam Protsenko wrote: > > I2C controller chosen by I2C_EXYNOS5 config option is also suitable for > Exynos850 and ExynosAutoV9 SoCs. State that specifically in I2C_EXYNOS5 > symbol help section. > > Signed-off-by: Sam Protsenko > Reviewed-by: Krzysztof Kozlowski > Reviewed-by: Chanho Park > --- Wolfram, can you please also take this one in your tree? > Changes in v2: > - Added R-b tag by Krzysztof Kozlowski > - Added R-b tag by Chanho Park > > drivers/i2c/busses/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig > index df89cb809330..42da31c1ab70 100644 > --- a/drivers/i2c/busses/Kconfig > +++ b/drivers/i2c/busses/Kconfig > @@ -617,7 +617,7 @@ config I2C_EXYNOS5 > help > High-speed I2C controller on Samsung Exynos5 and newer Samsung SoCs: > Exynos5250, Exynos5260, Exynos5410, Exynos542x, Exynos5800, > - Exynos5433 and Exynos7. > + Exynos5433, Exynos7, Exynos850 and ExynosAutoV9. > Choose Y here only if you build for such Samsung SoC. > > config I2C_GPIO > -- > 2.30.2 >