From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Atcsqr.andestech.com (unknown [60.248.187.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4BF552F619D; Fri, 24 Apr 2026 02:59:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=60.248.187.195 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776999599; cv=none; b=WxyWiLDKGpa4vllDB3a0bH67Jzq+9UMNIGoPRKqhT8Uib7F54949TKjE7me2x0Uf4XR4x6tQ0e0ND5HELNGfCuLiMzluYT/WUA4P2C9yxUuflXz17cNnXSNn7j2dc6xWaQlNlV2NVI7849mZtD1T6C4OybG6/sg1nD19SYi36d0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776999599; c=relaxed/simple; bh=1N2al8d8QKjdGvUzmx0QBMx7gtpj2Iu7cd09sk8/Sro=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Xk4bAs2XE9r5ul3PoTJf58IQbANJLV1DKWdsxY8ZNY53f5DMySfaILmzQjjhWiPxtjcFXVA372Oz5K7EqnUAn0A/6+M7PJBb5rn/XWrJ9Z5+HNhJUU470/cl7rjJPQs9b8AGNL0m85ZVfNEH1UiHmw0t8+AGFhRC1KrDtTit3UU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=permerror header.from=andestech.com; spf=pass smtp.mailfrom=andestech.com; arc=none smtp.client-ip=60.248.187.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=permerror header.from=andestech.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=andestech.com Received: from mail.andestech.com (ATCPCS31.andestech.com [10.0.1.89]) by Atcsqr.andestech.com with ESMTPS id 63O2xiwP070497 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 24 Apr 2026 10:59:44 +0800 (+08) (envelope-from ben717@andestech.com) Received: from swlinux02 (10.0.15.183) by ATCPCS31.andestech.com (10.0.1.89) with Microsoft SMTP Server (TLS) id 14.3.498.0; Fri, 24 Apr 2026 10:59:44 +0800 Date: Fri, 24 Apr 2026 10:59:43 +0800 From: Ben Zong-You Xie To: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Rob Herring , Krzysztof Kozlowski , Conor Dooley , , , Subject: Re: [PATCH v5 0/3] pwm: add support for Andes platform Message-ID: References: <20260330-andes-pwm-v5-0-01c59a659d2c@andestech.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260330-andes-pwm-v5-0-01c59a659d2c@andestech.com> User-Agent: Mutt/2.3.0 (2026-01-25) X-DKIM-Results: atcpcs31.andestech.com; dkim=none; X-DNSRBL: X-SPAM-SOURCE-CHECK: pass X-MAIL:Atcsqr.andestech.com 63O2xiwP070497 Hi Uwe, Gentle ping on this series — it's been ~4 weeks with no review on the PWM side. Patch 1 (binding) has Conor's ack; patch 2 (driver) has not received any feedback yet. If there's something specific I should address, I'm happy to spin a v6. Otherwise, would appreciate a look when you have a moment. Thanks, Ben