From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 0/2] sunxi: add PWM driver for A64
Date: Tue, 15 May 2018 08:37:54 +0200 [thread overview]
Message-ID: <20180515083754.50940be1@crub> (raw)
In-Reply-To: <20180514151621.7188-1-anarsoul@gmail.com>
On Mon, 14 May 2018 08:16:19 -0700
Vasily Khoruzhick anarsoul at gmail.com wrote:
> This series introduces a PWM driver for Allwinner A64.
>
> This driver can be used to control backlight on Pinebook
>
> v4: use the same binding as in Linux
>
> Vasily Khoruzhick (2):
> pwm: sunxi: add support for PWM found on Allwinner A64
> dts: sunxi: add PWM node for sun50i
>
> arch/arm/dts/sun50i-a64.dtsi | 9 ++
> arch/arm/include/asm/arch-sunxi/gpio.h | 1 +
> arch/arm/include/asm/arch-sunxi/pwm.h | 12 ++
> drivers/pwm/Kconfig | 7 +
> drivers/pwm/Makefile | 1 +
> drivers/pwm/sunxi_pwm.c | 178 +++++++++++++++++++++++++
> 6 files changed, 208 insertions(+)
> create mode 100644 drivers/pwm/sunxi_pwm.c
Series applied to u-boot-video/master, thanks!
--
Anatolij
prev parent reply other threads:[~2018-05-15 6:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-14 15:16 [U-Boot] [PATCH v4 0/2] sunxi: add PWM driver for A64 Vasily Khoruzhick
2018-05-14 15:16 ` [U-Boot] [PATCH v4 1/2] pwm: sunxi: add support for PWM found on Allwinner A64 Vasily Khoruzhick
2018-05-15 6:45 ` Jagan Teki
2018-05-14 15:16 ` [U-Boot] [PATCH v4 2/2] dts: sunxi: add PWM node for sun50i Vasily Khoruzhick
2018-05-15 6:37 ` Anatolij Gustschin [this message]
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=20180515083754.50940be1@crub \
--to=agust@denx.de \
--cc=u-boot@lists.denx.de \
/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.