From: daniel.lezcano@linaro.org (Daniel Lezcano)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] clocksource: Add support for Aspeed timer
Date: Tue, 10 May 2016 12:22:06 +0200 [thread overview]
Message-ID: <20160510102206.GD14952@linaro.org> (raw)
In-Reply-To: <1462797169-14512-1-git-send-email-joel@jms.id.au>
On Mon, May 09, 2016 at 10:02:45PM +0930, Joel Stanley wrote:
> Hello All,
>
> This adds support for the Aspeed ast2400 and ast2500 families of BMC SoCs to
> the moxart driver.
>
> I've addressed the feedback from Daniel and spent a bit of time trying to
> ensure the series makes sense.
>
> I've not included a patch that renames the driver to fttmr010, from Faraday
> Tech, as I wasn't sure if we had consensus. If you would prefer I do so then
> let me know.
>
> Cheers,
>
> Joel
>
> Joel Stanley (4):
> drivers/clocksouree/moxart: Add kbuild symbol
> drivers/clocksource/moxart: Refactor enable/disable
> drivers/clocksource/moxart: Use struct to hold state
> drivers/clocksource/moxart: Add Aspeed support
>
> .../bindings/timer/moxa,moxart-timer.txt | 4 +-
> arch/arm/mach-moxart/Kconfig | 2 +-
> drivers/clocksource/Kconfig | 9 +
> drivers/clocksource/Makefile | 2 +-
> drivers/clocksource/moxart_timer.c | 191 ++++++++++++++-------
> 5 files changed, 143 insertions(+), 65 deletions(-)
The changes look ok. Could you please reply to patch 2 with a changelog I
can add.
Thanks.
-- Daniel
WARNING: multiple messages have this Message-ID (diff)
From: Daniel Lezcano <daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Joel Stanley <joel-U3u1mxZcP9KHXe+LvDLADg@public.gmane.org>
Cc: tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org,
jonas.jensen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
jk-mnsaURCQ41sdnm+yROfE0A@public.gmane.org,
benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org,
arnd-r2nGTMty4D4@public.gmane.org
Subject: Re: [PATCH 0/4] clocksource: Add support for Aspeed timer
Date: Tue, 10 May 2016 12:22:06 +0200 [thread overview]
Message-ID: <20160510102206.GD14952@linaro.org> (raw)
In-Reply-To: <1462797169-14512-1-git-send-email-joel-U3u1mxZcP9KHXe+LvDLADg@public.gmane.org>
On Mon, May 09, 2016 at 10:02:45PM +0930, Joel Stanley wrote:
> Hello All,
>
> This adds support for the Aspeed ast2400 and ast2500 families of BMC SoCs to
> the moxart driver.
>
> I've addressed the feedback from Daniel and spent a bit of time trying to
> ensure the series makes sense.
>
> I've not included a patch that renames the driver to fttmr010, from Faraday
> Tech, as I wasn't sure if we had consensus. If you would prefer I do so then
> let me know.
>
> Cheers,
>
> Joel
>
> Joel Stanley (4):
> drivers/clocksouree/moxart: Add kbuild symbol
> drivers/clocksource/moxart: Refactor enable/disable
> drivers/clocksource/moxart: Use struct to hold state
> drivers/clocksource/moxart: Add Aspeed support
>
> .../bindings/timer/moxa,moxart-timer.txt | 4 +-
> arch/arm/mach-moxart/Kconfig | 2 +-
> drivers/clocksource/Kconfig | 9 +
> drivers/clocksource/Makefile | 2 +-
> drivers/clocksource/moxart_timer.c | 191 ++++++++++++++-------
> 5 files changed, 143 insertions(+), 65 deletions(-)
The changes look ok. Could you please reply to patch 2 with a changelog I
can add.
Thanks.
-- Daniel
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-05-10 10:22 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-09 12:32 [PATCH 0/4] clocksource: Add support for Aspeed timer Joel Stanley
2016-05-09 12:32 ` Joel Stanley
2016-05-09 12:32 ` [PATCH 1/4] drivers/clocksouree/moxart: Add kbuild symbol Joel Stanley
2016-05-09 12:32 ` Joel Stanley
2016-05-09 12:32 ` [PATCH 2/4] drivers/clocksource/moxart: Refactor enable/disable Joel Stanley
2016-05-09 12:32 ` Joel Stanley
2016-05-10 11:06 ` Joel Stanley
2016-05-10 11:06 ` Joel Stanley
2016-05-10 13:04 ` Daniel Lezcano
2016-05-10 13:04 ` Daniel Lezcano
2016-07-20 5:17 ` Joel Stanley
2016-07-20 5:17 ` Joel Stanley
2016-07-20 8:14 ` Daniel Lezcano
2016-07-20 8:14 ` Daniel Lezcano
2016-07-20 8:22 ` Benjamin Herrenschmidt
2016-07-20 8:22 ` Benjamin Herrenschmidt
2016-05-09 12:32 ` [PATCH 3/4] drivers/clocksource/moxart: Use struct to hold state Joel Stanley
2016-05-09 12:32 ` Joel Stanley
2016-05-09 12:32 ` [PATCH 4/4] drivers/clocksource/moxart: Add Aspeed support Joel Stanley
2016-05-09 12:32 ` Joel Stanley
2016-05-09 20:36 ` Rob Herring
2016-05-09 20:36 ` Rob Herring
2016-05-10 10:22 ` Daniel Lezcano [this message]
2016-05-10 10:22 ` [PATCH 0/4] clocksource: Add support for Aspeed timer Daniel Lezcano
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=20160510102206.GD14952@linaro.org \
--to=daniel.lezcano@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/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.