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 arc

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
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: [PATCH v6 1/3] x86/platform/p2sb: New Prim

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: [PA

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.

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

2016-07-14 Thread Tan Jui Nee
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. Signed-off-by: Yong, Jonathan Signed-off-by: Andy Shevchenko