Re: [PATCH] dev/sc16is752: Add name space for field names.

2018-08-15 Thread Joel Sherrill
Thanks Christian! This does indeed resolve the warning on psim so it should be ok on all other powerpc BSPs. I will build all powerpc BSPs to double check and then push. --joel On Wed, Aug 15, 2018 at 5:26 AM, wrote: > From: Christian Mauderer > > The field names for the registers generated a

[PATCH] dev/sc16is752: Add name space for field names.

2018-08-15 Thread list
From: Christian Mauderer The field names for the registers generated a name collision (MSR_RI on the power pc). This patch adds a SC16IS752_ prefix for all field names. Closes #3501. --- cpukit/dev/serial/sc16is752-regs.h | 108 ++--- cpukit/dev/serial/sc16is752.c |