Re: [U-Boot] [PATCH v2 14/51] x86: Rename PORT_RESET to IO_PORT_RESET

2016-03-13 Thread Bin Meng
On Mon, Mar 14, 2016 at 12:37 PM, Bin Meng wrote: > On Sat, Mar 12, 2016 at 1:06 PM, Simon Glass wrote: >> This same name is used in USB. Add a prefix to distinguish it. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: None >> >> arch/x86/cpu/cpu.c | 4 ++-- >> arch/x8

Re: [U-Boot] [PATCH v2 14/51] x86: Rename PORT_RESET to IO_PORT_RESET

2016-03-13 Thread Bin Meng
On Sat, Mar 12, 2016 at 1:06 PM, Simon Glass wrote: > This same name is used in USB. Add a prefix to distinguish it. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/cpu/cpu.c | 4 ++-- > arch/x86/cpu/intel_common/cpu.c | 4 ++-- > arch/x86/include/asm/pro

[U-Boot] [PATCH v2 14/51] x86: Rename PORT_RESET to IO_PORT_RESET

2016-03-11 Thread Simon Glass
This same name is used in USB. Add a prefix to distinguish it. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/cpu/cpu.c | 4 ++-- arch/x86/cpu/intel_common/cpu.c | 4 ++-- arch/x86/include/asm/processor.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) dif