From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Tue, 10 Feb 2009 00:11:43 +0000 Subject: Re: [PATCH] sh: maple: add support for Visual Memory Card devices, and make consequential changes to Message-Id: <200902091911.46383.vapier@gentoo.org> List-Id: References: <1234122069.6736.8.camel@localhost.localdomain> <200902091433.57126.vapier@gentoo.org> <1234215716.6756.18.camel@localhost.localdomain> In-Reply-To: <1234215716.6756.18.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Adrian McMenamin Cc: Paul Mundt , Greg KH , Dmitry Torokhov , dwmw2 , LKML , MTD , linux-sh , linux-input On Monday 09 February 2009 16:41:56 Adrian McMenamin wrote: > But the basic point here is that changing the bus code is necessary to > get the VMU driver (or *any* VMU driver) to work, but changing the bus > driver also breaks the two existing drivers in mainline that use the > bus. The breakage in terms of lines to be fixed is small, but it still > needs to be done 'all at once'. the bus change and the resulting fallout in those drivers should be 1 changeset. if you want to do more work than just transitioning those drivers, that should be additional patches that depend on that bus changeset. that way bisection will not break as Paul highlighted. -mike