summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Remove some code duplication from acpi_ev_address_space_dispatchHans de Goede2021-02-191-18/+5
* ACPICA: Fix race in generic_serial_bus (I2C) and GPIO op_region parameter han...Hans de Goede2021-02-194-17/+57
* Merge back ACPICA material for v5.12.Rafael J. Wysocki2021-02-10146-164/+162
|\
| * ACPICA: Updated all copyrights to 2021Bob Moore2021-01-22142-143/+143
| * ACPICA: add type casts for string functionsBob Moore2021-01-222-4/+4
| * ACPICA: fix -WfallthroughNick Desaulniers2021-01-229-12/+11
| * ACPICA: Clean up exception code class checksMaximilian Luz2021-01-184-5/+4
* | Revert "ACPICA: Interpreter: fix memory leak by using existing buffer"Ard Biesheuvel2021-02-081-4/+13
|/
* ACPICA: Interpreter: fix memory leak by using existing bufferErik Kaneda2020-12-011-13/+4
* ACPICA: Add function trace macros to improve debuggingErik Kaneda2020-12-013-32/+40
* ACPICA: Also handle "orphan" _REG methods for GPIO OpRegionsHans de Goede2020-12-011-27/+27
* ACPICA: Remove extreaneous "the" in commentsColin Ian King2020-12-011-1/+1
* ACPICA: Add missing type casts in GPE register access codeRafael J. Wysocki2020-10-191-2/+2
* Merge back earlier ACPICA-related changes for 5.10.Rafael J. Wysocki2020-10-088-34/+175
|\
| * ACPICA: Add support for using logical addresses of GPE blocksRafael J. Wysocki2020-09-113-6/+33
| * ACPICA: Introduce special struct type for GPE register addressesRafael J. Wysocki2020-09-044-14/+15
| * ACPICA: Introduce acpi_hw_gpe_read() and acpi_hw_gpe_write()Rafael J. Wysocki2020-09-044-20/+84
| * ACPICA: Validate GPE blocks at init timeRafael J. Wysocki2020-09-043-0/+49
* | ACPICA: Remove unnecessary semicolonBob Moore2020-10-081-1/+1
* | ACPICA: Debugger: Add a new command: "ALL <NameSeg>"Bob Moore2020-10-084-34/+188
* | ACPICA: iASL: Return exceptions for string-to-integer conversionsBob Moore2020-10-081-9/+24
* | ACPICA: Add predefined names found in the SMBus sepcificationBob Moore2020-10-084-7/+39
* | ACPICA: Tree-wide: fix various typos and spelling mistakesColin Ian King2020-10-082-2/+3
|/
*-. Merge branches 'acpi-mm', 'acpi-tables', 'acpi-apei' and 'acpi-misc'Rafael J. Wysocki2020-08-032-24/+54
|\ \
| * | ACPICA: Preserve memory opregion mappingsRafael J. Wysocki2020-07-272-24/+54
| |/
* | ACPICA: Do not increment operation_region reference counts for field unitsErik Kaneda2020-07-272-9/+1
* | ACPICA: Replace one-element array with flexible-arrayGustavo A. R. Silva2020-07-271-2/+1
|/
* ACPICA: iASL: add new OperationRegion subtype keyword PlatformRtMechanismErik Kaneda2020-06-052-1/+4
* ACPICA: Fix required parameters for _NIG and _NIHErik Kaneda2020-05-091-2/+2
* ACPICA: Dispatcher: add status checksErik Kaneda2020-05-091-5/+12
* ACPICA: Disassembler: ignore AE_ALREADY_EXISTS status when parsing create ope...Erik Kaneda2020-05-091-1/+4
* ACPICA: Move acpi_gbl_next_cmd_num definition to acglobal.hErik Kaneda2020-05-092-1/+1
* ACPICA: Make acpi_protocol_lengths staticYue Haibing2020-05-091-1/+1
* Merge branch 'acpica'Rafael J. Wysocki2020-04-0610-22/+91
|\
| * ACPICA: Fixes for acpiExec namespace init fileBob Moore2020-03-307-20/+83
| * ACPICA: utilities: fix sprintf()John Levon2020-03-301-1/+6
| * ACPICA: acpiexec: remove redeclaration of acpi_gbl_db_opt_no_region_supportErik Kaneda2020-03-301-0/+1
| * ACPICA: Change PlatformCommChannel ASL keyword to PCCErik Kaneda2020-03-301-1/+1
* | Merge tag 'acpi-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-03-308-17/+27
|\ \
| * | Merge branch 'acpica'Rafael J. Wysocki2020-03-308-17/+27
| |\|
| | * ACPICA: Fix a couple of typosBob Moore2020-02-161-1/+1
| | * ACPICA: use acpi_size instead of u32 for prefix_path_lengthSven Barth2020-02-161-1/+1
| | * ACPICA: cast length arguement to acpi_ns_build_normalized_path() as u32Sven Barth2020-02-161-2/+2
| | * ACPICA: cast the result of the pointer difference to u32Sven Barth2020-02-161-1/+1
| | * ACPICA: Table Manager: Update comments in a function headerBob Moore2020-02-161-6/+6
| | * ACPICA: Enable sleep button on ACPI legacy wakeAnchal Agarwal2020-02-161-0/+12
| | * ACPICA: Fix a comment "enable" fixed events -> "disable" all fixed events.Bob Moore2020-02-161-1/+1
| | * ACPICA: ASL-ASL+ converter: make root file a parameter for cv_init_file_treeErik Kaneda2020-02-162-3/+3
| | * ACPICA: ASL-ASL+ converter: remove function parameters from cv_init_file_tree()Erik Kaneda2020-02-162-5/+3
* | | ACPICA: Allow acpi_any_gpe_status_set() to skip one GPERafael J. Wysocki2020-03-253-15/+51
|/ /