From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Sun, 05 Oct 2008 22:13:19 -0700 Subject: [U-Boot] [PATCH v2 2/6] net: express the first argument to NetSetTimeout() in milliseconds In-Reply-To: <1222867592-58285-3-git-send-email-tur@semihalf.com> References: <12217502093845-git-send-email-tur@semihalf.com> <1222867592-58285-3-git-send-email-tur@semihalf.com> Message-ID: <48E99E6F.5060807@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 Bartlomiej Sieka wrote: > Enforce millisecond semantics of the first argument to NetSetTimeout() -- > the change is transparent for well-behaving boards (CFG_HZ == 1000 and > get_timer() countiing in milliseconds). > > Rationale for this patch is to enable millisecond granularity for > network-related timeouts, which is needed for the upcoming automatic > software update feature. > > Summary of changes: > - do not scale the first argument to NetSetTimeout() by CFG_HZ > - change timeout values used in the networking code to milliseconds > > Signed-off-by: Rafal Czubak > Signed-off-by: Bartlomiej Sieka > --- Applied to net/next regards, Ben