Re: [PATCH] arm64: errata: Provide macro for major and minor cpu revisions

2017-01-12 Thread Robert Richter
On 12.01.17 15:33:15, Will Deacon wrote: > On Wed, Jan 11, 2017 at 01:11:42PM +0100, Robert Richter wrote: > > Definition of cpu ranges are hard to read if the cpu variant is not > > zero. Provide MIDR_CPU_FULL_REV() macro to describe the full hardware > > revision of a cpu including variant and

Re: [PATCH] arm64: errata: Provide macro for major and minor cpu revisions

2017-01-12 Thread Robert Richter
On 12.01.17 15:33:15, Will Deacon wrote: > On Wed, Jan 11, 2017 at 01:11:42PM +0100, Robert Richter wrote: > > Definition of cpu ranges are hard to read if the cpu variant is not > > zero. Provide MIDR_CPU_FULL_REV() macro to describe the full hardware > > revision of a cpu including variant and

Re: [PATCH] arm64: errata: Provide macro for major and minor cpu revisions

2017-01-12 Thread Will Deacon
On Wed, Jan 11, 2017 at 01:11:42PM +0100, Robert Richter wrote: > Definition of cpu ranges are hard to read if the cpu variant is not > zero. Provide MIDR_CPU_FULL_REV() macro to describe the full hardware > revision of a cpu including variant and (minor) revision. > > Signed-off-by: Robert

Re: [PATCH] arm64: errata: Provide macro for major and minor cpu revisions

2017-01-12 Thread Will Deacon
On Wed, Jan 11, 2017 at 01:11:42PM +0100, Robert Richter wrote: > Definition of cpu ranges are hard to read if the cpu variant is not > zero. Provide MIDR_CPU_FULL_REV() macro to describe the full hardware > revision of a cpu including variant and (minor) revision. > > Signed-off-by: Robert

[PATCH] arm64: errata: Provide macro for major and minor cpu revisions

2017-01-11 Thread Robert Richter
Definition of cpu ranges are hard to read if the cpu variant is not zero. Provide MIDR_CPU_FULL_REV() macro to describe the full hardware revision of a cpu including variant and (minor) revision. Signed-off-by: Robert Richter --- arch/arm64/include/asm/cputype.h | 3 +++

[PATCH] arm64: errata: Provide macro for major and minor cpu revisions

2017-01-11 Thread Robert Richter
Definition of cpu ranges are hard to read if the cpu variant is not zero. Provide MIDR_CPU_FULL_REV() macro to describe the full hardware revision of a cpu including variant and (minor) revision. Signed-off-by: Robert Richter --- arch/arm64/include/asm/cputype.h | 3 +++