aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2023-06-26 17:20:28 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2023-06-26 17:20:28 +0200
commit0586d26339ed4a84cfd60333daadb853663066fd (patch)
tree4bf9e4ac62776ab4102aec6ac24aac5d49489f93 /scripts/generate_rust_analyzer.py
parentMerge branches 'acpi-x86', 'acpi-video', 'acpi-soc' and 'acpi-tables' (diff)
parentACPI: thermal: Drop struct acpi_thermal_flags (diff)
parentACPI: bus: Simplify installation and removal of notify callback (diff)
downloadwireguard-linux-0586d26339ed4a84cfd60333daadb853663066fd.tar.xz
wireguard-linux-0586d26339ed4a84cfd60333daadb853663066fd.zip
Merge branches 'acpi-thermal' and 'acpi-button'
Merge ACPI thermal driver cleanups and ACPI button drivers rework for 6.5-rc1: - Clean up the ACPI thermal driver and drop some dead or otherwise unneded code from it (Rafael Wysocki). - Rework the handling of notifications in the ACPI button drivers so as to allow the common notification handling code for devices to be simplified (Rafael Wysocki). * acpi-thermal: ACPI: thermal: Drop struct acpi_thermal_flags ACPI: thermal: Drop struct acpi_thermal_state ACPI: thermal: Eliminate struct acpi_thermal_state_flags ACPI: thermal: Move acpi_thermal_driver definition ACPI: thermal: Move symbol definitions to one place ACPI: thermal: Drop redundant ACPI_TRIPS_REFRESH_DEVICES symbol ACPI: thermal: Use BIT() macro for defining flags * acpi-button: ACPI: bus: Simplify installation and removal of notify callback ACPI: tiny-power-button: Eliminate the driver notify callback ACPI: button: Use different notify handlers for lid and buttons ACPI: button: Eliminate the driver notify callback