public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: hao5781286@gmail.com (hao_zhang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v1 0/4] pwm support for allwinner sun8i R40/V40/T3 SOCs.
Date: Thu, 11 Jan 2018 19:31:00 +0800	[thread overview]
Message-ID: <20180111113100.GA21386@arx-s1> (raw)

This patchset add pwm support for allwinner sun8i R40/V40/T3 SOCs.

Beause of my mistake, previous patch set from v4.
this patch set i resend it from v1 and fix some error.

PATCH LOG:
[v4,1/4] dt-bindings: pwm: binding allwinner sun8i R40/V40/T3.
https://patchwork.kernel.org/patch/10110177/
[v4,2/4] ARM: PWM: add allwinner sun8i R40/V40/T3 pwm support.
https://patchwork.kernel.org/patch/10110185/
[v4,3/4] ARM: dts: add pwm node for r40.
https://patchwork.kernel.org/patch/10110191/

Fixed:
    1.change readl/writel to regmap.
    2.undo the previous polarity, do clk_disable_unprepare()
      and unlock spinlock while error return.

Regards,
Hao Zhang

hao_zhang (4):
  dt-bindings: pwm: binding allwinner sun8i R40/V40/T3.
  ARM: PWM: add allwinner sun8i R40/V40/T3 pwm support.
  ARM: dts: add pwm pins for r40.
  ARM: dts: add pwm node for r40.

 .../devicetree/bindings/pwm/pwm-sun8i.txt          |  18 +
 arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts  |   6 +
 arch/arm/boot/dts/sun8i-r40.dtsi                   |  13 +
 drivers/pwm/Kconfig                                |  10 +
 drivers/pwm/Makefile                               |   1 +
 drivers/pwm/pwm-sun8i-r40.c                        | 394 +++++++++++++++++++++
 6 files changed, 442 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-sun8i.txt
 create mode 100644 drivers/pwm/pwm-sun8i-r40.c

-- 
2.7.4

                 reply	other threads:[~2018-01-11 11:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180111113100.GA21386@arx-s1 \
    --to=hao5781286@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.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