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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DDFD3C43217 for ; Fri, 11 Feb 2022 20:48:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=fFJYpoqXaZjC1dWctCQWpJykRJ9LXXkTF797kN51SYo=; b=HJUkl+2v5GP9Zd osXMyYRo0YhBkN0snD32TAjQX9TMmJvyNCfeGoUeVOTRI6mY/RPNZq5lG99GOGHfG9G7op1G3Y/h3 tsH4LoUxxAOSyqHMmW053NLAbEOz1nacMRPUuEiyH/zR3EsfaNQdB27+YGWMl1oZfW1KPPzDWYzkY lJyz/o2T3tHXlZegzxjIgScPCmpwbPM5Gi1+l5tR9E7rGOfO408O3oByy+zqFqotPUHlBb8SGdvkF Ytvd9vBMfJjwbFqbueojadx2BBZUjycKAMLdMq811CmjZWLk5nsgOFRlr4romo6CshfC9I2iJz3/t 6XBBzGDv+AOZDkKq/nFg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nIcof-008ijW-QN; Fri, 11 Feb 2022 20:46:53 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nIcob-008ihv-8U for linux-arm-kernel@lists.infradead.org; Fri, 11 Feb 2022 20:46:50 +0000 Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id A623C93; Fri, 11 Feb 2022 21:46:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1644612407; bh=xIUsQw6MXy95ROftnxfKt8Ha0ODHFnvG5MXoQqx6b3o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HPPfo5dadZFuqWRdmwEVN8sUMyHu+lFP8nvASt9FKsYNrfKovPpDDJjXaSQJqnWle UAAl2bxy5c1B5FJp18lQIjLoTu2TmSvrofx3ktMGomOq6cuGR2dqWhVNT/aQBAdoL2 tCc+fSh7qLLW2mwsYHveAcOf3kgbfSRQWc/W6eJk= Date: Fri, 11 Feb 2022 22:46:43 +0200 From: Laurent Pinchart To: Jacopo Mondi Cc: slongerbeam@gmail.com, p.zabel@pengutronix.de, shawnguo@kernel.org, s.hauer@pengutronix.de, festevam@gmail.com, mchehab@kernel.org, hverkuil-cisco@xs4all.nl, martin.kepplinger@puri.sm, rmfrfs@gmail.com, xavier.roumegue@oss.nxp.com, kernel@pengutronix.de, linux-imx@nxp.com, linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 3/3] media: imx: Remove reference to i.MX7 from driver Message-ID: References: <20220211180216.290133-1-jacopo@jmondi.org> <20220211180216.290133-4-jacopo@jmondi.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220211180216.290133-4-jacopo@jmondi.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220211_124649_473139_CE6B4F2B X-CRM114-Status: GOOD ( 19.06 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Jacopo, Thank you for the patch. On Fri, Feb 11, 2022 at 07:02:16PM +0100, Jacopo Mondi wrote: > Remove the references to the i.MX7 in the driver description and expand > it with more information about the IP core the driver controls. > > Signed-off-by: Jacopo Mondi > --- > drivers/media/platform/imx/imx-mipi-csis.c | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > diff --git a/drivers/media/platform/imx/imx-mipi-csis.c b/drivers/media/platform/imx/imx-mipi-csis.c > index a22d0e6b3d44..59f4485bbe70 100644 > --- a/drivers/media/platform/imx/imx-mipi-csis.c > +++ b/drivers/media/platform/imx/imx-mipi-csis.c > @@ -1,6 +1,10 @@ > // SPDX-License-Identifier: GPL-2.0 > /* > - * Freescale i.MX7 SoC series MIPI-CSI V3.3 receiver driver > + * CSIS MIPI CSI-2 receiver driver. "CSIS" states for "CSI Slave", there's also a CSIM core available from Samsung. As you acknowledge the Samsung origin in the next paragraph, I'd write * Samsung CSIS CSI-2 receiver driver > + * > + * CSIS is an IP core originating from Samsung found in NXP i.MX7 and i.MX8 > + * SoC series. i.MX7 features version 3.3 of the IP, while i.MX8 features > + * version 3.6.3 And maybe this could then become * The Samsung CSIS IP is a MIPI CSI-2 receiver found in various NXP i.MX7 and * i.MX8 SoCs. The i.MX7 features version 3.3 of the IP, while i.MX8 features * version 3.6.3 Reviewed-by: Laurent Pinchart > * > * Copyright (C) 2019 Linaro Ltd > * Copyright (C) 2015-2016 Freescale Semiconductor, Inc. All Rights Reserved. > @@ -31,7 +35,7 @@ > #include > #include > > -#define CSIS_DRIVER_NAME "imx7-mipi-csis" > +#define CSIS_DRIVER_NAME "imx-mipi-csis" > > #define CSIS_PAD_SINK 0 > #define CSIS_PAD_SOURCE 1 > @@ -1515,4 +1519,4 @@ module_platform_driver(mipi_csis_driver); > > MODULE_DESCRIPTION("i.MX7 & i.MX8 MIPI CSI-2 receiver driver"); > MODULE_LICENSE("GPL v2"); > -MODULE_ALIAS("platform:imx7-mipi-csi2"); > +MODULE_ALIAS("platform:imx-mipi-csi2"); -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel