From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752115AbaJSS2i (ORCPT ); Sun, 19 Oct 2014 14:28:38 -0400 Received: from top.free-electrons.com ([176.31.233.9]:53365 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751583AbaJSS2f (ORCPT ); Sun, 19 Oct 2014 14:28:35 -0400 From: Alexandre Belloni To: Thierry Reding Cc: Maxime Ripard , jonsmirl@gmail.com, Simon , linux-pwm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Alexandre Belloni Subject: [PATCHv8 0/2] Add Allwinner SoCs PWM support Date: Sun, 19 Oct 2014 20:28:23 +0200 Message-Id: <1413743305-1979-1-git-send-email-alexandre.belloni@free-electrons.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This patch series 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 v8: - renamed the driver sun4i as the PWM IP is different in the next sunxi SoCs - Took into account comments from Thierry Alexandre Belloni (2): pwm: Add Allwinner SoC support pwm: sunxi: document OF bindings .../devicetree/bindings/pwm/pwm-sun4i.txt | 20 ++ drivers/pwm/Kconfig | 9 + drivers/pwm/Makefile | 1 + drivers/pwm/pwm-sun4i.c | 371 +++++++++++++++++++++ 4 files changed, 401 insertions(+) create mode 100644 Documentation/devicetree/bindings/pwm/pwm-sun4i.txt create mode 100644 drivers/pwm/pwm-sun4i.c -- 1.9.1