From patchwork Tue Jul 14 14:56:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 11663059 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 56AF8722 for ; Tue, 14 Jul 2020 14:57:06 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 506EC22461; Tue, 14 Jul 2020 14:57:06 +0000 (UTC) Delivered-To: soc@kernel.org Received: from dragon (unknown [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BF2A3223B0; Tue, 14 Jul 2020 14:57:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594738626; bh=4xCxaCDHhBKr5zROVeruPHZnGYBZAammoTzi+guKbN4=; h=Date:From:List-Id:To:Cc:Subject:From; b=UXCURZWMwu+sY8iUdz+vKI8klh7G5UF+CFiew/fwHbrH6zlCC4c1hTH9RFADr6PIt vqN9A3uCumzneqtQME+XipLIIOrfCx7fZxzXyWTGVhDr1S/TXZxZrIUGD+u3HG/Dhk 4Z6sCuRbK6xd6Z+qU4WOZDSw8+KdvlI1TblEnAU4= Date: Tue, 14 Jul 2020 22:56:53 +0800 From: Shawn Guo List-Id: To: soc@kernel.org, arm@kernel.org Cc: Fabio Estevam , Stefan Agner , Li Yang , kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] i.MX fixes for 5.8, round 2 Message-ID: <20200714145649.GP15718@dragon> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) The following changes since commit a721321446432c3899aeca16cc6ddc30422b7f74: soc: imx8m: fix build warning (2020-06-24 14:33:28 +0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.8-2 for you to fetch changes up to 7f6e8dffc30bd22b15ad810fb90ea741c15e6d54: soc: imx: check ls1021a (2020-07-13 16:28:02 +0800) ---------------------------------------------------------------- i.MX fixes for 5.8, round 2: - A couple of fixes on i.MX platform device registration code to stop the use of invalid IRQ 0. - Fix a regression seen on ls1021a platform, caused by commit 52102a3ba6a61 ("soc: imx: move cpu code to drivers/soc/imx"). - Fix a misconfiguration of audio SSI on imx6qdl-gw551x board. ---------------------------------------------------------------- Bjorn Helgaas (1): ARM: imx: Remove imx_add_imx_dma() unused irq_err argument Guenter Roeck (1): ARM: imx: Provide correct number of resources when registering gpio devices Peng Fan (1): soc: imx: check ls1021a Tim Harvey (1): ARM: dts: imx6qdl-gw551x: fix audio SSI arch/arm/boot/dts/imx6qdl-gw551x.dtsi | 2 +- arch/arm/mach-imx/devices/devices-common.h | 2 +- arch/arm/mach-imx/devices/platform-gpio-mxc.c | 5 +++-- arch/arm/mach-imx/devices/platform-imx-dma.c | 6 +----- arch/arm/mach-imx/mm-imx21.c | 3 +-- arch/arm/mach-imx/mm-imx27.c | 3 +-- drivers/soc/imx/soc-imx.c | 3 +++ 7 files changed, 11 insertions(+), 13 deletions(-)