linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: dbaryshkov@gmail.com (Dmitry Eremin-Solenikov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] ARM: sa100: use pxa_timer clocksource driver
Date: Tue,  2 Dec 2014 02:47:22 +0300	[thread overview]
Message-ID: <1417477646-14278-1-git-send-email-dbaryshkov@gmail.com> (raw)

This is a second iteration of this patch series. Changes since V1:
 - Added OSTIMER0 clock as requested by pxa_timer code.


Thomas has previously blessed that this patchset can go through arm-soc.

The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4:

  Linux 3.18-rc3 (2014-11-02 15:01:51 -0800)

are available in the git repository at:

  git://git.infradead.org/users/dbaryshkov/zaurus.git sa1100-clksrc

for you to fetch changes up to 261fcd132d124b3700ff0b61112fb1b853028901:

  ARM: sa1100: use pxa_timer clocksource driver (2014-12-02 02:42:28 +0300)

----------------------------------------------------------------
Dmitry Eremin-Solenikov (4):
      clocksource: enable pxa_timer for SA-1100 platform
      ARM: sa1100: implement clk_get_rate
      ARM: sa1100: provide OSTIMER0 clock for pxa_timer
      ARM: sa1100: use pxa_timer clocksource driver

 arch/arm/mach-sa1100/Makefile  |   2 +-
 arch/arm/mach-sa1100/clock.c   |  17 ++++-
 arch/arm/mach-sa1100/generic.c |   6 ++
 arch/arm/mach-sa1100/time.c    | 139 -----------------------------------------
 drivers/clocksource/Kconfig    |   6 ++
 drivers/clocksource/Makefile   |   2 +-
 6 files changed, 30 insertions(+), 142 deletions(-)
 delete mode 100644 arch/arm/mach-sa1100/time.c

             reply	other threads:[~2014-12-01 23:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-01 23:47 Dmitry Eremin-Solenikov [this message]
2014-12-01 23:47 ` [PATCH v2 1/4] clocksource: enable pxa_timer for SA-1100 platform Dmitry Eremin-Solenikov
2014-12-01 23:47 ` [PATCH v2 2/4] ARM: sa1100: implement clk_get_rate Dmitry Eremin-Solenikov
2014-12-01 23:47 ` [PATCH v2 3/4] ARM: sa1100: provide OSTIMER0 clock for pxa_timer Dmitry Eremin-Solenikov
2014-12-01 23:47 ` [PATCH v2 4/4] ARM: sa1100: use pxa_timer clocksource driver Dmitry Eremin-Solenikov

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=1417477646-14278-1-git-send-email-dbaryshkov@gmail.com \
    --to=dbaryshkov@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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;
as well as URLs for NNTP newsgroup(s).