From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.dvmed.net (srv5.dvmed.net [207.36.208.214]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6A80DDDF1E for ; Tue, 29 Apr 2008 16:37:21 +1000 (EST) Message-ID: <4816C214.60806@pobox.com> Date: Tue, 29 Apr 2008 02:37:08 -0400 From: Jeff Garzik MIME-Version: 1.0 To: Tejun Heo Subject: Re: [PATCH] devres: support addresses greater than an unsigned long via dev_ioremap References: <4816C094.6030601@gmail.com> In-Reply-To: <4816C094.6030601@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Andrew Morton , Greg KH , Jesse Barnes , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Tejun Heo wrote: > Kumar Gala wrote: >> Use a resource_size_t instead of unsigned long since some arch's are >> capable of having ioremap deal with addresses greater than the size of a >> unsigned long. >> >> Signed-off-by: Kumar Gala > > Acked-by: Tejun Heo Fine with me, too. I think devres changes should go via GregKH (device core) or Jesse (PCI) rather than my libata tree, unless there are obvious dependencies... Jeff