| To: | Arun MURTHY <arun.murthy@stericsson.com> |
|---|---|
| Subject: | Re: [PATCH 1/7] pwm: Add pwm core driver |
| From: | Jassi Brar <jassisinghbrar@gmail.com> |
| Date: | Fri, 1 Oct 2010 19:39:44 +0900 |
| Cc: | Trilok Soni <soni.trilok@gmail.com>, "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>, Lars-Peter Clausen <lars@metafoo.de>, "linux@arm.linux.org.uk" <linux@arm.linux.org.uk>, "kernel@pengutronix.de" <kernel@pengutronix.de>, Bill Gatliff <bgat@billgatliff.com>, "broonie@opensource.wolfsonmicro.com" <broonie@opensource.wolfsonmicro.com>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, Linus WALLEIJ <linus.walleij@stericsson.com>, Marek Vasut <marek.vasut@gmail.com>, "kgene.kim@samsung.com" <kgene.kim@samsung.com>, "rpurdie@rpsys.net" <rpurdie@rpsys.net>, "philipp.zabel@gmail.com" <philipp.zabel@gmail.com>, Mattias WALLIN <mattias.wallin@stericsson.com>, STEricsson_nomadik_linux <STEricsson_nomadik_linux@list.st.com>, "eric.y.miao@gmail.com" <eric.y.miao@gmail.com>, Andrew Morton <akpm@linux-foundation.org>, "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>, "robert.jarzmik@free.fr" <robert.jarzmik@free.fr>, linux-arm-kernel <linux-arm-kernel@lists.infradead.org>, Samuel Ortiz <sameo@linux.intel.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=aXXDE0Q5Qz7RDar/VUKn9uD5+9iV1gWSB2gbYOHPhU4=; b=kqg8fu1OdaxjBEJBdQc2aIANviO1Q7TSA/CZQ99ZBhfTaDCNfAWX3kUmesEZbLGY3e WuDBhfCJWEbj7VOjRrC0NTRlt5nAbhCbK0a4e+FmxGstGlofenO9CFdffLPUtfCwd3Y9 m3vqras9DwLuqGKWnrVEHvFJuwNZCDT4U0Osk= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=O23v6UOn28mtChvL/NtNChsCq+gQHJTGqDnGBVB+50/WkjIAQGPgrxRz9E4IQVaFYc 5KvCxYIejxlZYWLTDngbRzJARjR08ArvgbHD9FK1hRulPu5s8+hx2F80V7GfPDs+Fz7L vvntNdEqe502TRLtVArv+8aucUjHBam8SH33g= |
| In-reply-to: | <F45880696056844FA6A73F415B568C69532DCF34AE@EXDCVYMBSTM006.EQ1STM.local> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1285659648-21409-1-git-send-email-arun.murthy@stericsson.com> <1285659648-21409-2-git-send-email-arun.murthy@stericsson.com> <4CA1AD2B.8000905@metafoo.de> <F45880696056844FA6A73F415B568C69532DC2FB6B@EXDCVYMBSTM006.EQ1STM.local> <4CA1BC16.3020702@metafoo.de> <F45880696056844FA6A73F415B568C69532DC2FC60@EXDCVYMBSTM006.EQ1STM.local> <4CA25841.4090702@metafoo.de> <F45880696056844FA6A73F415B568C69532DC8B7E4@EXDCVYMBSTM006.EQ1STM.local> <AANLkTingb8ox5h5rN1YrxONibfrWLicoiS6yqKf_v5bJ@mail.gmail.com> <F45880696056844FA6A73F415B568C69532DCF32BC@EXDCVYMBSTM006.EQ1STM.local> <AANLkTikTo42Q5-yMEwyQH4mt=qLjaKrtJK3ydZNFyqai@mail.gmail.com> <F45880696056844FA6A73F415B568C69532DCF33BB@EXDCVYMBSTM006.EQ1STM.local> <AANLkTimPgPY9rX_MYZTv0PpRQgfWGoSeSE9WWy_ami-V@mail.gmail.com> <F45880696056844FA6A73F415B568C69532DCF34AE@EXDCVYMBSTM006.EQ1STM.local> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Fri, Oct 1, 2010 at 5:46 PM, Arun MURTHY <arun.murthy@stericsson.com> wrote: >> On Fri, Oct 1, 2010 at 4:25 PM, Arun MURTHY >> <arun.murthy@stericsson.com> wrote: >> > You can have a look at the pwm_config_nosleep(),pwm_set_polarity(), >> > pwm_synchronize(),pwm_unsynchronize(), pwm_set_handler() etc. >> > These are not being used by the exsting pwm drivers except Atmel pwm. >> How would your 'simple' driver handle Atmel then ? >> What if future's SoCs start providing those 'advance' features like >> Atmel's ? >> > The pwm core driver is the intersection of all pwm drivers and not union > of all pwm driver. I refer this as simple pwm core driver / framework. > Atmel pwm is of a separate classification. > It includes GPIO also. Though, Atmel can use the pwm core driver framework > for functionalities like pwm_enable, pwm_disable, pwm_config, etc and > remaining > functionalities specific to Atmel will be handled in Atlmel pwm driver and > will not be exposed to the entire kernel. > Its that the present day pwm device that has been made easy though, by > providing > the same functionality. It's sad that Bill Gatliff didn't/couldn't take his work to conclusive end. The work was apparently better http://www.mail-archive.com/linux-embedded@vger.kernel.org/msg02599.html Best of luck. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: [PATCH 1/7] pwm: Add pwm core driver, Arun MURTHY |
|---|---|
| Next by Date: | Re: [PATCH 1/7] pwm: Add pwm core driver, Mark Brown |
| Previous by Thread: | RE: [PATCH 1/7] pwm: Add pwm core driver, Arun MURTHY |
| Next by Thread: | Re: [PATCH 1/7] pwm: Add pwm core driver, Mark Brown |
| Indexes: | [Date] [Thread] [Top] [All Lists] |