mirror of
https://github.com/joel16/android_kernel_sony_msm8994.git
synced 2024-11-27 06:01:12 +00:00
50a1e06c93
The APID/PPID mapping data is stored in the device tree and allows the PMIC Arbiter driver to map the 8-bit hardware identifiers back to the 12-bit identifiers (slave id + peripheral id). This mapping data is subject to change (and does change for different targets) and therefore adds maintenance overhead. The same information can be determined at run-time by using the PMIC Arbiter mapping table to determine the APID from the PPID at the time that interrupts are being registered. Therefore, add support to read from the PMIC Arbiter hardware mapping table. Change-Id: I72c84a7503f640bc4a9ea7e2dfffb31e472b8a6b Signed-off-by: Kenneth Heitke <kheitke@codeaurora.org> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
qpnp-int.c | ||
spmi-dbgfs.c | ||
spmi-dbgfs.h | ||
spmi-pmic-arb.c | ||
spmi-resources.c | ||
spmi.c |