From patchwork Fri Jan 7 03:37:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Li X-Patchwork-Id: 12706156 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 A98AEC433EF for ; Fri, 7 Jan 2022 03:39:21 +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=7qicGKB9ctLShtTcUsF0XgXpMhUv+710wEdjCYFlrWQ=; b=2XR/b5VnQfsNhS AxB1S7pFPp7HP2o//jmBht+YUyY7rgEZ9hq7dEOcH91AkqLFvS5eGp3EH9hTAqJt/nOYoEeeXANOG SlF6fb7mwNDXrpLUpwGBFa3yVc28xAx4bUOKggkc8muET6CtSaD493xDySmkCigi8NB1abAoYpI6g Zr+b2lUVwfyfwsnUUQqDpTlktTsXmf9CcG40tB44AgLlHQaovQ9+qizJ6cVB5jMLd+uHNHnCn7rJK tTXZNJCkiUsk/5VZuNtxbq/iNEJ6zrw5qZnSAnrSaTwJilxu599+V6UtivV3vG7TG9o120chrW37o qEjsMqg5cVuGGzNEoFFQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n5g4W-002B2t-Sh; Fri, 07 Jan 2022 03:37:44 +0000 Received: from inva020.nxp.com ([92.121.34.13]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n5g4T-002B1p-Qe for linux-arm-kernel@lists.infradead.org; Fri, 07 Jan 2022 03:37:43 +0000 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id A1F741A0307; Fri, 7 Jan 2022 04:37:37 +0100 (CET) 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 6873D1A0246; Fri, 7 Jan 2022 04:37:37 +0100 (CET) Received: from right.am.freescale.net (right.am.freescale.net [10.81.116.142]) by usphx01srsp001v.us-phx01.nxp.com (Postfix) with ESMTP id 7426F4030F; Thu, 6 Jan 2022 20:37:36 -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(v5.17) Date: Thu, 6 Jan 2022 21:37:36 -0600 Message-Id: <20220107033736.26762-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-20220106_193742_027558_38C6BA29 X-CRM114-Status: UNSURE ( 9.72 ) 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 fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-next-v5.17 for you to fetch changes up to 1ce93cb102e7fcf5d1849044d23ce92b5a71040a: soc: fsl: qe: Check of ioremap return value (2022-01-06 20:53:18 -0600) ---------------------------------------------------------------- NXP/FSL SoC driver updates for v5.17 - Add new SoC compatible in existing binding - Replace kernel.h with the necessary inclusions - MAINTAINERS file fixes - Fix memory allocation failure check in guts driver - Various cleanups and minor fixes ---------------------------------------------------------------- Andy Shevchenko (3): soc: fsl: Replace kernel.h with the necessary inclusions soc: fsl: Correct MAINTAINERS database (QUICC ENGINE LIBRARY) soc: fsl: Correct MAINTAINERS database (SOC) Christophe JAILLET (2): soc: fsl: guts: Revert commit 3c0d64e867ed soc: fsl: guts: Add a missing memory allocation failure check Jason Wang (1): soc: fsl: qe: fix typo in a comment Jiasheng Jiang (1): soc: fsl: qe: Check of ioremap return value Li Yang (2): dt-bindings: qoriq-clock: add missing compatible for lx2160a dt-bindings: fsl,layerscape-dcfg: add missing compatible for lx2160a .../bindings/arm/freescale/fsl,layerscape-dcfg.txt | 2 +- Documentation/devicetree/bindings/clock/qoriq-clock.txt | 1 + MAINTAINERS | 4 ++-- drivers/soc/fsl/guts.c | 14 +++++++++----- drivers/soc/fsl/qe/qe.c | 4 ++-- drivers/soc/fsl/qe/qe_io.c | 2 ++ include/soc/fsl/dpaa2-fd.h | 3 ++- include/soc/fsl/qe/immap_qe.h | 3 ++- include/soc/fsl/qe/qe_tdm.h | 4 +++- include/soc/fsl/qe/ucc_fast.h | 2 +- include/soc/fsl/qe/ucc_slow.h | 2 +- 11 files changed, 26 insertions(+), 15 deletions(-)