From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753393AbcGDXqk (ORCPT ); Mon, 4 Jul 2016 19:46:40 -0400 Received: from ozlabs.org ([103.22.144.67]:51520 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752371AbcGDXqj (ORCPT ); Mon, 4 Jul 2016 19:46:39 -0400 Date: Tue, 5 Jul 2016 09:46:37 +1000 From: Stephen Rothwell To: David Airlie Cc: Mark Brown , Arnd Bergmann , Arnaud Pouliquen , kernel@stlinux.com, Kuninori Morimoto , alsa-devel@alsa-project.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drm: sti: fix prototypes after API change Message-ID: <20160705094637.5076b8a0@canb.auug.org.au> In-Reply-To: <20160704133810.GF6247@sirena.org.uk> References: <20160704131651.1083630-1-arnd@arndb.de> <20160704132230.GD6247@sirena.org.uk> <6436978.7TJhubtDTK@wuerfel> <20160704133810.GF6247@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Dave, On Mon, 4 Jul 2016 15:38:10 +0200 Mark Brown wrote: > > On Mon, Jul 04, 2016 at 03:36:57PM +0200, Arnd Bergmann wrote: > > On Monday, July 4, 2016 3:22:30 PM CEST Mark Brown wrote: > > > > I sent a pull request for the API change to the DRM people which might > > > be easier given that it's a single commit topic branch rather than the > > > whole of DRM. > > > Agreed, that is probably the best way forward. Does your pull request > > also contain an equivalent of my two patches? > > No, I just sent a pull request for the API change - I don't have the new > patches in my tree. So to be very clear, what you would need to do is merge the one commit branch that Mark sent you a pull request for: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-hdmi-codec-pdata and as part of the merge commit (so e.g. "git apply ; git commit --amend" on top of the merge), add the two patches we are talking about: "drm: sti: fix prototypes after API change" "drm: mediatek: fix prototypes after API change" Then any further conflicts can hopefully be fixed up as they appear in your tree (if any). Or be avoided by people developing against your tree. -- Cheers, Stephen Rothwell