From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Wed, 13 Jul 2011 10:33:49 +1000 Subject: [U-Boot] [PATCH v1 (WIP) 00/16] [Timer]API Rewrite In-Reply-To: <4E1C718F.2020203@emk-elektronik.de> References: <1309261269-4363-1-git-send-email-graeme.russ@gmail.com> <20110711215637.6BC6A1579E14@gemini.denx.de> <4E1B88EE.9040104@gmail.com> <4E1BAED7.3070009@gmail.com> <4E1C5A8F.50908@comcast.net> <4E1C718F.2020203@emk-elektronik.de> Message-ID: <4E1CE7ED.7060500@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Reinhard, On 13/07/11 02:08, Reinhard Meyer wrote: > Dear J. William Campbell, All [snip] > Lets just keep the current functions udelay(us) and u32 get_timer(), the > latter maybe without parameter. Remove all *masked() and *reset() functions This is happening and has Wolfgang's 100% support. Patches are done, just need to be rebased and resent > and lets change the timeout values used in code that also NIOS uses to > be 20ms more than the hardware requires. It does not really matter if a > *timeout* of 20ms is blown up to 40ms. Can't do that - That would mean winding out common code (CFI, Network, Serial, FPGA etc, etc) timeouts to global worst-case scenario unless you want to add a #define and start littering the code with macro's - Urgh! Regards, Graeme