Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932973AbcDTOex (ORCPT ); Wed, 20 Apr 2016 10:34:53 -0400 Received: from smtprelay2.synopsys.com ([198.182.60.111]:51560 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932117AbcDTOev convert rfc822-to-8bit (ORCPT ); Wed, 20 Apr 2016 10:34:51 -0400 From: Alexey Brodkin To: "daniel@ffwll.ch" CC: "dri-devel@lists.freedesktop.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 1/3 v6] drm: Introduce drm_connector_register_all() helper Thread-Topic: [PATCH 1/3 v6] drm: Introduce drm_connector_register_all() helper Thread-Index: AQHRmjaHr3MMzysgdECD9uRzVybGIZ+SmZSAgAA0A4A= 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> In-Reply-To: <20160420112831.GO2510@phenom.ffwll.local> Accept-Language: en-US, ru-RU Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.121.8.139] Content-Type: text/plain; charset="utf-7" Content-ID: <81A7BD6CBEA9264DB8F101C8C8ABAAE6@internal.synopsys.com> Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1361 Lines: 30 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