arm-trusted-firmware/drivers/arm/gic
Soby Mathew e9ec3cec65 Move private APIs in gic_common.h to a private header
This patch moves the private GIC common accessors from `gic_common.h` to
a new private header file `gic_common_private.h`. This patch also adds
additional comments to GIC register accessors to highlight the fact
that some of them access register values that correspond to multiple
interrupt IDs. The convention used is that the `set`, `get` and `clr`
accessors access and modify the values corresponding to a single interrupt
ID whereas the `read` and `write` GIC register accessors access the raw
GIC registers and it could correspond to multiple interrupt IDs depending
on the register accessed.

Change-Id: I2643ecb2533f01e3d3219fcedfb5f80c120622f9
2016-02-09 16:50:36 +00:00
..
common Move private APIs in gic_common.h to a private header 2016-02-09 16:50:36 +00:00
v2 Move private APIs in gic_common.h to a private header 2016-02-09 16:50:36 +00:00
v3 Move private APIs in gic_common.h to a private header 2016-02-09 16:50:36 +00:00
arm_gic.c Remove EL2/EL1 GICv3 register updates 2015-09-01 12:44:00 +01:00
gic_v2.c Fix race in GIC IPRIORITY and ITARGET accessors 2016-02-09 16:50:36 +00:00
gic_v3.c Reduce deep nesting of header files 2014-05-06 13:57:48 +01:00