linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] clocksource: add missing notrace attribute
@ 2015-10-20  8:02 Jisheng Zhang
  2015-10-20  8:02 ` [PATCH 1/7] clocksource: arm_global_timer: fix ftrace Jisheng Zhang
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Jisheng Zhang @ 2015-10-20  8:02 UTC (permalink / raw)
  To: linux-arm-kernel

Some clocksource drivers sched_clock implementation either miss notrace
attribute or call wasn't notrace function. This series try to fix them.

Jisheng Zhang (7):
  clocksource: arm_global_timer: fix ftrace
  clocksource: samsung_pwm_timer: fix ftrace
  clocksource: pistachio: fix ftrace
  clocksource: prima2: fix ftrace
  clocksource: vf_pit_timer: don't trace pit_read_sched_clock()
  clocksource: digicolor: don't trace digicolor_timer_sched_read()
  clocksource: fsl_ftm_timer: don't trace ftm_read_sched_clock

 drivers/clocksource/arm_global_timer.c  | 9 +++++++--
 drivers/clocksource/fsl_ftm_timer.c     | 2 +-
 drivers/clocksource/samsung_pwm_timer.c | 2 +-
 drivers/clocksource/time-pistachio.c    | 3 ++-
 drivers/clocksource/timer-digicolor.c   | 2 +-
 drivers/clocksource/timer-prima2.c      | 2 +-
 drivers/clocksource/vf_pit_timer.c      | 2 +-
 7 files changed, 14 insertions(+), 8 deletions(-)

-- 
2.6.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-10-27  2:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-20  8:02 [PATCH 0/7] clocksource: add missing notrace attribute Jisheng Zhang
2015-10-20  8:02 ` [PATCH 1/7] clocksource: arm_global_timer: fix ftrace Jisheng Zhang
2015-10-20  8:02 ` [PATCH 2/7] clocksource: samsung_pwm_timer: " Jisheng Zhang
2015-10-20  8:02 ` [PATCH 3/7] clocksource: pistachio: " Jisheng Zhang
2015-10-20  8:02 ` [PATCH 4/7] clocksource: prima2: " Jisheng Zhang
2015-10-20  8:02 ` [PATCH 5/7] clocksource: vf_pit_timer: don't trace pit_read_sched_clock() Jisheng Zhang
2015-10-20  8:02 ` [PATCH 6/7] clocksource: digicolor: don't trace digicolor_timer_sched_read() Jisheng Zhang
2015-10-20 11:14   ` Baruch Siach
2015-10-20  8:02 ` [PATCH 7/7] clocksource: fsl_ftm_timer: don't trace ftm_read_sched_clock Jisheng Zhang
2015-10-26 17:50 ` [PATCH 0/7] clocksource: add missing notrace attribute Daniel Lezcano
2015-10-27  2:16   ` Jisheng Zhang

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).