From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A434F3F9FB for ; Mon, 10 Nov 2025 07:59:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762761569; cv=none; b=JzIIlLV8hFfWHOoVH6ZvHDYuhlyLUNlbtUVdvwqeHBPD2QOUJMNJCarMEYpGibVH3y//77xQ653Xey6J7DzslpzQHYUhmyX7748Vgg/0tiBZ31POI1xnt36BOCybEtpuXpCI2vPDJ/QFxLe+qGHpPr+4QbGWhfJ8ucA2gTr5/hg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762761569; c=relaxed/simple; bh=ALoc2laiN9Lk6R0K4xYu3wzinSET35u6DU0A5m1a1FU=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=ZpVjNH7slnbiZZg9D3SEWORlp0KkFf9rQgqU9alhLg6muAFx5pdEwBp6gETQCyiUY3cWCq1S+V2x4e+FPBqBZCbWN1Etz4IZgLoTf8EThZTmwqIbVRMNJPCxN2YCW6UHi671BD9Ej5mM85chLuCG7xo0zFvndPT6Hl6tED2ZwRc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vIMo5-0002z5-K6; Mon, 10 Nov 2025 08:59:21 +0100 Received: from lupine.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::4e] helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vIMo5-007z6v-0Z; Mon, 10 Nov 2025 08:59:21 +0100 Received: from pza by lupine with local (Exim 4.98.2) (envelope-from ) id 1vIMo5-000000002t2-0Q1m; Mon, 10 Nov 2025 08:59:21 +0100 Message-ID: <6689aeb46b3aad11dca9e82d912d8f3d315fb8c1.camel@pengutronix.de> Subject: Re: [PATCH 6/6] media: staging: media: imx6-mipi-csi2: use devm_platform_ioremap_resource() simplify code From: Philipp Zabel To: Frank Li , Steve Longerbeam , Mauro Carvalho Chehab , Greg Kroah-Hartman , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam Cc: imx@lists.linux.dev, linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Laurent Pinchart Date: Mon, 10 Nov 2025 08:59:21 +0100 In-Reply-To: <20251107-stage-csi2-cleanup-v1-6-5d42535243ac@nxp.com> References: <20251107-stage-csi2-cleanup-v1-0-5d42535243ac@nxp.com> <20251107-stage-csi2-cleanup-v1-6-5d42535243ac@nxp.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.56.1-1+deb13u1 Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: imx@lists.linux.dev On Fr, 2025-11-07 at 15:44 -0500, Frank Li wrote: > Use devm_platform_ioremap_resource() simplify code. No functional change. >=20 > Reviewed-by: Laurent Pinchart > Signed-off-by: Frank Li Reviewed-by: Philipp Zabel regards Philipp