From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751296AbdBWIm3 (ORCPT ); Thu, 23 Feb 2017 03:42:29 -0500 Received: from smtpout.microchip.com ([198.175.253.82]:30522 "EHLO email.microchip.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751177AbdBWImB (ORCPT ); Thu, 23 Feb 2017 03:42:01 -0500 From: Claudiu Beznea To: , , , , , , , CC: , , , , Claudiu Beznea Subject: [PATCH 0/2] drivers: pwm: add pwm support for sama5d2 Date: Thu, 23 Feb 2017 10:38:38 +0200 Message-ID: <1487839120-13650-1-git-send-email-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Extend atmel-pwm driver in order to support sama5d2 pwm specifics. Since the new SoC supports changing of pwm parameters (period and duty factor) without need to first disable/enable the pwm channel this series adapt the existing code in order to let changing of these parameters for sama5d2. Claudiu Beznea (2): drivers: pwm: pwm-atmel: add support for pwm on sama5d2 drivers: pwm: pwm-atmel: add support to allow run time changing of pwm parameters .../devicetree/bindings/pwm/atmel-pwm.txt | 1 + drivers/pwm/pwm-atmel.c | 40 ++++++++++++++++++---- 2 files changed, 35 insertions(+), 6 deletions(-) -- 2.7.4 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claudiu Beznea Subject: [PATCH 0/2] drivers: pwm: add pwm support for sama5d2 Date: Thu, 23 Feb 2017 10:38:38 +0200 Message-ID: <1487839120-13650-1-git-send-email-claudiu.beznea@microchip.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: thierry.reding@gmail.com, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, boris.brezillon@free-electrons.com, alexandre.belloni@free-electrons.com Cc: linux-pwm@vger.kernel.org, Claudiu Beznea , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org Extend atmel-pwm driver in order to support sama5d2 pwm specifics. Since the new SoC supports changing of pwm parameters (period and duty factor) without need to first disable/enable the pwm channel this series adapt the existing code in order to let changing of these parameters for sama5d2. Claudiu Beznea (2): drivers: pwm: pwm-atmel: add support for pwm on sama5d2 drivers: pwm: pwm-atmel: add support to allow run time changing of pwm parameters .../devicetree/bindings/pwm/atmel-pwm.txt | 1 + drivers/pwm/pwm-atmel.c | 40 ++++++++++++++++++---- 2 files changed, 35 insertions(+), 6 deletions(-) -- 2.7.4 From mboxrd@z Thu Jan 1 00:00:00 1970 From: claudiu.beznea@microchip.com (Claudiu Beznea) Date: Thu, 23 Feb 2017 10:38:38 +0200 Subject: [PATCH 0/2] drivers: pwm: add pwm support for sama5d2 Message-ID: <1487839120-13650-1-git-send-email-claudiu.beznea@microchip.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Extend atmel-pwm driver in order to support sama5d2 pwm specifics. Since the new SoC supports changing of pwm parameters (period and duty factor) without need to first disable/enable the pwm channel this series adapt the existing code in order to let changing of these parameters for sama5d2. Claudiu Beznea (2): drivers: pwm: pwm-atmel: add support for pwm on sama5d2 drivers: pwm: pwm-atmel: add support to allow run time changing of pwm parameters .../devicetree/bindings/pwm/atmel-pwm.txt | 1 + drivers/pwm/pwm-atmel.c | 40 ++++++++++++++++++---- 2 files changed, 35 insertions(+), 6 deletions(-) -- 2.7.4