From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-172.mta0.migadu.com (out-172.mta0.migadu.com [91.218.175.172]) (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 DB4E83D301A for ; Thu, 26 Feb 2026 14:19:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772115601; cv=none; b=IwqWyTZAZchxO9EX7b649mN3qL5Lq45nedhizz9NwU7aaayYjG8JRfiTpWERsQEYlOQ+eEHTS4LkgnVEpIo2XagLYpFdDLCohP/AFlzmDgtdAq3eT6c2i7ZIWwF83excbPn2JyS9n0J/vkInD8lvyzQAuPw9xBnF+B2cK/UO9bg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772115601; c=relaxed/simple; bh=a4j7SLdgYfPQMVNH+ETi6qrDelcHrGSxC7k0TF/DhzM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=nlNyuo791Zplf7nG7lmfZ3y1P7PRz/mHKIHf0OerWaLA3ThCysA+b3SzJd1NyOD12o+B30W07UVhp+NUrvM3z9zIXDwmwIjhuv2Apfn2DkbwX0Y6sBRO1S6h6uoGrPUW58Ww3GTpyUWS+Dl8xZbnbqNpVQLjINXkkhd4CTGGeQA= 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=fBruXsu+; arc=none smtp.client-ip=91.218.175.172 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="fBruXsu+" 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=1772115588; 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=4n6mgNRT2Y6BJ+rO42db5g6RWCkOJiFQaiDZslEPzSc=; b=fBruXsu+m3ZRQhuuYV60HA+SjjAdwtBNJkQFdx1wE9U9DE7JT5knwYeFq1no1e/vvPAhpP 8MnzYggNGIZcLwA+UCTpOttRe8ccXMeukqHH/67THcy4uDXYN8vuvSnKjaCLMiCxhr+Flf vkfi/+bkV+DYrL9WhunGXLZcvFAK2GQ= 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/2] platform/x86: asus-armoury: ppt data for two models Date: Thu, 26 Feb 2026 15:19:42 +0100 Message-ID: <20260226141944.352923-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 PPT data for two new models: GX650RX and FA401UM. Cheers, Denis Denis Benato (2): platform/x86: asus-armoury: add support for GX650RX platform/x86: asus-armoury: add support for FA401UM drivers/platform/x86/asus-armoury.h | 61 +++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) -- 2.53.0