On Mon, Dec 11, 2023 at 12:24:18PM +0530, Ayush Singh wrote:
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:
- le16 cport
- gb_operation_msg_hdr msg_header
- u8 *msg_payload
Fixes: ec558bbfea67 ("greybus: Add BeaglePlay Linux Driver") Signed-off-by: Ayush Singh ayushdevel1325@gmail.com
drivers/greybus/gb-beagleplay.c | 55 ++++++++++++++++++++++++--------- 1 file changed, 41 insertions(+), 14 deletions(-)
This doesn't apply against my char-misc-next branch at all, what did you generate it against?
thanks,
greg k-h