All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1] x86: tangier: Make _CRS for BTH0 Serialized to avoid warning
@ 2018-01-10 16:07 Andy Shevchenko
  2018-01-12  8:29 ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2018-01-10 16:07 UTC (permalink / raw)
  To: u-boot

ASL compiler warns:

  ASL     board/intel/edison/dsdt.asl
  board/intel/edison/dsdt.asl.tmp    238:             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: 5d8c4ebd95e2 ("x86: tangier: Add Bluetooth to ACPI table")
Reported-by: Ferry Toth <fntoth@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl b/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
index 2b3b897c5b..5289b14957 100644
--- a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
+++ b/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
@@ -284,7 +284,7 @@ Device (PCI0)
                 Return (STA_VISIBLE)
             }
 
-            Method (_CRS, 0, NotSerialized)
+            Method (_CRS, 0, Serialized)
             {
                 Name (RBUF, ResourceTemplate ()
                 {
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH v1] x86: tangier: Make _CRS for BTH0 Serialized to avoid warning
  2018-01-10 16:07 [U-Boot] [PATCH v1] x86: tangier: Make _CRS for BTH0 Serialized to avoid warning Andy Shevchenko
@ 2018-01-12  8:29 ` Bin Meng
  2018-01-15  2:33   ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Bin Meng @ 2018-01-12  8:29 UTC (permalink / raw)
  To: u-boot

On Thu, Jan 11, 2018 at 12:07 AM, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
> ASL compiler warns:
>
>   ASL     board/intel/edison/dsdt.asl
>   board/intel/edison/dsdt.asl.tmp    238:             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: 5d8c4ebd95e2 ("x86: tangier: Add Bluetooth to ACPI table")
> Reported-by: Ferry Toth <fntoth@gmail.com>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH v1] x86: tangier: Make _CRS for BTH0 Serialized to avoid warning
  2018-01-12  8:29 ` Bin Meng
@ 2018-01-15  2:33   ` Bin Meng
  0 siblings, 0 replies; 3+ messages in thread
From: Bin Meng @ 2018-01-15  2:33 UTC (permalink / raw)
  To: u-boot

On Fri, Jan 12, 2018 at 4:29 PM, Bin Meng <bmeng.cn@gmail.com> wrote:
> On Thu, Jan 11, 2018 at 12:07 AM, Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
>> ASL compiler warns:
>>
>>   ASL     board/intel/edison/dsdt.asl
>>   board/intel/edison/dsdt.asl.tmp    238:             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: 5d8c4ebd95e2 ("x86: tangier: Add Bluetooth to ACPI table")
>> Reported-by: Ferry Toth <fntoth@gmail.com>
>> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>> ---
>>  arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

applied to u-boot-x86, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-15  2:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-10 16:07 [U-Boot] [PATCH v1] x86: tangier: Make _CRS for BTH0 Serialized to avoid warning Andy Shevchenko
2018-01-12  8:29 ` Bin Meng
2018-01-15  2:33   ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.