All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/3] arc: introduce timer driver and update device tree
Date: Fri, 24 Mar 2017 11:54:37 +0000	[thread overview]
Message-ID: <1490356477.5689.10.camel@synopsys.com> (raw)
In-Reply-To: <1490096989-11355-1-git-send-email-vzakhar@synopsys.com>

Hi Vlad,

On Tue, 2017-03-21 at 14:49 +0300, Vlad Zakharov wrote:
> ARC cores may have up to 2 built-in timers: timer0 and timer1,
> usually at least one of them exists. They both are driven by the
> same core clock.
> 
> 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.
> 
> This patch series replaces legacy approach to access ARC timer
> via specific code in "arch/arc/lib/time.c" and uses timer
> driver instead.
> 
> We want to have common device tree blobs for both Linux and U-Boot.
> To achieve this the patch updates arc device trees with the following:
> 1. Separate axs10x.dts device tree in order to reflect the real
> structure of AXS101 and AXS103 development boards.
> 2. Add timer device to skeleton ARC device tree.
> 3. Add core_clk devices to all ARC boards as it is referenced from
> timer device.
> 
> ---
> Changes v2..v3:
>  - Rebase on top of upstream master
> 
> Vlad Zakharov (3):
>   drivers: timer: Introduce ARC timer driver
>   arc: dts: separate single axs10x.dts file
>   arc: use timer driver for ARC boards

Applied to my tree, thanks!

-Alexey

      parent reply	other threads:[~2017-03-24 11:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-21 11:49 [U-Boot] [PATCH v3 0/3] arc: introduce timer driver and update device tree Vlad Zakharov
2017-03-21 11:49 ` [U-Boot] [PATCH v3 1/3] drivers: timer: Introduce ARC timer driver Vlad Zakharov
2017-03-21 11:49 ` [U-Boot] [PATCH v3 2/3] arc: dts: separate single axs10x.dts file Vlad Zakharov
2017-03-21 11:49 ` [U-Boot] [PATCH v3 3/3] arc: use timer driver for ARC boards Vlad Zakharov
2017-03-24 11:54 ` Alexey Brodkin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1490356477.5689.10.camel@synopsys.com \
    --to=alexey.brodkin@synopsys.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.