From: Richard Cochran <richardcochran@gmail.com>
To: <netdev@vger.kernel.org>
Cc: <linux-kernel@vger.kernel.org>,
David Miller <davem@davemloft.net>,
Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
John Stultz <john.stultz@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>
Subject: [PATCH net-next 0/7] Fixing the "Time Counter fixes and improvements"
Date: Thu, 1 Jan 2015 11:39:54 +0100 [thread overview]
Message-ID: <cover.1420108214.git.richardcochran@gmail.com> (raw)
In-Reply-To: <20141231.183347.862533634176009078.davem@davemloft.net>
Dave,
I did not catch the missing includes in my x86 and arm testing,
because those archs somehow do include clocksource.h for the drivers
in question. Sorry.
This is how I would like to fix the header fallout. We really should
decouple the timecounter/cyclecounter code from the clocksource code
where possible.
Thanks,
Richard
Richard Cochran (7):
timecounter: provide a macro to initialize the cyclecounter mask
field.
bnx2x: convert to CYCLECOUNTER_MASK macro.
e1000e: convert to CYCLECOUNTER_MASK macro.
igb: convert to CYCLECOUNTER_MASK macro.
ixgbe: convert to CYCLECOUNTER_MASK macro.
mlx4: include clocksource.h again
microblaze: include the new timecounter header.
arch/microblaze/kernel/timer.c | 1 +
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
drivers/net/ethernet/intel/igb/igb_ptp.c | 4 ++--
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
drivers/net/ethernet/mellanox/mlx4/en_clock.c | 1 +
include/linux/timecounter.h | 5 ++++-
7 files changed, 11 insertions(+), 6 deletions(-)
--
1.7.10.4
next prev parent reply other threads:[~2015-01-01 10:46 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-31 23:33 [PATCH 1/2] e1000e: Include clocksource.h to get CLOCKSOURCE_MASK David Miller
2014-12-31 23:42 ` Jeff Kirsher
2015-01-01 10:39 ` Richard Cochran [this message]
2015-01-01 10:39 ` [PATCH net-next 1/7] timecounter: provide a macro to initialize the cyclecounter mask field Richard Cochran
2015-01-05 13:20 ` David Laight
2015-01-05 13:43 ` Richard Cochran
2015-01-05 13:53 ` David Laight
2015-01-01 10:39 ` [PATCH net-next 2/7] bnx2x: convert to CYCLECOUNTER_MASK macro Richard Cochran
2015-01-01 10:39 ` [PATCH net-next 3/7] e1000e: " Richard Cochran
2015-01-01 10:39 ` [PATCH net-next 4/7] igb: " Richard Cochran
2015-01-01 10:39 ` [PATCH net-next 5/7] ixgbe: " Richard Cochran
2015-01-01 10:40 ` [PATCH net-next 6/7] mlx4: include clocksource.h again Richard Cochran
2015-01-01 10:40 ` [PATCH net-next 7/7] microblaze: include the new timecounter header Richard Cochran
2015-01-02 19:22 ` [PATCH net-next V2 0/7] Fixing the "Time Counter fixes and improvements" Richard Cochran
2015-01-02 19:22 ` [PATCH net-next V2 1/7] timecounter: provide a macro to initialize the cyclecounter mask field Richard Cochran
2015-01-02 19:22 ` [PATCH net-next V2 2/7] bnx2x: convert to CYCLECOUNTER_MASK macro Richard Cochran
2015-01-02 19:22 ` [PATCH net-next V2 3/7] e1000e: " Richard Cochran
2015-01-02 19:22 ` [PATCH net-next V2 4/7] igb: " Richard Cochran
2015-01-02 19:22 ` [PATCH net-next V2 5/7] ixgbe: " Richard Cochran
2015-01-02 19:22 ` [PATCH net-next V2 6/7] mlx4: include clocksource.h again Richard Cochran
2015-01-02 19:22 ` [PATCH net-next V2 7/7] microblaze: include the new timecounter header Richard Cochran
2015-01-02 21:48 ` [PATCH net-next V2 0/7] Fixing the "Time Counter fixes and improvements" David Miller
-- strict thread matches above, loose matches on Subject: below --
2015-01-01 16:30 [PATCH net-next " Sedat Dilek
2015-01-02 6:14 ` Richard Cochran
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1420108214.git.richardcochran@gmail.com \
--to=richardcochran@gmail.com \
--cc=davem@davemloft.net \
--cc=jeffrey.t.kirsher@intel.com \
--cc=john.stultz@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).