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 71CFAECAAA1 for ; Mon, 5 Sep 2022 03:37:09 +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=DSlMNpYAhkkNvVXR7jACGpWB8MAwl+nirOzK6y29YNM=; b=WU+sSbL+9FQYmQ Ikh9Gm6QmClUKSKcUmLmklWEl5NCKw/UnRN/m1t8OaJDovTwgi2WDwSNDradM0LziAt2G+/Dhk2GK 2fvFacdaaxlKgIWJZimebAh1/iuGYUYL+0m8pkc4MxWALF1+pPjEAar7ZFMfn71wXINX9NSJQtb2s snQDi4hnF6iNHMQs5ujzcB0Hq8POWt96ChFoKvIj4t980TM5+K75Jr9/O0OxuykQzKjVJUk/khLQk aO8j2s8cvg/89ZEFSgA8CLoC+vkc5x0COS/EfvOli9g7hAa3qvFBSK87uVpoMu7WZJh7kzC14rl/y NBG9b6Z7ybbgNY/CuVxQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oV2tb-007IvC-6r; Mon, 05 Sep 2022 03:35:35 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oV2tU-007Imm-Eb for linux-arm-kernel@lists.infradead.org; Mon, 05 Sep 2022 03:35:32 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 913366100F; Mon, 5 Sep 2022 03:35:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F25FCC433C1; Mon, 5 Sep 2022 03:35:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662348927; bh=fmefzqVbxhqHdi7vNQ24OE/BPCKIRozuajtVqOFLM/c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bBM4zrfGxTjTV0hXTsHXbVfilcbeNQBEazPuaEpy4TfOM6Gh+2/KCA/T0g/sT5144 0szcnO/8ERmhVzjfnlwlwBPp6DJqsLB9olHxT2lYnwZ0uopEN6DVPQYJjEJlInlze5 NbsFV2fcJ1ggULORZnKoSPZhDYaEIN2Ul27SoWzfmp63KSdNorpzZa6rgJSdfOnzSx tSerO9lZEcytynq3ZON2jahS5glTuNCmo/4DP3xX/jmuHTJEmgoI1fliKBVM/RoInr 6+W0Tv+NOAPiFxE4ime10vZE0JG4rE/bcImjzOJx+fH6T2IQo2QxfGCHukdpbK1xDz i4j5pTkr1EkOg== Date: Mon, 5 Sep 2022 11:35:20 +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 v2 0/6] arm64: dts: imx8mq-librem5: phone DT updates Message-ID: <20220905033520.GJ1728671@dragon> References: <20220902084216.1259202-1-martin.kepplinger@puri.sm> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220902084216.1259202-1-martin.kepplinger@puri.sm> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220904_203528_768435_E4061B9B X-CRM114-Status: GOOD ( 11.79 ) 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Sep 02, 2022 at 10:42:10AM +0200, Martin Kepplinger wrote: > hi Shawn and all interested, > = > This is another small number of patches that enables more devices > or features found on the Librem 5 phone. > = > thank you, > = > martin > = > revision history > ---------------- > v2: (thank you Krzysztof) > * make led node names generic > * add a mipi-csi syntax fix > = > v1: > https://lore.kernel.org/phone-devel/20220831080301.1092737-1-martin.keppl= inger@puri.sm/ > = > = > = > Angus Ainslie (2): > arm64: dts: imx8mq-librem5: add USB type-c properties for role > switching > arm64: dts: imx8mq-librem5: add usb-role-switch property to dwc3 > = > Guido G=FCnther (1): > arm64: dts: imx8mq-librem5: add RGB pwm notification leds > = > Martin Kepplinger (2): > arm64: dts: imx8mq-librem5: describe the voice coil motor for focus > control > arm64: dts: imx8mq-librem5: fix mipi_csi description > = > Sebastian Krzyszkowiak (1): > arm64: dts: imx8mq-librem5: Add bq25895 as max17055's power supply Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel