From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lgeamrelo11.lge.com (lgeamrelo11.lge.com [156.147.23.51]) (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 2F8C4134CF for ; Mon, 9 Feb 2026 04:50:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.147.23.51 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770612652; cv=none; b=EY61w/TBAdK9a55j8XAYQXLCU33QsraEC/UfRlnxAKf/bN2+AMMbS/mBLA3EtTAgfVJ7EmMsf3k4Y0sxN6CfE/S5ruuSH1ahKfGCovhjK6GVReMiUaDrX/DXjaR6Z4/I8JIr/7Sj221DuLGLjwmz79Xd7k+PnKfymL7SHex5o30= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770612652; c=relaxed/simple; bh=kiF/y8BHc1gTxmB4vKPYU0SyPK7qJRTfVqOiH20r/xc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jObWt08YQwxyZZyJcxFl1JwcseXFXmLP2Ej5cZGNHpSR7HDhgX8EUWmnc3SFZSR2GA/XZNz2ATOte8DPmfoUjm0o+C7ta/oAU4jxM1tHTkQjzscilMdr4jiDg2GGzl6CTwktC7t8eL1Aw8+HBte8CzJYNFeXi4gmGiMfJakDHEA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lge.com; spf=pass smtp.mailfrom=lge.com; arc=none smtp.client-ip=156.147.23.51 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lge.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lge.com Received: from unknown (HELO lgemrelse6q.lge.com) (156.147.1.121) by 156.147.23.51 with ESMTP; 9 Feb 2026 13:50:43 +0900 X-Original-SENDERIP: 156.147.1.121 X-Original-MAILFROM: chanho.min@lge.com Received: from unknown (HELO BRUNHILD) (10.178.31.97) by 156.147.1.121 with ESMTP; 9 Feb 2026 13:50:43 +0900 X-Original-SENDERIP: 10.178.31.97 X-Original-MAILFROM: chanho.min@lge.com Date: Mon, 9 Feb 2026 13:50:43 +0900 From: Chanho Min To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Neil Armstrong , Kever Yang , Kael D'Alcamo , Manivannan Sadhasivam , Lad Prabhakar , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 0/2] arm64: dts: Initial support for LG1215 TV SoC Message-ID: References: <20260112053421.3185738-1-chanho.min@lge.com> <7bec9ff0-29c8-4468-9d31-2d2b483e2aaf@kernel.org> <50acc90f-1efe-4bf1-8c87-a4d3b6fd825c@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <50acc90f-1efe-4bf1-8c87-a4d3b6fd825c@kernel.org> On Sat, Feb 07, 2026 at 10:39:57AM +0100, Krzysztof Kozlowski wrote: > On 07/02/2026 00:56, Chanho Min wrote: > > On Fri, Feb 06, 2026 at 06:15:25PM +0100, Krzysztof Kozlowski wrote: > >> On 06/02/2026 18:13, Krzysztof Kozlowski wrote: > >>> On 03/02/2026 02:18, Chanho Min wrote: > >>>>> .../devicetree/bindings/arm/lge.yaml | 5 + > >>>>> arch/arm64/boot/dts/lg/Makefile | 1 + > >>>>> arch/arm64/boot/dts/lg/lg1215-ref.dts | 50 +++ > >>>>> arch/arm64/boot/dts/lg/lg1215.dtsi | 290 ++++++++++++++++++ > >>>>> 4 files changed, 346 insertions(+) > >>>>> create mode 100644 arch/arm64/boot/dts/lg/lg1215-ref.dts > >>>>> create mode 100644 arch/arm64/boot/dts/lg/lg1215.dtsi > >>>> Hi, > >>>> > >>>> Gentle ping on the LG1215 series (v3) — Acked-by received, but still not picked up. > >>>> Any update or is it waiting in a queue somewhere? > >>> > >>> > >>> Why are you pinging yourself? > >> > >> Sent a bit too fast... I meant: > >> > >> * # email/list and role:stats > >> * 1 Chanho Min > >> maintainer:ARM/LG1K ARCHITECTURE > >> > >> so if you are not taking the patches, no one else is going to and > >> platform should be removed from the kernel. Please confirm your choice > >> (I can prepare the patch to remove LG). > > > > Hi Krzysztof, > > > > Sorry for pinging incorrectly. > > > > I will take proper responsibility for the LG SoC patches going forward and > > handle this series appropriately. > > maintainer-soc profile will have valuable guides and expectations. Hi Krzysztof, Thanks for the pointer — I'll review the maintainer-soc profile and follow the expectations. I confirm that I will continue maintaining the LG SoC patches and handle them properly going forward. Best regards, Chanho, > > Best regards, > Krzysztof