Re: [PATCH v6 025/102] x86: Move UCLASS_IRQ into a separate file

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:47 PM Simon Glass wrote: > > Update this uclass to support the needs of the Apollo Lake ITSS. It > supports four operations. > > Move the uclass into a separate directory so that sandbox can use it too. > Add a new Kconfig to control it and enable this on x86. > >

[PATCH v6 025/102] x86: Move UCLASS_IRQ into a separate file

2019-12-06 Thread Simon Glass
Update this uclass to support the needs of the Apollo Lake ITSS. It supports four operations. Move the uclass into a separate directory so that sandbox can use it too. Add a new Kconfig to control it and enable this on x86. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v6: