From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Sun, 17 Jan 2010 20:02:28 +0100 Subject: [U-Boot] [PATCH 1/8 V2] add at91 SoC access with c structures In-Reply-To: <4B53561B.9040104@windriver.com> References: <4B522170.5060901@scharsoft.de> <4B534D7A.8030804@scharsoft.de> <4B53561B.9040104@windriver.com> Message-ID: <4B535EC4.8030307@scharsoft.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 2010-01-17 19:25, schrieb Tom: > > By bisectable, i mean that early patches do not depend on later patches. > It should be possible to just apply patch 1 without applying any of > the other patch. > This is my current problem. I underestimated the extent of the changes, when I started. Secondly, I am not very familiar with git. So I just tried to use individual commits for splitting the patch. I will try rebase/restucture the patchset, but give me a lot of time. Jens