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 X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0F15C43461 for ; Tue, 15 Sep 2020 21:27:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 65EA82078E for ; Tue, 15 Sep 2020 21:27:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Tq1BAgiy" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728068AbgIOV1p (ORCPT ); Tue, 15 Sep 2020 17:27:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727928AbgIOV1A (ORCPT ); Tue, 15 Sep 2020 17:27:00 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4A15C061797; Tue, 15 Sep 2020 14:26:41 -0700 (PDT) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 58747FD8; Tue, 15 Sep 2020 23:26:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1600205196; bh=P+7woXYx0pEjJcdRtQvnqyiYJ5fzHV7TtgZXREC0yT0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Tq1BAgiyN4E1yPcSK5kmeMl4lheL/DwGppE1UX3lyFQhN6D3WiVNIrzAH/vjQekJn 1S61Gb6jEO6XpX37mCEcWW0gw5GD7boC+WdzpeQdKtrtMDW76FfMwA+2jedNmHJKHK xFXJ0X33Im1ZZ3KLnPCZcHxwIBnrNzJsvkDkmx1k= Date: Wed, 16 Sep 2020 00:26:07 +0300 From: Laurent Pinchart To: Lad Prabhakar Cc: Geert Uytterhoeven , Mauro Carvalho Chehab , Hans Verkuil , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Prabhakar Subject: Re: [PATCH] media: Kconfig: Update help description VIDEO_RENESAS_FCP config Message-ID: <20200915212607.GC3998@pendragon.ideasonboard.com> References: <20200911101046.20200-1-prabhakar.mahadev-lad.rj@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200911101046.20200-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Prabhakar, Thank you for the patch. On Fri, Sep 11, 2020 at 11:10:46AM +0100, Lad Prabhakar wrote: > rcar-fcp driver is also used on Renesas RZ/G2 SoC's, update the same I'm not sure what you mean by "the same" here. I'd propose The rcar_dw_hdmi driver is also used on Renesas RZ/G2 SoCs. Update the Kconfig entry description to reflect this. Reviewed-by: Laurent Pinchart If you're fine with that, there's no need to resubmit the patch. > to reflect help description for VIDEO_RENESAS_FCP config. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Chris Paterson > --- > drivers/media/platform/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig > index bbf32086b607..a5716e9f463a 100644 > --- a/drivers/media/platform/Kconfig > +++ b/drivers/media/platform/Kconfig > @@ -426,8 +426,8 @@ config VIDEO_RENESAS_FCP > help > This is a driver for the Renesas Frame Compression Processor (FCP). > The FCP is a companion module of video processing modules in the > - Renesas R-Car Gen3 SoCs. It handles memory access for the codec, > - VSP and FDP modules. > + Renesas R-Car Gen3 and RZ/G2 SoCs. It handles memory access for > + the codec, VSP and FDP modules. > > To compile this driver as a module, choose M here: the module > will be called rcar-fcp. -- Regards, Laurent Pinchart