From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Rich Felker <dalias@libc.org>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-sh@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH v9 0/2] J-Core timer support
Date: Thu, 20 Oct 2016 07:32:40 +0000 [thread overview]
Message-ID: <20161020073240.GF1703@mai> (raw)
In-Reply-To: <20161020012225.GK19318@brightrain.aerifal.cx>
On Wed, Oct 19, 2016 at 09:22:25PM -0400, Rich Felker wrote:
> On Mon, Oct 17, 2016 at 11:30:13AM +0200, Daniel Lezcano wrote:
> > On Thu, Oct 13, 2016 at 09:51:06PM +0000, Rich Felker wrote:
> > > This version of the patch makes the changes requested by Daniel
> > > Lezcano in review of v8.
> > >
> > > Rich Felker (2):
> > > of: add J-Core timer bindings
> > > clocksource: add J-Core timer/clocksource driver
> > >
> > > .../devicetree/bindings/timer/jcore,pit.txt | 24 ++
> > > drivers/clocksource/Kconfig | 10 +
> > > drivers/clocksource/Makefile | 1 +
> > > drivers/clocksource/jcore-pit.c | 249 +++++++++++++++++++++
> > > include/linux/cpuhotplug.h | 1 +
> > > 5 files changed, 285 insertions(+)
> > > create mode 100644 Documentation/devicetree/bindings/timer/jcore,pit.txt
> > > create mode 100644 drivers/clocksource/jcore-pit.c
> >
> > Hi Rich,
> >
> > I applied your patches on my tree.
> >
> > Thanks !
>
> Thanks! Which is your current tree?
http://git.linaro.org/people/daniel.lezcano/linux.git clockevents/4.10
> I was looking and couldn't find
> it. This is the one thing (and it's a boot blocker) keeping Linux on
> J2 from working out of the box and I'd really love to see it go in
> 4.9.
Unfortunately it won't happen. v4.9-rc1 is already out. The driver will be
in v4.10.
If you wanted patches merged for v4.9, they should have been merged in the
downstream tree before v4.8-rc5, so they hit the upstream tree for v4.9's merge
window.
-- Daniel
WARNING: multiple messages have this Message-ID (diff)
From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Rich Felker <dalias@libc.org>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-sh@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH v9 0/2] J-Core timer support
Date: Thu, 20 Oct 2016 09:32:40 +0200 [thread overview]
Message-ID: <20161020073240.GF1703@mai> (raw)
In-Reply-To: <20161020012225.GK19318@brightrain.aerifal.cx>
On Wed, Oct 19, 2016 at 09:22:25PM -0400, Rich Felker wrote:
> On Mon, Oct 17, 2016 at 11:30:13AM +0200, Daniel Lezcano wrote:
> > On Thu, Oct 13, 2016 at 09:51:06PM +0000, Rich Felker wrote:
> > > This version of the patch makes the changes requested by Daniel
> > > Lezcano in review of v8.
> > >
> > > Rich Felker (2):
> > > of: add J-Core timer bindings
> > > clocksource: add J-Core timer/clocksource driver
> > >
> > > .../devicetree/bindings/timer/jcore,pit.txt | 24 ++
> > > drivers/clocksource/Kconfig | 10 +
> > > drivers/clocksource/Makefile | 1 +
> > > drivers/clocksource/jcore-pit.c | 249 +++++++++++++++++++++
> > > include/linux/cpuhotplug.h | 1 +
> > > 5 files changed, 285 insertions(+)
> > > create mode 100644 Documentation/devicetree/bindings/timer/jcore,pit.txt
> > > create mode 100644 drivers/clocksource/jcore-pit.c
> >
> > Hi Rich,
> >
> > I applied your patches on my tree.
> >
> > Thanks !
>
> Thanks! Which is your current tree?
http://git.linaro.org/people/daniel.lezcano/linux.git clockevents/4.10
> I was looking and couldn't find
> it. This is the one thing (and it's a boot blocker) keeping Linux on
> J2 from working out of the box and I'd really love to see it go in
> 4.9.
Unfortunately it won't happen. v4.9-rc1 is already out. The driver will be
in v4.10.
If you wanted patches merged for v4.9, they should have been merged in the
downstream tree before v4.8-rc5, so they hit the upstream tree for v4.9's merge
window.
-- Daniel
next prev parent reply other threads:[~2016-10-20 7:32 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-13 21:51 [PATCH v9 0/2] J-Core timer support Rich Felker
2016-10-13 21:51 ` Rich Felker
2016-10-13 21:51 ` Rich Felker
2016-10-13 21:51 ` [PATCH v9 1/2] of: add J-Core timer bindings Rich Felker
2016-10-20 18:16 ` [tip:timers/urgent] of: Add " tip-bot for Rich Felker
2016-10-13 21:51 ` [PATCH v9 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker
2016-10-20 18:16 ` [tip:timers/urgent] clocksource: Add " tip-bot for Rich Felker
2016-10-17 9:30 ` [PATCH v9 0/2] J-Core timer support Daniel Lezcano
2016-10-17 9:30 ` Daniel Lezcano
2016-10-20 1:22 ` Rich Felker
2016-10-20 1:22 ` Rich Felker
2016-10-20 7:32 ` Daniel Lezcano [this message]
2016-10-20 7:32 ` Daniel Lezcano
2016-10-20 15:15 ` Rich Felker
2016-10-20 15:15 ` Rich Felker
2016-10-20 17:56 ` Thomas Gleixner
2016-10-20 17:56 ` Thomas Gleixner
2016-10-20 18:07 ` Thomas Gleixner
2016-10-20 18:07 ` Thomas Gleixner
2016-10-20 18:07 ` Thomas Gleixner
2016-10-20 18:18 ` Daniel Lezcano
2016-10-20 18:29 ` Rich Felker
2016-10-20 18:29 ` Rich Felker
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=20161020073240.GF1703@mai \
--to=daniel.lezcano@linaro.org \
--cc=dalias@libc.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=tglx@linutronix.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.