aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-19ACPICA: Remove some code duplication from acpi_ev_address_space_dispatchHans de Goede1-18/+5
2021-02-19ACPICA: Fix race in generic_serial_bus (I2C) and GPIO op_region parameter handlingHans de Goede4-17/+57
2021-02-10Merge back ACPICA material for v5.12.Rafael J. Wysocki146-164/+162
2021-02-08Revert "ACPICA: Interpreter: fix memory leak by using existing buffer"Ard Biesheuvel1-4/+13
2021-01-22ACPICA: Updated all copyrights to 2021Bob Moore142-143/+143
2021-01-22ACPICA: add type casts for string functionsBob Moore2-4/+4
2021-01-22ACPICA: fix -WfallthroughNick Desaulniers9-12/+11
2021-01-18ACPICA: Clean up exception code class checksMaximilian Luz4-5/+4
2020-12-01ACPICA: Interpreter: fix memory leak by using existing bufferErik Kaneda1-13/+4
2020-12-01ACPICA: Add function trace macros to improve debuggingErik Kaneda3-32/+40
2020-12-01ACPICA: Also handle "orphan" _REG methods for GPIO OpRegionsHans de Goede1-27/+27
2020-12-01ACPICA: Remove extreaneous "the" in commentsColin Ian King1-1/+1
2020-10-19ACPICA: Add missing type casts in GPE register access codeRafael J. Wysocki1-2/+2
2020-10-08Merge back earlier ACPICA-related changes for 5.10.Rafael J. Wysocki8-34/+175
2020-10-08ACPICA: Remove unnecessary semicolonBob Moore1-1/+1
2020-10-08ACPICA: Debugger: Add a new command: "ALL <NameSeg>"Bob Moore4-34/+188
2020-10-08ACPICA: iASL: Return exceptions for string-to-integer conversionsBob Moore1-9/+24
2020-10-08ACPICA: Add predefined names found in the SMBus sepcificationBob Moore4-7/+39
2020-10-08ACPICA: Tree-wide: fix various typos and spelling mistakesColin Ian King2-2/+3
2020-09-11ACPICA: Add support for using logical addresses of GPE blocksRafael J. Wysocki3-6/+33
2020-09-04ACPICA: Introduce special struct type for GPE register addressesRafael J. Wysocki4-14/+15
2020-09-04ACPICA: Introduce acpi_hw_gpe_read() and acpi_hw_gpe_write()Rafael J. Wysocki4-20/+84
2020-09-04ACPICA: Validate GPE blocks at init timeRafael J. Wysocki3-0/+49
2020-08-03Merge branches 'acpi-mm', 'acpi-tables', 'acpi-apei' and 'acpi-misc'Rafael J. Wysocki2-24/+54
2020-07-27ACPICA: Do not increment operation_region reference counts for field unitsErik Kaneda2-9/+1
2020-07-27ACPICA: Replace one-element array with flexible-arrayGustavo A. R. Silva1-2/+1
2020-07-27ACPICA: Preserve memory opregion mappingsRafael J. Wysocki2-24/+54
2020-06-05ACPICA: iASL: add new OperationRegion subtype keyword PlatformRtMechanismErik Kaneda2-1/+4
2020-05-09ACPICA: Fix required parameters for _NIG and _NIHErik Kaneda1-2/+2
2020-05-09ACPICA: Dispatcher: add status checksErik Kaneda1-5/+12
2020-05-09ACPICA: Disassembler: ignore AE_ALREADY_EXISTS status when parsing create operatorsErik Kaneda1-1/+4
2020-05-09ACPICA: Move acpi_gbl_next_cmd_num definition to acglobal.hErik Kaneda2-1/+1
2020-05-09ACPICA: Make acpi_protocol_lengths staticYue Haibing1-1/+1
2020-04-06Merge branch 'acpica'Rafael J. Wysocki10-22/+91
2020-03-30Merge tag 'acpi-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds8-17/+27
2020-03-30Merge branch 'acpica'Rafael J. Wysocki8-17/+27
2020-03-30ACPICA: Fixes for acpiExec namespace init fileBob Moore7-20/+83
2020-03-30ACPICA: utilities: fix sprintf()John Levon1-1/+6
2020-03-30ACPICA: acpiexec: remove redeclaration of acpi_gbl_db_opt_no_region_supportErik Kaneda1-0/+1
2020-03-30ACPICA: Change PlatformCommChannel ASL keyword to PCCErik Kaneda1-1/+1
2020-03-25ACPICA: Allow acpi_any_gpe_status_set() to skip one GPERafael J. Wysocki3-15/+51
2020-02-21ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()Rafael J. Wysocki1-0/+45
2020-02-16ACPICA: Fix a couple of typosBob Moore1-1/+1
2020-02-16ACPICA: use acpi_size instead of u32 for prefix_path_lengthSven Barth1-1/+1
2020-02-16ACPICA: cast length arguement to acpi_ns_build_normalized_path() as u32Sven Barth1-2/+2
2020-02-16ACPICA: cast the result of the pointer difference to u32Sven Barth1-1/+1
2020-02-16ACPICA: Table Manager: Update comments in a function headerBob Moore1-6/+6
2020-02-16ACPICA: Enable sleep button on ACPI legacy wakeAnchal Agarwal1-0/+12
2020-02-16ACPICA: Fix a comment "enable" fixed events -> "disable" all fixed events.Bob Moore1-1/+1
2020-02-16ACPICA: ASL-ASL+ converter: make root file a parameter for cv_init_file_treeErik Kaneda2-3/+3