Re: [U-Boot] [PATCH v1 1/2] x86: tangier: Use actual GPIO hardware numbers

2018-01-08 Thread Bin Meng
On Mon, Jan 8, 2018 at 12:51 PM, Simon Glass wrote: > On 4 January 2018 at 09:40, Andy Shevchenko > wrote: >> The recent commit 03c4749dd6c7 >> ("gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation") >> in the Linux kernel

Re: [U-Boot] [PATCH v1 1/2] x86: tangier: Use actual GPIO hardware numbers

2018-01-07 Thread Simon Glass
On 4 January 2018 at 09:40, Andy Shevchenko wrote: > The recent commit 03c4749dd6c7 > ("gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation") > in the Linux kernel reveals the issue we have in ACPI tables here, > i.e. we must use hardware numbers

Re: [U-Boot] [PATCH v1 1/2] x86: tangier: Use actual GPIO hardware numbers

2018-01-07 Thread Bin Meng
On Fri, Jan 5, 2018 at 12:40 AM, Andy Shevchenko wrote: > The recent commit 03c4749dd6c7 > ("gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation") > in the Linux kernel reveals the issue we have in ACPI tables here, > i.e. we must use hardware

[U-Boot] [PATCH v1 1/2] x86: tangier: Use actual GPIO hardware numbers

2018-01-04 Thread Andy Shevchenko
The recent commit 03c4749dd6c7 ("gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation") in the Linux kernel reveals the issue we have in ACPI tables here, i.e. we must use hardware numbers for GPIO resources and, taking into consideration that GPIO and pin control are *different*