Re: [PATCH] x86: Move P2SB from Apollo Lake to a more generic location

2020-02-05 Thread Bin Meng
On Tue, Feb 4, 2020 at 4:21 PM Bin Meng wrote: > > On Tue, Feb 4, 2020 at 4:04 PM Wolfgang Wallner > wrote: > > > > The Primary to Sideband Bridge (P2SB) is not specific to Apollo Lake, so > > move its driver to a common location within arch/x86. > > > > Signed-off-by: Wolfgang Wallner > > > > -

Re: [PATCH] x86: Move P2SB from Apollo Lake to a more generic location

2020-02-04 Thread Bin Meng
On Tue, Feb 4, 2020 at 4:04 PM Wolfgang Wallner wrote: > > The Primary to Sideband Bridge (P2SB) is not specific to Apollo Lake, so > move its driver to a common location within arch/x86. > > Signed-off-by: Wolfgang Wallner > > --- > This commit follows a similar rational as the recent moving of

[PATCH] x86: Move P2SB from Apollo Lake to a more generic location

2020-02-04 Thread Wolfgang Wallner
The Primary to Sideband Bridge (P2SB) is not specific to Apollo Lake, so move its driver to a common location within arch/x86. Signed-off-by: Wolfgang Wallner --- This commit follows a similar rational as the recent moving of the ITSS driver from Apollo Lake to the intel_common directory, and it