[U-Boot] [PATCH v5 025/101] x86: Move UCLASS_IRQ into a separate file
Bin Meng
bmeng.cn at gmail.com
Tue Nov 26 07:38:54 UTC 2019
On Mon, Nov 25, 2019 at 12:11 PM Simon Glass <sjg at 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 <sjg at 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.cn at gmail.com>
More information about the U-Boot
mailing list