Re: [PATCH V3] PWM: Add SPEAr PWM chip driver support

From: Viresh Kumar
Date: Mon Oct 22 2012 - 04:25:20 EST


On 22 October 2012 13:25, Thierry Reding
<thierry.reding@xxxxxxxxxxxxxxxxx> wrote:
> We could probably do that in the core. I've had some discussions about
> this with Lars-Peter (Cc'ed) who also had doubts about how this is
> currently handled.
>
> What you're proposing is different, however. If we put that code in the
> core it will mean that once the module is unloaded, all PWM devices will
> be disabled. There is currently code in the core that prevents the chip
> from being removed if one or more PWM devices are busy. But as explained
> above, with the current core code this return value isn't useful at all.

This is what many drivers in pwm framework are doing currently too..
They disable
pwm and its clock and then do chip remove.

Sorry, i didn't get the conclusion completely :(
Should we keep code suggested by me in core or spear's driver?

--
viresh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/