All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Keerthy <j-keerthy@ti.com>
Cc: aaro.koskinen@iki.fi, thierry.reding@gmail.com,
	khilman@kernel.org, daniel.lezcano@linaro.org,
	linux@armlinux.org.uk, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-pwm@vger.kernel.org,
	sebastian.reichel@collabora.co.uk
Subject: Re: [PATCH v2 0/7] omap: dmtimer: Move driver out of plat-omap
Date: Wed, 8 Nov 2017 14:57:12 -0800	[thread overview]
Message-ID: <20171108225712.GX28152@atomide.com> (raw)
In-Reply-To: <1510144108-29563-1-git-send-email-j-keerthy@ti.com>

* Keerthy <j-keerthy@ti.com> [171108 04:30]:
> The series moves dmtimer out of plat-omap to drivers/clocksource.
> The series also does a bunch of changes to pwm-omap-dmtimer code
> to adapt to the driver migration and clean up plat specific
> pdata-quirks and use the dmtimer platform data.
> 
> Boot tested on DRA7-EVM and AM437X-GP-EVM.
> 
> More testing would be of great help. 
> 
> No code changes in this v2 version. Only enhanced patch
> statistics for renames.

OK Cool.

Thierry, can you please take a look at the driver code and see if
you want other clean-ups done before moving this to drivers?

For merging, I can set up an immutable branch for this against
v4.15-rc1 when it's out and no more comments. That way we both
can then merge it in as needed.

Regards,

Tony

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/7] omap: dmtimer: Move driver out of plat-omap
Date: Wed, 8 Nov 2017 14:57:12 -0800	[thread overview]
Message-ID: <20171108225712.GX28152@atomide.com> (raw)
In-Reply-To: <1510144108-29563-1-git-send-email-j-keerthy@ti.com>

* Keerthy <j-keerthy@ti.com> [171108 04:30]:
> The series moves dmtimer out of plat-omap to drivers/clocksource.
> The series also does a bunch of changes to pwm-omap-dmtimer code
> to adapt to the driver migration and clean up plat specific
> pdata-quirks and use the dmtimer platform data.
> 
> Boot tested on DRA7-EVM and AM437X-GP-EVM.
> 
> More testing would be of great help. 
> 
> No code changes in this v2 version. Only enhanced patch
> statistics for renames.

OK Cool.

Thierry, can you please take a look at the driver code and see if
you want other clean-ups done before moving this to drivers?

For merging, I can set up an immutable branch for this against
v4.15-rc1 when it's out and no more comments. That way we both
can then merge it in as needed.

Regards,

Tony

  parent reply	other threads:[~2017-11-08 22:57 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-08 12:28 [PATCH v2 0/7] omap: dmtimer: Move driver out of plat-omap Keerthy
2017-11-08 12:28 ` Keerthy
2017-11-08 12:28 ` [PATCH v2 1/7] clocksource: dmtimer: Remove all the exports Keerthy
2017-11-08 12:28   ` Keerthy
2017-11-09 16:13   ` Sebastian Reichel
2017-11-09 16:13     ` Sebastian Reichel
2017-11-08 12:28 ` [PATCH v2 2/7] arm: omap: Move dmtimer.h out of plat-omap Keerthy
2017-11-08 12:28   ` Keerthy
2017-11-08 16:42   ` Tony Lindgren
2017-11-08 16:42     ` Tony Lindgren
2017-11-09  4:25     ` Keerthy
2017-11-09  4:25       ` Keerthy
2017-11-09  8:06       ` Keerthy
2017-11-09  8:06         ` Keerthy
2017-11-09 14:52         ` Tony Lindgren
2017-11-09 14:52           ` Tony Lindgren
2017-11-09 16:16   ` Sebastian Reichel
2017-11-09 16:16     ` Sebastian Reichel
2017-11-08 12:28 ` [PATCH v2 3/7] arm: OMAP: Move dmtimer driver out of plat-omap to drivers under clocksource Keerthy
2017-11-08 12:28   ` Keerthy
2017-11-09 16:17   ` Sebastian Reichel
2017-11-09 16:17     ` Sebastian Reichel
2017-11-08 12:28 ` [PATCH v2 4/7] dmtimer: Add timer ops to the platform data structure Keerthy
2017-11-08 12:28   ` Keerthy
2017-11-09 16:27   ` Sebastian Reichel
2017-11-09 16:27     ` Sebastian Reichel
2017-11-08 12:28 ` [PATCH v2 5/7] clocksource: dmtimer: Populate the timer ops to the pdata Keerthy
2017-11-08 12:28   ` Keerthy
2017-11-09 16:28   ` Sebastian Reichel
2017-11-09 16:28     ` Sebastian Reichel
2017-11-08 12:28 ` [PATCH v2 6/7] pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata ops Keerthy
2017-11-08 12:28   ` Keerthy
2017-11-09 16:28   ` Sebastian Reichel
2017-11-09 16:28     ` Sebastian Reichel
2017-11-09 21:15   ` Grygorii Strashko
2017-11-09 21:15     ` Grygorii Strashko
2017-11-08 12:28 ` [PATCH v2 7/7] arm: omap: pdata-quirks: Remove unused timer pdata Keerthy
2017-11-08 12:28   ` Keerthy
2017-11-09 16:29   ` Sebastian Reichel
2017-11-09 16:29     ` Sebastian Reichel
2017-11-08 12:51 ` [PATCH v2 0/7] omap: dmtimer: Move driver out of plat-omap Ladislav Michl
2017-11-08 12:51   ` Ladislav Michl
2017-11-09  4:31   ` Keerthy
2017-11-09  4:31     ` Keerthy
2017-11-09  4:41     ` Keerthy
2017-11-09  4:41       ` Keerthy
2017-11-08 22:57 ` Tony Lindgren [this message]
2017-11-08 22:57   ` Tony Lindgren

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=20171108225712.GX28152@atomide.com \
    --to=tony@atomide.com \
    --cc=aaro.koskinen@iki.fi \
    --cc=daniel.lezcano@linaro.org \
    --cc=j-keerthy@ti.com \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=sebastian.reichel@collabora.co.uk \
    --cc=thierry.reding@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 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.