From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-174.mta0.migadu.com (out-174.mta0.migadu.com [91.218.175.174]) (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 52C613D6486 for ; Fri, 12 Jun 2026 12:10:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.174 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781266225; cv=none; b=Zs0yqqfQaWnmiMATl470MzUUxEpH/bU0iQIMuli9oBOvYW7gJ0+JDpCC+mhp1hzTF+N5T2/7oDvK9OSZ/0ZlqiTb1/t0YBrqEwO/wx/HfdHdG8JXh7H9voT6SWeC8mJxmsgRg84OEe+tBpqISOL/sW87UE7EbuvD01hUJM15JVQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781266225; c=relaxed/simple; bh=+xk2t9X1QFz74cZWd2sKc/wVGTj/8IYtjR5FuJk9cM4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=mMKKWGeiLef9WhApvTJNyxOS9X0tTsADFNM8WjQaUXlD5us1cHOh3w+Ry9ZmCMOcdMeMOfvcmWplNdqAGHODj+WcJmeH8lDoZDh6XKyg4KKbSjjTdUIVNGCQhANvE1y/orY6OuyNSR0RsghLbIIcGCMIlOEXncGvc6ti0OB6Hnc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=fdMIdX8n; arc=none smtp.client-ip=91.218.175.174 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="fdMIdX8n" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1781266221; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=veRg2/rl1NWCWnKgdXNN0bPyJk1dvxqCFcnIOjZVJX8=; b=fdMIdX8n97YjVExsc3fUZlcKQlqnmyt3YK8MDDVCVEuIGECgxHobH5decTheKlKyf2LRTS kjTsgk8y1r1s8AGOcBJCCleOgHSg+Pj5QKSEk5qTNLsIamcav1GrjRO/Usscls+3UsvFoS MrdroCq4K5ZO5s3AXVM3AYr576248Ag= From: Denis Benato To: linux-kernel@vger.kernel.org Cc: platform-driver-x86@vger.kernel.org, "Hans de Goede" , =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= , "Luke D . Jones" , "Mateusz Schyboll" , "Denis Benato" , Denis Benato Subject: [PATCH v2 0/3] platform/x86: asus-armoury: more ppt data Date: Fri, 12 Jun 2026 12:10:05 +0000 Message-ID: <20260612121008.970269-1-denis.benato@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Hi all, This patch series adds support for three more ASUS models to the asus-armoury driver: the GA402NJ, GA403UM, and FX608JPR. Cheers! Changelog: - v1 - Initial submission - v2 - Fix order of FX608JPR Denis Benato (3): platform/x86: asus-armoury: add support for GA402NJ platform/x86: asus-armoury: add support for GA403UM platform/x86: asus-armoury: add support for FX608JPR drivers/platform/x86/asus-armoury.h | 92 +++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) -- 2.47.3