From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmallon@gmail.com (Ryan Mallon) Date: Wed, 14 Mar 2012 12:18:21 +1100 Subject: [PATCH v4 02/11] ep93xx: Don't use system controller defines in audio drivers In-Reply-To: <201203131209.52031.arnd@arndb.de> References: <1331592502-9083-3-git-send-email-rmallon@gmail.com> <201203131209.52031.arnd@arndb.de> Message-ID: <4F5FF1DD.5020003@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 13/03/12 23:09, Arnd Bergmann wrote: > On Monday 12 March 2012, Ryan Mallon wrote: >> This patch has already been applied in Mark's tree. It is posted >> for inclusion here because this series is against v3.3-rc7 and >> will cause build failures without it. There have been no changes >> to the patch since Mark applied it, so it should be okay to >> merge into both his tree and the arm-soc tree. > > Ok, that should work. However, in the future when you anticipate > having to do something like this, I would suggest you do any patches > that you want to see applied to multiple branches as git-pull > requests, because that allows us to use the same changeset ids. Okay, the patches still need to be posted as a series for review before doing a pull request though right? Should I just put a note on such patches (below the changelog) that I am expecting to send them all via arm-soc so that other maintainers don't grab individual patches for driver support? > When we apply one patch separately to two branches, we end up > with multiple changesets in the git history, which is something > we normally try to avoid. Okay, thanks for the heads up. ~Ryan