dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/acpi/acpica
Fenghua Yu 8f9c91273e ACPICA: Do not repair _TSS return package if _PSS is present
We can only sort the _TSS return package if there is no _PSS
in the same scope. This is because if _PSS is present, the ACPI
specification dictates that the _TSS Power Dissipation field is
to be ignored, and therefore some BIOSs leave garbage values in
the _TSS Power field(s).  In this case, it is best to just return
the _TSS package as-is.

Reported-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2011-07-13 23:51:49 -04:00
..
Makefile ACPICA: Split all internal Global Lock functions to new file - evglock 2011-05-09 22:16:11 -04:00
accommon.h ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
acconfig.h ACPICA: Move ACPI_NUM_PREDEFINED_REGIONS to a more appropriate place 2011-05-09 22:16:12 -04:00
acdebug.h ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
acdispat.h ACPICA: Split large dsopcode and dsload.c files. 2011-03-02 19:38:05 -05:00
acevents.h ACPICA: Split all internal Global Lock functions to new file - evglock 2011-05-09 22:16:11 -04:00
acglobal.h ACPICA: Add option to disable method return value validation and repair 2011-07-13 23:51:48 -04:00
achware.h ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
acinterp.h ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
aclocal.h ACPICA: Do not repair _TSS return package if _PSS is present 2011-07-13 23:51:49 -04:00
acmacros.h ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
acnamesp.h ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
acobject.h Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 2011-01-20 16:28:34 -08:00
acopcode.h ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
acparser.h ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
acpredef.h ACPICA: Add missing _TDL to list of predefined names 2011-07-13 23:51:33 -04:00
acresrc.h ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
acstruct.h ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
actables.h ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
acutils.h ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
amlcode.h ACPICA: Update internal address SpaceID for DataTable regions 2011-05-09 22:16:11 -04:00
amlresrc.h ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
dsargs.c ACPICA: Split large dsopcode and dsload.c files. 2011-03-02 19:38:05 -05:00
dscontrol.c ACPICA: Split large dsopcode and dsload.c files. 2011-03-02 19:38:05 -05:00
dsfield.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
dsinit.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
dsmethod.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
dsmthdat.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
dsobject.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
dsopcode.c ACPICA: Split large dsopcode and dsload.c files. 2011-03-02 19:38:05 -05:00
dsutils.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
dswexec.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
dswload.c ACPICA: Update internal address SpaceID for DataTable regions 2011-05-09 22:16:11 -04:00
dswload2.c ACPICA: Update internal address SpaceID for DataTable regions 2011-05-09 22:16:11 -04:00
dswscope.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
dswstate.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
evevent.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
evglock.c ACPICA: Split all internal Global Lock functions to new file - evglock 2011-05-09 22:16:11 -04:00
evgpe.c Merge branch 'acpica' into release 2011-03-18 18:06:08 -04:00
evgpeblk.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
evgpeinit.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
evgpeutil.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
evmisc.c ACPICA: Split all internal Global Lock functions to new file - evglock 2011-05-09 22:16:11 -04:00
evregion.c ACPICA: Execute an orphan _REG method under the EC device 2011-05-09 22:16:12 -04:00
evrgnini.c ACPICA: Execute an orphan _REG method under the EC device 2011-05-09 22:16:12 -04:00
evsci.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
evxface.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
evxfevnt.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
evxfgpe.c ACPI / ACPICA: Implicit notify for multiple devices 2011-02-24 19:59:21 +01:00
evxfregn.c ACPICA: Execute an orphan _REG method under the EC device 2011-05-09 22:16:12 -04:00
exconfig.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exconvrt.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
excreate.c ACPICA: Update internal address SpaceID for DataTable regions 2011-05-09 22:16:11 -04:00
exdebug.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exdump.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exfield.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exfldio.c ACPICA: Clarify a couple of error messages 2011-03-02 19:38:04 -05:00
exmisc.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exmutex.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exnames.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exoparg1.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exoparg2.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exoparg3.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exoparg6.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exprep.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exregion.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exresnte.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exresolv.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exresop.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exstore.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exstoren.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exstorob.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exsystem.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
exutils.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
hwacpi.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
hwgpe.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
hwpci.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
hwregs.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
hwsleep.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
hwtimer.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
hwvalid.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
hwxface.c ACPICA: Fix access width for reset vector 2011-03-22 23:51:59 -04:00
nsaccess.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
nsalloc.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
nsdump.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
nsdumpdv.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
nseval.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
nsinit.c Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 2011-01-20 16:28:34 -08:00
nsload.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
nsnames.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
nsobject.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
nsparse.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
nspredef.c ACPICA: Do not repair _TSS return package if _PSS is present 2011-07-13 23:51:49 -04:00
nsrepair.c ACPICA: Add more methods eligible for NULL package element removal 2011-05-09 22:16:11 -04:00
nsrepair2.c ACPICA: Do not repair _TSS return package if _PSS is present 2011-07-13 23:51:49 -04:00
nssearch.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
nsutils.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
nswalk.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
nsxfeval.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
nsxfname.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
nsxfobj.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
psargs.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
psloop.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
psopcode.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
psparse.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
psscope.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
pstree.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
psutils.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
pswalk.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
psxface.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
rsaddr.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
rscalc.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
rscreate.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
rsdump.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
rsinfo.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
rsio.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
rsirq.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
rslist.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
rsmemory.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
rsmisc.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
rsutils.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
rsxface.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
tbfadt.c ACPICA: Remove use of unreliable FADT revision field 2011-03-02 19:38:03 -05:00
tbfind.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
tbinstal.c ACPICA: Load operator: re-instate most restrictions on incoming table signature 2011-07-13 23:51:32 -04:00
tbutils.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
tbxface.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
tbxfroot.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
utalloc.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
utcopy.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
utdebug.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
utdecode.c ACPICA: Update internal address SpaceID for DataTable regions 2011-05-09 22:16:11 -04:00
utdelete.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
uteval.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
utglobal.c ACPICA: Add mechanism to defer _REG methods for some installed handlers 2011-03-02 19:38:06 -05:00
utids.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
utinit.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
utlock.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
utmath.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
utmisc.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
utmutex.c ACPICA: Fix code divergence of global lock handling 2011-03-25 04:33:15 -04:00
utobject.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
utosi.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
utresrc.c treewide: fix a few typos in comments 2011-05-10 10:16:21 +02:00
utstate.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
utxface.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00
utxferror.c ACPICA: Update all ACPICA copyrights and signons to 2011 2011-01-18 23:48:03 -05:00