From patchwork Wed Jun 21 22:25:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Leo Li X-Patchwork-Id: 13287993 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 65653EB64D7 for ; Wed, 21 Jun 2023 22:25:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=klCmf0q4bfAxN+EHf32rbBM29vgXTDpySFYk/0y8RQw=; b=dvKtQ7UaooK/8z sC30HuLLkHOe3MKfq6Q9GcdtmNHVT001QXsmA4BXpML86XLnPPw6lddWpA2EvL1xbp+9mqOAssXBs /rpDITouwjFGYGUMZgEqnX5MSg7tyI8Kb7KlsWuXskiQdeB/tjNxu6rtte1hUJSNUFakMwT8+IvZG sYdg3ONCZW6wAWMo1PePJi8jrejTeASX8ezCyahEhOmE1076crvm07iK1BmKnYtC8sigcazn6hkUY TNDDZTcUizUB6g2Fu3DrdyVf6dUkPfZu4gc5zAC9RAEQ60mEiaXBLo4rFzRD8I9NsKLKsKLuEZtSG nPG0hebal1VZIxFrde8w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qC6GJ-00Fu7q-0R; Wed, 21 Jun 2023 22:25:15 +0000 Received: from inva021.nxp.com ([92.121.34.21]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qC6GF-00Fu60-34 for linux-arm-kernel@lists.infradead.org; Wed, 21 Jun 2023 22:25:13 +0000 Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 3D89F2009E4; Thu, 22 Jun 2023 00:25:05 +0200 (CEST) Received: from smtp.na-rdc02.nxp.com (usphx01srsp001v.us-phx01.nxp.com [134.27.49.11]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 0194F200359; Thu, 22 Jun 2023 00:25:05 +0200 (CEST) Received: from right.am.freescale.net (right.am.freescale.net [10.81.116.134]) by usphx01srsp001v.us-phx01.nxp.com (Postfix) with ESMTP id D4B304058C; Wed, 21 Jun 2023 15:25:03 -0700 (MST) From: Li Yang 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(v6.5) Date: Wed, 21 Jun 2023 17:25:03 -0500 Message-Id: <20230621222503.12402-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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230621_152512_128446_508536BB X-CRM114-Status: UNSURE ( 8.98 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi soc maintainers, Please merge the following new changes for soc/fsl drivers. Regards, Leo The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-next-v6.5 for you to fetch changes up to fb9c384625dd604e8a5be1f42b35e83104b90670: bus: fsl-mc: fsl-mc-allocator: Drop a write-only variable (2023-06-08 17:56:26 -0500) ---------------------------------------------------------------- NXP/FSL SoC driver updates for v6.5 - fsl-mc: Make remove function return void - QE USB: fix build issue caused by missing dependency ---------------------------------------------------------------- Randy Dunlap (1): soc/fsl/qe: fix usb.c build errors Uwe Kleine-König (8): bus: fsl-mc: Only warn once about errors on device unbind bus: fsl-mc: dprc: Push down error message from fsl_mc_driver_remove() bus: fsl-mc: fsl-mc-allocator: Drop if block with always wrong condition bus: fsl-mc: fsl-mc-allocator: Improve error reporting soc: fsl: dpio: Suppress duplicated error reporting on device remove bus: fsl-mc: Make remove function return void bus: fsl-mc: fsl-mc-allocator: Initialize mc_bus_dev before use bus: fsl-mc: fsl-mc-allocator: Drop a write-only variable drivers/bus/fsl-mc/dprc-driver.c | 12 ++++---- drivers/bus/fsl-mc/fsl-mc-allocator.c | 35 +++++++++++----------- drivers/bus/fsl-mc/fsl-mc-bus.c | 7 +---- drivers/crypto/caam/caamalg_qi2.c | 4 +-- drivers/dma/fsl-dpaa2-qdma/dpaa2-qdma.c | 4 +-- drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c | 4 +-- drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.c | 4 +-- .../net/ethernet/freescale/dpaa2/dpaa2-switch.c | 4 +-- drivers/soc/fsl/dpio/dpio-driver.c | 8 +---- drivers/soc/fsl/qe/Kconfig | 1 + drivers/vfio/fsl-mc/vfio_fsl_mc.c | 3 +- include/linux/fsl/mc.h | 2 +- 12 files changed, 32 insertions(+), 56 deletions(-)