From patchwork Wed Sep 23 22:44:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Li X-Patchwork-Id: 11795747 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A3CD46CA for ; Wed, 23 Sep 2020 22:44:20 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 9D1A123119; Wed, 23 Sep 2020 22:44:20 +0000 (UTC) Delivered-To: soc@kernel.org Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3388B214F1; Wed, 23 Sep 2020 22:44:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3388B214F1 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=nxp.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=leoyang.li@nxp.com Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id A5ECA1A03C6; Thu, 24 Sep 2020 00:44:17 +0200 (CEST) Received: from smtp.na-rdc02.nxp.com (usphx01srsp001v.us-phx01.nxp.com [134.27.49.11]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 6D0231A01F3; Thu, 24 Sep 2020 00:44:17 +0200 (CEST) Received: from right.am.freescale.net (right.am.freescale.net [10.81.116.70]) by usphx01srsp001v.us-phx01.nxp.com (Postfix) with ESMTP id AF61440A63; Wed, 23 Sep 2020 15:44:16 -0700 (MST) From: Li Yang List-Id: To: arm@kernel.org, soc@kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, shawnguo@kernel.org Subject: [GIT PULL] soc/fsl drivers changes for next(v5.10) Date: Wed, 23 Sep 2020 17:44:16 -0500 Message-Id: <20200923224416.25788-1-leoyang.li@nxp.com> X-Mailer: git-send-email 2.25.1.377.g2d2118b MIME-Version: 1.0 X-Virus-Scanned: ClamAV using ClamSMTP 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(-)