mbox series

[v1,0/2] use dt and UCLASS_IRQ/SYSCON to get gic details

Message ID 20200708071532.13338-1-rayagonda.kokatanur@broadcom.com
Headers show
Series use dt and UCLASS_IRQ/SYSCON to get gic details | expand

Message

Rayagonda Kokatanur July 8, 2020, 7:15 a.m. UTC
Use device tree and driver class (UCLASS_IRQ and UCLASS_SYSCON) to get
gic details like GICD, GICR base address, max number of redistributors
and git lpi address.

Rayagonda Kokatanur (2):
  arch: arm: use dt and UCLASS_IRQ to get gic details
  arch: arm: use dt and UCLASS_SYSCON to get gic lpi details

 arch/arm/Kconfig              |   2 +
 arch/arm/include/asm/gic-v3.h |   4 +-
 arch/arm/lib/gic-v3-its.c     | 135 ++++++++++++++++++++++++++++++----
 3 files changed, 125 insertions(+), 16 deletions(-)

Comments

Rayagonda Kokatanur July 15, 2020, 5:53 p.m. UTC | #1
Hi Simon,

On Wed, Jul 8, 2020 at 12:45 PM Rayagonda Kokatanur
<rayagonda.kokatanur@broadcom.com> wrote:
>
> Use device tree and driver class (UCLASS_IRQ and UCLASS_SYSCON) to get
> gic details like GICD, GICR base address, max number of redistributors
> and git lpi address.
>
> Rayagonda Kokatanur (2):
>   arch: arm: use dt and UCLASS_IRQ to get gic details
>   arch: arm: use dt and UCLASS_SYSCON to get gic lpi details
>
>  arch/arm/Kconfig              |   2 +
>  arch/arm/include/asm/gic-v3.h |   4 +-
>  arch/arm/lib/gic-v3-its.c     | 135 ++++++++++++++++++++++++++++++----
>  3 files changed, 125 insertions(+), 16 deletions(-)
>

Please review this patch series.
These changes are done as per your review comments on other patch sets.

Thanks,
Rayagonda

> --
> 2.17.1
>