From patchwork Thu Mar 12 20:25:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Li X-Patchwork-Id: 11435447 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 537C614E5 for ; Thu, 12 Mar 2020 20:25:30 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 4D2A42071B; Thu, 12 Mar 2020 20:25:30 +0000 (UTC) Delivered-To: soc@kernel.org Received: from inva021.nxp.com (inva021.nxp.com [92.121.34.21]) (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 C1FC4206E9; Thu, 12 Mar 2020 20:25:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C1FC4206E9 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 inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 194F4200F30; Thu, 12 Mar 2020 21:25:26 +0100 (CET) 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 D5BD1200F1F; Thu, 12 Mar 2020 21:25:25 +0100 (CET) Received: from right.am.freescale.net (right.am.freescale.net [10.81.116.70]) by usphx01srsp001v.us-phx01.nxp.com (Postfix) with ESMTP id 574D540AB2; Thu, 12 Mar 2020 13:25:25 -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] fixes to soc/fsl drivers for v5.6 Date: Thu, 12 Mar 2020 15:25:25 -0500 Message-Id: <20200312202525.16708-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 arm-soc maintainers, Please help to merge the following fix for soc/fsl drivers. Thanks, Leo The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-fix-v5.6 for you to fetch changes up to fe8fe7723a3a824790bda681b40efd767e2251a7: soc: fsl: dpio: register dpio irq handlers after dpio create (2020-03-10 15:28:47 -0500) ---------------------------------------------------------------- NXP/FSL soc driver fixes for v5.6 DPAA2 DPIO - Fix a kernel hang caused by irq requested before creating dpio ---------------------------------------------------------------- Grigore Popescu (1): soc: fsl: dpio: register dpio irq handlers after dpio create drivers/soc/fsl/dpio/dpio-driver.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)