Re: [PATCH v3 4/8] pinctrl: qcom: sdm845: Provide ACPI support

2019-06-12 Thread Linus Walleij
On Tue, Jun 11, 2019 at 8:39 PM Bjorn Andersson wrote: > Last time we discussed this the _only_ offender was the loop issuing a > get_direction() on all descs towards the end of > gpiochip_add_data_with_key() I think that is still the only offender. We were a bit back and forth: adding that cod

Re: [PATCH v3 4/8] pinctrl: qcom: sdm845: Provide ACPI support

2019-06-11 Thread Bjorn Andersson
On Mon 10 Jun 01:42 PDT 2019, Lee Jones wrote: > This patch provides basic support for booting with ACPI instead > of the currently supported Device Tree. When doing so there are a > couple of differences which we need to taken into consideration. > > Firstly, the SDM850 ACPI tables omit informa

Re: [PATCH v3 4/8] pinctrl: qcom: sdm845: Provide ACPI support

2019-06-11 Thread Bjorn Andersson
On Mon 10 Jun 02:22 PDT 2019, Lee Jones wrote: > On Mon, 10 Jun 2019, Ard Biesheuvel wrote: > > > On Mon, 10 Jun 2019 at 10:55, Lee Jones wrote: > > > > > > On Mon, 10 Jun 2019, Ard Biesheuvel wrote: > > > > > > > On Mon, 10 Jun 2019 at 10:42, Lee Jones wrote: > > > > > > > > > > This patch pro

Re: [PATCH v3 4/8] pinctrl: qcom: sdm845: Provide ACPI support

2019-06-10 Thread Ard Biesheuvel
On Mon, 10 Jun 2019 at 11:22, Lee Jones wrote: > > On Mon, 10 Jun 2019, Ard Biesheuvel wrote: > > > On Mon, 10 Jun 2019 at 10:55, Lee Jones wrote: > > > > > > On Mon, 10 Jun 2019, Ard Biesheuvel wrote: > > > > > > > On Mon, 10 Jun 2019 at 10:42, Lee Jones wrote: > > > > > > > > > > This patch pr

Re: [PATCH v3 4/8] pinctrl: qcom: sdm845: Provide ACPI support

2019-06-10 Thread Lee Jones
On Mon, 10 Jun 2019, Ard Biesheuvel wrote: > On Mon, 10 Jun 2019 at 10:55, Lee Jones wrote: > > > > On Mon, 10 Jun 2019, Ard Biesheuvel wrote: > > > > > On Mon, 10 Jun 2019 at 10:42, Lee Jones wrote: > > > > > > > > This patch provides basic support for booting with ACPI instead > > > > of the c

Re: [PATCH v3 4/8] pinctrl: qcom: sdm845: Provide ACPI support

2019-06-10 Thread Ard Biesheuvel
On Mon, 10 Jun 2019 at 10:55, Lee Jones wrote: > > On Mon, 10 Jun 2019, Ard Biesheuvel wrote: > > > On Mon, 10 Jun 2019 at 10:42, Lee Jones wrote: > > > > > > This patch provides basic support for booting with ACPI instead > > > of the currently supported Device Tree. When doing so there are a >

Re: [PATCH v3 4/8] pinctrl: qcom: sdm845: Provide ACPI support

2019-06-10 Thread Lee Jones
On Mon, 10 Jun 2019, Ard Biesheuvel wrote: > On Mon, 10 Jun 2019 at 10:42, Lee Jones wrote: > > > > This patch provides basic support for booting with ACPI instead > > of the currently supported Device Tree. When doing so there are a > > couple of differences which we need to taken into consider

Re: [PATCH v3 4/8] pinctrl: qcom: sdm845: Provide ACPI support

2019-06-10 Thread Ard Biesheuvel
On Mon, 10 Jun 2019 at 10:42, Lee Jones wrote: > > This patch provides basic support for booting with ACPI instead > of the currently supported Device Tree. When doing so there are a > couple of differences which we need to taken into consideration. > > Firstly, the SDM850 ACPI tables omit inform

[PATCH v3 4/8] pinctrl: qcom: sdm845: Provide ACPI support

2019-06-10 Thread Lee Jones
This patch provides basic support for booting with ACPI instead of the currently supported Device Tree. When doing so there are a couple of differences which we need to taken into consideration. Firstly, the SDM850 ACPI tables omit information pertaining to the 4 reserved GPIOs on the platform.