public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] staging: vchiq: Rework child platform device (un)register
@ 2022-12-22 19:14 Umang Jain
  2022-12-22 19:14 ` [PATCH v2 1/4] staging: vc04_services: Stop leaking platform device on error path Umang Jain
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Umang Jain @ 2022-12-22 19:14 UTC (permalink / raw)
  To: linux-media, linux-kernel, linux-staging, linux-rpi-kernel,
	linux-arm-kernel
  Cc: Greg Kroah-Hartman, Adrien Thierry, Stefan Wahren,
	Florian Fainelli, Dan Carpenter, Nicolas Saenz Julienne,
	Phil Elwell, Dave Stevenson, Kieran Bingham, Laurent Pinchart,
	Umang Jain

V2 series for addressing the TODO item:
        "Get rid of all non essential global structures and create a proper
         per device structure"
This series:
- Fixes a platform device leak (1/4)
- Simplifies vchiq_register_child (2/4 and 3/4)
- drops global references for child platform devices and prepares for
  addition of new child devices in future (4/4)

v1: https://lore.kernel.org/all/20221220084404.19280-1-umang.jain@ideasonboard.com/

Umang Jain (4):
  staging: vc04_services: Stop leaking platform device on error path
  staging: vchiq: Do not assign default dma_mask explicitly
  staging: vchiq: Simplify platform devices registration
  staging: vchiq: Rework child platform device (un)register

 .../interface/vchiq_arm/vchiq_arm.c           | 40 ++++++++++---------
 1 file changed, 21 insertions(+), 19 deletions(-)

-- 
2.38.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-12-23  5:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-22 19:14 [PATCH v2 0/4] staging: vchiq: Rework child platform device (un)register Umang Jain
2022-12-22 19:14 ` [PATCH v2 1/4] staging: vc04_services: Stop leaking platform device on error path Umang Jain
2022-12-22 19:23   ` Stefan Wahren
2022-12-22 20:30   ` Laurent Pinchart
2022-12-23  5:28     ` Umang Jain
2022-12-22 19:14 ` [PATCH v2 2/4] staging: vchiq: Do not assign default dma_mask explicitly Umang Jain
2022-12-22 19:14 ` [PATCH v2 3/4] staging: vchiq: Simplify platform devices registration Umang Jain
2022-12-22 19:15 ` [PATCH v2 4/4] staging: vchiq: Rework child platform device (un)register Umang Jain
2022-12-22 19:26 ` [PATCH v2 0/4] " Stefan Wahren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox