aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-01-10 17:08:49 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-01-10 17:08:49 +0100
commitaf8fefd7444480bb8fd8d74f977dbac4693ac3ed (patch)
treeec6f9391064b24a43e3ff64e61da3c8b528ea1cc /drivers/mmc
parentMerge branches 'acpi-ec' and 'acpi-processor' (diff)
parentACPI / x86: Skip AC and battery devices on x86 Android tablets with broken DSDTs (diff)
parentACPI: PMIC: xpower: Fix _TMP ACPI errors (diff)
parentACPI: DPTF: Update device ID in a comment (diff)
downloadlinux-dev-af8fefd7444480bb8fd8d74f977dbac4693ac3ed.tar.xz
linux-dev-af8fefd7444480bb8fd8d74f977dbac4693ac3ed.zip
Merge branches 'acpi-x86', 'acpi-pmic' and 'acpi-dptf'
Merge x86-specific ACPI updates, PMIC driver ACPI updates and a DPTF driver update for 5.17-rc1: - Rework the handling of device enumeration quirks in the x86-specific code and add new quirks for known-broken platforms (Hans de Goede). - Fix the handling of defective LPAT in the ACPI xpower PMIC driver and clean up some definitions of PMIC data structures (Hans de Goede). - Fix outdated comment in the ACPI DPTF driver (Sumeet Pawnikar). * acpi-x86: ACPI / x86: Skip AC and battery devices on x86 Android tablets with broken DSDTs ACPI / x86: Introduce an acpi_quirk_skip_acpi_ac_and_battery() helper mmc: sdhci-acpi: Use the new soc_intel_is_byt() helper mmc: sdhci-acpi: Remove special handling for GPD win/pocket devices ACPI / x86: Add PWM2 on the Xiaomi Mi Pad 2 to the always_present list ACPI / x86: Add not-present quirk for the PCI0.SDHB.BRC1 device on the GPD win ACPI / x86: Allow specifying acpi_device_override_status() quirks by path ACPI: Change acpi_device_always_present() into acpi_device_override_status() ACPI / x86: Drop PWM2 device on Lenovo Yoga Book from always present table * acpi-pmic: ACPI: PMIC: xpower: Fix _TMP ACPI errors ACPI: PMIC: allow drivers to provide a custom lpat_raw_to_temp() function ACPI: PMIC: constify all struct intel_pmic_opregion_data declarations * acpi-dptf: ACPI: DPTF: Update device ID in a comment