Re: [U-Boot] [PATCH v1] x86: tangier: Make _CRS for BTH0 Serialized to avoid warning

2018-01-14 Thread Bin Meng
On Fri, Jan 12, 2018 at 4:29 PM, Bin Meng wrote: > On Thu, Jan 11, 2018 at 12:07 AM, Andy Shevchenko > wrote: >> ASL compiler warns: >> >> ASL board/intel/edison/dsdt.asl >> board/intel/edison/dsdt.asl.tmp238: Method (_CRS, 0, >> NotSerialized) >> Remark 2120 - C

Re: [U-Boot] [PATCH v1] x86: tangier: Make _CRS for BTH0 Serialized to avoid warning

2018-01-12 Thread Bin Meng
On Thu, Jan 11, 2018 at 12:07 AM, Andy Shevchenko wrote: > ASL compiler warns: > > ASL board/intel/edison/dsdt.asl > board/intel/edison/dsdt.asl.tmp238: Method (_CRS, 0, > NotSerialized) > Remark 2120 - Control Method should be made Serialized ^ (due to > creati

[U-Boot] [PATCH v1] x86: tangier: Make _CRS for BTH0 Serialized to avoid warning

2018-01-10 Thread Andy Shevchenko
ASL compiler warns: ASL board/intel/edison/dsdt.asl board/intel/edison/dsdt.asl.tmp238: Method (_CRS, 0, NotSerialized) Remark 2120 - Control Method should be made Serialized ^ (due to creation of named objects within) Do as suggested by ASL compiler. Fixes: 5