Message ID | 20240221104025.1306227-1-billy_tsai@aspeedtech.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> 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 CD6DBC48BC3 for <linux-arm-kernel@archiver.kernel.org>; Wed, 21 Feb 2024 10:40:53 +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:MIME-Version:Message-ID:Date:Subject:To :From:Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=mSBbr3BVZJO0MVoaSWGKqLJHl64EE7BzmrR2jDA3KXk=; b=yGZEnazEJF94Zx k7oguPsuPkHkOd408qi5ndlnNMezM+6O5+WblyRioqroUvu6+oH9GmGDXzlrqYQz6wVqFvnEctr4o EACFiTtDKV/MwV1M3DJeH9Re21W/PIoW735gcjUadiEaQFW7sVlx0vZ39dgxYfn82TjKXWQs9pd6x cYayuOR5rwXBjGhWmerhPJc2tZ35ltCbpQtJKbfTj3kMSlStKYF/vlKbBHL2UBb7QeDGQ7BUAesBG CCMUvFFCmaf4mlLa4o0fwfT7+JX/G7RZvM951VUS7PsSwTzeMuF4/z+gn7mxfkznqzBw2XGvgmX79 U+36KcDMH/T8Dfajyf4w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rck1j-00000000YFw-2sbY; Wed, 21 Feb 2024 10:40:35 +0000 Received: from 211-20-114-70.hinet-ip.hinet.net ([211.20.114.70] helo=TWMBX01.aspeed.com) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rck1h-00000000YDy-1P1s for linux-arm-kernel@lists.infradead.org; Wed, 21 Feb 2024 10:40:34 +0000 Received: from TWMBX02.aspeed.com (192.168.0.24) by TWMBX01.aspeed.com (192.168.0.124) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.1258.12; Wed, 21 Feb 2024 18:41:17 +0800 Received: from twmbx02.aspeed.com (192.168.10.10) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 21 Feb 2024 18:40:27 +0800 From: Billy Tsai <billy_tsai@aspeedtech.com> To: <jdelvare@suse.com>, <linux@roeck-us.net>, <robh+dt@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>, <joel@jms.id.au>, <andrew@codeconstruct.com.au>, <corbet@lwn.net>, <u.kleine-koenig@pengutronix.de>, <p.zabel@pengutronix.de>, <billy_tsai@aspeedtech.com>, <naresh.solanki@9elements.com>, <linux-hwmon@vger.kernel.org>, <devicetree@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, <linux-aspeed@lists.ozlabs.org>, <linux-kernel@vger.kernel.org>, <linux-doc@vger.kernel.org>, <linux-pwm@vger.kernel.org>, <BMC-SW@aspeedtech.com>, <patrick@stwcx.xyz> Subject: [PATCH v14 0/3] Support pwm/tach driver for aspeed ast26xx Date: Wed, 21 Feb 2024 18:40:22 +0800 Message-ID: <20240221104025.1306227-1-billy_tsai@aspeedtech.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240221_024033_423244_D8563F93 X-CRM114-Status: GOOD ( 17.92 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
Support pwm/tach driver for aspeed ast26xx
|
expand
|