ACPI: sysfs: Allow bitmap list to be supplied to acpi_mask_gpe
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 16 Jun 2021 17:03:33 +0000 (20:03 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 17 Jun 2021 15:10:11 +0000 (17:10 +0200)
commitd3121e64ad78ba944596d43d23914cf5f0131666
tree519c5540d391938542232f5e728637476c3b5813
parentbdd56d7d8931e842775d2e5b93d426a8d1940e33
ACPI: sysfs: Allow bitmap list to be supplied to acpi_mask_gpe

Currently we need to use as many acpi_mask_gpe options as we want to have
GPEs to be masked. Even with two it already becomes inconveniently large
the kernel command line.

Instead, allow acpi_mask_gpe to represent bitmap list.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/admin-guide/kernel-parameters.txt
drivers/acpi/sysfs.c