Re: [PATCH v1 19/43] x86: pinctrl: Add multi-ACPI control

2020-07-02 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v1 19/43] x86: pinctrl: Add multi-ACPI control > > Add a Kconfig to control whether pinctrl is represented as a single ACPI > device or as multiple devices. In the latter case (the default) we should > retur

Re: [PATCH v1 19/43] x86: pinctrl: Add multi-ACPI control

2020-06-29 Thread Bin Meng
On Mon, Jun 15, 2020 at 11:58 AM Simon Glass wrote: > > Add a Kconfig to control whether pinctrl is represented as a single ACPI > device or as multiple devices. In the latter case (the default) we should > return the pin number relative to the pinctrl device. > > Signed-off-by: Simon Glass > ---

[PATCH v1 19/43] x86: pinctrl: Add multi-ACPI control

2020-06-14 Thread Simon Glass
Add a Kconfig to control whether pinctrl is represented as a single ACPI device or as multiple devices. In the latter case (the default) we should return the pin number relative to the pinctrl device. Signed-off-by: Simon Glass --- drivers/pinctrl/intel/Kconfig | 4 drivers/pinctrl/intel