From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.tuxedocomputers.com (mail.tuxedocomputers.com [157.90.84.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C9FBF430319; Tue, 28 Jul 2026 11:59:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=157.90.84.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785239991; cv=none; b=CA+UCaLIfyU0ZnhdHE/ChPggvH9wHVvVLMKRaTi4jcn7ZMB6ybVohU74X4dnodRRH2oN2MNcPgvBNKgA+JHDnMjqnJTjvQqBBeukBIlTrlEwHsGl+BJlKmvB0hxpUZvhMwBzOvgcGZt2igHgKVqh4BTdD+0oRy8z0Noacf7QBQE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785239991; c=relaxed/simple; bh=kiJc08/ov4Yk8nGFGPrn7wOVdYHPD+TCu1tooLBHak4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=syWVqdrOuLnYjrgIzIfr4xon2joiVcUM3q1EBaUrmPOoopGPdt5DVp99gV8CtKCo7zEomn8iPsCZZAOiT3QM4KMRZeb5/Y17BEXWLtbij2xB80ozIf80TP57gQ4ceWfONjD8uKrXjjHvmdCJoGpUwwVs2w1ZqL3E3QbfKaBLVZM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=tuxedocomputers.com; spf=pass smtp.mailfrom=tuxedocomputers.com; dkim=pass (1024-bit key) header.d=tuxedocomputers.com header.i=@tuxedocomputers.com header.b=KxVG7RRF; arc=none smtp.client-ip=157.90.84.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=tuxedocomputers.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=tuxedocomputers.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=tuxedocomputers.com header.i=@tuxedocomputers.com header.b="KxVG7RRF" Received: from aerhardt-tuxedo.buero.augsburg.tuxedo.de (business-24-134-105-141.pool2.vodafone-ip.de [24.134.105.141]) (Authenticated sender: a.erhardt@tuxedocomputers.com) by mail.tuxedocomputers.com (Postfix) with ESMTPSA id C9D362FC007F; Tue, 28 Jul 2026 13:59:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuxedocomputers.com; s=default; t=1785239983; 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: in-reply-to:in-reply-to:references:references; bh=83IT5MCSN60iD6rl4rvPX5fX4gsvm+HqQUc9KBkXmmo=; b=KxVG7RRF/TdSsez1ccn8M1nU6BOlZ6s8mDgQ3Z8m6r5k5VyVjLFiXfev10QikjK3ap6GWj GxfKLsVra9J3ipCaXuJP06PZfQdWpARPrT2Qs8aegk+VRyY/HhtEB3dCHHkaylbLqWplJB xoLGB7ktxe11jMmku7DyIxGqbo2cSPY= Authentication-Results: mail.tuxedocomputers.com; auth=pass smtp.auth=a.erhardt@tuxedocomputers.com smtp.mailfrom=aer@tuxedocomputers.com From: Aaron Erhardt To: wse@tuxedocomputers.com, hansg@kernel.org, ilpo.jarvinen@linux.intel.com Cc: Aaron Erhardt , linux-kernel@vger.kernel.org, platform-driver-x86@vger.kernel.org Subject: [PATCH 6/6] MAINTAINERS: Add Aaron Erhardt as maintainer of TUXEDO DRIVERS Date: Tue, 28 Jul 2026 13:59:41 +0200 Message-ID: <20260728115941.125493-2-aer@tuxedocomputers.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260728115941.125493-1-aer@tuxedocomputers.com> References: <20260728115941.125493-1-aer@tuxedocomputers.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit I'm actively working on this driver as part of my responsibilities now. Signed-off-by: Aaron Erhardt --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index a674e36529f7..792eb26722b3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -27551,6 +27551,7 @@ F: tools/testing/selftests/turbostat/ TUXEDO DRIVERS M: Werner Sembach +M: Aaron Erhardt L: platform-driver-x86@vger.kernel.org S: Supported F: drivers/platform/x86/tuxedo/ -- 2.43.0