From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933173AbcAKOAs (ORCPT ); Mon, 11 Jan 2016 09:00:48 -0500 Received: from mout.kundenserver.de ([212.227.17.24]:54432 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760009AbcAKNto (ORCPT ); Mon, 11 Jan 2016 08:49:44 -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 14:49:10 +0100 Message-ID: <25171013.5skSCnRsN9@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20160111122644.GH13633@e106497-lin.cambridge.arm.com> References: <4194408.X82ccDjh5X@wuerfel> <10589993.Lxk3kTHnpj@wuerfel> <20160111122644.GH13633@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:11uKwo9kze9Sfu/wUuOTST1XZdI1061pTLZkRpVCQ7D8KSkMnda 4fwxAa7y3Xhyhd57F7qhgtXSZ1FjUhd+y9Ui/floSa0fnvo1RHQKTqVVyxV1HJoXCFprDt7 S5WI5QGJ9YN2gC6w8VxvWvJczZpH5Mmv6PcSbaZMI7AcDxUO+Ypx4iwAc8Cfky+1FeiQuQi pz0dlGu8eIjVnAV/oUyMg== X-UI-Out-Filterresults: notjunk:1;V01:K0:U0Q0gaKgKGU=:XvspjwiOVRvgdX4g16gofE I44TvCg5EaOqi1HK/IxyR2cSxB13UpgOVhR2qngBbsY3+YY/PVBZRy8oBHSehkiGpVBlSO5WA iM8sxanPvTNdH64c6+Eoi9vcRc+o12iucrN+aHAhfdg8XIlK6acUEXdc2MmQyyVAGqg4g7wDZ M3JofXcXkKpbuHlazEeBALrFqg3TNOt6Qk9Z02BsoiteSu8FXBg7CN3saKjmrn5+HrbCOKt9y O4B4Rjpom5TEhZaCfWBlO+9ZtspYR/yF1PyYuenjv/fsxoamPWgjFnInj2QfeUAYKdQBwUa5H 8agJQu8XxCQhVAM6Iw8Q7IaNoZi9FZvJjQn7TBy/ZMuZ0bXmCIR1rSaFY5pFzIFRgPn9NvQpb YwawgHRiJigE8XaObFBQruwNVTNXr8F+qtod5d2BgyisUqwDjMc81bOw3VMmpL8Cwj/FIM9/4 oUJHV9kIyl+On1Sudvaadl5TP2KH8uWoMoHxHIwH0IgQbPO2pIUP8r/AmHr5kQQe1O0YTFN50 oZLM43nsyM8Hxhg6JiazcOGt8zeGjX2VV80oq97YFrr2rHB8wO0XnjM3uj3b8HyXd7noZos2G qevsfPtvhgJR/e5gCAI/0Ej+15H0m/emZDpLO4uVRk+G+5OmduxFVQlZApnfxGgxFCu2v1Ou8 XJ/bfPjt4RoVm+pBFrNKhzpqbngX063lSXRxO0M4dGWwFb8mU1P+2UwJa0+xV2p4XvwImmzcR FjPrA/iJw+QGbv6y Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 11 January 2016 12:26:44 Liviu Dudau wrote: > > If so, just fold my fixes into your patches when you rebase. > > OK, will do. Repeating the question on another thread: are you OK with me carrying > the Juno .dts changes through drm-next for HDLCD and you picking up Robin Murphy's > patch? AFAIK those are the only changes at the moment until Sudeep re-submits the > Juno r2 dts changes. Is there a strong reason for it? Usually the preferred way is to merge all dts changes through arm-soc, but we can make exceptions if necessary. Arnd