From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754735AbdBGRvP (ORCPT ); Tue, 7 Feb 2017 12:51:15 -0500 Received: from mail-lf0-f65.google.com ([209.85.215.65]:33411 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753345AbdBGRvM (ORCPT ); Tue, 7 Feb 2017 12:51:12 -0500 From: lis8215@gmail.com To: linux-sunxi@googlegroups.com Cc: thierry.reding@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com, maxime.ripard@free-electrons.com, wens@csie.org, linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Siarhei Volkau Subject: [PATCH v2 0/4] Add the Allwinner A31/A31s PWM driver Date: Tue, 7 Feb 2017 20:50:42 +0300 Message-Id: <1486489846-662-1-git-send-email-lis8215@gmail.com> X-Mailer: git-send-email 2.4.11 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Siarhei Volkau First of all im sorry for accidentally sent old patch, please ignore them. This is the second version of the sun6i PWM patchset. - added missing documentation changes - dts changes in separate patch Thanks to Julian Calaby for tips. -------------------------- This series of patches introduces support for Allwinner A31 PWM, which is significantly differ from PWM founded in other Allwinner SoCs. Patches 1/4 and 2/4 refactors existing code for easier A31 PWM integration. Patch 3/4 adds support for A31 PWM on top of existing Allwinner PWM driver. Patch 4/4 adds the PWM block to A31/A31s device tree. Siarhei Volkau (4): ARM: pwm: sun4i: unification of register operations for support sun6i. ARM: pwm: sun4i: selectable prescaler table for support sun6i. ARM: pwm: sun6i: add support the Allwinner A31 PWM. ARM: dts: sun6i: Add the PWM block to the A31/A31s. .../devicetree/bindings/pwm/pwm-sun4i.txt | 3 +- arch/arm/boot/dts/sun6i-a31.dtsi | 8 + drivers/pwm/pwm-sun4i.c | 193 ++++++++++++++++++--- 3 files changed, 176 insertions(+), 28 deletions(-) -- 2.4.11