RE: [Intel-wired-lan] [PATCH 08/27] e1000e: Use timecounter_initialize interface

2018-01-05 Thread Brown, Aaron F
, Sagar A > <sagar.a.kam...@intel.com>; net...@vger.kernel.org > Subject: [Intel-wired-lan] [PATCH 08/27] e1000e: Use timecounter_initialize > interface > > With new interface timecounter_initialize we can initialize timecounter > fields and underlying cyclecounter together

RE: [Intel-wired-lan] [PATCH 08/27] e1000e: Use timecounter_initialize interface

2018-01-05 Thread Brown, Aaron F
.kernel.org > Subject: [Intel-wired-lan] [PATCH 08/27] e1000e: Use timecounter_initialize > interface > > With new interface timecounter_initialize we can initialize timecounter > fields and underlying cyclecounter together. Update e1000e timecounter > init with this new function. >

[PATCH 08/27] e1000e: Use timecounter_initialize interface

2017-12-14 Thread Sagar Arun Kamble
With new interface timecounter_initialize we can initialize timecounter fields and underlying cyclecounter together. Update e1000e timecounter init with this new function. Signed-off-by: Sagar Arun Kamble Cc: Richard Cochran Cc: Jeff Kirsher

[PATCH 08/27] e1000e: Use timecounter_initialize interface

2017-12-14 Thread Sagar Arun Kamble
With new interface timecounter_initialize we can initialize timecounter fields and underlying cyclecounter together. Update e1000e timecounter init with this new function. Signed-off-by: Sagar Arun Kamble Cc: Richard Cochran Cc: Jeff Kirsher Cc: intel-wired-...@lists.osuosl.org Cc: