[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1410808436-21460-1-git-send-email-alexandre.belloni@free-electrons.com>
Date: Mon, 15 Sep 2014 21:13:54 +0200
From: Alexandre Belloni <alexandre.belloni@...e-electrons.com>
To: Thierry Reding <thierry.reding@...il.com>
Cc: Maxime Ripard <maxime.ripard@...e-electrons.com>,
jonsmirl@...il.com, Simon <longsleep@...il.com>,
linux-pwm@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
Alexandre Belloni <alexandre.belloni@...e-electrons.com>
Subject: [PATCHv6 0/2] Add Allwinner SoCs PWM support
Hi,
This patch seseries adds support for the PWM controller found on the Allwinner
SoCs.
The first patch adds the driver itself.
The second patch adds the DT binding documentation
Changes in v6:
- Took into account comments from Thierry
- Removed the prescaler bypass from sun4i (reported by Jon Smirl)
- Rounding period half up when not using the prescaler (reported by Jon Smirl)
- Corrected issues reported by Simon (PWM_PRD_MASK, channel 1 and off-by-one
error)
Alexandre Belloni (2):
pwm: Add Allwinner SoC support
pwm: sunxi: document OF bindings
.../devicetree/bindings/pwm/pwm-sunxi.txt | 20 ++
drivers/pwm/Kconfig | 9 +
drivers/pwm/Makefile | 1 +
drivers/pwm/pwm-sunxi.c | 371 +++++++++++++++++++++
4 files changed, 401 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pwm/pwm-sunxi.txt
create mode 100644 drivers/pwm/pwm-sunxi.c
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists