commit | 009447a038ec98cd11074e78a85ffd71f5c84d3b | [log] [tgz] |
---|---|---|
author | Horia Geantă <horia.geanta@nxp.com> | Wed Sep 12 11:59:28 2018 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Sep 21 13:24:50 2018 +0800 |
tree | 3a005dda428adf1894cfa8849e1c4fcb2ee77c23 | |
parent | 48c43de0b5981e84e187a239a9a96c1a6cad8f52 [diff] |
soc: fsl: dpio: add frame list format support Add support for dpaa2_fd_list format, i.e. dpaa2_fl_entry structure and accessors. Frame list entries (FLEs) are similar, but not identical to FDs: + "F" (final) bit - FMT[b'01] is reserved - DD, SC, DROPP bits (covered by "FD compatibility" field in FLE case) - FLC[5:0] not used for stashing Signed-off-by: Horia Geantă <horia.geanta@nxp.com> Acked-by: Li Yang <leoyang.li@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>