aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/evgpe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15ACPICA: Store GPE register enable masks upfrontRafael J. Wysocki1-2/+3
2015-02-05ACPICA: Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix 2 issues for the current GPE APIsLv Zheng1-8/+44
2015-02-05ACPICA: Update Copyright headers to 2015David E. Box1-1/+1
2015-02-05ACPICA: Events: Cleanup GPE dispatcher type obtaining codeLv Zheng1-2/+2
2015-02-05ACPICA: Events: Cleanup to move acpi_gbl_global_event_handler invocation out of acpi_ev_gpe_dispatch()Lv Zheng1-13/+26
2015-02-05ACPICA: Events: Fix uninitialized variableDavid E. Box1-1/+1
2015-02-05ACPICA: Events: Remove acpi_ev_valid_gpe_event() due to current restrictionLv Zheng1-49/+13
2015-02-05ACPICA: Events: Remove duplicated sanity check in acpi_ev_enable_gpe()Lv Zheng1-11/+0
2014-12-03ACPICA: Events: Always modify GPE registers under the GPE lockLv Zheng1-0/+3
2014-12-01ACPICA: Save current masks of enabled GPEs after enable register writesRafael J. Wysocki1-3/+3
2014-10-21ACPICA: Events: Reduce indent divergences of events files.Lv Zheng1-11/+12
2014-07-07ACPICA: Events: Fix edge-triggered GPE by disabling before acknowledging it.Lv Zheng1-15/+17
2014-05-07ACPICA: Events: Update GPE handling and initialization code.Bob Moore1-6/+7
2014-02-11ACPICA: Update ACPICA copyrights to 2014.Bob Moore1-1/+1
2013-10-31ACPICA: Linuxize: Change indentation of C labels.Lv Zheng1-1/+1
2013-10-30ACPICA: Fix possible memory leaks in the GPE handling.Lv Zheng1-0/+1
2013-06-16ACPICA: Standardize all switch() blocksChao Guan1-4/+2
2013-06-01ACPICA: Add argument typechecking for all predefined ACPI namesBob Moore1-1/+0
2013-03-12ACPICA: Regression fix: reinstate safe exit macrosBob Moore1-3/+3
2013-01-25ACPICA: Update ACPICA copyrights to 2013Bob Moore1-1/+1
2013-01-10ACPICA: Eliminate superfluous return_UINT8 and return_UINT32 macros.Bob Moore1-3/+3
2013-01-10ACPICA: Enhance error messages.Lv Zheng1-1/+1
2013-01-10ACPICA: Cleanup updated comments.Lv Zheng1-2/+2
2012-11-15ACPICA: Fix indent caused divergences.Lv Zheng1-8/+12
2012-09-21ACPICA: GPE support: Remove extraneous parameter from low-level function.Feng Tang1-2/+1
2012-09-21ACPICA: GPE Support: Update debug info for GPE tracing.Bob Moore1-2/+19
2012-07-14ACPICA: Add support for implicit notify on multiple devicesBob Moore1-11/+11
2012-03-22ACPICA: Support for custom ACPICA build for ACPI 5 reduced hardwareBob Moore1-1/+3
2012-01-17ACPICA: Update all copyrights to 2012Bob Moore1-1/+1
2011-03-18Merge branch 'acpica' into releaseLen Brown1-0/+9
2011-03-02ACPICA: GPE detect optimization - ignore unused GPE registersLin Ming1-0/+9
2011-02-24ACPI / ACPICA: Implicit notify for multiple devicesRafael J. Wysocki1-4/+13
2011-01-18ACPICA: Update all ACPICA copyrights and signons to 2011Bob Moore1-1/+1
2011-01-18ACPICA: Fix memory leak in acpi_ev_asynch_execute_gpe_method().Jesper Juhl1-0/+2
2011-01-12ACPICA: Misc comments to minimize code divergenceLin Ming1-8/+13
2011-01-12ACPICA: Global event handlerLin Ming1-1/+8
2011-01-12ACPICA: Implicit notify supportLin Ming1-72/+100
2011-01-12ACPICA: Fix local variable mess in acpi_ev_asynch_execute_gpe_methodLin Ming1-12/+45
2011-01-12ACPICA: New GPE handler callback definitionLin Ming1-4/+10
2011-01-12ACPICA: Rename some function and variable namesLin Ming1-5/+9
2010-08-07ACPI / ACPICA: Fix reference counting problems with GPE handlersRafael J. Wysocki1-0/+73
2010-07-06ACPICA: Remove obsolete GPE functionBob Moore1-2/+6
2010-07-06ACPICA: Use low-level GPE enable during GPE block initializationRafael J. Wysocki1-0/+40
2010-07-06ACPICA: Remove wakeup GPE reference counting which is not usedRafael J. Wysocki1-13/+8
2010-07-06ACPICA: Rename acpi_hw_gpe_register_bitLin Ming1-1/+1
2010-06-12Merge branch 'gpe-regression-fixes' into releaseLen Brown1-110/+5
2010-06-12ACPI / ACPICA: Fix low-level GPE manipulation codeRafael J. Wysocki1-106/+2
2010-06-11ACPI / ACPICA: Use helper function for computing GPE masksRafael J. Wysocki1-4/+3
2010-05-06ACPICA: Add GPE support for dynamically loaded ACPI tablesBob Moore1-1/+1
2010-04-20ACPICA: Minimize the differences between linux GPE code and ACPICA code baseLin Ming1-44/+109