Linux PWM subsystem development
 help / color / mirror / Atom feed
From: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>
To: Maxime Ripard
	<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
Cc: "wens-jdAy2FN1RRM@public.gmane.org"
	<wens-jdAy2FN1RRM@public.gmane.org>,
	Thierry Reding
	<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>,
	"linux-pwm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-pwm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linux-kernel
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linux-sunxi <linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: [PATCH 2/5] pwm: sun4i: Add support for PWM controller on sun6i SoCs
Date: Sun, 16 Oct 2016 22:29:17 +0800	[thread overview]
Message-ID: <4823581476628157@web22j.yandex.ru> (raw)
In-Reply-To: <20161014125743.ykgeiqr4tynq7cmg@lukather>

Hi,

14.10.2016, 20:58, "Maxime Ripard" <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>:
> Hi,
>
> On Wed, Oct 12, 2016 at 04:10:03PM +0800, Icenowy Zheng wrote:
>>  > On Wed, Oct 12, 2016 at 12:20 PM, Icenowy Zheng <icenowy-87fMjt6guo8@public.gmane.orgz> wrote:
>>  > > The PWM controller in A31 is different with other Allwinner SoCs, with
>>  > > a control register per channel (in other SoCs the control register is
>>  > > shared), and each channel are allocated 16 bytes of address (but only 8
>>  > > bytes are used.). The register map in one channel is just like a
>>  > > single-channel A10 PWM controller, however, A31 have a different
>>  > > prescaler table than other SoCs.
>>  > >
>>  > > In order to use the driver for all 4 channels, device nodes should be
>>  > > created per channel.
>>  >
>>  > I think Maxime wants you to support the different register offsets
>>  > in this driver, and have all 4 channels in the same device (node).
>>
>>  I think that will make the code much more complex... And in
>>  hardware there may also be 4 controllers... as the register is
>>  aligned at 0x10.
>
> You also have to think about it the other way around. This is exposed
> everywhere as a single device. There may be some undocumented
> registers hidden somewhere in the memory space of that device. How
> would you deal with that without touching the device tree?

Is the reason only they're listed in the one chapter of user manual?

>
> Exposing this as a single device is the best solution both from the
> philosophical point of view, but also from a maintainance aspect.

If we really do so, I will go back to the original patch (pwm-sun6i)
and merge 4 channels.

No other PWM block of Allwinner devices uses 4 control registers, and it's
a significant difference to make it a dedicated driver.

However, I still think we should have 4 nodes, since the 4 channels can work
very dedicatedly, with different control register... This can be a reason to see
them as 4 dedicated controllers.

(And as PWM uses only oscXX, we cannot judge it according to the clock tree,
and Occam's Razor will apply to think it's 4 A10-like PWM controller...)

If we just think it's because it's a whole part, why don't we combine ehci and ohci
to one driver? Just because we can reuse {e,o}hci-platform...

It's the same reason to see it as 4 controllers.

>
> Maxime
>
> --
> Maxime Ripard, Free Electrons
> Embedded Linux and Kernel engineering
> http://free-electrons.com

Regards,
Icenowy

-- 
You received this message because you are subscribed to the Google Groups "linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/d/optout.

  reply	other threads:[~2016-10-16 14:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-12  4:20 [PATCH 1/5] dt-bindings: add binding for Allwinner A31 SoC PWM controller Icenowy Zheng
     [not found] ` <20161012042059.40015-1-icenowy-ymACFijhrKM@public.gmane.org>
2016-10-12  4:20   ` [PATCH 2/5] pwm: sun4i: Add support for PWM controller on sun6i SoCs Icenowy Zheng
     [not found]     ` <20161012042059.40015-2-icenowy-ymACFijhrKM@public.gmane.org>
2016-10-12  7:30       ` Chen-Yu Tsai
     [not found]         ` <CAGb2v65P7SQyEv+b0mU_FA=CQxy7qX9h7HE4NivqjZ-ZBh94ww-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-10-12  8:10           ` Icenowy Zheng
2016-10-14 12:57             ` Maxime Ripard
2016-10-16 14:29               ` Icenowy Zheng [this message]
     [not found]                 ` <4823581476628157-Lmo0JfpuFbtxpj1cXAZ9Bg@public.gmane.org>
2016-10-17 20:08                   ` Maxime Ripard
2016-10-14 12:55           ` Maxime Ripard
2016-10-12  4:20   ` [PATCH 3/5] ARM: dts: sun6i: add PWM controller Icenowy Zheng
2016-10-12  4:20   ` [PATCH 4/5] ARM: dts: sun6i: add pinmux for PWM0 Icenowy Zheng
     [not found]     ` <20161012042059.40015-4-icenowy-ymACFijhrKM@public.gmane.org>
2016-10-12  7:27       ` Chen-Yu Tsai
2016-10-12  4:20   ` [PATCH 5/5] ARM: dts: sun6i: add pwm backlight for reference design tablet Icenowy Zheng

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=4823581476628157@web22j.yandex.ru \
    --to=icenowy-ymacfijhrkm@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-pwm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    --cc=maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=wens-jdAy2FN1RRM@public.gmane.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox