From patchwork Sat Jan 6 16:58:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Cercueil X-Patchwork-Id: 856421 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-pwm-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=crapouillou.net header.i=@crapouillou.net header.b="tA41W+yi"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3zDSfq0W7Zz9s7M for ; Sun, 7 Jan 2018 04:08:35 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753666AbeAFRIb (ORCPT ); Sat, 6 Jan 2018 12:08:31 -0500 Received: from outils.crapouillou.net ([89.234.176.41]:34210 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753642AbeAFRIa (ORCPT ); Sat, 6 Jan 2018 12:08:30 -0500 From: Paul Cercueil To: Thierry Reding , Rob Herring , Mark Rutland Cc: linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Cercueil Subject: [PATCH 4/4] pwm: jz4740: Enable for all Ingenic SoCs Date: Sat, 6 Jan 2018 17:58:43 +0100 Message-Id: <20180106165843.3461-4-paul@crapouillou.net> In-Reply-To: <20180106165843.3461-1-paul@crapouillou.net> References: <20180106165843.3461-1-paul@crapouillou.net> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1515257931; bh=mAz+egOem8oX6H4FI9twsXzfAmEAAptMwDBMK/VV6Fo=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=tA41W+yiiu+tJTXqW5ZW01v1wj/+3smkgv+sh/dhufDeyMeDDUn03rI/ojsz8LIBZf0A+sMyPbgmfT1gOexgVwB3b32rgMHQwiF1jcXUBxR5JPUVeKT8lr86Bd60RiLh3/B8GajNPy/tsz2FQFY4S9S81oyTR2vDZKcoUn1dJAY= Sender: linux-pwm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pwm@vger.kernel.org This driver works perfectly with all the versions of the SoCs from Ingenic that are supported upstream. This makes the driver usable on JZ4740, JZ4770 and JZ4780 SoCs. Signed-off-by: Paul Cercueil --- drivers/pwm/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 763ee50ea57d..f4209302401c 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -209,10 +209,10 @@ config PWM_IMX will be called pwm-imx. config PWM_JZ4740 - tristate "Ingenic JZ4740 PWM support" - depends on MACH_JZ4740 + tristate "Ingenic JZ47xx PWM support" + depends on MACH_INGENIC help - Generic PWM framework driver for Ingenic JZ4740 based + Generic PWM framework driver for Ingenic JZ47xx based machines. To compile this driver as a module, choose M here: the module