From: Kevin Hilman <khilman@deeprootsystems.com>
To: Arun MURTHY <arun.murthy@stericsson.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
"lars\@metafoo.de" <lars@metafoo.de>,
"kernel\@pengutronix.de" <kernel@pengutronix.de>,
"philipp.zabel\@gmail.com" <philipp.zabel@gmail.com>,
"robert.jarzmik\@free.fr" <robert.jarzmik@free.fr>,
"marek.vasut\@gmail.com" <marek.vasut@gmail.com>,
"eric.y.miao\@gmail.com" <eric.y.miao@gmail.com>,
"rpurdie\@rpsys.net" <rpurdie@rpsys.net>,
"sameo\@linux.intel.com" <sameo@linux.intel.com>,
"kgene.kim\@samsung.com" <kgene.kim@samsung.com>,
"linux-omap\@vger.kernel.org" <linux-omap@vger.kernel.org>,
"linux-arm-kernel\@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel\@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-mips\@linux-mips.org" <linux-mips@linux-mips.org>,
STEricsson_nomadik_linux <STEricsson_nomadik_linux@list.st.com>,
"bgat\@billgatliff.com" <bgat@billgatliff.com>
Subject: Re: [PATCHv2 1/7] pwm: Add pwm core driver
Date: Wed, 06 Oct 2010 12:45:40 -0700 [thread overview]
Message-ID: <87ocb7jeaj.fsf@deeprootsystems.com> (raw)
In-Reply-To: <F45880696056844FA6A73F415B568C6953571D4F05@EXDCVYMBSTM006.EQ1STM.local> (Arun MURTHY's message of "Wed, 6 Oct 2010 06:03:28 +0200")
Arun MURTHY <arun.murthy@stericsson.com> 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
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@deeprootsystems.com>
To: Arun MURTHY <arun.murthy@stericsson.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
"lars@metafoo.de" <lars@metafoo.de>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
"philipp.zabel@gmail.com" <philipp.zabel@gmail.com>,
"robert.jarzmik@free.fr" <robert.jarzmik@free.fr>,
"marek.vasut@gmail.com" <marek.vasut@gmail.com>,
"eric.y.miao@gmail.com" <eric.y.miao@gmail.com>,
"rpurdie@rpsys.net" <rpurdie@rpsys.net>,
"sameo@linux.intel.com" <sameo@linux.intel.com>,
"kgene.kim@samsung.com" <kgene.kim@samsung.com>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-mips@linux-mips.org" <linux-mips@linux-mips.org>,
STEricsson_nomadik_linux <STEricsson_nomadik_linux@list.st.com>,
"bgat@billgatliff.com" <bgat@billgatliff.com>
Subject: Re: [PATCHv2 1/7] pwm: Add pwm core driver
Date: Wed, 06 Oct 2010 12:45:40 -0700 [thread overview]
Message-ID: <87ocb7jeaj.fsf@deeprootsystems.com> (raw)
Message-ID: <20101006194540.Kit5QktD4AiOtXERsB3DKRaTwMvcZp5ug1FO869R30c@z> (raw)
In-Reply-To: <F45880696056844FA6A73F415B568C6953571D4F05@EXDCVYMBSTM006.EQ1STM.local> (Arun MURTHY's message of "Wed, 6 Oct 2010 06:03:28 +0200")
Arun MURTHY <arun.murthy@stericsson.com> 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
WARNING: multiple messages have this Message-ID (diff)
From: khilman@deeprootsystems.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 1/7] pwm: Add pwm core driver
Date: Wed, 06 Oct 2010 12:45:40 -0700 [thread overview]
Message-ID: <87ocb7jeaj.fsf@deeprootsystems.com> (raw)
In-Reply-To: <F45880696056844FA6A73F415B568C6953571D4F05@EXDCVYMBSTM006.EQ1STM.local> (Arun MURTHY's message of "Wed, 6 Oct 2010 06:03:28 +0200")
Arun MURTHY <arun.murthy@stericsson.com> 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
next prev parent reply other threads:[~2010-10-06 19:45 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-05 11:59 [PATCHv2 0/7] PWM core driver for pwm based led and backlight driver Arun Murthy
2010-10-05 11:59 ` Arun Murthy
2010-10-05 11:59 ` Arun Murthy
2010-10-05 11:59 ` Arun Murthy
2010-10-05 11:59 ` [PATCHv2 1/7] pwm: Add pwm core driver Arun Murthy
2010-10-05 11:59 ` Arun Murthy
2010-10-05 11:59 ` Arun Murthy
2010-10-05 11:59 ` Arun Murthy
2010-10-05 19:22 ` Andrew Morton
2010-10-05 19:22 ` Andrew Morton
2010-10-05 19:22 ` Andrew Morton
2010-10-06 4:03 ` Arun MURTHY
2010-10-06 4:03 ` Arun MURTHY
2010-10-06 19:45 ` Kevin Hilman [this message]
2010-10-06 19:45 ` Kevin Hilman
2010-10-06 19:45 ` Kevin Hilman
2010-10-05 11:59 ` [PATCHv2 2/7] backlight:pwm: add an element 'name' to platform data Arun Murthy
2010-10-05 11:59 ` Arun Murthy
2010-10-05 11:59 ` Arun Murthy
2010-10-05 11:59 ` Arun Murthy
2010-10-05 11:59 ` [PATCHv2 3/7] leds: pwm: add a new " Arun Murthy
2010-10-05 11:59 ` Arun Murthy
2010-10-05 11:59 ` Arun Murthy
2010-10-05 11:59 ` Arun Murthy
2010-10-05 11:59 ` [PATCHv2 4/7] pwm: Align existing pwm drivers with pwm-core driver Arun Murthy
2010-10-05 11:59 ` Arun Murthy
2010-10-05 11:59 ` Arun Murthy
2010-10-05 11:59 ` Arun Murthy
2010-10-05 12:00 ` [PATCHv2 5/7] platform: Update the pwm based led and backlight platform data Arun Murthy
2010-10-05 12:00 ` Arun Murthy
2010-10-05 12:00 ` Arun Murthy
2010-10-05 12:00 ` Arun Murthy
2010-10-05 12:00 ` [PATCHv2 6/7] pwm: move existing pwm driver to drivers/pwm Arun Murthy
2010-10-05 12:00 ` Arun Murthy
2010-10-05 12:00 ` Arun Murthy
2010-10-05 12:00 ` Arun Murthy
2010-10-05 12:00 ` [PATCHv2 7/7] pwm: Modify backlight and led Kconfig aligning to pwm core Arun Murthy
2010-10-05 12:00 ` Arun Murthy
2010-10-05 12:00 ` Arun Murthy
2010-10-05 12:00 ` Arun Murthy
2010-10-05 15:05 ` [PATCHv2 0/7] PWM core driver for pwm based led and backlight driver Kevin Hilman
2010-10-05 15:05 ` Kevin Hilman
2010-10-05 15:05 ` Kevin Hilman
2010-10-06 3:46 ` Arun MURTHY
2010-10-06 3:46 ` Arun MURTHY
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ocb7jeaj.fsf@deeprootsystems.com \
--to=khilman@deeprootsystems.com \
--cc=STEricsson_nomadik_linux@list.st.com \
--cc=akpm@linux-foundation.org \
--cc=arun.murthy@stericsson.com \
--cc=bgat@billgatliff.com \
--cc=eric.y.miao@gmail.com \
--cc=kernel@pengutronix.de \
--cc=kgene.kim@samsung.com \
--cc=lars@metafoo.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=linux-omap@vger.kernel.org \
--cc=marek.vasut@gmail.com \
--cc=philipp.zabel@gmail.com \
--cc=robert.jarzmik@free.fr \
--cc=rpurdie@rpsys.net \
--cc=sameo@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.