[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220502183045.206519-1-athierry@redhat.com>
Date: Mon, 2 May 2022 14:30:39 -0400
From: Adrien Thierry <athierry@...hat.com>
To: bcm-kernel-feedback-list@...adcom.com,
Florian Fainelli <f.fainelli@...il.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Nicolas Saenz Julienne <nsaenz@...nel.org>,
Ray Jui <rjui@...adcom.com>,
Scott Branden <sbranden@...adcom.com>
Cc: Adrien Thierry <athierry@...hat.com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-rpi-kernel@...ts.infradead.org, linux-staging@...ts.linux.dev
Subject: [PATCH 0/3] staging: vchiq_arm: remove some unnecessary global
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
Powered by blists - more mailing lists