From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Thu, 10 May 2012 00:14:18 +0100 Subject: [PATCH 00/19] ARM: OMAP4 device off support In-Reply-To: <873979gehh.fsf@ti.com> References: <1334914432-26456-1-git-send-email-t-kristo@ti.com> <873979gehh.fsf@ti.com> Message-ID: <20120509231418.GC10375@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, May 09, 2012 at 03:46:02PM -0700, Kevin Hilman wrote: > Tero Kristo writes: > > > Hi, > > > > First version for this work. Applies on top of mainline + iochain set + > > OMAP4 core retention set. Working tree available here: > > tree: git://gitorious.org/~kristo/omap-pm/omap-pm-work.git > > branch: mainline-3.4-omap4-dev-off > > FYI... seems your get repo is corrupted. I tried fetching both with git > and https protocols: > > $ git remote add tero git://gitorious.org/~kristo/omap-pm/omap-pm-work.git > $ git fetch tero > fatal: The remote end hung up unexpectedly > fatal: protocol error: bad pack heade > $ git remote rm tero > $ git remote add tero https://git.gitorious.org/~kristo/omap-pm/omap-pm-work.git > $ git fetch tero > error: Unable to find 653621e4dd02d4a2117e1b813d9c5f1ccb11c9ed under https://git.gitorious.org/~kristo/omap-pm/omap-pm-work.git > Cannot obtain needed object 653621e4dd02d4a2117e1b813d9c5f1ccb11c9ed > error: Fetch failed. You will have a partially transferred pack file in your repository...