From nobody Mon Oct 6 15:14:23 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 06E6E1F956; Sat, 19 Jul 2025 12:38:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752928730; cv=none; b=KPDzL5ABHU3AcmlIZY3YDMFYsVem4pJ7v6pafH9IYhWjneUus0TUsTo3L0GUXiA9DIpvaY2fdbYa2HZf+sjh0qnSqebUNhmc/UvdB7ithDFKkQ87JMY5UCBuiFWLxZZuKLCVhhK6v11R/KHGUPDQ4YYD3TEi7n4wYx6q4bCV7Bk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752928730; c=relaxed/simple; bh=/a02GhmI4psaSZMGtMQ5WtrsQFuTeKvocvb3Uey5pw4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=YoOdrP80AaxK/HO0960xkSXG8OF7qw5o/7RlMOkW8V17p753cj7lynYh4RW8pysVdNOFuqfyAnwgFjVSfvt3xtdXfkXEcKHVNnvaiof2iyE6uKQVkF0Ie+gPgI47Mb9Jj6FWYiB25qOTqDlPoe2V0nkQmHvTMhLKdgOIscCVlBk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YJkTRXR/; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="YJkTRXR/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 11B81C4CEE3; Sat, 19 Jul 2025 12:38:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752928729; bh=/a02GhmI4psaSZMGtMQ5WtrsQFuTeKvocvb3Uey5pw4=; h=From:To:Cc:Subject:Date:From; b=YJkTRXR/joeJNwH+i1L32NKheS7fpdMqzPCZlXTlGYf8vHG/GhXs/1t/N5a3OlTlI n/IGTKeMGQW5St1PNHc1KcCl9MHcHT2HHtx+fygQJKYsAiYXodrdfhkEgDBTYE0X8h MvZ1rG+gfPjVoVCEFEwICGpQM/yk8kMU5WNwsc5IIu1tcZwHouDmcK9YIrJMLgrHUF z7rE98IpjA9VN+S13jac04pLKG9m8R9OI81hC8h8FU+U/yfSk0fVuAC0OBtJTB/Rj4 f7fHq85hM7tVdJVY9OTl1QHtVqag//OemWftHZqd1ODb+rVQb9IPo/esAcZcLj2yI0 l4hQ5CJP1xCHA== From: "Rafael J. Wysocki" To: Linux ACPI Cc: LKML Subject: [PATCH v1] ACPI/PNP: Use my kernel.org address in MAINTAINERS and ABI docs Date: Sat, 19 Jul 2025 14:38:41 +0200 Message-ID: <2796086.mvXUDI8C0e@rjwysocki.net> Organization: Linux Kernel Development Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Rafael J. Wysocki For the sake of consistency, use my kernel.org address in all Contact records in sysfs-bus-acpi and in the MAINTAINERS records related to ACPI and PNP. Signed-off-by: Rafael J. Wysocki --- Documentation/ABI/testing/sysfs-bus-acpi | 18 +++++++++--------- MAINTAINERS | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) --- a/Documentation/ABI/testing/sysfs-bus-acpi +++ b/Documentation/ABI/testing/sysfs-bus-acpi @@ -1,6 +1,6 @@ What: /sys/bus/acpi/devices/.../path Date: December 2006 -Contact: Rafael J. Wysocki +Contact: Rafael J. Wysocki Description: This attribute indicates the full path of ACPI namespace object associated with the device object. For example, @@ -12,7 +12,7 @@ =20 What: /sys/bus/acpi/devices/.../modalias Date: July 2007 -Contact: Rafael J. Wysocki +Contact: Rafael J. Wysocki Description: This attribute indicates the PNP IDs of the device object. That is acpi:HHHHHHHH:[CCCCCCC:]. Where each HHHHHHHH or @@ -20,7 +20,7 @@ =20 What: /sys/bus/acpi/devices/.../hid Date: April 2005 -Contact: Rafael J. Wysocki +Contact: Rafael J. Wysocki Description: This attribute indicates the hardware ID (_HID) of the device object. For example, PNP0103. @@ -29,14 +29,14 @@ =20 What: /sys/bus/acpi/devices/.../description Date: October 2012 -Contact: Rafael J. Wysocki +Contact: Rafael J. Wysocki Description: This attribute contains the output of the device object's _STR control method, if present. =20 What: /sys/bus/acpi/devices/.../adr Date: October 2012 -Contact: Rafael J. Wysocki +Contact: Rafael J. Wysocki Description: This attribute contains the output of the device object's _ADR control method, which is present for ACPI device @@ -45,14 +45,14 @@ =20 What: /sys/bus/acpi/devices/.../uid Date: October 2012 -Contact: Rafael J. Wysocki +Contact: Rafael J. Wysocki Description: This attribute contains the output of the device object's _UID control method, if present. =20 What: /sys/bus/acpi/devices/.../eject Date: December 2006 -Contact: Rafael J. Wysocki +Contact: Rafael J. Wysocki Description: Writing 1 to this attribute will trigger hot removal of this device object. This file exists for every device @@ -60,7 +60,7 @@ =20 What: /sys/bus/acpi/devices/.../status Date: Jan, 2014 -Contact: Rafael J. Wysocki +Contact: Rafael J. Wysocki Description: (RO) Returns the ACPI device status: enabled, disabled or functioning or present, if the method _STA is present. @@ -90,7 +90,7 @@ =20 What: /sys/bus/acpi/devices/.../hrv Date: Apr, 2016 -Contact: Rafael J. Wysocki +Contact: Rafael J. Wysocki Description: (RO) Allows users to read the hardware version of non-PCI hardware, if the _HRV control method is present. It is mostly --- a/MAINTAINERS +++ b/MAINTAINERS @@ -315,8 +315,8 @@ F: drivers/acpi/apei/ =20 ACPI COMPONENT ARCHITECTURE (ACPICA) +M: "Rafael J. Wysocki" M: Robert Moore -M: "Rafael J. Wysocki" L: linux-acpi@vger.kernel.org L: acpica-devel@lists.linux.dev S: Supported @@ -19769,7 +19769,7 @@ F: drivers/iio/magnetometer/rm3100* =20 PNP SUPPORT -M: "Rafael J. Wysocki" +M: "Rafael J. Wysocki" L: linux-acpi@vger.kernel.org S: Maintained F: drivers/pnp/