Re: [PATCH v5 00/10] Atmel System Timer cleanups

2015-03-13 Thread Nicolas Ferre
Le 13/03/2015 11:33, Daniel Lezcano a écrit : > On 03/13/2015 11:33 AM, Alexandre Belloni wrote: >> On 13/03/2015 at 11:23:05 +0100, Daniel Lezcano wrote : >>> On 03/12/2015 01:07 PM, Alexandre Belloni wrote: This patch set cleans up the system timer driver. The main goal is to get r

Re: [PATCH v5 00/10] Atmel System Timer cleanups

2015-03-13 Thread Daniel Lezcano
On 03/13/2015 11:33 AM, Alexandre Belloni wrote: On 13/03/2015 at 11:23:05 +0100, Daniel Lezcano wrote : On 03/12/2015 01:07 PM, Alexandre Belloni wrote: This patch set cleans up the system timer driver. The main goal is to get rid of the mach/ headers dependency. At the same time, it introduc

Re: [PATCH v5 00/10] Atmel System Timer cleanups

2015-03-13 Thread Alexandre Belloni
On 13/03/2015 at 11:23:05 +0100, Daniel Lezcano wrote : > On 03/12/2015 01:07 PM, Alexandre Belloni wrote: > >This patch set cleans up the system timer driver. > > > >The main goal is to get rid of the mach/ headers dependency. At the same > >time, > >it introduces proper probing and locking (usin

Re: [PATCH v5 00/10] Atmel System Timer cleanups

2015-03-13 Thread Daniel Lezcano
On 03/12/2015 01:07 PM, Alexandre Belloni wrote: This patch set cleans up the system timer driver. The main goal is to get rid of the mach/ headers dependency. At the same time, it introduces proper probing and locking (using a regmap) for the watchdog driver. This is based on 4.0-rc1 and will

Re: [PATCH v5 00/10] Atmel System Timer cleanups

2015-03-12 Thread Nicolas Ferre
Le 12/03/2015 13:07, Alexandre Belloni a écrit : > This patch set cleans up the system timer driver. > > The main goal is to get rid of the mach/ headers dependency. At the same time, > it introduces proper probing and locking (using a regmap) for the watchdog > driver. > > This is based on 4.0-r

[PATCH v5 00/10] Atmel System Timer cleanups

2015-03-12 Thread Alexandre Belloni
This patch set cleans up the system timer driver. The main goal is to get rid of the mach/ headers dependency. At the same time, it introduces proper probing and locking (using a regmap) for the watchdog driver. This is based on 4.0-rc1 and will have two merge conflicts with my cleanup #1 in mach

[PATCH v4 0/9] Atmel System Timer cleanups

2015-03-05 Thread Alexandre Belloni
This patch set cleans up the system timer driver. The main goal is to get rid of the mach/ headers dependency. At the same time, it introduces proper probing and locking (using a regmap) for the watchdog driver. This is based on 4.0-rc1 and will have two merge conflicts with my cleanup #1 in mach

[PATCH v3 0/9] Atmel System Timer cleanups

2015-03-04 Thread Alexandre Belloni
This patch set cleans up the system timer driver. The main goal is to get rid of the mach/ headers dependency. At the same time, it introduces proper probing and locking (using a regmap) for the watchdog driver. This is based on 4.0-rc1 and will have two merge conflicts with my cleanup #1 in mach

[PATCH v3 0/8] Atmel System Timer cleanups

2015-01-12 Thread Alexandre Belloni
This patch sets cleans up the system timer driver. The main goal is to get rid of the mach/ headers dependency. At the same time, it introduces proper probing and locking (using a regmap) for the watchdog driver. Changes in v3: - moved the watchdog regmap_st allocation after the multiple probe c

[PATCH v2 0/8] Atmel System Timer cleanups

2015-01-09 Thread Alexandre Belloni
This patch sets cleans up the system timer driver. The main goal is to get rid of the mach/ headers dependency. At the same time, it introduces proper probing and locking (using a regmap) for the watchdog driver. Changes in v2: - cleaned up more includes in the watchdog driver - stop using if O

Re: [PATCH 0/8] Atmel System Timer cleanups

2015-01-08 Thread Boris Brezillon
Hi Alexandre, On Mon, 5 Jan 2015 13:06:37 +0100 Alexandre Belloni wrote: > This patch sets cleans up the system timer driver. > > The main goal is to get rid of the mach/ headers dependency. At the same time, > it introduces proper probing and locking (using a regmap) for the watchdog > driver

[PATCH 0/8] Atmel System Timer cleanups

2015-01-05 Thread Alexandre Belloni
This patch sets cleans up the system timer driver. The main goal is to get rid of the mach/ headers dependency. At the same time, it introduces proper probing and locking (using a regmap) for the watchdog driver. Alexandre Belloni (8): ARM: at91/dt: declare atmel,at91rm9200-st as a syscon mfd

Re: Timer cleanups

2008-02-17 Thread Thomas Gleixner
On Tue, 5 Feb 2008, Pavel Machek wrote: > > Add anotations, so that timertop produces nicer results. Relative > expiry time can get negative, so it should be signed. > > Signed-off-by: Pavel Machek <[EMAIL PROTECTED]> Please do not mix patches for arch / generic code > diff --git a/arch/x86/ke

Timer cleanups

2008-02-04 Thread Pavel Machek
Add anotations, so that timertop produces nicer results. Relative expiry time can get negative, so it should be signed. Signed-off-by: Pavel Machek <[EMAIL PROTECTED]> diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c index 429d084..235fd6c 100644 --- a/arch/x86/kernel/hpet.c +++ b/a

[patch] timer cleanups

2007-11-27 Thread Pavel Machek
Small cleanups to tick-related code. Wrong preempt count is followed by BUG(), so it is hardly KERN_WARNING. Signed-off-by: Pavel Machek <[EMAIL PROTECTED]> diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c index 1c0a7b8..6fa66f7 100644 --- a/kernel/time/tick-sched.c +++ b/kernel/t