From mboxrd@z Thu Jan 1 00:00:00 1970 From: john.stultz@linaro.org (John Stultz) Date: Tue, 04 Jun 2013 10:53:04 -0700 Subject: [PATCHv2 0/6] Make ARM's sched_clock generic + 64 bit friendly In-Reply-To: <20130604160907.GW27516@mudshark.cambridge.arm.com> References: <1370155183-31421-1-git-send-email-sboyd@codeaurora.org> <51AD32A4.5070609@linaro.org> <20130604160907.GW27516@mudshark.cambridge.arm.com> Message-ID: <51AE2980.6010005@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/04/2013 09:09 AM, Will Deacon wrote: > On Tue, Jun 04, 2013 at 01:19:48AM +0100, John Stultz wrote: >> On 06/01/2013 11:39 PM, Stephen Boyd wrote: >>> This is mostly a resend of a patch series I sent a little over a month >>> ago. I've reordered the patches so that John can pick up the first three >>> and get a generic sched_clock layer without having to take the 64 bit >>> patches. The last three patches add 64 bit support and move the architected >>> timers on ARM64 and ARM to use it. >> >> Yea, so from the initial look over it, I think I'm happy with queuing >> the first three patches, although I'd like to get some acks from arm >> folks on at least the first two, just so no one is surprised with it >> going through the -tip tree. > The first two patches are pretty simple so, FWIW, you can add my ack on those: > > Acked-by: Will Deacon Thanks! Added to the commits. -john