[PATCH 0/3] staging: vchiq_arm: remove some unnecessary global

From: Adrien Thierry
Date: Mon May 02 2022 - 14:30:57 EST


This patch series aims at removing some unnecessary global structures in
order to make the driver more robust. This is part of an effort to address
TODO item "Get rid of all non essential global structures and create a
proper per device structure".

Adrien Thierry (3):
staging: vchiq_arm: add reference to vchiq device in vchiq_state
staging: vchiq_arm: get rid of global device structure
staging: vchiq_arm: get rid of global vchiq_states array

.../bcm2835-audio/bcm2835-vchiq.c | 40 +++++---
.../include/linux/raspberrypi/vchiq.h | 49 +++++-----
.../interface/vchiq_arm/vchiq_arm.c | 94 +++++++++---------
.../interface/vchiq_arm/vchiq_arm.h | 8 +-
.../interface/vchiq_arm/vchiq_core.c | 98 ++++++++++---------
.../interface/vchiq_arm/vchiq_core.h | 38 +++----
.../interface/vchiq_arm/vchiq_dev.c | 40 ++++----
.../vc04_services/vchiq-mmal/mmal-vchiq.c | 63 ++++++------
8 files changed, 218 insertions(+), 212 deletions(-)


base-commit: 5fe7856ad59afc56a6ff35d091bfaddd1d4f4bce
--
2.35.1