aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/evregion.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-13ACPICA: Update copyright notices to the year 2022Bob Moore1-1/+1
2021-12-27ACPICA: Fixed a couple of warnings under MSVCBob Moore1-2/+2
2021-12-27ACPICA: Add support for PCC Opregion special context dataSudeep Holla1-0/+10
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 Goede1-17/+47
2021-01-22ACPICA: Updated all copyrights to 2021Bob Moore1-1/+1
2020-12-01ACPICA: Also handle "orphan" _REG methods for GPIO OpRegionsHans de Goede1-27/+27
2020-01-13ACPICA: All acpica: Update copyrights to 2020 Including tool signons.Bob Moore1-1/+1
2019-10-28ACPICA: Results from ClangBob Moore1-2/+2
2019-02-24ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formattingErik Schmauss1-1/+1
2019-01-15ACPICA: All acpica: Update copyrights to 2019Bob Moore1-1/+1
2018-10-04ACPICA: Never run _REG on system_memory and system_IOBob Moore1-2/+15
2018-03-18ACPICA: adding SPDX headersErik Schmauss1-37/+3
2018-02-06ACPICA: All acpica: Update copyrights to 2018Bob Moore1-1/+1
2017-11-27ACPICA: Add an additional error message for EC timeoutsBob Moore1-0/+10
2017-02-09ACPICA: Source tree: Update copyright notices to 2017Bob Moore1-1/+1
2016-04-05ACPICA: Events: Fix an issue that _REG association can happen before namespace is initializedLv Zheng1-47/+24
2016-04-05ACPICA: All: const keyword changes across the ACPICA sourceBob Moore1-1/+2
2016-02-24ACPICA: Namespace: Rename acpi_gbl_reg_methods_enabled to acpi_gbl_namespace_initializedLv Zheng1-1/+1
2016-01-15ACPICA: Additional 2016 copyright changesBob Moore1-1/+1
2016-01-01ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to acpi_ev_execute_reg_methods()Lv Zheng1-13/+13
2016-01-01ACPICA: Events: Enhance acpi_ev_execute_reg_method() to ensure no _REG evaluations can happen during OS early boot stagesLv Zheng1-3/+22
2016-01-01ACPICA: Events: Split acpi_ev_associate_reg_method() from region initialization codeLv Zheng1-0/+46
2016-01-01ACPICA: Events: Fix an issue that region object is re-attached to another scope when it is already attachedLv Zheng1-7/+6
2016-01-01ACPICA: Cleanup code related to the per-table module level improvementBob Moore1-0/+6
2015-08-25ACPICA: Add additional debug info/statementsBob Moore1-4/+18
2015-04-14ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers.Lv Zheng1-1/+1
2015-02-05ACPICA: Update Copyright headers to 2015David E. Box1-1/+1
2014-09-24ACPICA: Update to GPIO region handler interface.Bob Moore1-16/+31
2014-03-18ACPICA: Prevent infinite loops when traversing corrupted lists.Bob Moore1-0/+11
2014-02-11ACPICA: Update ACPICA copyrights to 2014.Bob Moore1-1/+1
2013-10-31ACPICA: Linuxize: Change indentation of C labels.Lv Zheng1-3/+3
2013-09-24ACPICA: Operation region support: Never free the handler "context" pointer.David E. Box1-10/+13
2013-06-01ACPICA: Update for "orphan" embedded controller _REG method supportZhang Rui1-40/+21
2013-06-01ACPICA: Add argument typechecking for all predefined ACPI namesBob Moore1-1/+1
2013-01-25ACPICA: Update ACPICA copyrights to 2013Bob Moore1-1/+1
2013-01-11ACPICA: Source restructuring: split large files into 8 new files.Bob Moore1-531/+51
2012-07-17ACPICA: AcpiSrc: Fix some translation issues for Linux conversionBob Moore1-12/+12
2012-01-17ACPICA: Update all copyrights to 2012Bob Moore1-1/+1
2012-01-17ACPI 5.0: Implement Connection() and AccessAs() changesBob Moore1-3/+26
2011-05-09ACPICA: Execute an orphan _REG method under the EC deviceBob Moore1-2/+119
2011-03-02ACPICA: Add mechanism to defer _REG methods for some installed handlersBob Moore1-0/+2
2011-01-18ACPICA: Update all ACPICA copyrights and signons to 2011Bob Moore1-1/+1
2010-01-22ACPICA: Remove obsolete ACPI_INTEGER (acpi_integer) typeBob Moore1-3/+2
2010-01-22ACPICA: Update all ACPICA copyrights and signons to 2010Bob Moore1-1/+1
2009-12-15ACPICA: Update internal namespace node/handle interfacesBob Moore1-2/+2
2009-11-24ACPICA: Deploy new create integer interface where appropriateBob Moore1-7/+4
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming1-3/+3
2009-11-24ACPICA: Remove possibility of executing _REG methods twiceLin Ming1-5/+59
2009-05-27ACPICA: Simplify internal operation region interfaceBob Moore1-5/+7