From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Guan Xuetao" Subject: RE: [PATCH 13/17] unicore32 io: redefine __REG(x) and re-use readl/writel funcs Date: Fri, 4 Mar 2011 16:00:55 +0800 Message-ID: <03a101cbda42$4c48b080$e4da1180$@mprc.pku.edu.cn> References: <201102281617.00462.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mprc.pku.edu.cn ([162.105.203.9]:35888 "EHLO mprc.pku.edu.cn" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754237Ab1CDInw (ORCPT ); Fri, 4 Mar 2011 03:43:52 -0500 In-Reply-To: <201102281617.00462.arnd@arndb.de> Content-Language: zh-cn Sender: linux-arch-owner@vger.kernel.org List-ID: To: 'Arnd Bergmann' , 'Guan Xuetao' Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, greg@kroah.com > -----Original Message----- > From: Arnd Bergmann [mailto:arnd@arndb.de] > Sent: Monday, February 28, 2011 11:17 PM > To: Guan Xuetao > Cc: GuanXuetao; linux-kernel@vger.kernel.org; linux-arch@vger.kernel.org; greg@kroah.com > Subject: Re: [PATCH 13/17] unicore32 io: redefine __REG(x) and re-use readl/writel funcs > > On Sunday 27 February 2011, Guan Xuetao wrote: > > From: GuanXuetao > > > > -- by advice of Arnd Bergmann > > > > Signed-off-by: Guan Xuetao > > Reviewed-by: Arnd Bergmann > > I was expecting this to get folded into the patches that introduce the files, > but this way is fine as well. I want to keep the patches for core and additional architecture files stable, so each usage of old __REG macor should be replaced by readl/writel and then generating a big patch. Thanks & Regards. Guan Xuetao