RE: [PATCH v6 3/3] mfd: lpc_ich: Add support for Intel Apollo Lake GPIO pinctrl in non-ACPI system

2016-09-28 Thread Tan, Jui Nee
eng > <weifeng.v...@intel.com>; Wan Mohamad, Wan Ahmad Zainie > <wan.ahmad.zainie.wan.moha...@intel.com> > Subject: Re: [PATCH v6 3/3] mfd: lpc_ich: Add support for Intel Apollo Lake > GPIO pinctrl in non-ACPI system > > On Thu, 14 Jul 2016, Tan Jui Nee wrote: > >

RE: [PATCH v6 3/3] mfd: lpc_ich: Add support for Intel Apollo Lake GPIO pinctrl in non-ACPI system

2016-09-28 Thread Tan, Jui Nee
; mi...@redhat.com; h...@zytor.com; x...@kernel.org; pty...@xes-inc.com; > linus.wall...@linaro.org; linux-g...@vger.kernel.org; linux- > ker...@vger.kernel.org; Yong, Jonathan ; Yu, > Ong Hock ; Voon, Weifeng > ; Wan Mohamad, Wan Ahmad Zainie > > Subject: Re: [PATCH v6 3/3] mfd: lpc

Re: [PATCH v6 3/3] mfd: lpc_ich: Add support for Intel Apollo Lake GPIO pinctrl in non-ACPI system

2016-08-09 Thread Lee Jones
On Thu, 14 Jul 2016, Tan Jui Nee wrote: > This driver uses the P2SB hide/unhide mechanism cooperatively > to pass the PCI BAR address to the gpio platform driver. > > Signed-off-by: Tan Jui Nee > --- > Changes in V6: > - Rename CONFIG_X86_INTEL_APL to

Re: [PATCH v6 3/3] mfd: lpc_ich: Add support for Intel Apollo Lake GPIO pinctrl in non-ACPI system

2016-08-09 Thread Lee Jones
On Thu, 14 Jul 2016, Tan Jui Nee wrote: > This driver uses the P2SB hide/unhide mechanism cooperatively > to pass the PCI BAR address to the gpio platform driver. > > Signed-off-by: Tan Jui Nee > --- > Changes in V6: > - Rename CONFIG_X86_INTEL_APL to CONFIG_X86_INTEL_IVI so that it >

[PATCH v6 3/3] mfd: lpc_ich: Add support for Intel Apollo Lake GPIO pinctrl in non-ACPI system

2016-07-14 Thread Tan Jui Nee
This driver uses the P2SB hide/unhide mechanism cooperatively to pass the PCI BAR address to the gpio platform driver. Signed-off-by: Tan Jui Nee --- Changes in V6: - Rename CONFIG_X86_INTEL_APL to CONFIG_X86_INTEL_IVI so that it relates to the actual

[PATCH v6 3/3] mfd: lpc_ich: Add support for Intel Apollo Lake GPIO pinctrl in non-ACPI system

2016-07-14 Thread Tan Jui Nee
This driver uses the P2SB hide/unhide mechanism cooperatively to pass the PCI BAR address to the gpio platform driver. Signed-off-by: Tan Jui Nee --- Changes in V6: - Rename CONFIG_X86_INTEL_APL to CONFIG_X86_INTEL_IVI so that it relates to the actual product, as suggested by