Re: [PATCH v6 1/3] x86/platform/p2sb: New Primary to Sideband bridge support driver for Intel SOC's

2016-09-08 Thread Andy Shevchenko
On Mon, 2016-07-18 at 03:35 +, Tan, Jui Nee wrote: > > > > > + > > > +MODULE_LICENSE("GPL"); > > > > ...the above is the only modular "use" that I can find.  So is the > > tristate bogus?   Without a module_init and a module_exit I am > > confused > > > > I just finished an audit of

Re: [PATCH v6 1/3] x86/platform/p2sb: New Primary to Sideband bridge support driver for Intel SOC's

2016-09-08 Thread Andy Shevchenko
On Mon, 2016-07-18 at 03:35 +, Tan, Jui Nee wrote: > > > > > + > > > +MODULE_LICENSE("GPL"); > > > > ...the above is the only modular "use" that I can find.  So is the > > tristate bogus?   Without a module_init and a module_exit I am > > confused > > > > I just finished an audit of

Re: [PATCH v6 1/3] x86/platform/p2sb: New Primary to Sideband bridge support driver for Intel SOC's

2016-07-18 Thread Paul Gortmaker
[RE: [PATCH v6 1/3] x86/platform/p2sb: New Primary to Sideband bridge support driver for Intel SOC's] On 18/07/2016 (Mon 03:35) Tan, Jui Nee wrote: [...] > > > + > > > + return 0; > > > +} > > > +EXPORT_SYMBOL(p2sb_bar); > > > + > &

Re: [PATCH v6 1/3] x86/platform/p2sb: New Primary to Sideband bridge support driver for Intel SOC's

2016-07-18 Thread Paul Gortmaker
[RE: [PATCH v6 1/3] x86/platform/p2sb: New Primary to Sideband bridge support driver for Intel SOC's] On 18/07/2016 (Mon 03:35) Tan, Jui Nee wrote: [...] > > > + > > > + return 0; > > > +} > > > +EXPORT_SYMBOL(p2sb_bar); > > > + > &

RE: [PATCH v6 1/3] x86/platform/p2sb: New Primary to Sideband bridge support driver for Intel SOC's

2016-07-17 Thread Tan, Jui Nee
ng, > Jonathan <jonathan.y...@intel.com>; Yu, Ong Hock > <ong.hock...@intel.com>; Voon, Weifeng <weifeng.v...@intel.com>; Wan > Mohamad, Wan Ahmad Zainie > <wan.ahmad.zainie.wan.moha...@intel.com> > Subject: RE: [PATCH v6 1/3] x86/platform/p2sb: New Primary to Sideb

RE: [PATCH v6 1/3] x86/platform/p2sb: New Primary to Sideband bridge support driver for Intel SOC's

2016-07-17 Thread Tan, Jui Nee
nvin ; > X86 ML ; pty...@xes-inc.com; Lee Jones > ; Linus Walleij ; linux- > g...@vger.kernel.org; LKML ; Yong, > Jonathan ; Yu, Ong Hock > ; Voon, Weifeng ; Wan > Mohamad, Wan Ahmad Zainie > > Subject: RE: [PATCH v6 1/3] x86/platform/p2sb: New Primary to Sid

RE: [PATCH v6 1/3] x86/platform/p2sb: New Primary to Sideband bridge support driver for Intel SOC's

2016-07-17 Thread Tan, Jui Nee
l.org; LKML > <linux-kernel@vger.kernel.org>; Yong, Jonathan > <jonathan.y...@intel.com>; Yu, Ong Hock <ong.hock...@intel.com>; Voon, > Weifeng <weifeng.v...@intel.com>; Wan Mohamad, Wan Ahmad Zainie > <wan.ahmad.zainie.wan.moha...@intel.com> > Subje

RE: [PATCH v6 1/3] x86/platform/p2sb: New Primary to Sideband bridge support driver for Intel SOC's

2016-07-17 Thread Tan, Jui Nee
..@linux.intel.com; t...@linutronix.de; > mi...@redhat.com; H. Peter Anvin ; X86 ML > ; pty...@xes-inc.com; Lee Jones ; > Linus Walleij ; linux-g...@vger.kernel.org; LKML > ; Yong, Jonathan > ; Yu, Ong Hock ; Voon, > Weifeng ; Wan Mohamad, Wan Ahmad Zainie > > Subject: Re:

Re: [PATCH v6 1/3] x86/platform/p2sb: New Primary to Sideband bridge support driver for Intel SOC's

2016-07-14 Thread Paul Gortmaker
On Thu, Jul 14, 2016 at 4:11 AM, Tan Jui Nee wrote: > From: Andy Shevchenko > > There is already one and at least one more user coming which > require an access to Primary to Sideband bridge (P2SB) in order > to get IO or MMIO bar hidden

Re: [PATCH v6 1/3] x86/platform/p2sb: New Primary to Sideband bridge support driver for Intel SOC's

2016-07-14 Thread Paul Gortmaker
On Thu, Jul 14, 2016 at 4:11 AM, Tan Jui Nee wrote: > From: Andy Shevchenko > > There is already one and at least one more user coming which > require an access to Primary to Sideband bridge (P2SB) in order > to get IO or MMIO bar hidden by BIOS. > Create a driver to access P2SB for x86 devices.