summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2022-09-22ACPI: HMAT: Drop unused dev_fmt() and redundant 'HMAT' prefixLiu Shixin1-13/+12
2022-09-19ACPI: x86: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko1-4/+10
2022-09-19ACPI: LPSS: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko1-8/+7
2022-09-19ACPI: utils: Add acpi_dev_uid_to_integer() helper to get _UID as integerAndy Shevchenko1-0/+24
2022-09-10ACPI: resource: Skip IRQ override on Asus Vivobook K3402ZA/K3502ZATamim Khan1-0/+19
2022-09-10ACPI: LPSS: Use the helper acpi_dev_get_memory_resources()Heikki Krogerus1-8/+1
2022-09-10ACPI: APD: Use the helper acpi_dev_get_memory_resources()Heikki Krogerus1-8/+1
2022-09-10ACPI: resource: Add helper function acpi_dev_get_memory_resources()Heikki Krogerus1-0/+17
2022-09-10ACPI: resource: Filter out the non memory resources in is_memory()Heikki Krogerus1-0/+3
2022-09-10ACPI: tables: FPDT: Don't call acpi_os_map_memory() on invalid phys addressHans de Goede1-0/+22
2022-09-09ACPI: video: Change disable_backlight_sysfs_if quirks to acpi_backlight=nativeHans de Goede2-48/+35
2022-09-09ACPI: s2idle: Add a new ->check() callback for platform_s2idle_opsMario Limonciello2-0/+15
2022-09-09iommu/dma: Make header privateRobin Murphy1-1/+0
2022-09-07freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra1-4/+8
2022-09-03ACPI: property: Silence missing-declarations warning in apple.cLukas Wunner1-0/+1
2022-09-03ACPI: platform: Use PLATFORM_DEVID_NONE in acpi_create_platform_device()John Garry1-1/+1
2022-09-03ACPI: platform: Sort forbidden_id_list[] in ascending orderAndy Shevchenko1-3/+3
2022-09-03ACPI: platform: Use sizeof(*pointer) instead of sizeof(type)Andy Shevchenko1-2/+1
2022-09-03ACPI: platform: Remove redundant print on -ENOMEMAndy Shevchenko1-1/+0
2022-09-03ACPI: platform: Get rid of redundant 'else'Andy Shevchenko1-2/+2
2022-09-03ACPI: property: Use acpi_dev_parent()Rafael J. Wysocki1-3/+4
2022-09-03ACPI: bus: Refactor ACPI matching functions for better readabilityAndy Shevchenko1-10/+10
2022-09-03ACPI: bus: Drop kernel doc annotation from acpi_bus_notify()Andy Shevchenko1-1/+1
2022-09-03ACPI: EC: Drop unneeded result variable from ec_write()ye xingchen1-5/+1
2022-09-03ACPI: video: Add Toshiba Satellite/Portege Z830 quirkArvid Norlander1-0/+16
2022-09-03ACPI: APEI: Add BERT error log footerDmitry Monakhov1-0/+3
2022-09-03ACPI: video: Fix indentation of video_detect_dmi_table[] entriesHans de Goede1-24/+24
2022-09-03ACPI: video: Drop NL5x?U, PF4NU1F and PF5?U?? acpi_backlight=native quirksHans de Goede1-91/+1
2022-09-03ACPI: video: Drop "Samsung X360" acpi_backlight=native quirkHans de Goede1-15/+0
2022-09-03ACPI: video: Remove acpi_video_set_dmi_backlight_type()Hans de Goede2-26/+0
2022-09-03platform/x86: samsung-laptop: Move acpi_backlight=[vendor|native] quirks to A...Hans de Goede1-0/+54
2022-09-03platform/x86: asus-wmi: Move acpi_backlight=native quirks to ACPI video_detect.cHans de Goede1-0/+8
2022-09-03platform/x86: asus-wmi: Move acpi_backlight=vendor quirks to ACPI video_detect.cHans de Goede1-0/+40
2022-09-03platform/x86: acer-wmi: Move backlight DMI quirks to acpi/video_detect.cHans de Goede1-0/+53
2022-09-03platform/x86: toshiba_acpi: Stop using acpi_video_set_dmi_backlight_type()Hans de Goede1-0/+19
2022-09-03ACPI: video: Add Apple GMUX brightness control detectionHans de Goede1-0/+4
2022-09-03ACPI: video: Add Nvidia WMI EC brightness control detection (v3)Hans de Goede2-0/+38
2022-09-03ACPI: video: Refactor acpi_video_get_backlight_type() a bitHans de Goede1-16/+23
2022-09-02ACPI: video: Remove code to unregister acpi_video backlight when a native bac...Hans de Goede2-38/+0
2022-09-02ACPI: video: Make backlight class device registration a separate step (v2)Hans de Goede1-3/+47
2022-09-02ACPI: video: Simplify acpi_video_unregister_backlight()Hans de Goede1-8/+4
2022-09-02ACPI: video: Remove acpi_video_bus from list before tearing it downHans de Goede1-4/+4
2022-09-02ACPI: video: Drop backlight_device_get_by_type() call from acpi_video_get_bac...Hans de Goede1-2/+1
2022-08-30ACPI: PM: Fix NULL argument handling in acpi_device_get/set_power()Rafael J. Wysocki1-9/+14
2022-08-27Merge branch 'acpi-processor' into acpiRafael J. Wysocki1-1/+1
2022-08-25ACPI: bus: Remove the unneeded result variableye xingchen1-4/+1
2022-08-25ACPI: OSI: Remove Linux-HPI-Hybrid-Graphics _OSI stringMario Limonciello1-7/+0
2022-08-25ACPI: OSI: Remove Linux-Lenovo-NV-HDMI-Audio _OSI stringMario Limonciello1-8/+0
2022-08-25ACPI: OSI: Remove Linux-Dell-Video _OSI stringMario Limonciello1-9/+0
2022-08-25ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid()Perry Yuan1-0/+3