Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0ced86d authored by Rafael J. Wysocki's avatar Rafael J. Wysocki
Browse files

Merge branch 'acpi-ipmi'

* acpi-ipmi:
  ACPI / IPMI: Cleanup coding styles
  ACPI / IPMI: Cleanup some Kconfig codes
  ACPI / IPMI: Cleanup some inclusion codes
  ACPI / IPMI: Cleanup some initialization codes
  ACPI / IPMI: Cleanup several acpi_ipmi_device members
  ACPI / IPMI: Add reference counting for ACPI IPMI transfers
  ACPI / IPMI: Use global IPMI operation region handler
  ACPI / IPMI: Fix race caused by the unprotected ACPI IPMI user
  ACPI / IPMI: Fix race caused by the timed out ACPI IPMI transfers
  ACPI / IPMI: Fix race caused by the unprotected ACPI IPMI transfers
  ACPI / IPMI: Fix potential response buffer overflow
parents 9183ea62 50065300
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -158,9 +158,10 @@ config ACPI_PROCESSOR

	  To compile this driver as a module, choose M here:
	  the module will be called processor.

config ACPI_IPMI
	tristate "IPMI"
	depends on IPMI_SI && IPMI_HANDLER
	depends on IPMI_SI
	default n
	help
	  This driver enables the ACPI to access the BMC controller. And it
+356 −224

File changed.

Preview size limit exceeded, changes collapsed.