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 13368C433EF for ; Thu, 16 Dec 2021 09:36:14 +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=q8QxsyWxENu6/EdrPxA+B3TZKq7JUYiv4Gi2yG7bceE=; b=2eT88DEp3imbD7 vDQFtGVFqbj5Zs+7Vja5UxLkKDc1hQDKGE77wOAO69rkgwLaKakGGZfO3EMgUeih+JLgz3qGSZZKT HT22d2OAev+MmEZRpt3UCSz6g9bGjC5iBdpMuN6Cax9kuy5lXtu07WRbE3ulJkoOdroHbV90i+CZr 3lwDZAB2fRsjGmNWlXTtc7GUhpuprS7wFUsf6byvQYhoKKEQHq/dfJU9GMGb08Bci9GLqTUcNEkvN XLjTNqJLuwGw4OWovzlSzFg575G+Az3gamc5LuVsENeMlFUxCg0obKJqziso0Mpqd9gshchUMbl2/ RadVaeHuM0RfrDo4wzow==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxn9o-004VPb-4a; Thu, 16 Dec 2021 09:34:36 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxn3z-004SgX-8A for linux-arm-kernel@lists.infradead.org; Thu, 16 Dec 2021 09:28:36 +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 ams.source.kernel.org (Postfix) with ESMTPS id D93E1B82319; Thu, 16 Dec 2021 09:28:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A896DC36AE4; Thu, 16 Dec 2021 09:28:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639646912; bh=FG4xw8e7oOZPRPRNmZQniDm5ZeD1fUtRWPxXFTcLXFU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jMJCP0WD/YcOpyaBVbJHYlQE4WJ/e25KMZYlBaEUaEVYpW/YLjFB2OoSjifbPakRi ql8rAgiCK1HSYt4VHy9dLTlA4CnNGXuMtMzUsLmEO9ccB1Yx9LKbaMxbwrizdneh2N 5tOWIpdjUmJoppz4+rvepFqnGIO5uSj/WCfxMk8vlAgXjOP23XIcaaDDp8rNhSAgbn erC6hScBiWjoJQM36hosRVM8c8xIP7boNFIxbwnMnjxVPWGs/sslIToJsaplHHEo75 LarXIrz10yy0omk7eFAHizC4kaJTw6eCvXYz5f3L7ll96Q3Hjhw+cvK7xrDuFmLPTO QqrRiVLBCyueg== Date: Thu, 16 Dec 2021 17:28:27 +0800 From: Shawn Guo To: Li Yang Cc: Rob Herring , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Ran Wang Subject: Re: [PATCH v3 08/10] arm64: dts: lx2160a: enable usb3-lpm-capable for usb3 nodes Message-ID: <20211216092827.GF4216@dragon> References: <20211214072342.22692-1-leoyang.li@nxp.com> <20211214072342.22692-9-leoyang.li@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211214072342.22692-9-leoyang.li@nxp.com> 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-20211216_012835_510173_8CFC704E X-CRM114-Status: UNSURE ( 8.79 ) X-CRM114-Notice: Please train this message. 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 Tue, Dec 14, 2021 at 01:23:40AM -0600, Li Yang wrote: > From: Ran Wang > > Enable USB3 HW LPM feature for lx2160a. > > Signed-off-by: Ran Wang > Signed-off-by: Li Yang Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel