Ticket 2897

2017-04-10 Thread Kirspel, Kevin
I will be sending a small patch for ticket 2897. It updates the default initialization of the termios structure. I know Sebastian is out on holiday so if someone can process the patch through the ticket I would appreciated it. Kevin Kirspel Electrical Engineer - Sr. Staff Idexx Roswell 235 Hem

[PATCH] Updating default termios initialization for dedicated input/output baud rates

2017-04-10 Thread Kevin Kirspel
--- cpukit/libcsupport/src/termios.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cpukit/libcsupport/src/termios.c b/cpukit/libcsupport/src/termios.c index 6557135..2fb9d4f 100644 --- a/cpukit/libcsupport/src/termios.c +++ b/cpukit/libcsupport/src/termios.c @@ -578,10 +5

Re: Ticket 2897

2017-04-10 Thread Joel Sherrill
Done. I edited the message a bit to include the ticket. --joel On Mon, Apr 10, 2017 at 8:36 AM, Kirspel, Kevin wrote: > I will be sending a small patch for ticket 2897. It updates the default > initialization of the termios structure. I know Sebastian is out on > holiday so if someone can pr

Re: [PATCH 1/9] libbsp/powerpc/./pci/detect_raven_bridge.c: Use inttypes.h to fix 1 warning.

2017-04-10 Thread Joel Sherrill
All of these patches look good to me. I will try to apply them today. Thanks. --joel On Sat, Apr 8, 2017 at 6:30 AM, Cillian O'Donnell wrote: > --- > c/src/lib/libbsp/powerpc/shared/pci/detect_raven_bridge.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/c/src/lib/