Re: [PATCH v2 11/17] x86: itss: Add of-platdata support

2020-02-04 Thread Bin Meng
On Tue, Feb 4, 2020 at 8:20 AM Simon Glass wrote: > > Allow this driver to be used in TPL by setting up the interrupt type > correctly. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/cpu/intel_common/itss.c | 10 ++ > 1 file changed, 10 insertions(+) >

[PATCH v2 11/17] x86: itss: Add of-platdata support

2020-02-03 Thread Simon Glass
Allow this driver to be used in TPL by setting up the interrupt type correctly. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/cpu/intel_common/itss.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/x86/cpu/intel_common/itss.c