From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Subject: Re: [PATCH 02/18] microblaze: io: remove dummy relaxed accessor macros Date: Tue, 22 Apr 2014 15:53:09 +0200 Message-ID: <53567445.6080909@monstr.eu> References: <1397742261-15621-1-git-send-email-will.deacon@arm.com> <1397742261-15621-3-git-send-email-will.deacon@arm.com> Reply-To: monstr@monstr.eu Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="is7qvWBUfthW23kAviq3HpW74RLXUTjhm" Return-path: In-Reply-To: <1397742261-15621-3-git-send-email-will.deacon@arm.com> Sender: linux-kernel-owner@vger.kernel.org To: Will Deacon Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, arnd@arndb.de, dhowells@redhat.com, broonie@linaro.org, benh@kernel.crashing.org, peterz@infradead.org, paulmck@linux.vnet.ibm.com List-Id: linux-arch.vger.kernel.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --is7qvWBUfthW23kAviq3HpW74RLXUTjhm Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 04/17/2014 03:44 PM, Will Deacon wrote: > These are now defined by asm-generic/io.h, so we don't need the private= > definitions anymore. >=20 > Cc: Michal Simek > Signed-off-by: Will Deacon > --- > arch/microblaze/include/asm/io.h | 8 -------- > 1 file changed, 8 deletions(-) >=20 > diff --git a/arch/microblaze/include/asm/io.h b/arch/microblaze/include= /asm/io.h > index 1e4c3329f62e..2987fd4c73d6 100644 > --- a/arch/microblaze/include/asm/io.h > +++ b/arch/microblaze/include/asm/io.h > @@ -72,12 +72,4 @@ extern void __iomem *ioremap(phys_addr_t address, un= signed long size); > =20 > #include > =20 > -#define readb_relaxed readb > -#define readw_relaxed readw > -#define readl_relaxed readl > - > -#define writeb_relaxed writeb > -#define writew_relaxed writew > -#define writel_relaxed writel > - > #endif /* _ASM_MICROBLAZE_IO_H */ >=20 Acked-by: Michal Simek Thanks, Michal --=20 Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/ Maintainer of Linux kernel - Xilinx Zynq ARM architecture Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform --is7qvWBUfthW23kAviq3HpW74RLXUTjhm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlNWdEUACgkQykllyylKDCEmbgCgnDgZ/ahyF2awb3ZjrolE4T8J QIoAoIJBSaPpprlBLBcwE7lGNvcyyFsV =iUNn -----END PGP SIGNATURE----- --is7qvWBUfthW23kAviq3HpW74RLXUTjhm-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-f48.google.com ([74.125.83.48]:58360 "EHLO mail-ee0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750974AbaDVNxP (ORCPT ); Tue, 22 Apr 2014 09:53:15 -0400 Received: by mail-ee0-f48.google.com with SMTP id b57so4639605eek.35 for ; Tue, 22 Apr 2014 06:53:12 -0700 (PDT) Message-ID: <53567445.6080909@monstr.eu> Date: Tue, 22 Apr 2014 15:53:09 +0200 From: Michal Simek Reply-To: monstr@monstr.eu MIME-Version: 1.0 Subject: Re: [PATCH 02/18] microblaze: io: remove dummy relaxed accessor macros References: <1397742261-15621-1-git-send-email-will.deacon@arm.com> <1397742261-15621-3-git-send-email-will.deacon@arm.com> In-Reply-To: <1397742261-15621-3-git-send-email-will.deacon@arm.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="is7qvWBUfthW23kAviq3HpW74RLXUTjhm" Sender: linux-arch-owner@vger.kernel.org List-ID: To: Will Deacon Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, arnd@arndb.de, dhowells@redhat.com, broonie@linaro.org, benh@kernel.crashing.org, peterz@infradead.org, paulmck@linux.vnet.ibm.com Message-ID: <20140422135309.h5DwsGi7zg4td8cnHi_L6FY5Fdy4jk9h8EfVigYgn4M@z> This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --is7qvWBUfthW23kAviq3HpW74RLXUTjhm Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 04/17/2014 03:44 PM, Will Deacon wrote: > These are now defined by asm-generic/io.h, so we don't need the private= > definitions anymore. >=20 > Cc: Michal Simek > Signed-off-by: Will Deacon > --- > arch/microblaze/include/asm/io.h | 8 -------- > 1 file changed, 8 deletions(-) >=20 > diff --git a/arch/microblaze/include/asm/io.h b/arch/microblaze/include= /asm/io.h > index 1e4c3329f62e..2987fd4c73d6 100644 > --- a/arch/microblaze/include/asm/io.h > +++ b/arch/microblaze/include/asm/io.h > @@ -72,12 +72,4 @@ extern void __iomem *ioremap(phys_addr_t address, un= signed long size); > =20 > #include > =20 > -#define readb_relaxed readb > -#define readw_relaxed readw > -#define readl_relaxed readl > - > -#define writeb_relaxed writeb > -#define writew_relaxed writew > -#define writel_relaxed writel > - > #endif /* _ASM_MICROBLAZE_IO_H */ >=20 Acked-by: Michal Simek Thanks, Michal --=20 Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/ Maintainer of Linux kernel - Xilinx Zynq ARM architecture Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform --is7qvWBUfthW23kAviq3HpW74RLXUTjhm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlNWdEUACgkQykllyylKDCEmbgCgnDgZ/ahyF2awb3ZjrolE4T8J QIoAoIJBSaPpprlBLBcwE7lGNvcyyFsV =iUNn -----END PGP SIGNATURE----- --is7qvWBUfthW23kAviq3HpW74RLXUTjhm--