From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 28 Mar 2013 12:15:08 +0100 Subject: [U-Boot] [PATCH V2] ARM: bcm2835: fix get_timer() to return ms In-Reply-To: <1364445803-22576-1-git-send-email-swarren@wwwdotorg.org> References: <1364445803-22576-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <20130328121508.34cb49f4@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stephen, On Wed, 27 Mar 2013 22:43:23 -0600, Stephen Warren wrote: > Apparently, CONFIG_SYS_HZ must be 1000. Change this, and fix the timer > driver to conform to this. > > Have the timer implementation export a custom API get_timer_us() for use > by the BCM2835 MMC API, which needs us resolution for a HW workaround. > > Signed-off-by: Stephen Warren > --- > v2: Export custom API get_timer_us() to allow the MMC driver to maintain > its current workaround implementation. > --- This patch and "mmc: bcm2835: fix delays in bug workaround" cannot be both applied together. Can you do a V2 for the delays fix patch too? Amicalement, -- Albert.