From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-185.mta0.migadu.com (out-185.mta0.migadu.com [91.218.175.185]) (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 943252D0C99 for ; Fri, 16 Jan 2026 18:06:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.185 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768586810; cv=none; b=m4FvJDA6OZgn7wT6vT+GMFyMylArH3hJjCgl7jIyY5rp5kdjlk6kGn1JLvqb4vu/xUVrWPL8tmh9vce/usB/1RLsRrTLPCDGcjxLE4/6OeAxWX3iA0IZ3gC1FtDFSaNn9Bvrffln2sroYcZyX0QLizHvq9/2nr0ktyWOofP9Hmw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768586810; c=relaxed/simple; bh=Q1a99s43dlrKlYws5CRxUbb9R3p3bB7fqFwE9/krFfw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=cOWk82/6O5/fiN0PxWcml5UQuHqjlh3oHQDCCfaxKe65hHar8I3fxPZl3dLrl11CFgja9m20ikMLyjqHB/FQ78BkFBF5TA6vgUNIGafTuHcSTEixBX5nfLQIqUZ232nIiDuC/OgF7RzQhUhfJQsV2kXdDS/R86JxsRS+5pn97XM= 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=bD6jWU6+; arc=none smtp.client-ip=91.218.175.185 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="bD6jWU6+" 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=1768586806; 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=tt7Yt17IyvNpXmysqoMiuBVnN6C80QLKqa+lC4xdK20=; b=bD6jWU6+NAh4+nRgqtAL3FEFDgAuSfkUTtsyldrrpHRybHSw2OVFtqhxURZSCqwTDheaQE FXPHedkxRxrwVhoMhPiL6YCQWTTqsOyw0UuWTni1OgqrpvTuuVTZ01OM+gPpOML4+2s985 3PcojHR2e40Ix2Nq/u26G+cTw7NZnJk= 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 0/4] platform/x86: asus-armoury: ppt fixes and new models Date: Fri, 16 Jan 2026 19:06:33 +0100 Message-ID: <20260116180637.859803-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, this patch series includes some fixes to the PPT data table and adds support for two new models: G835L and GA403WW. Cheers, Denis Denis Benato (4): platform/x86: asus-armoury: fix ppt data for FA608UM platform/x86: asus-armoury: add support for G835L platform/x86: asus-armoury: keep the list ordered alphabetically platform/x86: asus-armoury: add support for GA403WW drivers/platform/x86/asus-armoury.h | 73 ++++++++++++++++++++++++++--- 1 file changed, 67 insertions(+), 6 deletions(-) -- 2.52.0