From patchwork Mon May 20 19:52:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Li X-Patchwork-Id: 1102334 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=nxp.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="omBQ0xAy"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4578gb2Gdjz9s9T for ; Tue, 21 May 2019 05:52:27 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject: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=J0HUvCDWNFEok6bUpRN7wQdi+y4DX2kj/yI0dBhomT0=; b=omB Q0xAyvxE9pyFNwcz2hPSWe/aSeVc8x/jn/WeoacJoP6l130UDyDNzJ+Q2Ftl8lw70a1JHxXgtemOg IEC5/N2CW8XIzRJFSepXzDHAruIerwaQm7aUGdftKpObcSm+M019+PMcR+s/ISGarGk6UkUVn9aMD udG2LTWPyfFmhX3ESAtwGOWXJuJJtKDsccfd8BOoSzaHj5OLTDcCxK5OInwgosfbkliah5j75VD6U UHMkhm4UatmTauQpmytABknJO9s+kETmyORo2CscDdeVAHnhtZHHmxWVrDlA6zsjeOta9wKDovup6 Mp74hQFXAlJyZ92ikF4RSUhdsa+qqKg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hSoKd-0006QX-0D; Mon, 20 May 2019 19:52:23 +0000 Received: from inva021.nxp.com ([92.121.34.21]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hSoKa-0006QC-72 for linux-arm-kernel@lists.infradead.org; Mon, 20 May 2019 19:52:21 +0000 Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id CFFE4200281; Mon, 20 May 2019 21:52:16 +0200 (CEST) Received: from smtp.na-rdc02.nxp.com (inv1260.us-phx01.nxp.com [134.27.49.11]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 961EA20027D; Mon, 20 May 2019 21:52:16 +0200 (CEST) Received: from someleo.am.freescale.net (someleo.am.freescale.net [10.81.32.93]) by inv1260.us-phx01.nxp.com (Postfix) with ESMTP id D956040CF2; Mon, 20 May 2019 12:52:15 -0700 (MST) From: Li Yang To: arm@kernel.org Subject: [GIT PULL] updates to soc/fsl drivers for v5.3 Date: Mon, 20 May 2019 14:52:15 -0500 Message-Id: <20190520195215.26515-1-leoyang.li@nxp.com> X-Mailer: git-send-email 2.17.1 X-Virus-Scanned: ClamAV using ClamSMTP X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190520_125220_395490_29B5FA4F X-CRM114-Status: GOOD ( 12.30 ) X-Spam-Score: -2.3 (--) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (-2.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [92.121.34.21 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: shawnguo@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org Hi arm-soc maintainers, This is a rebase of patches that missed 5.2 merge window. Please help to review and merge it. Thanks. Regards, Leo The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9: Linux 5.2-rc1 (2019-05-19 15:47:09 -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.3 for you to fetch changes up to 5d1d046e2868fc876a69231eb2f24f000b521f1c: soc: fsl: qbman_portals: add APIs to retrieve the probing status (2019-05-20 14:28:16 -0500) ---------------------------------------------------------------- NXP/FSL SoC driver updates for v5.3 DPAA2 Console driver - Add driver to export two char devices to dump logs for MC and AIOP DPAA2 DPIO driver - Add support for memory backed QBMan portals - Increase the timeout period to prevent false error - Add APIs to retrieve QBMan portal probing status DPAA Qman driver - Only make liodn fixup on powerpc SoCs with PAMU iommu ---------------------------------------------------------------- Ioana Ciornei (2): Documentation: DT: Add entry for DPAA2 console soc: fsl: add DPAA2 console support Laurentiu Tudor (2): soc: fsl: qman: fixup liodns only on ppc targets soc: fsl: qbman_portals: add APIs to retrieve the probing status Roy Pledge (2): bus: mc-bus: Add support for mapping shareable portals soc: fsl: dpio: Add support for memory backed QBMan portals Vabhav Sharma (1): soc: fsl: guts: Add definition for LX2160A Youri Querry (1): soc: fsl: dpio: Increase timeout for QBMan Management Commands .../devicetree/bindings/misc/fsl,dpaa2-console.txt | 11 + MAINTAINERS | 1 + drivers/bus/fsl-mc/dprc.c | 30 +- drivers/bus/fsl-mc/fsl-mc-bus.c | 15 +- drivers/bus/fsl-mc/fsl-mc-private.h | 17 +- drivers/soc/fsl/Kconfig | 10 + drivers/soc/fsl/Makefile | 1 + drivers/soc/fsl/dpaa2-console.c | 329 +++++++++++++++++++++ drivers/soc/fsl/dpio/dpio-driver.c | 23 +- drivers/soc/fsl/dpio/qbman-portal.c | 148 +++++++-- drivers/soc/fsl/dpio/qbman-portal.h | 9 +- drivers/soc/fsl/guts.c | 6 + drivers/soc/fsl/qbman/bman_portal.c | 20 +- drivers/soc/fsl/qbman/qman_ccsr.c | 2 +- drivers/soc/fsl/qbman/qman_portal.c | 21 +- drivers/soc/fsl/qbman/qman_priv.h | 9 +- include/soc/fsl/bman.h | 8 + include/soc/fsl/qman.h | 9 + 18 files changed, 618 insertions(+), 51 deletions(-) create mode 100644 Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt create mode 100644 drivers/soc/fsl/dpaa2-console.c