* endianness fixes to ensure correct handling on little endian CPUs, as the qman h/w is big endian; * removal of a platform device hack that may fail, used for dma mapping; * various fixes and code cleanup;
Claudiu Manoil (15): soc/qman: Fix h/w resource cleanup error path handling soc/qbman: Fix resource leak on portal probing error path soc/qman: Fix struct qm_fqd set accessor for context_a soc/qman: Fix direct access to fd's addr_lo, use proper accesor soc/qman: test: Fix implementation of fd_cmp() soc/qman: Don't add a new platform device for dma mapping soc/qman: test: Don't use dummy platform device for dma mapping soc/qman: Remove redundant checks from qman_create_cgr() soc/qman: Remove unused struct qm_mcc* layouts soc/qman: Fix accesses to fqid, cleanup soc/qman: Drop unused field from eqcr/dqrr descriptors soc/qbman: Handle endianness of qm/bm_in/out() soc/qman: Change remaining contextB into context_b soc/qman: Clean up CGR CSCN target update operations soc/qman: Handle endianness of h/w descriptors Madalin Bucur (2): soc/qman: Check ioremap return value soc/qman: Replace of_get_property() with portable equivalent drivers/soc/fsl/qbman/bman.c | 6 +- drivers/soc/fsl/qbman/bman_portal.c | 17 ++- drivers/soc/fsl/qbman/dpaa_sys.h | 1 + drivers/soc/fsl/qbman/qman.c | 231 +++++++++++++++----------------- drivers/soc/fsl/qbman/qman_ccsr.c | 3 + drivers/soc/fsl/qbman/qman_portal.c | 41 ++++-- drivers/soc/fsl/qbman/qman_priv.h | 17 +-- drivers/soc/fsl/qbman/qman_test_api.c | 27 ++-- drivers/soc/fsl/qbman/qman_test_stash.c | 36 +++-- include/soc/fsl/qman.h | 62 +++++---- 10 files changed, 231 insertions(+), 210 deletions(-) -- 1.7.11.7