mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
08b3485540
Make gb-beagleplay greybus spec compliant by moving cport information to
transport layer instead of using `header->pad` bytes.
Greybus HDLC frame now has the following payload:
1. le16 cport
2. gb_operation_msg_hdr msg_header
3. u8 *msg_payload
Fixes:
|
||
---|---|---|
.. | ||
arpc.h | ||
bundle.c | ||
connection.c | ||
control.c | ||
core.c | ||
debugfs.c | ||
es2.c | ||
gb-beagleplay.c | ||
greybus_trace.h | ||
hd.c | ||
interface.c | ||
Kconfig | ||
Makefile | ||
manifest.c | ||
module.c | ||
operation.c | ||
svc.c | ||
svc_watchdog.c |