From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOBzo-0003s5-Ms for qemu-devel@nongnu.org; Tue, 26 Jan 2016 17:21:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOBzm-0000wv-1H for qemu-devel@nongnu.org; Tue, 26 Jan 2016 17:21:56 -0500 Received: from zose-mta03.web4all.fr ([185.49.20.44]:54605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOBzl-0000wT-Qp for qemu-devel@nongnu.org; Tue, 26 Jan 2016 17:21:53 -0500 References: <1453844694-26327-1-git-send-email-jcd@tribudubois.net> <56A7EB05.705@redhat.com> From: Jean-Christophe DUBOIS Message-ID: <56A7F17F.2010708@tribudubois.net> Date: Tue, 26 Jan 2016 23:21:51 +0100 MIME-Version: 1.0 In-Reply-To: <56A7EB05.705@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/6] i.MX: Allow GPT timer to rollover. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu-devel@nongnu.org, peter.maydell@linaro.org, crosthwaite.peter@gmail.com Le 26/01/2016 22:54, Eric Blake a =C3=A9crit : > On 01/26/2016 02:44 PM, Jean-Christophe Dubois wrote: > > [meta-reply] > Make sure your git settings properly thread your messages. Your 1/6 cam= e > through as a top-level thread, rather than in-reply-to the 0/6 cover > letter (likewise for the rest of the series). Yes, sorry about that, I forgot to set the "threaded" option. > >> GPT timer need to rolloever when it reaches 0xffffffff. > s/rolloever/rollover/ > >> It also need to reset to 0 when in "retart mode" and crossing the > s/retart/restart/ > >> compare 1 register. >