From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Fri, 15 Jul 2011 23:08:08 +1000 Subject: [U-Boot] [PATCH v2 0/7]Timer: Simplify API In-Reply-To: <1310732140-5174-1-git-send-email-graeme.russ@gmail.com> References: <1309261269-4363-1-git-send-email-graeme.russ@gmail.com> <1310732140-5174-1-git-send-email-graeme.russ@gmail.com> Message-ID: <4E203BB8.80003@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 15/07/11 22:15, Graeme Russ wrote: > This patch series is the first 'logical' half of the previous series titled > '(WIP) [Timer]API Rewrite' which was a 16 part series > > This half (the first half) of the original series is a simplification of > the existing API designed to correct a few 'implementation errors' and > prepare the U-Boot tree for the new Timer API (which is still under active > discussion). > > Changes since v1 ((WIP) [Timer]API Rewrite): > - Rebased to 68d4230c3ccce96a72c5b99e48399bf1796fe3c6 > - Tweaks to some patch titles > - Changed title prefix from '[Timer]' to 'Timer:' (git eats [..]) > - Introduce new #define CONFIG_SYS_LOW_RES_TIMER > - Dropping of the entire second half of the series (the new Timer API) > > Graeme Russ (7): > Timer: Fix misuse of ARM *timer_masked() functions outside arch/arm > Timer: Remove calls to set_timer outside arch/ > Timer: Remove set_timer completely > Timer: Allow reset_timer() only for systems with low resolution timers > Timer: Remove reset_timer() for non-Nios2 arches > Timer: Fix at91rm9200/spi.c timer usage > Timer: Remove reset_timer_masked() Oh dear, it looks like Patchwork does not honour 'in-reply-to'. It has created new patches rather than updating the existing ones :( I've marked the old ones 'Superseded' in Patchwork Regards, Graeme