From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingoo Han Subject: Re: [PATCH] drm/dp-helper: Deprecate old i2c-over-dp_aux heleprs Date: Tue, 13 May 2014 21:11:08 +0900 Message-ID: <007f01cf6ea4$6c38fe00$44aafa00$%han@samsung.com> References: <1399451201-9602-1-git-send-email-daniel.vetter@ffwll.ch> <20140513073824.GD6754@ulmo> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailout1.samsung.com (mailout1.samsung.com [203.254.224.24]) by gabe.freedesktop.org (Postfix) with ESMTP id 7010D6EA7B for ; Tue, 13 May 2014 05:11:10 -0700 (PDT) Received: from epcpsbgr4.samsung.com (u144.gpu120.samsung.co.kr [203.254.230.144]) by mailout1.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0N5I008C1HUKAJD0@mailout1.samsung.com> for dri-devel@lists.freedesktop.org; Tue, 13 May 2014 21:11:08 +0900 (KST) In-reply-to: <20140513073824.GD6754@ulmo> Content-language: ko List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: 'Thierry Reding' , 'Patrik Jakobsson' Cc: 'Daniel Vetter' , 'Thierry Reding' , 'DRI Development' , 'Alan Cox' List-Id: dri-devel@lists.freedesktop.org On Tuesday, May 13, 2014 4:38 PM, Thierry Reding wrote: > On Wed, May 07, 2014 at 09:24:02PM +0200, Patrik Jakobsson wrote: > > On Wed, May 7, 2014 at 10:26 AM, Daniel Vetter wrote: > > > Only gma500 is still using this, once that's converted we can kill all > > > this code. If that conversion doesn't happen soonish I think we should > > > just move this helper code into the gma500 driver itself to avoid > > > abuse from new drivers. > > > > I'll try to find some time to convert gma500 this weekend. If that fails, I'm ok > > with moving it into gma500. > > I don't think there's a need to rush things. In my opinion it's fine if > this stays around for another couple of releases, as long as it's > removed eventually. I agree with your opinion. Within few releases, it can be changed and removed. Actually, marking it as deprecated looks more urgent. Thanks. Best regards, Jingoo Han > > Thierry