commit | 60d6702464b9d667312035eb3bd9d390af9626dd | [log] [tgz] |
---|---|---|
author | Stefan Wahren <stefan.wahren@i2se.com> | Mon May 29 13:57:19 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue May 30 13:57:30 2017 -0400 |
tree | 83741bcd9a1371592442a2bb5ee3afe0079425a7 | |
parent | f1789286e0200f6a40fc20b05ee0e5e62d044a9e [diff] |
net: qualcomm: prepare frame decoding for UART driver Unfortunately the frame format is not exactly identical between SPI and UART. In case of SPI there is an additional HW length at the beginning. So store the initial state to make the decoding state machine more flexible and easy to extend for UART support. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: David S. Miller <davem@davemloft.net>