Re: [PATCH 1/3 v6] drm: Introduce drm_connector_register_all() helper

From: Alexey Brodkin
Date: Wed Apr 20 2016 - 10:34:56 EST


Hi Daniel,

On Wed, 2016-04-20 at 13:28 +-0200, Daniel Vetter wrote:
+AD4- On Tue, Apr 19, 2016 at 03:24:51PM +-0300, Alexey Brodkin wrote:
+AD4- +AD4-
+AD4- +AD4- As a pair to already existing drm+AF8-connector+AF8-unregister+AF8-all() we're adding
+AD4- +AD4- generic implementation of what is already done in some drivers.
+AD4- +AD4-
+AD4- +AD4- Once this helper is implemented we'll be ready to switch existing
+AD4- +AD4- driver-specific implementations with the generic one.
+AD4- +AD4-
+AD4- +AD4- Signed-off-by: Alexey Brodkin +ADw-abrodkin+AEA-synopsys.com+AD4-
+AD4- +AD4- Cc: Daniel Vetter +ADw-daniel+AEA-ffwll.ch+AD4-
+AD4- +AD4- Cc: David Airlie +ADw-airlied+AEA-linux.ie+AD4-
+AD4- +AD4- Cc: Boris Brezillon +ADw-boris.brezillon+AEA-free-electrons.com+AD4-
+AD4- +AD4- ---
+AD4- +AD4-
+AD4- +AD4- No changes v5 -+AD4- v6.
+AD4- +AD4-
+AD4- +AD4- Changes v4 -+AD4- v5:
+AD4- +AD4- +AKAAKg- Added missing mutex unlock on a fail path in drm+AF8-connector+AF8-register+AF8-all().
+AD4- +AD4- +AKAAoACg-Thanks David for his attention and patience+ACE-
+AD4- When resending, please add everyone who commmented on previous versions of
+AD4- your patches to the cc: list. Just to make sure they have a chance to look
+AD4- at the next version.

Sure I usually do that but looks like this time I completely forgot to add
more people in Cc.

-Alexey