Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751975AbbFZMcp (ORCPT ); Fri, 26 Jun 2015 08:32:45 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:34174 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752004AbbFZMc3 (ORCPT ); Fri, 26 Jun 2015 08:32:29 -0400 Message-ID: <558D4639.8000102@gmail.com> Date: Fri, 26 Jun 2015 18:01:53 +0530 From: Varka Bhadram User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Shobhit Kumar , linux-pwm , intel-gfx , linux-kernel , dri-devel , linux-gpio CC: Paul Bolle , Jani Nikula , Samuel Ortiz , Alexandre Courbot , David Airlie , Povilas Staniulis , Chih-Wei Huang , Thierry Reding , Daniel Vetter , Lee Jones , Linus Walleij , Paul Gortmaker , bloften80@gmail.com Subject: Re: [v3 5/7] pwm: crc: Add Crystalcove (CRC) PWM driver References: <1435309330-50725-1-git-send-email-shobhit.kumar@intel.com> <1435309330-50725-6-git-send-email-shobhit.kumar@intel.com> In-Reply-To: <1435309330-50725-6-git-send-email-shobhit.kumar@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1939 Lines: 48 On 06/26/2015 02:32 PM, Shobhit Kumar wrote: > The Crystalcove PMIC provides three PWM signals and this driver exports > one of them on the BYT platform which is used to control backlight for > DSI panel. This is platform device implementation of the drivers/mfd > cell device for CRC PMIC. > > CC: Samuel Ortiz > Cc: Linus Walleij > Cc: Alexandre Courbot > Cc: Thierry Reding > Cc: Paul Bolle > Cc: Paul Gortmaker > Tested-by: Ville Syrjälä > Signed-off-by: Shobhit Kumar > --- > v2: Use the existing config callback with duty_ns and period_ns(Thierry) > > v3: Correct the subject line (Lee jones) > > v4: Address comment by Thierry & Paul > - Commit message update and fixes for few syntax errors > - Add PWM_CRC in Kconfig and Makefile sorted alphabetically > - Use the PWM_BASE_CLK as 6000000 for better code readability > - Remove the redundant rule of three while calculating pwm level > - Use the platform_device in pwm_chip > - Use builin_platform_driver > > v5: Address comments by Varka > - Make the bit definition using BIT macro > - reorder probe and remove code to directly return from pwmchip_add/remove > > drivers/pwm/Kconfig | 7 +++ > drivers/pwm/Makefile | 1 + > drivers/pwm/pwm-crc.c | 143 ++++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 151 insertions(+) > create mode 100644 drivers/pwm/pwm-crc.c Reviewed-by: Varka Bhadram -- Best regards, Varka Bhadram. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/