From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752337AbdBFW2U (ORCPT ); Mon, 6 Feb 2017 17:28:20 -0500 Received: from mail-vk0-f67.google.com ([209.85.213.67]:36169 "EHLO mail-vk0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751395AbdBFW2S (ORCPT ); Mon, 6 Feb 2017 17:28:18 -0500 MIME-Version: 1.0 In-Reply-To: <20170206155303.2fwihmlh6ln4eskt@phenom.ffwll.local> References: <20170131160319.9695-1-noralf@tronnes.org> <20170131160319.9695-3-noralf@tronnes.org> <20170206085629.GD27607@ulmo.ba.sec> <20170206090918.6rqr6l7pd62znl5j@phenom.ffwll.local> <20170206093556.GF27607@ulmo.ba.sec> <20170206110847.GH27607@ulmo.ba.sec> <20170206155303.2fwihmlh6ln4eskt@phenom.ffwll.local> From: Dave Airlie Date: Tue, 7 Feb 2017 08:28:16 +1000 Message-ID: Subject: Re: [PATCH v3 2/7] drm/tinydrm: Add helper functions To: Thierry Reding , =?UTF-8?Q?Noralf_Tr=C3=B8nnes?= , Thomas Petazzoni , "devicetree@vger.kernel.org" , Linux Kernel Mailing List , dri-devel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > I definitely don't want that we don't attempt this. But brought from years > of experience, I recommend to merge first (with pre-refactoring already > applied, but helpers only extracted, not yet at the right spot), and then > follow up with. Because on average, there's way too many trees with > overloaded maintainers who maybe look at your patch once per kernel > release cycle. > > If you know that backlight and spi isn't one of these areas (anything that > goes through takashi/sound is a similar good experience for us on the i915 > side), then I guess we can try. But then Noralf has already written a few > months worth of really great refactoring, and I'm seriously starting to > feel guilty for volunteering him for all of this. Even though he seems to > be really good at it, and seems to not mind, it's getting a bit silly. > Given that I'd say up to Noralf. > > In short, there's always a balance. I don't think we can make a rule for this, it will always depend on the code. There is always going to be stuff we put in drm that should go elsewhere, and stuff that is elsewhere that drm should use. I think however if we do add stuff like this, someone should keep track of them and try to make them get further into the kernel. In this case I don't think the patches are too insane to keep in drm and refactor up later, in other cases I'm sure it'll be lot more obvious (i.e. we could make the same argument for chunks of DAL :-) Dave.