RE: [PATCH/RESEND V4 2/3] ARM64 LPC: Add missing range exception for special ISA

2016-11-02 Thread Gabriele Paoloni
zourongr...@gmail.com; > John Garry; Gabriele Paoloni; zhichang.yua...@gmail.com; > kant...@163.com; xuwei (O) > Subject: Re: [PATCH/RESEND V4 2/3] ARM64 LPC: Add missing range > exception for special ISA > > On Tue, Nov 01, 2016 at 09:28:45PM +0800, zhichang.yuan wrote: >

RE: [PATCH/RESEND V4 2/3] ARM64 LPC: Add missing range exception for special ISA

2016-11-02 Thread Gabriele Paoloni
zourongr...@gmail.com; > John Garry; Gabriele Paoloni; zhichang.yua...@gmail.com; > kant...@163.com; xuwei (O) > Subject: Re: [PATCH/RESEND V4 2/3] ARM64 LPC: Add missing range > exception for special ISA > > On Tue, Nov 01, 2016 at 09:28:45PM +0800, zhichang.yuan wrote: >

Re: [PATCH/RESEND V4 2/3] ARM64 LPC: Add missing range exception for special ISA

2016-11-01 Thread Bjorn Helgaas
On Tue, Nov 01, 2016 at 09:28:45PM +0800, zhichang.yuan wrote: > Currently if the range property is not specified of_translate_one > returns an error. There are some special devices that work on a > range of I/O ports where it's is not correct to specify a range > property as the cpu addresses are

Re: [PATCH/RESEND V4 2/3] ARM64 LPC: Add missing range exception for special ISA

2016-11-01 Thread Bjorn Helgaas
On Tue, Nov 01, 2016 at 09:28:45PM +0800, zhichang.yuan wrote: > Currently if the range property is not specified of_translate_one > returns an error. There are some special devices that work on a > range of I/O ports where it's is not correct to specify a range > property as the cpu addresses are

Re: [PATCH/RESEND V4 2/3] ARM64 LPC: Add missing range exception for special ISA

2016-11-01 Thread kbuild test robot
Hi zhichang.yuan, [auto build test ERROR on arm64/for-next/core] [also build test ERROR on v4.9-rc3 next-20161028] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for

Re: [PATCH/RESEND V4 2/3] ARM64 LPC: Add missing range exception for special ISA

2016-11-01 Thread kbuild test robot
Hi zhichang.yuan, [auto build test ERROR on arm64/for-next/core] [also build test ERROR on v4.9-rc3 next-20161028] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for

Re: [PATCH/RESEND V4 2/3] ARM64 LPC: Add missing range exception for special ISA

2016-11-01 Thread kbuild test robot
Hi zhichang.yuan, [auto build test ERROR on arm64/for-next/core] [also build test ERROR on v4.9-rc3 next-20161028] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for

Re: [PATCH/RESEND V4 2/3] ARM64 LPC: Add missing range exception for special ISA

2016-11-01 Thread kbuild test robot
Hi zhichang.yuan, [auto build test ERROR on arm64/for-next/core] [also build test ERROR on v4.9-rc3 next-20161028] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for

[PATCH/RESEND V4 2/3] ARM64 LPC: Add missing range exception for special ISA

2016-11-01 Thread zhichang.yuan
Currently if the range property is not specified of_translate_one returns an error. There are some special devices that work on a range of I/O ports where it's is not correct to specify a range property as the cpu addresses are used by special accessors. Here we add a new exception in

[PATCH/RESEND V4 2/3] ARM64 LPC: Add missing range exception for special ISA

2016-11-01 Thread zhichang.yuan
Currently if the range property is not specified of_translate_one returns an error. There are some special devices that work on a range of I/O ports where it's is not correct to specify a range property as the cpu addresses are used by special accessors. Here we add a new exception in