Hi soc maintainers, Please merge the following new changes for soc/fsl drivers.
Regards, Leo The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-next-v5.10 for you to fetch changes up to d97b957e32b1e7527a9b6652fa6e795f2861df7d: soc: fsl: qe: Remove unnessesary check in ucc_set_tdm_rxtx_clk (2020-09-22 18:25:29 -0500) ---------------------------------------------------------------- NXP/FSL SoC driver updates for v5.10 Fix various compile warnings and static analysis warnings for: - QBMan driver - DPIO driver - QE driver ---------------------------------------------------------------- Jason Yan (1): soc: fsl: dpio: remove set but not used 'addr_cena' Krzysztof Kozlowski (1): soc: fsl: qbman: Fix return value on success Li Yang (1): soc: fsl: qman: fix -Wpacked-not-aligned warnings Liu Shixin (1): soc: fsl: qman: convert to use be32_add_cpu() Wang Hai (1): soc: fsl: qe: Remove unnessesary check in ucc_set_tdm_rxtx_clk drivers/soc/fsl/dpio/qbman-portal.c | 2 -- drivers/soc/fsl/qbman/bman.c | 2 +- drivers/soc/fsl/qbman/qman_test_api.c | 2 +- drivers/soc/fsl/qe/ucc.c | 2 +- include/soc/fsl/qman.h | 4 ++-- 5 files changed, 5 insertions(+), 7 deletions(-)