Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755341Ab2HVCW5 (ORCPT ); Tue, 21 Aug 2012 22:22:57 -0400 Received: from mail-gg0-f174.google.com ([209.85.161.174]:61733 "EHLO mail-gg0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754558Ab2HVCWz (ORCPT ); Tue, 21 Aug 2012 22:22:55 -0400 MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 22 Aug 2012 10:22:54 +0800 Message-ID: Subject: Re: FW: [PATCH V5 0/5] clk: mmp: add clock framework for mmp From: Chao Xie To: mturquette@ti.com, haojian.zhuang@gmail.com, mturquette@linaro.org, viresh.linux@gmail.com, s.hauer@pengutronix.de, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, chao.xie@marvell.com Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1392 Lines: 41 > -----Original Message----- > From: Arnd Bergmann [mailto:arnd@arndb.de] > Sent: Monday, August 20, 2012 1:39 PM > To: Chao Xie > Cc: haojian.zhuang@gmail.com; mturquette@linaro.org; viresh.linux@gmail.com; s.hauer@pengutronix.de; linux-kernel@vger.kernel.org; linux-arm-kernel@lists.infradead.org; Chao Xie > Subject: Re: [PATCH V5 0/5] clk: mmp: add clock framework for mmp > > On Monday 20 August 2012, Chao Xie wrote: >> >> From: Chao Xie >> >> v1->v2: >> replace __raw_xxx with xxx_relax >> use ioremap to remap the registers. Finaly it will use device tree to >> get the physical address. >> do not use macro to register clocks, and directly call the functions. >> >> v2->v3: >> pxa910 will have APB extension clock, so some peripharals will have >> clocks in APB extension base. >> change pxa168-pwm to be pxa910-pwm for pxa910. It will fit the current >> pwm driver. >> >> v3->v4: >> remove addtional clock name definition >> replace left __raw_xxx >> >> v4->v5: >> change the format of the file >> > > Reviewed-by: Arnd Bergmann > > Arnd Who will be responsible for merging these patches? -- 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/