Re: [PATCH v1 1/1] x86: tangier: Replace Method() by Name() for _STA object

2021-10-26 Thread Bin Meng
On Wed, Oct 27, 2021 at 11:05 AM Bin Meng wrote: > > On Wed, Oct 20, 2021 at 8:51 PM Andy Shevchenko > wrote: > > > > There is no point to use Method() for the constant. > > Replace it with Name() defined object. For the _STA > > case it saves 3 bytes per each entry. > > > > Before: 2881 > >

Re: [PATCH v1 1/1] x86: tangier: Replace Method() by Name() for _STA object

2021-10-26 Thread Bin Meng
On Wed, Oct 20, 2021 at 8:51 PM Andy Shevchenko wrote: > > There is no point to use Method() for the constant. > Replace it with Name() defined object. For the _STA > case it saves 3 bytes per each entry. > > Before: 2881 > After: 2833 > > Signed-off-by: Andy Shevchenko > --- >

Re: [PATCH v1 1/1] x86: tangier: Replace Method() by Name() for _STA object

2021-10-24 Thread Simon Glass
On Wed, 20 Oct 2021 at 06:51, Andy Shevchenko wrote: > > There is no point to use Method() for the constant. > Replace it with Name() defined object. For the _STA > case it saves 3 bytes per each entry. > > Before: 2881 > After: 2833 > > Signed-off-by: Andy Shevchenko > --- >

[PATCH v1 1/1] x86: tangier: Replace Method() by Name() for _STA object

2021-10-20 Thread Andy Shevchenko
There is no point to use Method() for the constant. Replace it with Name() defined object. For the _STA case it saves 3 bytes per each entry. Before: 2881 After: 2833 Signed-off-by: Andy Shevchenko --- .../asm/arch-tangier/acpi/southcluster.asl| 81 --- 1 file changed, 17