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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6C6FE7D0A7 for ; Thu, 21 Sep 2023 18:15:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229985AbjIUSPe (ORCPT ); Thu, 21 Sep 2023 14:15:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229984AbjIUSPK (ORCPT ); Thu, 21 Sep 2023 14:15:10 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id DDA9F7E4F8; Thu, 21 Sep 2023 11:11:34 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id C959F8107; Thu, 21 Sep 2023 11:37:23 +0000 (UTC) Date: Thu, 21 Sep 2023 14:37:22 +0300 From: Tony Lindgren To: Tomi Valkeinen Cc: "H. Nikolaus Schaller" , David Airlie , Daniel Vetter , Douglas Anderson , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , sre@kernel.org, Laurent Pinchart , Arnd Bergmann , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, letux-kernel@openphoenux.org, kernel@pyra-handheld.com Subject: Re: [PATCH] omap: dsi: do not WARN on detach if dsidev was never attached Message-ID: <20230921113722.GS5285@atomide.com> References: <929c46beecf77f2ebfa9f8c9b1c09f6ec610c31a.1695130648.git.hns@goldelico.com> <6200f2c7-4e56-ee07-ec1e-589ba81c1b32@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6200f2c7-4e56-ee07-ec1e-589ba81c1b32@ideasonboard.com> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Tomi Valkeinen [230921 10:53]: > I sent a patch to the DSI framework code, > "[PATCH] drm/mipi-dsi: Fix detach call without attach". > > If that fixes the issue (please test, I don't have a suitable platform), > perhaps it's a better fix as detach really shouldn't be called if attach has > not been called. Yup that works for me, replied with my Tested-by on that thread. Thanks, Tony 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 57922E7071F for ; Thu, 21 Sep 2023 11:37:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A420A10E5CB; Thu, 21 Sep 2023 11:37:26 +0000 (UTC) Received: from muru.com (muru.com [72.249.23.125]) by gabe.freedesktop.org (Postfix) with ESMTP id 95D1610E5CB for ; Thu, 21 Sep 2023 11:37:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id C959F8107; Thu, 21 Sep 2023 11:37:23 +0000 (UTC) Date: Thu, 21 Sep 2023 14:37:22 +0300 From: Tony Lindgren To: Tomi Valkeinen Subject: Re: [PATCH] omap: dsi: do not WARN on detach if dsidev was never attached Message-ID: <20230921113722.GS5285@atomide.com> References: <929c46beecf77f2ebfa9f8c9b1c09f6ec610c31a.1695130648.git.hns@goldelico.com> <6200f2c7-4e56-ee07-ec1e-589ba81c1b32@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6200f2c7-4e56-ee07-ec1e-589ba81c1b32@ideasonboard.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: letux-kernel@openphoenux.org, Arnd Bergmann , "H. Nikolaus Schaller" , kernel@pyra-handheld.com, sre@kernel.org, dri-devel@lists.freedesktop.org, Douglas Anderson , Laurent Pinchart , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" * Tomi Valkeinen [230921 10:53]: > I sent a patch to the DSI framework code, > "[PATCH] drm/mipi-dsi: Fix detach call without attach". > > If that fixes the issue (please test, I don't have a suitable platform), > perhaps it's a better fix as detach really shouldn't be called if attach has > not been called. Yup that works for me, replied with my Tested-by on that thread. Thanks, Tony