From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-18.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A957C4363D for ; Wed, 23 Sep 2020 07:32:11 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 88B152065D for ; Wed, 23 Sep 2020 07:32:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="jFcSPXkW"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="QTB76T+E" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 88B152065D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.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=fAcFTB56sem+eBNEzeSYX+sNDoJhhlPqOWQCuDf+5r4=; b=jFcSPXkWTh0F8giq+w4jP9uYki vL0llhhJ8j+bn8hDXQIGbLhoJS+6ywwiHcFYpwitkXtZS/BbYfU9chum/it2oLq2MnBjLAFWKqsZu ctAruUnwP9wJDhT2qo9Vzt0C7eFi1zVO0XkIfgMeGYZrLgx0zVe++fUU2ikVKl+CrCzSF0+btFZqZ 46/az6e4C6WScfUzBY+Sqi8cfcCpIR00biUgXz2oM04QHoNloZlOT0CPT8HRIe+bYo2vaVXdwVkoV +olTVUmbkjWT4AUQ1tkv6MpMxU5qdfGfxW+5qdWTBqtUwKRI8uIRi0+x5zFF9FBR8iv68TPA6OrkL Oqsz4DCg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kKzEk-0005aM-6r; Wed, 23 Sep 2020 07:30:46 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kKzEi-0005Zd-08 for linux-arm-kernel@lists.infradead.org; Wed, 23 Sep 2020 07:30:44 +0000 Received: from localhost.localdomain (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D0B62235FD; Wed, 23 Sep 2020 07:30:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600846242; bh=DieQDCiuJCYXV6Fz86aa5ukCHocOMkkM9nLMXWVya+Y=; h=From:List-Id:To:Cc:Subject:Date:From; b=QTB76T+ENSBR4c3HBpEN7uhhw4If0Smcl5+tG+Ii2Wj3/DiLadxtcLNxdTH1V+oah WQuYGUG8LN9oO/UTriiTHq1G6l+7+dEC9GCigkN7sSox4hod63AytfQNesURQCtX4K fnUX21JCt4GU1adg0SKYvEMxPgqWSCWMLDnWzkGo= From: Shawn Guo List-Id: To: soc@kernel.org, arm@kernel.org Subject: [GIT PULL 1/6] i.MX drivers update for 5.10 Date: Wed, 23 Sep 2020 15:30:04 +0800 Message-Id: <20200923073009.23678-1-shawnguo@kernel.org> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200923_033044_097842_8360C0C5 X-CRM114-Status: GOOD ( 11.49 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Shawn Guo , Stefan Agner , Li Yang , linux-imx@nxp.com, kernel@pengutronix.de, Fabio Estevam , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.10 for you to fetch changes up to e2314cf5af30d5e87cbf89fdef1a0fe4efee4552: firmware: imx: scu-pd: ignore power domain not owned (2020-09-13 09:45:53 +0800) ---------------------------------------------------------------- i.MX drivers update for 5.10: - Use dev_err_probe() to simplify error handling for i.MX GPCv2 driver. - Add a check in i.MX SCU power domain driver to ignore the power domains that are not owned by the current partition. ---------------------------------------------------------------- Anson Huang (1): soc: imx: gpcv2: Use dev_err_probe() to simplify error handling Peng Fan (1): firmware: imx: scu-pd: ignore power domain not owned drivers/firmware/imx/scu-pd.c | 4 ++++ drivers/soc/imx/gpcv2.c | 15 +++++---------- 2 files changed, 9 insertions(+), 10 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel