linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [GIT PULL 2/6] omap timer changes for v4.17
       [not found] ` <pull-1520273005-304551@atomide.com-2>
@ 2018-03-07 15:21   ` Arnd Bergmann
  2018-03-07 15:28     ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2018-03-07 15:21 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: arm-soc, linux-omap, Linux ARM, Daniel Lezcano, Thomas Gleixner,
	Linux Kernel Mailing List

On Mon, Mar 5, 2018 at 7:11 PM, Tony Lindgren <tony@atomide.com> wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit 2fdc82776ac2ac49c5ee666d834718ac36420e49:
>
>   Merge branch 'omap-for-v.16/dmtimer-fix' into omap-for-v4.17/timer (2018-02-22 10:46:47 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/timer-signed
>
> for you to fetch changes up to 58a54f03e73d67432216931854363e4ba15839b9:
>
>   clocksource: timer-ti-dm: Check prescaler value (2018-02-28 13:41:30 -0800)
>
> ----------------------------------------------------------------
> Move omap timer to drivers for 4.17
>
> This series from Keerthy and Ladislav Michl move omap dmtimer code
> to drivers. As we don't want to export custom timer functions to
> random drivers, we also need to update the related PWM driver to
> pass the timer specific functions in platform data.
>
> Note that this series is based on a merge of omap1 specific timer
> fix and omap2+ platform data clean-up to keep things working and
> make the move a bit simpler.

I was undecided whether this should be in next/drivers or next/soc,
ended up putting it into the latter.

I don't see the clocksource maintainers involved in the patch series,
so I added them to Cc now to make sure they are aware of the move
of the driver.

       Arnd

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

* Re: [GIT PULL 2/6] omap timer changes for v4.17
  2018-03-07 15:21   ` [GIT PULL 2/6] omap timer changes for v4.17 Arnd Bergmann
@ 2018-03-07 15:28     ` Tony Lindgren
  2018-03-07 16:21       ` Daniel Lezcano
  0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2018-03-07 15:28 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: arm-soc, linux-omap, Linux ARM, Daniel Lezcano, Thomas Gleixner,
	Linux Kernel Mailing List

* Arnd Bergmann <arnd@arndb.de> [180307 15:22]:
> On Mon, Mar 5, 2018 at 7:11 PM, Tony Lindgren <tony@atomide.com> wrote:
> > From: "Tony Lindgren" <tony@atomide.com>
> >
> > The following changes since commit 2fdc82776ac2ac49c5ee666d834718ac36420e49:
> >
> >   Merge branch 'omap-for-v.16/dmtimer-fix' into omap-for-v4.17/timer (2018-02-22 10:46:47 -0800)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/timer-signed
> >
> > for you to fetch changes up to 58a54f03e73d67432216931854363e4ba15839b9:
> >
> >   clocksource: timer-ti-dm: Check prescaler value (2018-02-28 13:41:30 -0800)
> >
> > ----------------------------------------------------------------
> > Move omap timer to drivers for 4.17
> >
> > This series from Keerthy and Ladislav Michl move omap dmtimer code
> > to drivers. As we don't want to export custom timer functions to
> > random drivers, we also need to update the related PWM driver to
> > pass the timer specific functions in platform data.
> >
> > Note that this series is based on a merge of omap1 specific timer
> > fix and omap2+ platform data clean-up to keep things working and
> > make the move a bit simpler.
> 
> I was undecided whether this should be in next/drivers or next/soc,
> ended up putting it into the latter.
> 
> I don't see the clocksource maintainers involved in the patch series,
> so I added them to Cc now to make sure they are aware of the move
> of the driver.

OK thanks. We got some comments from Daniel for an earlier set of
patches in December. No acks though, but hopefully it's good enough
for further work to happen under drivers/clocksource :)

Regards,

Tony

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

* Re: [GIT PULL 2/6] omap timer changes for v4.17
  2018-03-07 15:28     ` Tony Lindgren
@ 2018-03-07 16:21       ` Daniel Lezcano
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2018-03-07 16:21 UTC (permalink / raw)
  To: Tony Lindgren, Arnd Bergmann
  Cc: arm-soc, linux-omap, Linux ARM, Thomas Gleixner,
	Linux Kernel Mailing List

On 07/03/2018 16:28, Tony Lindgren wrote:
> * Arnd Bergmann <arnd@arndb.de> [180307 15:22]:
>> On Mon, Mar 5, 2018 at 7:11 PM, Tony Lindgren <tony@atomide.com> wrote:
>>> From: "Tony Lindgren" <tony@atomide.com>
>>>
>>> The following changes since commit 2fdc82776ac2ac49c5ee666d834718ac36420e49:
>>>
>>>   Merge branch 'omap-for-v.16/dmtimer-fix' into omap-for-v4.17/timer (2018-02-22 10:46:47 -0800)
>>>
>>> are available in the Git repository at:
>>>
>>>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/timer-signed
>>>
>>> for you to fetch changes up to 58a54f03e73d67432216931854363e4ba15839b9:
>>>
>>>   clocksource: timer-ti-dm: Check prescaler value (2018-02-28 13:41:30 -0800)
>>>
>>> ----------------------------------------------------------------
>>> Move omap timer to drivers for 4.17
>>>
>>> This series from Keerthy and Ladislav Michl move omap dmtimer code
>>> to drivers. As we don't want to export custom timer functions to
>>> random drivers, we also need to update the related PWM driver to
>>> pass the timer specific functions in platform data.
>>>
>>> Note that this series is based on a merge of omap1 specific timer
>>> fix and omap2+ platform data clean-up to keep things working and
>>> make the move a bit simpler.
>>
>> I was undecided whether this should be in next/drivers or next/soc,
>> ended up putting it into the latter.
>>
>> I don't see the clocksource maintainers involved in the patch series,
>> so I added them to Cc now to make sure they are aware of the move
>> of the driver.
> 
> OK thanks. We got some comments from Daniel for an earlier set of
> patches in December. No acks though, but hopefully it's good enough
> for further work to happen under drivers/clocksource :)

Yeah, I had a look at the series. There is still work to do but IMO it
is preferable to move it to drivers/clocksource and then continue the
cleanup from there. So I'm fine with it.

Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>



-- 
 <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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

end of thread, other threads:[~2018-03-07 16:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <pull-1520273005-304551@atomide.com>
     [not found] ` <pull-1520273005-304551@atomide.com-2>
2018-03-07 15:21   ` [GIT PULL 2/6] omap timer changes for v4.17 Arnd Bergmann
2018-03-07 15:28     ` Tony Lindgren
2018-03-07 16:21       ` Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).