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


Groups > linux.kernel > #1490547

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

From Rich Felker <dalias@libc.org>
Newsgroups linux.kernel
Subject [PATCH v7 0/2] J-Core timer support
Date 2016-09-24 07:10 +0200
Message-ID <skNnP-5ft-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This version has been updated to include specific changes requested in
the last round of review, and to work around a problem discussed with
Paul McKenney (See thread "rcu_sched stalls in idle task introduced in
pre-4.8?" for details).

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                    | 240 +++++++++++++++++++++
 include/linux/cpuhotplug.h                         |   1 +
 5 files changed, 276 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 v7 0/2] J-Core timer support Rich Felker <dalias@libc.org> - 2016-09-24 07:10 +0200
  [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-09-24 07:10 +0200
    Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-09-26 23:10 +0200
      Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-09-26 23:30 +0200
        Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-09-27 00:30 +0200
          Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource  driver Thomas Gleixner <tglx@linutronix.de> - 2016-09-27 02:00 +0200
            Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-09-27 02:50 +0200
              Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-09-28 00:10 +0200
                Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource  driver Thomas Gleixner <tglx@linutronix.de> - 2016-09-30 15:20 +0200
                Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-09-30 15:50 +0200
                Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-10-01 19:10 +0200
                Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-10-01 20:00 +0200
                Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-10-02 02:10 +0200
                Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-10-02 06:10 +0200
                Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-10-02 08:10 +0200
                Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-10-02 08:40 +0200
                Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-10-08 03:40 +0200
                Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource  driver Thomas Gleixner <tglx@linutronix.de> - 2016-10-08 13:40 +0200
                Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-10-08 18:30 +0200
                Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource  driver Thomas Gleixner <tglx@linutronix.de> - 2016-10-08 19:10 +0200
                Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-10-09 03:40 +0200
                Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource  driver Thomas Gleixner <tglx@linutronix.de> - 2016-10-09 11:20 +0200
                Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-10-09 16:40 +0200
        Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-10-04 00:20 +0200
          Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-10-04 12:30 +0200
            Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-10-04 23:00 +0200
              Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-10-04 23:20 +0200
                Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-10-04 23:50 +0200
                Re: [PATCH v7 2/2] clocksource: add J-Core timer/clocksource driver "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-10-05 15:40 +0200
  [PATCH v7 1/2] of: add J-Core timer bindings Rich Felker <dalias@libc.org> - 2016-09-24 07:10 +0200

csiph-web