From mboxrd@z Thu Jan 1 00:00:00 1970 From: caesar Subject: [PATCH 0/2] This series adds support for Rockchip SoCs integrated PWM. Date: Thu, 17 Jul 2014 14:08:12 +0800 Message-ID: <1405577294-19336-1-git-send-email-caesar.wang@rock-chips.com> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: thierry.reding@gmail.com, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, rdunlap@infradead.org Cc: linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, cf@rock-chips.com, addy.ke@rock-chips.com, xjq@rock-chips.com, huangtao@rock-chips.com, hj@rock-chips.com, caesar List-Id: devicetree@vger.kernel.org This patch would be make applying on the top of Beniamino's submission, the Beniamino's submission come from [1]. [1]: https://git.kernel.org/cgit/linux/kernel/git/thierry.reding/linux-pwm.git/log/?h=for-next Beniamino's submission won't be used from next genenation RK SoCs. So we have to add support to the new pwm version and VOP_PWM for next genenation RK SoCs. Tested on RK3288 SDK board. caesar (2): [PATCH 1/2] pwm: add this series patch to introduce for rk-pwm and vop-pwm [PATCH 2/2] pwm: add this series patch to support for rk-pwm and vop-pwm. .../devicetree/bindings/pwm/pwm-rockchip.txt | 13 ++- drivers/pwm/pwm-rockchip.c | 108 +++++++++++++++++---- 2 files changed, 96 insertions(+), 25 deletions(-) -- 1.9.1 mZ