public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 01/41] clocksource: asm9260: Migrate to new 'set-state' interface
       [not found] ` <57ae9434bbb7218961c3ad45a26fbe1fffe40cbd.1434622147.git.viresh.kumar@linaro.org>
@ 2015-07-08  5:37   ` Vineet Gupta
  2015-07-08  5:43     ` Viresh Kumar
  0 siblings, 1 reply; 4+ messages in thread
From: Vineet Gupta @ 2015-07-08  5:37 UTC (permalink / raw)
  To: Viresh Kumar, Thomas Gleixner, Daniel Lezcano
  Cc: linaro-kernel, linux-kernel, linux-arm-kernel, Oleksij Rempel,
	linux-arch@vger.kernel.org

On Thursday 18 June 2015 04:24 PM, Viresh Kumar wrote:
> Migrate asm9260 driver to the new 'set-state' interface provided by
> clockevents core, the earlier 'set-mode' interface is marked obsolete
> now.
> 
> This also enables us to implement callbacks for new states of clockevent
> devices, for example: ONESHOT_STOPPED.

Hi Viresh,

Is this series (and other one touching arch/arm/*) specific to ARM event timers.
Are you planning to fixup the drivers in arch/* or the respective maintainers need
to follow suit.

Thx,
-Vineet

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 01/41] clocksource: asm9260: Migrate to new 'set-state' interface
  2015-07-08  5:37   ` [PATCH 01/41] clocksource: asm9260: Migrate to new 'set-state' interface Vineet Gupta
@ 2015-07-08  5:43     ` Viresh Kumar
  2015-07-08  5:43       ` Viresh Kumar
  2015-07-08  6:14       ` Vineet Gupta
  0 siblings, 2 replies; 4+ messages in thread
From: Viresh Kumar @ 2015-07-08  5:43 UTC (permalink / raw)
  To: Vineet Gupta
  Cc: Thomas Gleixner, Daniel Lezcano, linaro-kernel, linux-kernel,
	linux-arm-kernel, Oleksij Rempel, linux-arch@vger.kernel.org

On 08-07-15, 11:07, Vineet Gupta wrote:
> Is this series (and other one touching arch/arm/*) specific to ARM event timers.
> Are you planning to fixup the drivers in arch/* or the respective maintainers need
> to follow suit.

Hi Vineet,

I am fixing all clockevent drivers available in Linux kernel, so you
need not worry :)

I stopped a bit because of a dependency patch, which just got included
in tip tree yesterday. Once that gets into next rc release (hopefully
-4.2-rc2), I will send all the patches I have. At that point, these
changes wouldn't have any dependency on clockevents tree and
maintainers like you can apply them directly.

Changes are kept here for testing by auto-bots, in case you wanna have
a look at arc patch :).

git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linux.git clkevt/clocksource/set-state

-- 
viresh

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 01/41] clocksource: asm9260: Migrate to new 'set-state' interface
  2015-07-08  5:43     ` Viresh Kumar
@ 2015-07-08  5:43       ` Viresh Kumar
  2015-07-08  6:14       ` Vineet Gupta
  1 sibling, 0 replies; 4+ messages in thread
From: Viresh Kumar @ 2015-07-08  5:43 UTC (permalink / raw)
  To: Vineet Gupta
  Cc: Thomas Gleixner, Daniel Lezcano, linaro-kernel, linux-kernel,
	linux-arm-kernel, Oleksij Rempel, linux-arch@vger.kernel.org

On 08-07-15, 11:07, Vineet Gupta wrote:
> Is this series (and other one touching arch/arm/*) specific to ARM event timers.
> Are you planning to fixup the drivers in arch/* or the respective maintainers need
> to follow suit.

Hi Vineet,

I am fixing all clockevent drivers available in Linux kernel, so you
need not worry :)

I stopped a bit because of a dependency patch, which just got included
in tip tree yesterday. Once that gets into next rc release (hopefully
-4.2-rc2), I will send all the patches I have. At that point, these
changes wouldn't have any dependency on clockevents tree and
maintainers like you can apply them directly.

Changes are kept here for testing by auto-bots, in case you wanna have
a look at arc patch :).

git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linux.git clkevt/clocksource/set-state

-- 
viresh

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 01/41] clocksource: asm9260: Migrate to new 'set-state' interface
  2015-07-08  5:43     ` Viresh Kumar
  2015-07-08  5:43       ` Viresh Kumar
@ 2015-07-08  6:14       ` Vineet Gupta
  1 sibling, 0 replies; 4+ messages in thread
From: Vineet Gupta @ 2015-07-08  6:14 UTC (permalink / raw)
  To: Viresh Kumar
  Cc: Thomas Gleixner, Daniel Lezcano, linaro-kernel@lists.linaro.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, Oleksij Rempel,
	linux-arch@vger.kernel.org

On Wednesday 08 July 2015 11:14 AM, Viresh Kumar wrote:
> On 08-07-15, 11:07, Vineet Gupta wrote:
>> Is this series (and other one touching arch/arm/*) specific to ARM event timers.
>> Are you planning to fixup the drivers in arch/* or the respective maintainers need
>> to follow suit.
> Hi Vineet,
>
> I am fixing all clockevent drivers available in Linux kernel, so you
> need not worry :)

Ok I can go back to sleeping peacefully again ;-)

> Changes are kept here for testing by auto-bots, in case you wanna have
> a look at arc patch :).
>
> git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linux.git clkevt/clocksource/set-state

LGTM - I'll give it a spin when u send out the series on ml.

Thx,
-Vineet

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-08  6:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cover.1434622147.git.viresh.kumar@linaro.org>
     [not found] ` <57ae9434bbb7218961c3ad45a26fbe1fffe40cbd.1434622147.git.viresh.kumar@linaro.org>
2015-07-08  5:37   ` [PATCH 01/41] clocksource: asm9260: Migrate to new 'set-state' interface Vineet Gupta
2015-07-08  5:43     ` Viresh Kumar
2015-07-08  5:43       ` Viresh Kumar
2015-07-08  6:14       ` Vineet Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox