From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from classfun.cn (unknown [129.204.178.38]) by smtp.subspace.kernel.org (Postfix) with ESMTP id E58642E631; Thu, 25 Apr 2024 07:03:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=129.204.178.38 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714028632; cv=none; b=ngHLqkWujC2fBlapOu5ziShtn6yV3NRhIItdOzLyJyrOd4bEoID5AoKV3kaoXDD9myPKZFs1MEWnQ69plI04EYPOqJD7o/yuFjQB+So267h1YTL3brTpYcgmst+Db3xG8j4JpO2D0zi7tXEdhPRyHGka7opYyI8qOwTOqSGnq8I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714028632; c=relaxed/simple; bh=ophQ8lpzX8fyeF5A4dR/OensBG1FXCTGczX843SrocU=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=CHKK/IcCncFAoSypB9T2xOBvsi8BGjtyc9ZRFE7yw17wbnOX3cmjzj0og5w5+Ab9XfDyTN+aPUBc82svsGe0vdKXmH/jyKf/zl285OX04J8FE6Kc2Gq3l78DZ73QUfG4ZJG+FS/0pmVihkcOGLe6/R3hvvpLXf0eXKqkwn4hYEk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=classfun.cn; spf=pass smtp.mailfrom=classfun.cn; dkim=pass (1024-bit key) header.d=classfun.cn header.i=@classfun.cn header.b=Mw9l+DQL; arc=none smtp.client-ip=129.204.178.38 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=classfun.cn Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=classfun.cn Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=classfun.cn header.i=@classfun.cn header.b="Mw9l+DQL" Received: from [192.168.0.160] (unknown [220.162.71.180]) (Authenticated sender: bigfoot) by classfun.cn (Postfix) with ESMTPSA id 307D47884E; Thu, 25 Apr 2024 15:03:34 +0800 (CST) DKIM-Filter: OpenDKIM Filter v2.11.0 classfun.cn 307D47884E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=classfun.cn; s=default; t=1714028621; bh=AK6H6ldj7P6o3ylZtkoQ2LgaK1xemeiTHMq/b0TWzZ8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Mw9l+DQLqALMOuzPxOwtAs8Ei8HWtDRIVwlLfwiIxuAOIMulvYMGjL97sRQkUX2f7 P0zBR7KErF6JpaPlGxnE58dmX1t8AuaLimoTX1Z1VoDVWB/P7Wt97EGVFRhY1k4JwZ ABlvaV6mfnMOtRWJBVjWdLbkXXrA/050jgmkDxOE= Message-ID: Date: Thu, 25 Apr 2024 15:03:15 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 02/10] pwm: Add SI-EN SN3112 PWM support To: =?UTF-8?Q?Uwe_Kleine-K=C3=B6nig?= , Xilin Wu Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Neil Armstrong , Jessica Zhang , Sam Ravnborg , David Airlie , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Bjorn Andersson , Konrad Dybcio , Tengfei Fan , Molly Sophia , linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org References: <20240424-ayn-odin2-initial-v1-0-e0aa05c991fd@gmail.com> <20240424-ayn-odin2-initial-v1-2-e0aa05c991fd@gmail.com> Content-Language: en-US From: Junhao Xie In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On 2024/4/25 14:02, Uwe Kleine-König wrote: > Hello, > > On Wed, Apr 24, 2024 at 11:29:07PM +0800, Xilin Wu via B4 Relay wrote: >> From: Junhao Xie >> >> Add a new driver for the SI-EN SN3112 12-channel 8-bit PWM LED controller. >> [...] >> +MODULE_LICENSE("GPL"); > > Best regards > Uwe > Thank you for your reply! I will fix them and resend this commit. This is the link of datasheet for SI-EN SN3112, but it is written in Chinese: https://datasheetspdf.com/pdf-down/S/N/3/SN3112-12-SI-EN.pdf