Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752983AbdHJTw4 (ORCPT ); Thu, 10 Aug 2017 15:52:56 -0400 Received: from mail-wr0-f194.google.com ([209.85.128.194]:38135 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752772AbdHJTwz (ORCPT ); Thu, 10 Aug 2017 15:52:55 -0400 Date: Thu, 10 Aug 2017 22:52:46 +0300 From: Cihangir Akturk To: Sean Paul Cc: Heiko Stuebner , linux-rockchip@lists.infradead.org, David Airlie , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, daniel@ffwll.ch, linux-arm-kernel@lists.infradead.org, Mark Yao Subject: Re: [PATCH v2 21/29] drm/rockchip: switch to drm_*_get(), drm_*_put() helpers Message-ID: <20170810195246.GA951@mbp> References: <1502367012-9417-1-git-send-email-cakturk@gmail.com> <1502367012-9417-22-git-send-email-cakturk@gmail.com> <20170810181608.xtrtfv5dketh4hcq@art_vandelay> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170810181608.xtrtfv5dketh4hcq@art_vandelay> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 891 Lines: 28 On Thu, Aug 10, 2017 at 02:16:08PM -0400, Sean Paul wrote: > On Thu, Aug 10, 2017 at 03:10:04PM +0300, Cihangir Akturk wrote: > > Use drm_*_get() and drm_*_put() helpers instead of drm_*_reference() > > and drm_*_unreference() helpers. > > > > drm_*_reference() and drm_*_unreference() functions are just > > compatibility alias for drm_*_get() and drm_*_put() and should not be > > used by new code. So convert all users of compatibility functions to > > use the new APIs. > > > > Generated by: scripts/coccinelle/api/drm-get-put.cocci > > > > Signed-off-by: Cihangir Akturk > > Hi Cihangir, > Thank you for the patch. Unfortunately it does not apply to drm-misc-next. Could > you please resend with conflicts resolved? OK, I'll send a v3 based on drm-next. And should I drop patches from v1 already pulled in drm-next? Thanks, Cihangir > > Thanks, > > Sean >