Re: [PATCH v1 06/11] platform/x86: apple-gmux: hide PCI specific code

2018-12-25 Thread Sinan Kaya
On Mon, Dec 24, 2018 at 5:05 AM Andy Shevchenko wrote: > > > > On Saturday, December 22, 2018, Lukas Wunner wrote: >> >> On Sat, Dec 22, 2018 at 12:14:47AM +, Sinan Kaya wrote: >> > Code is scanning PCI bus to find out if it is switchable or not. If >> > CONFIG_PCI is not set, assume

Re: [PATCH v1 06/11] platform/x86: apple-gmux: hide PCI specific code

2018-12-22 Thread Sinan Kaya
On 12/22/2018 9:03 AM, Lukas Wunner wrote: On Sat, Dec 22, 2018 at 12:14:47AM +, Sinan Kaya wrote: Code is scanning PCI bus to find out if it is switchable or not. If CONFIG_PCI is not set, assume unswitchable. Signed-off-by: Sinan Kaya --- drivers/platform/x86/apple-gmux.c | 4 1

Re: [PATCH v1 06/11] platform/x86: apple-gmux: hide PCI specific code

2018-12-22 Thread Lukas Wunner
On Sat, Dec 22, 2018 at 12:14:47AM +, Sinan Kaya wrote: > Code is scanning PCI bus to find out if it is switchable or not. If > CONFIG_PCI is not set, assume unswitchable. > > Signed-off-by: Sinan Kaya > --- > drivers/platform/x86/apple-gmux.c | 4 > 1 file changed, 4 insertions(+) >

[PATCH v1 06/11] platform/x86: apple-gmux: hide PCI specific code

2018-12-21 Thread Sinan Kaya
Code is scanning PCI bus to find out if it is switchable or not. If CONFIG_PCI is not set, assume unswitchable. Signed-off-by: Sinan Kaya --- drivers/platform/x86/apple-gmux.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/platform/x86/apple-gmux.c