[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1419368618.2470.28.camel@jtkirshe-mobl>
Date: Tue, 23 Dec 2014 13:03:38 -0800
From: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To: Richard Cochran <richardcochran@...il.com>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Amir Vadai <amirv@...lanox.com>,
Ariel Elior <ariel.elior@...gic.com>,
Carolyn Wyborny <carolyn.wyborny@...el.com>,
David Miller <davem@...emloft.net>,
Frank Li <Frank.Li@...escale.com>,
John Stultz <john.stultz@...aro.org>,
Matthew Vick <matthew.vick@...el.com>,
Miroslav Lichvar <mlichvar@...hat.com>,
Mugunthan V N <mugunthanvnm@...com>,
Or Gerlitz <ogerlitz@...lanox.com>,
Thomas Gleixner <tglx@...utronix.de>,
Tom Lendacky <thomas.lendacky@....com>
Subject: Re: [PATCH net-next 01/11] time: move the timecounter/cyclecounter
code into its own file.
On Sun, 2014-12-21 at 19:46 +0100, Richard Cochran wrote:
> The timecounter code has almost nothing to do with the clocksource
> code. Let it live in its own file. This will help isolate the
> timecounter users from the clocksource users in the source tree.
>
> Signed-off-by: Richard Cochran <richardcochran@...il.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
For the Intel driver changes...
> ---
> drivers/net/ethernet/amd/xgbe/xgbe.h | 2 +-
> drivers/net/ethernet/broadcom/bnx2x/bnx2x.h | 2 +-
> drivers/net/ethernet/freescale/fec.h | 1 +
> drivers/net/ethernet/intel/e1000e/e1000.h | 2 +-
> drivers/net/ethernet/intel/igb/igb.h | 2 +-
> drivers/net/ethernet/intel/ixgbe/ixgbe.h | 2 +-
> drivers/net/ethernet/ti/cpts.h | 1 +
> include/clocksource/arm_arch_timer.h | 2 +-
> include/linux/clocksource.h | 102
> ----------------------
> include/linux/mlx4/device.h | 2 +-
> include/linux/timecounter.h | 122
> +++++++++++++++++++++++++++
> include/linux/types.h | 3 +
> kernel/time/Makefile | 2 +-
> kernel/time/clocksource.c | 76 -----------------
> kernel/time/timecounter.c | 95
> +++++++++++++++++++++
> sound/pci/hda/hda_priv.h | 2 +-
> 16 files changed, 231 insertions(+), 187 deletions(-)
> create mode 100644 include/linux/timecounter.h
> create mode 100644 kernel/time/timecounter.c
Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)
Powered by blists - more mailing lists