From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Mon, 16 May 2011 18:18:34 +0100 Subject: [PATCH] clocksource: use the correct base address to setup timer 0 In-Reply-To: <0D753D10438DA54287A00B027084269764D2E0E732@AUSP01VMBX24.collaborationhost.net> References: <201105161008.30604.hartleys@visionengravers.com> <20110516171618.GA13659@n2100.arm.linux.org.uk> <0D753D10438DA54287A00B027084269764D2E0E732@AUSP01VMBX24.collaborationhost.net> Message-ID: <20110516171834.GC13659@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, May 16, 2011 at 12:17:44PM -0500, H Hartley Sweeten wrote: > On Monday, May 16, 2011 10:16 AM, Russell King wrote: > > On Mon, May 16, 2011 at 10:08:30AM -0700, H Hartley Sweeten wrote: > >> The static variable clksrc_base was removed by: > >> > >> commit 3f3808c30612334e38e0641024d2c020c0eda7d4 > >> > >> Use the base address passed to sp804_clocksource_init() when > >> doing the setup for timer 0. > >> > >> Signed-off-by: H Hartley Sweeten > >> Cc: Russell King > > > > This has already been fixed. > > Ok. Thanks for the info. I'm about to repost the entire series.