commit | 576a83429757999f220f36f206044af2b9026672 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Fri Nov 08 16:58:00 2019 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Sun Nov 10 18:47:52 2019 +0000 |
tree | d4948cf58f95a8fd8e4da1f96326ae491ac977d5 | |
parent | ffedbf0cba153c91a0da5d1280a5e639664c5ab3 [diff] |
irqchip/gic-v3-its: Kill its->device_ids and use TYPER copy instead Now that we have a copy of TYPER in the ITS structure, rely on this to provide the same service as its->device_ids, which gets axed. Errata workarounds are now updating the cached fields instead of requiring a separate field in the ITS structure. Signed-off-by: Marc Zyngier <maz@kernel.org> Reviewed-by: Zenghui Yu <yuzenghui@huawei.com> Link: https://lore.kernel.org/r/20191027144234.8395-7-maz@kernel.org Link: https://lore.kernel.org/r/20191108165805.3071-7-maz@kernel.org