From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sat, 12 Sep 2015 09:36:35 +0200 Subject: [U-Boot] [PATCH] arm/asm: Data types defined for 64 bit Physical Address In-Reply-To: <1441788325-43524-1-git-send-email-Qianyu.Gong@freescale.com> References: <1441788325-43524-1-git-send-email-Qianyu.Gong@freescale.com> Message-ID: <20150912093635.1a23fefe@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Gong Qianyu, On Wed, 9 Sep 2015 16:45:25 +0800, Gong Qianyu wrote: > From: Aneesh Bansal > > Data types and I/O functions have been defined for 64 bit > addresses in ARM. > > Signed-off-by: Aneesh Bansal > Signed-off-by: Gong Qianyu > --- > arch/arm/include/asm/io.h | 4 +++- > arch/arm/include/asm/types.h | 13 ++++++++----- > 2 files changed, 11 insertions(+), 6 deletions(-) I suspect this is needed for some other patch(es) actually using these new types. Please post a series where the patch adding types and the patch(es) which use them, otherwise this patch is simply dead code. Amicalement, -- Albert.