public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
To: u-boot@lists.denx.de
Subject: [U-Boot]  Please pull ARC changes
Date: Fri, 24 Mar 2017 11:53:43 +0000	[thread overview]
Message-ID: <1490356422.5689.9.camel@synopsys.com> (raw)

Hi Tom,

Please pull changes which introduce ARC built-in timer
support in U-Boot. This replaces legacy arch/arc/lib/timer.c implementation
and allows us to describe ARC Timers in Device Tree. Among other things
that way we may properly inherit Timer's clock from CPU's clock s they
really run synchronously.

The following changes since commit d0ffda8ed208ff2957cd09ccc37e2d6dff81523e:

  Merge git://git.denx.de/u-boot-dm (2017-03-23 12:19:07 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-arc.git 

for you to fetch changes up to 3daa7c7b831ddeed0e490a899710a58691ee20c3:

  arc: use timer driver for ARC boards (2017-03-24 14:47:52 +0300)

----------------------------------------------------------------
Vlad Zakharov (3):
      drivers: timer: Introduce ARC timer driver
      arc: dts: separate single axs10x.dts file
      arc: use timer driver for ARC boards

 arch/Kconfig                                 |   3 +++
 arch/arc/Kconfig                             |   9 ++++++---
 arch/arc/dts/Makefile                        |   3 ++-
 arch/arc/dts/abilis_tb100.dts                |  12 +++++++++---
 arch/arc/dts/axc001.dtsi                     |  19 ++++++++++++++++++
 arch/arc/dts/axc003.dtsi                     |  19 ++++++++++++++++++
 arch/arc/dts/axs101.dts                      |  17 ++++++++++++++++
 arch/arc/dts/axs103.dts                      |  17 ++++++++++++++++
 arch/arc/dts/axs10x.dts                      |  57 -----------------------------------------------------
 arch/arc/dts/axs10x_mb.dtsi                  |  66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arc/dts/nsim.dts                        |  14 +++++++++----
 arch/arc/dts/skeleton.dtsi                   |  19 +++++++++++++++++-
 arch/arc/include/asm/arcregs.h               |   4 ++++
 arch/arc/lib/Makefile                        |   1 -
 arch/arc/lib/timer.c                         |  24 -----------------------
 board/synopsys/axs10x/Kconfig                |   2 +-
 configs/axs101_defconfig                     |   4 ++--
 configs/axs103_defconfig                     |   3 +--
 doc/device-tree-bindings/timer/arc_timer.txt |  24 +++++++++++++++++++++++
 drivers/timer/Kconfig                        |   9 +++++++++
 drivers/timer/Makefile                       |   1 +
 drivers/timer/arc_timer.c                    | 113
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/configs/axs10x.h                     |   2 --
 include/configs/nsim.h                       |   5 -----
 include/configs/tb100.h                      |   5 -----
 25 files changed, 341 insertions(+), 111 deletions(-)
 create mode 100644 arch/arc/dts/axc001.dtsi
 create mode 100644 arch/arc/dts/axc003.dtsi
 create mode 100644 arch/arc/dts/axs101.dts
 create mode 100644 arch/arc/dts/axs103.dts
 delete mode 100644 arch/arc/dts/axs10x.dts
 create mode 100644 arch/arc/dts/axs10x_mb.dtsi
 delete mode 100644 arch/arc/lib/timer.c
 create mode 100644 doc/device-tree-bindings/timer/arc_timer.txt
 create mode 100644 drivers/timer/arc_timer.c

Regards,
Alexey

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

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-24 11:53 Alexey Brodkin [this message]
2017-03-24 17:37 ` [U-Boot] Please pull ARC changes Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-01-25  5:52 Alexey Brodkin
2019-01-27  3:50 ` Tom Rini
2018-12-03 11:32 Alexey Brodkin
2018-12-03 15:32 ` Tom Rini
2018-11-01 20:41 Alexey Brodkin
2018-11-02 20:30 ` Tom Rini
2018-10-15 10:22 Alexey Brodkin
2018-10-12 12:38 Alexey Brodkin
2018-10-05 14:10 Alexey Brodkin
2018-10-06  1:16 ` Tom Rini
2018-06-21 11:59 Alexey Brodkin
2018-06-21 18:21 ` Tom Rini
2018-06-18  9:29 Alexey Brodkin
2018-06-15 13:14 Alexey Brodkin
2018-06-16  2:34 ` Tom Rini
2018-05-24 13:09 Alexey Brodkin
2018-05-24 23:41 ` Tom Rini
2018-03-23 13:23 Alexey Brodkin
2018-03-23 13:33 ` Tom Rini
2018-03-23 13:38   ` Alexey Brodkin
2018-03-23 13:51     ` Tom Rini
2018-02-15 12:53 Alexey Brodkin
2018-02-15 19:07 ` Tom Rini
2018-01-19 15:08 Alexey Brodkin
2018-01-19 21:11 ` Tom Rini
2017-12-12 15:52 Alexey Brodkin
2017-12-12 15:58 ` Tom Rini
2017-12-11  8:43 Alexey Brodkin
2017-12-12  1:55 ` Tom Rini
2017-11-24 16:39 Alexey Brodkin
2017-11-24 21:33 ` Tom Rini
2017-06-29 16:39 Alexey Brodkin
2017-06-30  1:26 ` Tom Rini
2017-04-11 14:56 Alexey Brodkin
2017-04-11 15:55 ` Tom Rini
2017-03-31 19:12 Alexey Brodkin
2017-04-04 20:00 ` Tom Rini
2016-09-16 11:30 Alexey Brodkin
2016-09-19  0:31 ` Tom Rini
2016-08-05 10:09 Alexey Brodkin
2016-08-06  2:09 ` Tom Rini
2016-07-04  8:49 Alexey Brodkin
2016-07-05  2:44 ` Tom Rini
2016-06-13 12:43 Alexey Brodkin
2016-06-19 14:08 ` Tom Rini
2016-04-21 17:11 Alexey Brodkin
2016-04-22 14:26 ` Tom Rini
2016-04-11 17:23 Alexey Brodkin
2016-04-12  2:27 ` Tom Rini
2016-02-20  8:22 Alexey Brodkin
2016-02-20 14:23 ` Tom Rini
2015-12-08 14:33 Alexey Brodkin
2015-12-08 15:00 ` Tom Rini
2015-11-17 21:41 Alexey Brodkin
2015-11-18  0:50 ` Tom Rini

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=1490356422.5689.9.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox