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 2A209C433EF for ; Mon, 22 Nov 2021 01:12:18 +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=EcePtruQFu9dbFdcYN4dcuNHmiWs4g+SyLRbbyB2Vc0=; b=X3xVbjtCaBeaLd wgqZP/LkmafmEfCSN9IgJwzE/rXRrPFSSAmSBZvRarCxjZZnGcYjIyM6QpZCbAp/PTcFfH+5DCZBs YQbWkMHyk8UkkfDnK1xfhVDCLex7gC3wsWRv/n/Ajf7yzbZOrHqkwsR136q14/2Tsdf0K8wrGw9PU hehqRJ/Yl81edwuhjMz9fucShv4Qc/N9gPy/s9CrPV9kWrGLru0XI/xbyXhVIs/wAZaCn5tPvnMi6 xp78QydwYoELXk5fFndtHn+5kTsG/vHd/EI4XL4okCszExlL2JwQRROJY/9czrGL88q+MQVDT0kxU D9/a0/wdqsO3ANdVQk0g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1moxrH-00Ed3A-9w; Mon, 22 Nov 2021 01:10:59 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1moxrC-00Ed2B-Ta for linux-arm-kernel@lists.infradead.org; Mon, 22 Nov 2021 01:10:56 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id D4CCF60C4A; Mon, 22 Nov 2021 01:10:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637543450; bh=ZohWFl40liRdlY9xJVmwlgi0WeY3kXR+eJvoZ5ycpbk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F8Hkr4WSIe21TsTXqyVx7edJ2AjP8uy8Ltft/9ouL/ocpUo8TuikTT1zEurV6iKjB gRPIcsQaVX3sgcqADEHWtqVjvOcHnSrFffjfwdvB0CsRcl0fMTSvyGzct2N8wQBgjX qPPbBbh3/V5G7cM7/XIdWktusHPM9VWXZLk0lM0MePbURRuObdX3B9fzrSoCIwju9n A/GMfZpg+tt2346089DJMNpHAbeLjYhbqLUNYUrLO3FaLRDusHDnKACY7RQQj+H9vh 2n2pgPlNDUUlGp0N0RR/ttP2RdHPDzMsypDFKymI3pNgrbU/GYme57XDEQmbM9blGV GVsPvG+9yXhNg== Date: Mon, 22 Nov 2021 09:10:44 +0800 From: Shawn Guo To: Martin Kepplinger Cc: festevam@gmail.com, devicetree@vger.kernel.org, kernel@pengutronix.de, kernel@puri.sm, krzk@kernel.org, linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com, linux-kernel@vger.kernel.org, phone-devel@vger.kernel.org, robh@kernel.org Subject: Re: [PATCH v1 0/4] support the Librem 5 front camera Message-ID: <20211122011044.GT31998@dragon> References: <20211104132213.470498-1-martin.kepplinger@puri.sm> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211104132213.470498-1-martin.kepplinger@puri.sm> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211121_171054_998554_EEC0DABC X-CRM114-Status: GOOD ( 12.40 ) 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 On Thu, Nov 04, 2021 at 02:22:09PM +0100, Martin Kepplinger wrote: > hi Shawn and all whom this concerns, > > 3 weeks ago I sent this as RFC that didn't yield feedback, see below :) > Here's the same patches as a proper patchset ready to apply. > > The first patch adds a shared "r3.dtsi" and is only refactoring. > Patch 2 that describes the power supplies on the Librem 5 board as regulators. > Patch 3 and 4 should be straight forward camera descriptions according to > the drivers. > > thank you, > martin > > revision history > ---------------- > RFC v1: > https://lore.kernel.org/phone-devel/20211015083506.4182875-1-martin.kepplinger@puri.sm/ > and more specifically thoughts on patch 2: > https://lore.kernel.org/phone-devel/20211015083506.4182875-3-martin.kepplinger@puri.sm/ > > > Martin Kepplinger (4): > arm64: dts: split out a shared imx8mq-librem5-r3.dtsi description > arm64: dts: imx8mq-librem5: describe power supply for cameras > arm64: dts: imx8mq-librem5: describe the selfie cam > arm64: dts: imx8mq-librem5-r3.dtsi: describe selfie cam XSHUTDOWN pin Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel