From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2 05/10] net: dm9000: use io{read,write}*_rep accessors Date: Mon, 10 Dec 2012 15:47:28 -0500 (EST) Message-ID: <20121210.154728.1064961726249039464.davem@davemloft.net> References: <1355166762-15133-1-git-send-email-will.deacon@arm.com> <1355166762-15133-6-git-send-email-will.deacon@arm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1355166762-15133-6-git-send-email-will.deacon@arm.com> Sender: linux-kernel-owner@vger.kernel.org To: will.deacon@arm.com Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, benh@kernel.crashing.org, arnd@arndb.de, james.hogan@imgtec.com, matthew@mattleach.net, netdev@vger.kernel.org List-Id: linux-arch.vger.kernel.org From: Will Deacon Date: Mon, 10 Dec 2012 19:12:37 +0000 > From: Matthew Leach > > The {read,write}s{b,w,l} operations are not defined by all > architectures and are being removed from the asm-generic/io.h > interface. > > This patch replaces the usage of these string functions in the default > DM9000 accessors with io{read,write}{8,16,32}_rep calls instead. This > is required as the dm9000 driver is in use by the blackfin > architecture which uses the asm-generic io accessors. > > Cc: Arnd Bergmann > Cc: Ben Herrenschmidt > Cc: David Miller > Cc: netdev@vger.kernel.org > Signed-off-by: Matthew Leach > Signed-off-by: Will Deacon Applied. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([149.20.54.216]:59796 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751472Ab2LJUra (ORCPT ); Mon, 10 Dec 2012 15:47:30 -0500 Date: Mon, 10 Dec 2012 15:47:28 -0500 (EST) Message-ID: <20121210.154728.1064961726249039464.davem@davemloft.net> Subject: Re: [PATCH v2 05/10] net: dm9000: use io{read,write}*_rep accessors From: David Miller In-Reply-To: <1355166762-15133-6-git-send-email-will.deacon@arm.com> References: <1355166762-15133-1-git-send-email-will.deacon@arm.com> <1355166762-15133-6-git-send-email-will.deacon@arm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: will.deacon@arm.com Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, benh@kernel.crashing.org, arnd@arndb.de, james.hogan@imgtec.com, matthew@mattleach.net, netdev@vger.kernel.org Message-ID: <20121210204728.mudUOst796cLDRQD7p7cbnzpfragxfwZ1jizVzIwKgw@z> From: Will Deacon Date: Mon, 10 Dec 2012 19:12:37 +0000 > From: Matthew Leach > > The {read,write}s{b,w,l} operations are not defined by all > architectures and are being removed from the asm-generic/io.h > interface. > > This patch replaces the usage of these string functions in the default > DM9000 accessors with io{read,write}{8,16,32}_rep calls instead. This > is required as the dm9000 driver is in use by the blackfin > architecture which uses the asm-generic io accessors. > > Cc: Arnd Bergmann > Cc: Ben Herrenschmidt > Cc: David Miller > Cc: netdev@vger.kernel.org > Signed-off-by: Matthew Leach > Signed-off-by: Will Deacon Applied.