Re: [PATCH] x86: p2sb: Drop 'apl' prefix

2020-02-27 Thread Bin Meng
On Thu, Feb 27, 2020 at 5:40 PM Bin Meng wrote: > > On Tue, Feb 18, 2020 at 10:32 PM Wolfgang Wallner > wrote: > > > > Drop the Apollo Lake prefix 'apl' from the functions, types and > > variables in the P2SB driver. > > > > The P2SB is not Apollo Lake specific, and as such it was moved in > >

Re: [PATCH] x86: p2sb: Drop 'apl' prefix

2020-02-27 Thread Bin Meng
On Tue, Feb 18, 2020 at 10:32 PM Wolfgang Wallner wrote: > > Drop the Apollo Lake prefix 'apl' from the functions, types and > variables in the P2SB driver. > > The P2SB is not Apollo Lake specific, and as such it was moved in > commit 2999846c1127 ("x86: Move P2SB from Apollo Lake to a more

Re: [PATCH] x86: p2sb: Drop 'apl' prefix

2020-02-18 Thread Simon Glass
On Tue, 18 Feb 2020 at 07:32, Wolfgang Wallner wrote: > > Drop the Apollo Lake prefix 'apl' from the functions, types and > variables in the P2SB driver. > > The P2SB is not Apollo Lake specific, and as such it was moved in > commit 2999846c1127 ("x86: Move P2SB from Apollo Lake to a more generic

[PATCH] x86: p2sb: Drop 'apl' prefix

2020-02-18 Thread Wolfgang Wallner
Drop the Apollo Lake prefix 'apl' from the functions, types and variables in the P2SB driver. The P2SB is not Apollo Lake specific, and as such it was moved in commit 2999846c1127 ("x86: Move P2SB from Apollo Lake to a more generic location") from the Apollo Lake folder to the intel_common