OSDN Git Service

greybus: uart: Relocate UART parity/overrun/framing/break signals
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Mon, 29 Jun 2015 17:09:13 +0000 (18:09 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 1 Jul 2015 02:34:47 +0000 (19:34 -0700)
commit802362d4a621a03b394b3082b40e5471bf5268ad
tree2ef8f830c865d25b1875e14a0d69d8f42b812c8a
parentdccbe40ff97ac24ad8e99486df1cc2143bb99ff7
greybus: uart: Relocate UART parity/overrun/framing/break signals

Parity/overrun/framing and break signals have been moved to the
receive-data message to more easily associate the signals with the TTY API.
Update the definitions in the protocol header and add a flags field to the
receive-data structure to facilitate transmission of those signal with the
receive-data message.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus_protocols.h