Re: [RFC PATCH 1/5] x86: tsc: add tsc to art helpers

2019-10-17 Thread Felipe Balbi
Hi, Thomas Gleixner writes: >> Thomas Gleixner writes: >> > On Thu, 15 Aug 2019, Felipe Balbi wrote: >> >> Thomas Gleixner writes: >> >> > On Tue, 16 Jul 2019, Felipe Balbi wrote: >> >> > >> >> > So some information what those interfaces are used for and why they are >> >> > needed would be re

Re: [RFC PATCH 1/5] x86: tsc: add tsc to art helpers

2019-10-17 Thread Thomas Gleixner
Hi, On Tue, 1 Oct 2019, Felipe Balbi wrote: > (sorry for the long delay, got caught up in other tasks) Delayed by vacation :) > Thomas Gleixner writes: > > On Thu, 15 Aug 2019, Felipe Balbi wrote: > >> Thomas Gleixner writes: > >> > On Tue, 16 Jul 2019, Felipe Balbi wrote: > >> > > >> > So som

Re: [RFC PATCH 1/5] x86: tsc: add tsc to art helpers

2019-10-01 Thread Felipe Balbi
Hi, (sorry for the long delay, got caught up in other tasks) Thomas Gleixner writes: > On Thu, 15 Aug 2019, Felipe Balbi wrote: >> Thomas Gleixner writes: >> > On Tue, 16 Jul 2019, Felipe Balbi wrote: >> > >> > So some information what those interfaces are used for and why they are >> > needed

Re: [RFC PATCH 1/5] x86: tsc: add tsc to art helpers

2019-08-15 Thread Thomas Gleixner
Felipe, On Thu, 15 Aug 2019, Felipe Balbi wrote: > Thomas Gleixner writes: > > On Tue, 16 Jul 2019, Felipe Balbi wrote: > > > > So some information what those interfaces are used for and why they are > > needed would be really helpful. > > Okay, I have some more details about this. The TGPIO dev

Re: [RFC PATCH 1/5] x86: tsc: add tsc to art helpers

2019-08-14 Thread Felipe Balbi
Hi, Thomas Gleixner writes: > Felipe, > > On Tue, 16 Jul 2019, Felipe Balbi wrote: > > -ENOCHANGELOG > > As you said in the cover letter: > >> (3) The change in arch/x86/kernel/tsc.c needs to be reviewed at length >> before going in. > > So some information what those interfaces are use

Re: [RFC PATCH 1/5] x86: tsc: add tsc to art helpers

2019-07-16 Thread Thomas Gleixner
Felipe, On Tue, 16 Jul 2019, Felipe Balbi wrote: -ENOCHANGELOG As you said in the cover letter: > (3) The change in arch/x86/kernel/tsc.c needs to be reviewed at length > before going in. So some information what those interfaces are used for and why they are needed would be really helpf

[RFC PATCH 1/5] x86: tsc: add tsc to art helpers

2019-07-16 Thread Felipe Balbi
Signed-off-by: Felipe Balbi --- arch/x86/include/asm/tsc.h | 2 ++ arch/x86/kernel/tsc.c | 32 2 files changed, 34 insertions(+) diff --git a/arch/x86/include/asm/tsc.h b/arch/x86/include/asm/tsc.h index 8a0c25c6bf09..b7a9f4385a82 100644 --- a/arch/x86/incl