Skip to content

Commit 62b2e01

Browse files
committed
ACPI/PNP: Use my kernel.org address in MAINTAINERS and ABI docs
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 <rafael@kernel.org> Link: https://patch.msgid.link/2796086.mvXUDI8C0e@rjwysocki.net
1 parent 89be9a8 commit 62b2e01

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Documentation/ABI/testing/sysfs-bus-acpi

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
What: /sys/bus/acpi/devices/.../path
22
Date: December 2006
3-
Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
3+
Contact: Rafael J. Wysocki <rafael@kernel.org>
44
Description:
55
This attribute indicates the full path of ACPI namespace
66
object associated with the device object. For example,
@@ -12,15 +12,15 @@ Description:
1212

1313
What: /sys/bus/acpi/devices/.../modalias
1414
Date: July 2007
15-
Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
15+
Contact: Rafael J. Wysocki <rafael@kernel.org>
1616
Description:
1717
This attribute indicates the PNP IDs of the device object.
1818
That is acpi:HHHHHHHH:[CCCCCCC:]. Where each HHHHHHHH or
1919
CCCCCCCC contains device object's PNPID (_HID or _CID).
2020

2121
What: /sys/bus/acpi/devices/.../hid
2222
Date: April 2005
23-
Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
23+
Contact: Rafael J. Wysocki <rafael@kernel.org>
2424
Description:
2525
This attribute indicates the hardware ID (_HID) of the
2626
device object. For example, PNP0103.
@@ -29,14 +29,14 @@ Description:
2929

3030
What: /sys/bus/acpi/devices/.../description
3131
Date: October 2012
32-
Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
32+
Contact: Rafael J. Wysocki <rafael@kernel.org>
3333
Description:
3434
This attribute contains the output of the device object's
3535
_STR control method, if present.
3636

3737
What: /sys/bus/acpi/devices/.../adr
3838
Date: October 2012
39-
Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
39+
Contact: Rafael J. Wysocki <rafael@kernel.org>
4040
Description:
4141
This attribute contains the output of the device object's
4242
_ADR control method, which is present for ACPI device
@@ -45,22 +45,22 @@ Description:
4545

4646
What: /sys/bus/acpi/devices/.../uid
4747
Date: October 2012
48-
Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
48+
Contact: Rafael J. Wysocki <rafael@kernel.org>
4949
Description:
5050
This attribute contains the output of the device object's
5151
_UID control method, if present.
5252

5353
What: /sys/bus/acpi/devices/.../eject
5454
Date: December 2006
55-
Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
55+
Contact: Rafael J. Wysocki <rafael@kernel.org>
5656
Description:
5757
Writing 1 to this attribute will trigger hot removal of
5858
this device object. This file exists for every device
5959
object that has _EJ0 method.
6060

6161
What: /sys/bus/acpi/devices/.../status
6262
Date: Jan, 2014
63-
Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
63+
Contact: Rafael J. Wysocki <rafael@kernel.org>
6464
Description:
6565
(RO) Returns the ACPI device status: enabled, disabled or
6666
functioning or present, if the method _STA is present.
@@ -90,7 +90,7 @@ Description:
9090

9191
What: /sys/bus/acpi/devices/.../hrv
9292
Date: Apr, 2016
93-
Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
93+
Contact: Rafael J. Wysocki <rafael@kernel.org>
9494
Description:
9595
(RO) Allows users to read the hardware version of non-PCI
9696
hardware, if the _HRV control method is present. It is mostly

MAINTAINERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ L: linux-acpi@vger.kernel.org
314314
F: drivers/acpi/apei/
315315

316316
ACPI COMPONENT ARCHITECTURE (ACPICA)
317+
M: "Rafael J. Wysocki" <rafael@kernel.org>
317318
M: Robert Moore <robert.moore@intel.com>
318-
M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
319319
L: linux-acpi@vger.kernel.org
320320
L: acpica-devel@lists.linux.dev
321321
S: Supported
@@ -19769,7 +19769,7 @@ F: Documentation/devicetree/bindings/iio/magnetometer/pni,rm3100.yaml
1976919769
F: drivers/iio/magnetometer/rm3100*
1977019770

1977119771
PNP SUPPORT
19772-
M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
19772+
M: "Rafael J. Wysocki" <rafael@kernel.org>
1977319773
L: linux-acpi@vger.kernel.org
1977419774
S: Maintained
1977519775
F: drivers/pnp/

0 commit comments

Comments
 (0)