From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Mon, 21 Nov 2016 14:24:46 +0000 Subject: [U-Boot] [PATCH v2 0/2] drivers: timer: inroduce ARC timer driver In-Reply-To: <20161121141947.GC2546@bill-the-cat> References: <1478188344-23740-1-git-send-email-vzakhar@synopsys.com> <1479737728.4199.55.camel@synopsys.com> <20161121141947.GC2546@bill-the-cat> Message-ID: <1479738229.4199.60.camel@synopsys.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 Tom, On Mon, 2016-11-21 at 09:19 -0500, Tom Rini wrote: > On Mon, Nov 21, 2016 at 02:16:25PM +0000, Alexey Brodkin wrote: > > > > Hi Tom, Simon, > > > > On Thu, 2016-11-03 at 18:52 +0300, Vlad Zakharov wrote: > > > > > > This patch series replaces legacy approach to access ARC timer > > > via specific code in "arch/arc/lib/time.c" and uses timer > > > driver instead. > > > > > > ARC cores may have up to 2 built-in timers: timer0 and timer1, > > > usually at least one of them exists. > > > > > > They are controlled through auxiliary registers and so we > > > don't have to remap their control registers as we used to do > > > with MMIO registers of external peripheral devices. > > > > > > Cc: Simon Glass > > > --- > > > Changes v1..v2 > > > ?- Minor clean-ups of code and comments. > > > ?- Moved TIMER and ARC_TIMER config symbols from each defconfig to > > > arch Kconfig file to avoid duplication > > > > > > Vlad Zakharov (2): > > > ? drivers: timer: Introduce ARC timer driver > > > ? arc: use timer driver instead of arch/arc/lib/timer.c > > > > I'm wondering if you guys would like to accept this short > > series in your tree or I may apply it on mine and send pull-request > > to Tom later on? > > FWIW, I have these assigned to you in patchwork as I figured they would > come via the arc tree, thanks! See that's the first day after the weekend and I'm still thinking about everything but work... that said I noticed you're a delegate for another Vlad's patch and somehow decided you're the guys for all Vlad's patches :) I'll apply this series to my tree and some other patches as well and will send a pull-request shortly. Hope to not mess things another time around... but cannot promise really :( -Alexey