On Mon, Nov 25, 2019 at 12:11 PM Simon Glass <s...@chromium.org> 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. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > Changes in v5: None > Changes in v4: > - Drop itss uclass in Makefile > - Fix 'enabled' typo > - apollolake -> Apollo Lake > > Changes in v3: > - Add two more operations to IRQ > - Use the IRQ uclass instead of creating a new ITSS uclass > > Changes in v2: None > > arch/Kconfig | 1 + > arch/x86/cpu/irq.c | 5 --- > drivers/misc/Kconfig | 9 ++++ > drivers/misc/Makefile | 1 + > drivers/misc/irq-uclass.c | 53 +++++++++++++++++++++++ > include/irq.h | 88 +++++++++++++++++++++++++++++++++++++++ > 6 files changed, 152 insertions(+), 5 deletions(-) > create mode 100644 drivers/misc/irq-uclass.c > create mode 100644 include/irq.h >
Reviewed-by: Bin Meng <bmeng...@gmail.com> _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot