From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by smtp.subspace.kernel.org (Postfix) with ESMTP id E5FAB4014B2; Tue, 26 May 2026 14:51:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.175.24.41 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779807073; cv=none; b=EhuUDB4farqx9Drxy3azIXExtz3TxIYKv+Hgp7bquHgCw9hmD+q2fdCFFiFvOY9QZQf5cRZPiIx8ODfOKsSanFkbDH1GKg54flv4O3cSn+AuSsXj0KtWoeo1O8eJVGg9RQAM8ijX3Glecg3XcuiSYg1F8XiZ91AH57G8cnTnZXk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779807073; c=relaxed/simple; bh=Ell3OK2oueJMjKWXnPrvfH7iafKJAjOOVp1waok2vZc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qAbES5e48H7FkhNQtJNIiTN2OhT0IMhLOkxc0Bnd4doBNvWxqP7sjG/H8/lgQgT02UNxeL2xyENex5u+7RSFhUsKSv/p3govmvSVOWJ8h8/4ssvByVvokPccg1RLMi0B/EVVGTGqGFBVcbQ36XKgx1fY+fnTSm4dx7fDctbFNVQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de; spf=pass smtp.mailfrom=alpha.franken.de; arc=none smtp.client-ip=193.175.24.41 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=alpha.franken.de Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1wRt7c-00015D-00; Tue, 26 May 2026 16:51:08 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 9A4FAC0154; Tue, 26 May 2026 16:42:15 +0200 (CEST) Date: Tue, 26 May 2026 16:42:15 +0200 From: Thomas Bogendoerfer To: Icenowy Zheng Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jiaxun Yang , devicetree@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] Enable LPC interrupt controller on MIPS LS7A systems Message-ID: References: <20260411101744.4020216-1-zhengxingda@iscas.ac.cn> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260411101744.4020216-1-zhengxingda@iscas.ac.cn> On Sat, Apr 11, 2026 at 06:17:42PM +0800, Icenowy Zheng wrote: > This patchset tries to enable support for LPC interrupts on MIPS-based > Loongson systems with Loongson 7A1000 PCH chip. > > The corresponding irqchip support (along with the DT binding) is already > added to the tip tree. > > Tested on a Haier Boyue G51 system with legacy i8042 keyboard/mouse as > integrated ones. > > This patchset is splitted from the original patchset that contains both > driver part and DT part. > > Icenowy Zheng (2): > MIPS: Loongson64: dts: Sort nodes > MIPS: Loongson64: dts: Add node for LS7A PCH LPC > > arch/mips/boot/dts/loongson/ls7a-pch.dtsi | 17 +++++++++++++---- > 1 file changed, 13 insertions(+), 4 deletions(-) series applied to mips-next Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]