From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759405Ab0JFTpq (ORCPT ); Wed, 6 Oct 2010 15:45:46 -0400 Received: from mail-gw0-f46.google.com ([74.125.83.46]:32973 "EHLO mail-gw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759219Ab0JFTpp (ORCPT ); Wed, 6 Oct 2010 15:45:45 -0400 From: Kevin Hilman To: Arun MURTHY Cc: Andrew Morton , "lars\@metafoo.de" , "kernel\@pengutronix.de" , "philipp.zabel\@gmail.com" , "robert.jarzmik\@free.fr" , "marek.vasut\@gmail.com" , "eric.y.miao\@gmail.com" , "rpurdie\@rpsys.net" , "sameo\@linux.intel.com" , "kgene.kim\@samsung.com" , "linux-omap\@vger.kernel.org" , "linux-arm-kernel\@lists.infradead.org" , "linux-kernel\@vger.kernel.org" , "linux-mips\@linux-mips.org" , STEricsson_nomadik_linux , "bgat\@billgatliff.com" Subject: Re: [PATCHv2 1/7] pwm: Add pwm core driver Organization: Deep Root Systems, LLC References: <1286280002-1636-1-git-send-email-arun.murthy@stericsson.com> <1286280002-1636-2-git-send-email-arun.murthy@stericsson.com> <20101005122225.6dda30ff.akpm@linux-foundation.org> Date: Wed, 06 Oct 2010 12:45:40 -0700 In-Reply-To: (Arun MURTHY's message of "Wed, 6 Oct 2010 06:03:28 +0200") Message-ID: <87ocb7jeaj.fsf@deeprootsystems.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arun MURTHY writes: [...] >> >> I suggest that you work on Kevin's comments before making any code >> changes though. > > This pwm driver also supports the Davinci pwm driver as suggested by > Kelvin. My concern isn't whether it supports davinci or not. Adapting existing drivers is the easy part. My concern is that there are now two proposals for a generic PWM framework, and I would prefer to see that those projects are aligned before anything merges. Kevin