From 0d94b0626cea43fd592127f3dd33916c344b3746 Mon Sep 17 00:00:00 2001 From: Corentin Labbe Date: Mon, 24 Feb 2020 20:00:07 +0000 Subject: PNP: add missing include/linux/pnp.h to MAINTAINERS include/linux/pnp.h should be covered by the PNP entry in MAINTAINERS, so add it in there. Signed-off-by: Corentin Labbe [ rjw: Subject & changelog ] Signed-off-by: Rafael J. Wysocki --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 6158a143a13e..ad66b7a1666c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13349,6 +13349,7 @@ F: Documentation/devicetree/bindings/iio/magnetometer/pni,rm3100.txt PNP SUPPORT M: "Rafael J. Wysocki" S: Maintained +F: include/linux/pnp.h F: drivers/pnp/ POSIX CLOCKS and TIMERS -- cgit v1.2.3 From eaec20c7362c68176369f11e26dc0f6f994ae2d3 Mon Sep 17 00:00:00 2001 From: Corentin Labbe Date: Wed, 18 Mar 2020 15:29:51 +0000 Subject: MAINTAINERS: Add linux-acpi list to PNP As asked by the PNP maintainer, linux PNP patch should be CC to the linux-acpi mailing list. Signed-off-by: Corentin Labbe Signed-off-by: Rafael J. Wysocki --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index ad66b7a1666c..63305f7db513 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13348,6 +13348,7 @@ F: Documentation/devicetree/bindings/iio/magnetometer/pni,rm3100.txt PNP SUPPORT M: "Rafael J. Wysocki" +L: linux-acpi@vger.kernel.org S: Maintained F: include/linux/pnp.h F: drivers/pnp/ -- cgit v1.2.3