From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751512AbdBWPXx (ORCPT ); Thu, 23 Feb 2017 10:23:53 -0500 Received: from smtpout.microchip.com ([198.175.253.82]:42555 "EHLO email.microchip.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751367AbdBWPXt (ORCPT ); Thu, 23 Feb 2017 10:23:49 -0500 Subject: Re: [PATCH 2/2] drivers: pwm: pwm-atmel: add support to allow run time changing of pwm parameters To: Alexandre Belloni References: <1487839120-13650-1-git-send-email-claudiu.beznea@microchip.com> <1487839120-13650-3-git-send-email-claudiu.beznea@microchip.com> <20170223092148.5qmxy62xkufwbsrw@piout.net> <20170223103239.tv6nodddlar5l5fl@piout.net> CC: , , , , , , , , , , From: m18063 Message-ID: <8123991c-5e3c-ad5c-bbf3-bcd7ee2a5e5e@microchip.com> Date: Thu, 23 Feb 2017 17:22:36 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170223103239.tv6nodddlar5l5fl@piout.net> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23.02.2017 12:32, Alexandre Belloni wrote: > On 23/02/2017 at 12:25:58 +0200, m18063 wrote: >>> It is probably worth switching to atomic PWM instead of changing this >>> function. This would simplify the whole driver. >> I was thinking to switch to atomic PWM in a future patch. > Then why wait ? > > I wanted to do it in progressively: - enable the support for SAMA5d2 - make it work based on what is currently implemented - add atomic PWM support. Anyway, please ignore this patch. I will do it in atomic PWM way. Thank you, Claudiu