From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Sun, 29 Aug 2010 00:34:22 -0400 Subject: [U-Boot] [PATCH] MTD/SPI/FLASH: add support for Ramtron FRAMs using SPI In-Reply-To: <4C79D56C.5030304@emk-elektronik.de> References: <1282740439-7910-1-git-send-email-u-boot@emk-elektronik.de> <201008282227.00264.vapier@gentoo.org> <4C79D56C.5030304@emk-elektronik.de> Message-ID: <201008290034.23557.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Saturday, August 28, 2010 23:35:08 Reinhard Meyer wrote: > On 29.08.2010 04:26, Mike Frysinger wrote: > > On Saturday, August 28, 2010 21:59:26 Reinhard Meyer wrote: > >> On 29.08.2010 02:14, Mike Frysinger wrote: > >>> if you want to take the patch i posted and extend that by itself with > >>> the comments here, and then do the ramtron patch separately on top of > >>> that, that'd be great. > >> > >> Hehe, you like to impose extra work on poor moi.... > > > > i can do the pre-ramtron stuff if you like > > No, I meant the splitting of the patch into two. As I said, the commit is > about 10 back in my working tree, and I see no simple way of splitting the > changes... > > When I insert the table method at TOT, I can easy squash that back into > the old commit, but I still have one patch then. How do I suck the ramtron > specifics out of Makefile, spi_flash.c, spi_flash_internal.h without > un-editing them, committing, re-adding, committing? when you're editing a commit in the middle of a rebase, you can add on any number of commits you like on top of it. so usually the way i split commits: git rebase -i ^ git format-patch -1 patch -p1 -R < 0001-* git commit -a --amend patch -p1 < 0001-* git commit -a -c HEAD git rebase --continue maybe someone out there can suggest some shortcuts to my process ... -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. Url : http://lists.denx.de/pipermail/u-boot/attachments/20100829/d31284b9/attachment.pgp