[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1421399874-29119-1-git-send-email-alexandre.belloni@free-electrons.com>
Date: Fri, 16 Jan 2015 10:17:52 +0100
From: Alexandre Belloni <alexandre.belloni@...e-electrons.com>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: John Stultz <john.stultz@...aro.org>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Nicolas Ferre <nicolas.ferre@...el.com>,
Boris Brezillon <boris.brezillon@...e-electrons.com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Alexandre Belloni <alexandre.belloni@...e-electrons.com>
Subject: [RFC 0/2] clocksource: don't suspend/resume when unused
Hi,
This is a quite naive implementation to track whether a cloccksource is enabled.
I chose not to add a member in struct clocksource and use a flag instead.
I found that timekeeping.c is the only consumer for clocksource and I converted
it to use clocksource_enable and clocksource_disable.
Regards,
Alexandre Belloni (2):
clocksource: track usage
clocksource: don't suspend/resume when unused
include/linux/clocksource.h | 4 ++++
kernel/time/clocksource.c | 30 ++++++++++++++++++++++++++++--
kernel/time/timekeeping.c | 8 +++-----
3 files changed, 35 insertions(+), 7 deletions(-)
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists