summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2024-04-25Merge branch 'acpi-cppc'Rafael J. Wysocki1-18/+39
2024-04-23ACPI: PM: s2idle: Evaluate all Low-Power S0 Idle _DSM functionsRafael J. Wysocki1-5/+3
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman4-16/+19
2024-04-22ACPI: CPPC: Fix access width used for PCC registersVanshidhar Konda1-16/+37
2024-04-22ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macroJarred White1-2/+2
2024-04-22ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxxChristoffer Sandberg1-0/+12
2024-04-22ACPI: resource: Do IRQ override on GMxBGxx (XMG APEX 17 M23)Guenter Schafranek1-0/+6
2024-04-18ACPICA: Detect FACS even for hardware reduced platformsDavid Woodhouse2-23/+14
2024-04-16coresight: debug: Move ACPI support from AMBA driver to platform driverAnshuman Khandual1-1/+0
2024-04-16coresight: stm: Move ACPI support from AMBA driver to platform driverAnshuman Khandual1-1/+0
2024-04-16coresight: tmc: Move ACPI support from AMBA driver to platform driverAnshuman Khandual1-2/+0
2024-04-16coresight: tpiu: Move ACPI support from AMBA driver to platform driverAnshuman Khandual1-1/+0
2024-04-16coresight: catu: Move ACPI support from AMBA driver to platform driverAnshuman Khandual1-1/+0
2024-04-16coresight: funnel: Move ACPI support from AMBA driver to platform driverAnshuman Khandual1-1/+0
2024-04-16coresight: replicator: Move ACPI support from AMBA driver to platform driverAnshuman Khandual1-1/+0
2024-04-15ACPI: platform-profile: add platform_profile_cycle()Gergo Koteles1-0/+39
2024-04-12ACPICA: events/evgpeinit: don't forget to increment registered GPE countDaniil Tatianin1-0/+1
2024-04-12ACPICA: Modify ACPI_OBJECT_COMMON_HEADERlijun1-36/+71
2024-04-12ACPICA: Fix spelling and typosSaket Dumbre1-1/+1
2024-04-12ACPICA: Clean up the fix for Issue #900Saket Dumbre1-1/+6
2024-04-12ACPICA: Fix various spelling mistakes in text files and code commentsColin Ian King1-1/+1
2024-04-12ACPICA: Attempt 1 to fix issue #900Saket Dumbre1-1/+1
2024-04-11Merge back earlier ACPI device enumeration changes for 6.10.Rafael J. Wysocki2-45/+31
2024-04-11Merge back earlier ACPI bus changes for 6.10.Rafael J. Wysocki1-4/+10
2024-04-11treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner1-8/+1
2024-04-09ACPI: disable -Wstringop-truncationArnd Bergmann1-0/+1
2024-04-08ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tabletsHans de Goede1-7/+13
2024-04-08ACPI: x86: utils: Mark SMO8810 accel on Dell XPS 15 9550 as always presentHans de Goede1-0/+9
2024-04-08ACPI: scan: Do not increase dep_unmet for already met dependenciesHans de Goede1-1/+2
2024-04-08ACPI: x86: Move LPSS to x86 folderAndy Shevchenko4-3/+4
2024-04-08ACPI: x86: Move blacklist to x86 folderAndy Shevchenko3-2/+3
2024-04-08ACPI: x86: Move acpi_cmos_rtc to x86 folderAndy Shevchenko3-2/+2
2024-04-08ACPI: x86: Introduce a MakefileAndy Shevchenko2-3/+5
2024-04-08ACPI: LPSS: Remove nested ifdeffery for CONFIG_PMAndy Shevchenko1-2/+0
2024-04-08ACPI: LPSS: Advertise number of chip selects via propertyAndy Shevchenko1-0/+1
2024-04-08ACPI: APEI: EINJ: mark remove callback as __exitUwe Kleine-König1-3/+9
2024-04-08ACPI: store owner from modules with acpi_bus_register_driver()Krzysztof Kozlowski1-4/+5
2024-04-08ACPI: DPTF: Add Lunar Lake supportSumeet Pawnikar4-0/+10
2024-04-04ACPI: scan: Introduce typedef:s for struct acpi_hotplug_context membersAndy Shevchenko2-34/+19
2024-04-04ACPI: scan: Use standard error checking patternAndy Shevchenko1-4/+5
2024-04-04ACPI: scan: Move misleading comment to acpi_dma_configure_id()Andy Shevchenko1-5/+5
2024-04-04ACPI: scan: Use list_first_entry_or_null() in acpi_device_hid()Andy Shevchenko1-2/+2
2024-04-02ACPI: thermal: Register thermal zones without valid trip pointsStephen Horvath1-12/+10
2024-03-29Merge branch 'acpica'Rafael J. Wysocki1-2/+6
2024-03-27ACPI: bus: Indicate support for IRQ ResourceSource thru _OSCArmin Wolf1-0/+1
2024-03-27ACPI: bus: Indicate support for the Generic Event Device thru _OSCArmin Wolf1-0/+1
2024-03-27ACPI: bus: Indicate support for more than 16 p-states thru _OSCArmin Wolf1-0/+1
2024-03-27ACPI: bus: Indicate support for _TFP thru _OSCArmin Wolf1-0/+2
2024-03-27ACPI: NHLT: Streamline struct namingCezary Rojewski1-18/+18
2024-03-27ACPI: NHLT: Introduce API for the tableCezary Rojewski3-0/+293