Re: [PATCH v2 22/44] x86: pinctrl: Drop the acpi_path member

2020-07-12 Thread Bin Meng
On Wed, Jul 8, 2020 at 11:34 AM Simon Glass wrote: > > This is in the device tree now, so drop the unnecessary field here. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --- > > Changes in v2: > - Fix the commit subject to mention dropping acpi_path, not acpi_name > > arch/x86

[PATCH v2 22/44] x86: pinctrl: Drop the acpi_path member

2020-07-07 Thread Simon Glass
This is in the device tree now, so drop the unnecessary field here. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- Changes in v2: - Fix the commit subject to mention dropping acpi_path, not acpi_name arch/x86/include/asm/intel_pinctrl.h | 2 -- drivers/pinctrl/intel/pinctrl_apl.