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 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 33333C433EF for ; Mon, 27 Jun 2022 08:18:03 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=UOq6inYB2KF31kfMXbpzY1gnB1UQxeQNciT9PiCunFI=; b=D7V5OWqpMn4LRL 3TafVqcQsbQTVWLQp0fmGwgJq4YBAUEvP+/a916yag9a97t57ifQzWWz2CY86WH+lvSIfNQCAGPLi oCBGDbijYk0M62RiuxxkvJpNBYWxIROvymNAXRubL4oCPQRTc2Em3nd6sGQLDnyYksypaFhY5T+ho aJGCWfTHKuTJyimgF27wiaRIiRuWMBqhSct9VXX8I4WVTDfRnXMvsC6U9ZfEKFcbZ2afVSKneZX6v ixYAmDs5EMBYfqtckNxl+yLrZ1oI6oPS47s0nCzvkEWzrTTjnF+cFGseC/C8QYNfKoFOImLmXn7zk QTQ9l6c76p55tlwzhZCg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o5jvP-00GkSw-TY; Mon, 27 Jun 2022 08:16:52 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o5jvG-00GkOz-BS for linux-arm-kernel@lists.infradead.org; Mon, 27 Jun 2022 08:16:43 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6EE1A60EC7; Mon, 27 Jun 2022 08:16:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B9B7CC3411D; Mon, 27 Jun 2022 08:16:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656317800; bh=ZJDX/Yn/wQSFvhQ1ZLIrPv+EgBoFbseJmNYU+sKPUJI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RnjRmYvKKSh5HxMODbZNRS4Ia0a3b7LUAgDlWCoFXQGTTK1YIIUn4o3TMIiEk0tiw w9eqxljiUm4lrLVyUTmf6+h0TLv86XiSxIQoEiKNjFhQPwbg01Q0yzWRXk9q5cSxSB HpaLD1RS/uGV66ZjXdj+9QtTgnmSeh4NGfbgdjbJvv/7kPlk4s6k9hPwUvD5os3MBW EV1s6QR4cJsgjjv6p1NM9Icy+NiAnZHypEEJVYcCxdgJt02tWZZ57EJcRiLCVHnvrp CFpUU3z1ZUhWx52GPgFsTPDbPOWeKpvB2IEh9K76O0LeeM5eKNCQgQxDJl9axTwAM6 pLW7rxC5mdJOw== Date: Mon, 27 Jun 2022 16:16:35 +0800 From: Shawn Guo To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Alexander Stein , Lucas Stach , Martyn Welch , Paul Elder Subject: Re: [PATCH] soc: imx: imx8m-blk-ctrl: Make error prints useful Message-ID: <20220627081635.GK819983@dragon> References: <20220624182939.162298-1-marex@denx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220624182939.162298-1-marex@denx.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220627_011642_491031_9EE33FEC X-CRM114-Status: UNSURE ( 9.95 ) 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: , 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 On Fri, Jun 24, 2022 at 08:29:39PM +0200, Marek Vasut wrote: > Print the name of the power domain which failed to make the error > prints actually useful for finding the error. > > Signed-off-by: Marek Vasut > Cc: Alexander Stein > Cc: Lucas Stach > Cc: Martyn Welch > Cc: Paul Elder > Cc: Shawn Guo Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel