From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Subject: Re: [PATCH 1/3 v6] drm: Introduce drm_connector_register_all() helper Date: Wed, 20 Apr 2016 14:34:46 +0000 Message-ID: <1461162881.3149.6.camel@synopsys.com> References: <1461068693-11260-1-git-send-email-abrodkin@synopsys.com> <1461068693-11260-2-git-send-email-abrodkin@synopsys.com> <20160420112831.GO2510@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-7" Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <20160420112831.GO2510@phenom.ffwll.local> Content-Language: en-US Content-ID: <81A7BD6CBEA9264DB8F101C8C8ABAAE6@internal.synopsys.com> Sender: linux-kernel-owner@vger.kernel.org To: "daniel@ffwll.ch" Cc: "dri-devel@lists.freedesktop.org" , "linux-kernel@vger.kernel.org" List-Id: dri-devel@lists.freedesktop.org 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