From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Tue, 12 Jul 2011 08:32:50 +1000 Subject: [U-Boot] [PATCH v1 (WIP) 08/16] [Timer]Create new userland timer API In-Reply-To: <20110711220535.462411579E14@gemini.denx.de> References: <1309261269-4363-1-git-send-email-graeme.russ@gmail.com> <1309261269-4363-9-git-send-email-graeme.russ@gmail.com> <20110711220535.462411579E14@gemini.denx.de> Message-ID: <4E1B7A12.4040809@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 Wolfgang, On 12/07/11 08:05, Wolfgang Denk wrote: > Dear Graeme Russ, > > In message <1309261269-4363-9-git-send-email-graeme.russ@gmail.com> you wrote: >> >> Signed-off-by: Graeme Russ > > Please define "userland" in U-Boot context ? Used outside of /arch (i.e. in board or driver code). Anything in arch/ binds the architecture specific implementation to lib/ >> +u32 time_now_ms(void); >> +u32 time_since_ms(u32 from, u32 to); >> +u32 time_max_since_ms(u32 from, u32 to); >> +u32 time_resolution_ms(void); > > I'm unhappy about these. Sorry, but I don't want to have that. See > previous message(s). Will do Thanks, Graeme