From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759647AbcAKMTa (ORCPT ); Mon, 11 Jan 2016 07:19:30 -0500 Received: from mout.kundenserver.de ([212.227.17.10]:49155 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751116AbcAKMT2 (ORCPT ); Mon, 11 Jan 2016 07:19:28 -0500 From: Arnd Bergmann To: Liviu Dudau Cc: linux-arm-kernel@lists.infradead.org, Thierry Reding , David Airlie , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/3] drm: arm-hdlcd: add explictit DRM dependency Date: Mon, 11 Jan 2016 13:18:55 +0100 Message-ID: <10589993.Lxk3kTHnpj@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20160111111255.GE13633@e106497-lin.cambridge.arm.com> References: <4194408.X82ccDjh5X@wuerfel> <4350671.DP0mBIml5S@wuerfel> <20160111111255.GE13633@e106497-lin.cambridge.arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:d4SY3aHiUhKeNnZf5GDhx8hY7xYlnFEji5Os/WS4Qry6F0J1USc sFCQoBKwSuFWzjOlEE1d0q5xiP4yIHEzEyhMUOZ87JH70up1o3IiQreeCe2CwtQz/NncAHT GdTHeo0h6sWbIAMvnnkevD/TeSqBQbzBz6MGkqav3UHXsQLassNMPIr1iY/lGqjY6Mgwowt 930CT1iCTY/ANeaz4zqMA== X-UI-Out-Filterresults: notjunk:1;V01:K0:0/SvPTg7fTY=:Zd2cgf5IEGiFko9DOM2UXh lePMN3tmdU/QN1f1PQ8vOt3LgqRG6wFEyD64lg46A3iC9K+eNQcN6XoaJbNTYStsvDuY/ELva M5jImZHO+bDYh1lKzmdS8/zbRRtJx8ehf36XBYBLUEHn5R35RK1SqFmTcG4O+VW0pr+xAqSVL 0FV/S66pqA4X48kGoFnCaaYnMkdbb22o7KB3i3GfQ+A3kDUWBA/8VJ1QoLn8xHh4eXreFkGIw d6jYonqvrRUCugXz65Ma+AYVsZ9CJJn4UXu1V/5arHaf74exQwCErspINShJeC2oC7uL7CkM/ OPR8jWFp5LlH1Q4PMfDBMwO76Ce9kDYasnt9FKmmA3ZBZ9578WNt1FXqMABfaHpHZl/zpWxk/ 624cbYLRAB7t9Xj0ELjVVzvZl40BG+nk7d6HSPTonGkaEB4ZyUa2yLHLRpWJqbjz1y66EFYjY 6kSMmGyprohEPhdhOC+xGQqELWAokx2hPxTL5qh/v8ojhfp6qVb1006zJOfs+5MVmYAosHjjl nUIhw1QYLjDvoQsKiWOeNfp89+iKni2+966/VEt5XABlpBQwMobcMHPmJGl9dLiDCC08MY+ao Uc9aXCgq+bAAzPREON6nWbsxu0BhX3/Q6nz/BSiSMtI7zeX8wofCSHweimI85pxthtXhSpPs7 8vUxxnxO4SmlF9ql144TmopdyhcmfFG0JMVV4XA8m0zvqwyGUVEMnrrMuxOMWgYkTrWkCi2no /wYDlzUDc978Cs+S Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 11 January 2016 11:12:56 Liviu Dudau wrote: > On Mon, Jan 04, 2016 at 09:39:46AM +0100, Arnd Bergmann wrote: > > On Monday 04 January 2016 09:24:16 Thierry Reding wrote: > > > > > > Ugh... wouldn't it be much simpler to get rid of DRM_ARM? It seems like > > > a completely superfluous option to me. I don't think we've ever had the > > > equivalent of "vendor" Kconfig options in DRM, and I don't see why we'd > > > need to start now. If ARM was going to add another driver it can simply > > > have a separate Kconfig entry. There should be no need to select the > > > vendor option first. > > > > Fine with me too. I vaguely remembered having seen some discussion about > > this, so I decided to do a minimal fix, but I agree that would be more > > in line with the other drivers. > > > > Arnd > > > > Arnd, > > I'm OK with the whole series of Kconfig clean-up/fixes and I offer my appologies > for adding noise with my patchset. Please let me know how do you prefer to handle > them. I'm OK with merging your changes into my series before sending the pull > request to David Airlie. Please merge them into your tree if you have some other changes to send to him. I just realized that these are in your own git tree at the moment, not in drm-next. I guess that means you will rebase the whole series after -rc1 and submit it into linux-4.6, right? If so, just fold my fixes into your patches when you rebase. Arnd