Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1500597

[PATCH v9 0/2] J-Core timer support

From Rich Felker <dalias@libc.org>
Newsgroups linux.kernel
Subject [PATCH v9 0/2] J-Core timer support
Date 2016-10-14 00:00 +0200
Message-ID <srWcF-Ei-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This version of the patch makes the changes requested by Daniel
Lezcano in review of v8.

Rich Felker (2):
  of: add J-Core timer bindings
  clocksource: add J-Core timer/clocksource driver

 .../devicetree/bindings/timer/jcore,pit.txt        |  24 ++
 drivers/clocksource/Kconfig                        |  10 +
 drivers/clocksource/Makefile                       |   1 +
 drivers/clocksource/jcore-pit.c                    | 249 +++++++++++++++++++++
 include/linux/cpuhotplug.h                         |   1 +
 5 files changed, 285 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/timer/jcore,pit.txt
 create mode 100644 drivers/clocksource/jcore-pit.c

-- 
2.10.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v9 0/2] J-Core timer support Rich Felker <dalias@libc.org> - 2016-10-14 00:00 +0200
  [PATCH v9 1/2] of: add J-Core timer bindings Rich Felker <dalias@libc.org> - 2016-10-14 00:00 +0200
    [tip:timers/urgent] of: Add J-Core timer bindings tip-bot for Rich Felker <tipbot@zytor.com> - 2016-10-20 20:20 +0200
  [PATCH v9 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-10-14 00:00 +0200
    [tip:timers/urgent] clocksource: Add J-Core timer/clocksource  driver tip-bot for Rich Felker <tipbot@zytor.com> - 2016-10-20 20:20 +0200
  Re: [PATCH v9 0/2] J-Core timer support Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-10-17 11:40 +0200
    Re: [PATCH v9 0/2] J-Core timer support Rich Felker <dalias@libc.org> - 2016-10-20 03:30 +0200
      Re: [PATCH v9 0/2] J-Core timer support Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-10-20 09:40 +0200
        Re: [PATCH v9 0/2] J-Core timer support Rich Felker <dalias@libc.org> - 2016-10-20 17:20 +0200
          Re: [PATCH v9 0/2] J-Core timer support Thomas Gleixner <tglx@linutronix.de> - 2016-10-20 20:00 +0200
            Re: [PATCH v9 0/2] J-Core timer support Thomas Gleixner <tglx@linutronix.de> - 2016-10-20 20:10 +0200
            Re: [PATCH v9 0/2] J-Core timer support Rich Felker <dalias@libc.org> - 2016-10-20 20:30 +0200

csiph-web