Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Viresh Kumar <viresh.kumar@linaro.org>
To: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>,
	linux-mips@linux-mips.org, ralf@linux-mips.org,
	linaro-kernel@lists.linaro.org,
	Thomas Gleixner <tglx@linutronix.de>,
	Andrew Bresticker <abrestic@chromium.org>,
	Deng-Cheng Zhu <dengcheng.zhu@imgtec.com>,
	Hongliang Tao <taohl@lemote.com>, Huacai Chen <chenhc@lemote.com>,
	James Hogan <james.hogan@imgtec.com>,
	Jason Cooper <jason@lakedaemon.net>,
	Kelvin Cheung <keguang.zhang@gmail.com>,
	Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>,
	Manuel Lauss <manuel.lauss@gmail.com>,
	Michael Opdenacker <michael.opdenacker@free-electrons.com>,
	Paul Burton <paul.burton@imgtec.com>,
	Qais Yousef <qais.yousef@imgtec.com>,
	Valentin Rothberg <valentinrothberg@gmail.com>
Subject: Re: [PATCH 00/14] MIPS: Migrate clockevent drivers to 'set-state'
Date: Tue, 7 Jul 2015 11:08:28 +0530	[thread overview]
Message-ID: <20150707053828.GC14598@linux> (raw)
In-Reply-To: <559AEA71.3020502@cogentembedded.com>

On 06-07-15, 23:52, Sergei Shtylyov wrote:
> On 07/06/2015 02:11 PM, Viresh Kumar wrote:
> 
> >This series migrates MIPS clockevent drivers (present in arch/mips/
> >directory), to the new set-state interface. This would enable these
> >drivers to use new states (like: ONESHOT_STOPPED, etc.) of a clockevent
> >device (if required), as the set-mode interface is marked obsolete now
> >and wouldn't be expanded to handle new states.
> 
> >Rebased over: v4.2-rc1
> 
> >Following patches:
> >   MIPS/alchemy/time: Migrate to new 'set-state' interface
> >   MIPS/jazz/timer: Migrate to new 'set-state' interface
> >   MIPS/cevt-r4k: Migrate to new 'set-state' interface
> >   MIPS/sgi-ip27/timer: Migrate to new 'set-state' interface
> >   MIPS/sni/time: Migrate to new 'set-state' interface
> 
> >must be integrated to mainline kernel via clockevents tree, because of
> >dependency on:
> >   352370adb058 ("clockevents: Allow set-state callbacks to be optional")
> 
>    I had a hard time finding this by ID, since it hasn't landed in
> any official trees still.

For others who might struggle as well:
http://marc.info/?l=linux-kernel&m=143409604825833&w=2

Sorry to waste your time because of this dependency. The best I could
have done is to mention the dependency in cover-letter, which I did
(though should have included a link as well).

Anyway, thanks :)

-- 
viresh

  reply	other threads:[~2015-07-07  5:38 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-06 11:11 [PATCH 00/14] MIPS: Migrate clockevent drivers to 'set-state' Viresh Kumar
2015-07-06 11:11 ` [PATCH 01/14] MIPS/alchemy/time: Migrate to new 'set-state' interface Viresh Kumar
2015-07-06 19:01   ` Sergei Shtylyov
2015-07-06 19:37   ` Manuel Lauss
2015-07-06 11:11 ` [PATCH 02/14] MIPS/jazz/timer: " Viresh Kumar
2015-07-06 19:03   ` Sergei Shtylyov
2015-07-06 11:11 ` [PATCH 03/14] MIPS/jz4740/time: " Viresh Kumar
2015-07-06 11:11 ` [PATCH 04/14] MIPS/cevt-bcm1480: " Viresh Kumar
2015-07-06 11:11 ` [PATCH 05/14] MIPS/cevt-ds1287: " Viresh Kumar
2015-07-06 11:11 ` [PATCH 06/14] MIPS/cevt-gt641xx: " Viresh Kumar
2015-07-06 11:11 ` [PATCH 07/14] MIPS/cevt-r4k: " Viresh Kumar
2015-07-06 18:11   ` Sergei Shtylyov
2015-07-06 18:24     ` Sergei Shtylyov
2015-07-06 20:29       ` Sergei Shtylyov
2015-07-06 11:11 ` [PATCH 08/14] MIPS/cevt-sb1250: " Viresh Kumar
2015-07-06 11:12 ` [PATCH 09/14] MIPS/cevt-txx9: " Viresh Kumar
2015-07-06 11:12 ` [PATCH 10/14] MIPS/loongson64/timer: " Viresh Kumar
2015-07-06 11:12 ` [PATCH 11/14] MIPS/loongsoon32/time: " Viresh Kumar
2015-07-06 11:12 ` [PATCH 12/14] MIPS/ralink/rt3352: " Viresh Kumar
2015-07-06 11:12 ` [PATCH 13/14] MIPS/sgi-ip27/timer: " Viresh Kumar
2015-07-06 11:12 ` [PATCH 14/14] MIPS/sni/time: " Viresh Kumar
2015-07-06 20:52 ` [PATCH 00/14] MIPS: Migrate clockevent drivers to 'set-state' Sergei Shtylyov
2015-07-07  5:38   ` Viresh Kumar [this message]
2015-07-13  2:51 ` Viresh Kumar
2015-07-27  9:25   ` Ralf Baechle
2015-07-27  9:31     ` Viresh Kumar

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=20150707053828.GC14598@linux \
    --to=viresh.kumar@linaro.org \
    --cc=Leonid.Yegoshin@imgtec.com \
    --cc=abrestic@chromium.org \
    --cc=chenhc@lemote.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=dengcheng.zhu@imgtec.com \
    --cc=james.hogan@imgtec.com \
    --cc=jason@lakedaemon.net \
    --cc=keguang.zhang@gmail.com \
    --cc=linaro-kernel@lists.linaro.org \
    --cc=linux-mips@linux-mips.org \
    --cc=manuel.lauss@gmail.com \
    --cc=michael.opdenacker@free-electrons.com \
    --cc=paul.burton@imgtec.com \
    --cc=qais.yousef@imgtec.com \
    --cc=ralf@linux-mips.org \
    --cc=sergei.shtylyov@cogentembedded.com \
    --cc=taohl@lemote.com \
    --cc=tglx@linutronix.de \
    --cc=valentinrothberg@gmail.com \
    /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