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 68BC7C433FE for ; Fri, 11 Nov 2022 05:08:27 +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=/H3UxLxe7HEHwH8XaPDvlzaYvw7ehxp3BYTXpc9qzvs=; b=jYN4u/J8qHBFi6 xbHsFsYes0krlyYALTawZTU2At4h/qxpuIt7i2vJzcuooWHwHXJzqVzdcN+zUHY+liV5w1db+DciQ tceK4hU3r/1wiHuE30HsX4qhJESGbmS4/w0yPjzdWOA07ewM0Afpyq91Rw2+HwGNSW64lS6AnSjq+ APcFjStq4iZhnucnPqo5UC9coShl7+nTwzG0+F7Uc/1s1PCK4Krk86A4cPf1kYL4Vpr1TfpC11t8A j/PTHWnCAoVCDYd1by4FtE3ewvLARjMbiF1gfOcHp/P03f0CGoGDx8bMSSY2u4SM2BHysYDSwQ1wI KEWKUKtmfA1Sw8/HOU9A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1otMGC-00D8ES-5J; Fri, 11 Nov 2022 05:07:24 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1otMGA-00D8Ds-6Z for linux-arm-kernel@lists.infradead.org; Fri, 11 Nov 2022 05:07:23 +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 03C0761E8D; Fri, 11 Nov 2022 05:07:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55137C433D6; Fri, 11 Nov 2022 05:07:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668143240; bh=XEvCGkCeUUY6fz3KFMQUbPJJjx7gmHJEseF1apVDMS8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=E5DYKX2ZWqwulUo906P8aU85JBtut2dYLsNG3jMOzFXxHp8WODebeJIasVOsx4gH0 DgR5Njlgv18fWfA/PjZedDpll5ZghX5wXOMeeLUkP1l+PT0nCG88IL0mkjrZwJgV22 RQUO7GOdi8F7D71UWIe9Zp7BgLn9+VZQ6WDzI0NwpH5Ll9ahNM3W+93PiUTJ1uuNA6 e4HIECQtxw81jAK2tp2iL4kTpCTkePfZLi9kbsNplDsFsJPUQbDSOt5wjSxBSq3JI9 SK3vMH9M/gsZV6PxxVr3vwD7hv+pNQ4TDXs7QP6BfAoUahVr6Yb6Z8fum5agejey3F g5viRA/Z6uojA== Date: Fri, 11 Nov 2022 13:07:13 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 1/1] arm64: dts: mba8mpxl: Add PWM fan support Message-ID: <20221111050713.GB2649582@dragon> References: <20221101090642.269209-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221101090642.269209-1-alexander.stein@ew.tq-group.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221110_210722_301051_37590779 X-CRM114-Status: UNSURE ( 9.96 ) 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, Nov 01, 2022 at 10:06:42AM +0100, Alexander Stein wrote: > This adds the support for optional PWM fan 422J/2HP. > > Signed-off-by: Alexander Stein Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel