From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3EC4E3F54CE for ; Fri, 8 May 2026 14:46:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778251589; cv=none; b=NnyD34h9kT4FysQMp12X320sB2/3Az+GKJNgGCi34yNrT5ENFiwBGPPxlfwXw2LcJBBesxxTIk3JvnLDtisni0m5+FS2QwPSghvg2522ESMFtdwDO2AJRZXWzA1slk3k//xIQwSGk8MVohhSohpjwJLPRSIHX55bVrCkmr+IzLY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778251589; c=relaxed/simple; bh=pcJbTLDoncDYuOjwOJV4L1AfLbap53q0hiYuc9oFonM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=YV2qCPKhmMOUjUd2M+1bNjX3GCjd/Bs0AEZDuqndJBU9d5LFVvV4ogX5xqQwllA+vidt+ufa9qqBxlE/58iKP5lbW9xrd38YZ6/lIFCQwKKBOrtEu1rN1tOuWkoGD34FJiuGXl8HVpTvtQePF4+mqnHf/b2SEzd4+QU/0wJwBXA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=crONrLXH; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="crONrLXH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D2FCAC2BCB0; Fri, 8 May 2026 14:46:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778251588; bh=pcJbTLDoncDYuOjwOJV4L1AfLbap53q0hiYuc9oFonM=; h=From:To:Cc:Subject:Date:From; b=crONrLXHf+/ahloLLVXzsxTvVDuv47wzuU3QcjI9gHRh/5EcHKOJmxa/HIj4m0RGq LedXKGOBYZNfi4Fum13XySZ/N+XymMsKrbqijV+0MP8Zsf/ihrrqh12pEzGEaFP5Zy 9Ax8CdFQZxXIACFRJFcSlurcGOpLERKZmEAoaXcYLFPMM5k8wZy10ybDTndDdYPDJF zsP06mSavZj8hFSRu+0ZEZ+DUZscSd8xU6AS0gnRn4hxdveZ/t7SPuCMQ78/ATQhTJ euCYFOaltA8KxGo3ioD9WouuwJSIgDe/yZP6ApN8S4KPf1XXu0VC8YAdJ5u2Y8h5I2 i7aZKlz71Aqhg== Received: from johan by xi.lan with local (Exim 4.98.2) (envelope-from ) id 1wLMTC-00000000FZ1-2adL; Fri, 08 May 2026 16:46:26 +0200 From: Johan Hovold To: Patrik Jakobsson Cc: Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 0/3] drm/gma500: fix i2c adapter hang and leaks Date: Fri, 8 May 2026 16:44:43 +0200 Message-ID: <20260508144446.59722-1-johan@kernel.org> X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit I stumbled over these when looking into i2c lifetime issues. Note that the allocated adapter (or looked up reference) appears to be leaking on successful LVDS init as well. Not sure if it matters. Johan Johan Hovold (3): drm/gma500/oaktrail_hdmi: fix i2c adapter leak on setup drm/gma500/oaktrail_lvds: fix hang on init failure drm/gma500/oaktrail_lvds: fix i2c adapter leaks on init drivers/gpu/drm/gma500/oaktrail_hdmi.c | 1 + drivers/gpu/drm/gma500/oaktrail_lvds.c | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) -- 2.53.0