Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967951Ab3DSIMa (ORCPT ); Fri, 19 Apr 2013 04:12:30 -0400 Received: from na3sys009aog110.obsmtp.com ([74.125.149.203]:39970 "EHLO na3sys009aog110.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967934Ab3DSIM2 (ORCPT ); Fri, 19 Apr 2013 04:12:28 -0400 From: Chao Xie To: , , CC: Chao Xie Subject: [PATCH V2 0/3] pwm: pxa: bug fix and device tree support Date: Fri, 19 Apr 2013 04:08:38 -0400 Message-ID: <1366358921-24478-1-git-send-email-chao.xie@marvell.com> X-Mailer: git-send-email 1.7.4.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 872 Lines: 28 The patches fix some bugs 1. pwm-pxa driver is shared by ARCH_PXA and ARCH_MMP 2. use module_platform_driver for driver register The patches also add device tree support for pwm. V2->V1: remove the redundant initialization. fix device tree support bugs. rebase to for-next Chao Xie (3): pwm: pxa: ARCH_MMP share same pwm driver with ARCH_PXA pwm: pxa: use module_platform_driver for driver register pwm: pxa: add device tree support drivers/pwm/Kconfig | 2 +- drivers/pwm/pwm-pxa.c | 67 +++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 55 insertions(+), 14 deletions(-) -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/