linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] clk: ti: clkctrl driver updates for 4.16 merge window
@ 2017-12-05 12:41 Tero Kristo
  2017-12-07  7:29 ` Stephen Boyd
  0 siblings, 1 reply; 8+ messages in thread
From: Tero Kristo @ 2017-12-05 12:41 UTC (permalink / raw)
  To: Stephen Boyd, Michael Turquette
  Cc: linux-clk, linux-omap@vger.kernel.org, tony@atomide.com

Hi Stephen, Mike,

This pull request contains the v2 of the series posted 
(https://www.spinics.net/lists/linux-omap/msg140042.html), with 
Stephen's acks added to the mentioned patches, and just applied on top 
of 4.15-rc1. I actually wonder if you wanted to add your acks to the 
rest of the patches also, but couldn't find any comment about this anywhere.

-Tero

====

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the git repository at:

   https://github.com/t-kristo/linux-pm.git 4.15-rc1-clkctrl-driver

for you to fetch changes up to fe7020e64f042db4b5ca50c358b232e866523447:

   clk: ti: omap4: clkctrl data fixes for opt-clocks (2017-12-01 
15:18:08 +0200)

----------------------------------------------------------------
Tero Kristo (28):
       clk: ti: clkctrl: fix error messages to print out node name properly
       clk: ti: clkctrl: add support for clkdm init for clkctrl clocks
       clk: ti: add support for clkctrl aliases
       clk: ti: clkctrl: use fallback udelay approach if timekeeping is 
suspended
       clk: ti: convert retry_init param to use void data type
       clk: ti: clkctrl: add support for retrying failed init
       clk: ti: clkctrl: fix flags for mux and divider opt clocks
       clk: ti: omap4: cleanup unnecessary clock aliases
       clk: ti: dra7: drop unnecessary clock aliases
       clk: ti: omap5: cleanup unnecessary clock aliases
       clk: ti: dm814x: cleanup unnecessary clock aliases
       clk: ti: dm816x: cleanup unnecessary clock aliases
       clk: ti: am33xx: cleanup unnecessary clock aliases
       clk: ti: am43xx: cleanup unnecessary clock aliases
       clk: ti: omap3: cleanup unnecessary clock aliases
       dt-bindings: clk: add omap5 clkctrl definitions
       clk: ti: omap5: add clkctrl clock data
       dt-bindings: clk: add dra7 clkctrl definitions
       clk: ti: dra7: add clkctrl clock data
       dt-bindings: clk: add am33xx clkctrl definitions
       clk: ti: am33xx: add clkctrl clock data
       dt-bindings: clk: add am43xx clkctrl definitions
       clk: ti: am43xx: add clkctrl clock data
       dt-bindings: clk: add dm814 clkctrl definitions
       clk: ti: dm814: add clkctrl clock data
       dt-bindings: clk: add dm816 clkctrl definitions
       clk: ti: dm816: add clkctrl clock data
       clk: ti: omap4: clkctrl data fixes for opt-clocks

  drivers/clk/ti/apll.c             |    3 +-
  drivers/clk/ti/clk-33xx.c         |  279 +++++++---
  drivers/clk/ti/clk-3xxx.c         |  263 +--------
  drivers/clk/ti/clk-43xx.c         |  295 ++++++----
  drivers/clk/ti/clk-44xx.c         |  200 ++++---
  drivers/clk/ti/clk-54xx.c         |  697 +++++++++++++++++-------
  drivers/clk/ti/clk-7xx.c          | 1076 
+++++++++++++++++++++++++++----------
  drivers/clk/ti/clk-814x.c         |   50 +-
  drivers/clk/ti/clk-816x.c         |   62 ++-
  drivers/clk/ti/clk.c              |   70 ++-
  drivers/clk/ti/clkctrl.c          |   91 +++-
  drivers/clk/ti/clock.h            |   13 +-
  drivers/clk/ti/composite.c        |    3 +-
  drivers/clk/ti/dpll.c             |    3 +-
  include/dt-bindings/clock/am3.h   |  108 ++++
  include/dt-bindings/clock/am4.h   |  113 ++++
  include/dt-bindings/clock/dm814.h |   45 ++
  include/dt-bindings/clock/dm816.h |   53 ++
  include/dt-bindings/clock/dra7.h  |  172 ++++++
  include/dt-bindings/clock/omap5.h |  118 ++++
  20 files changed, 2662 insertions(+), 1052 deletions(-)
  create mode 100644 include/dt-bindings/clock/am3.h
  create mode 100644 include/dt-bindings/clock/am4.h
  create mode 100644 include/dt-bindings/clock/dm814.h
  create mode 100644 include/dt-bindings/clock/dm816.h
  create mode 100644 include/dt-bindings/clock/dra7.h
  create mode 100644 include/dt-bindings/clock/omap5.h
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* Re: [GIT PULL] clk: ti: clkctrl driver updates for 4.16 merge window
  2017-12-05 12:41 [GIT PULL] clk: ti: clkctrl driver updates for 4.16 merge window Tero Kristo
@ 2017-12-07  7:29 ` Stephen Boyd
  2017-12-07  8:09   ` Tero Kristo
  0 siblings, 1 reply; 8+ messages in thread
From: Stephen Boyd @ 2017-12-07  7:29 UTC (permalink / raw)
  To: Tero Kristo
  Cc: Michael Turquette, linux-clk, linux-omap@vger.kernel.org,
	tony@atomide.com

On 12/05, Tero Kristo wrote:
> Hi Stephen, Mike,
> 
> This pull request contains the v2 of the series posted
> (https://www.spinics.net/lists/linux-omap/msg140042.html), with
> Stephen's acks added to the mentioned patches, and just applied on
> top of 4.15-rc1. I actually wonder if you wanted to add your acks to
> the rest of the patches also, but couldn't find any comment about
> this anywhere.
> 
> -Tero
> 
> ====
> 
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
> 
>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
> 
> are available in the git repository at:
> 
>   https://github.com/t-kristo/linux-pm.git 4.15-rc1-clkctrl-driver
> 
> for you to fetch changes up to fe7020e64f042db4b5ca50c358b232e866523447:
> 
>   clk: ti: omap4: clkctrl data fixes for opt-clocks (2017-12-01
> 15:18:08 +0200)

Pulled into clk-next. Did you want to sign a tag instead of
sending a plain branch? My ack isn't necessary on anything.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

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

* Re: [GIT PULL] clk: ti: clkctrl driver updates for 4.16 merge window
  2017-12-07  7:29 ` Stephen Boyd
@ 2017-12-07  8:09   ` Tero Kristo
  2017-12-07 18:38     ` Michael Turquette
  0 siblings, 1 reply; 8+ messages in thread
From: Tero Kristo @ 2017-12-07  8:09 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Michael Turquette, linux-clk, linux-omap@vger.kernel.org,
	tony@atomide.com

On 07/12/17 09:29, Stephen Boyd wrote:
> On 12/05, Tero Kristo wrote:
>> Hi Stephen, Mike,
>>
>> This pull request contains the v2 of the series posted
>> (https://www.spinics.net/lists/linux-omap/msg140042.html), with
>> Stephen's acks added to the mentioned patches, and just applied on
>> top of 4.15-rc1. I actually wonder if you wanted to add your acks to
>> the rest of the patches also, but couldn't find any comment about
>> this anywhere.
>>
>> -Tero
>>
>> ====
>>
>> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
>>
>>    Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
>>
>> are available in the git repository at:
>>
>>    https://github.com/t-kristo/linux-pm.git 4.15-rc1-clkctrl-driver
>>
>> for you to fetch changes up to fe7020e64f042db4b5ca50c358b232e866523447:
>>
>>    clk: ti: omap4: clkctrl data fixes for opt-clocks (2017-12-01
>> 15:18:08 +0200)
> 
> Pulled into clk-next.

Thanks.

> Did you want to sign a tag instead of
> sending a plain branch? My ack isn't necessary on anything.
> 

Just a plain branch. Never signed a tag so far, do you have guidelines 
someplace if you prefer this in future?

-Tero
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* Re: [GIT PULL] clk: ti: clkctrl driver updates for 4.16 merge window
  2017-12-07  8:09   ` Tero Kristo
@ 2017-12-07 18:38     ` Michael Turquette
  2017-12-11 15:29       ` Tony Lindgren
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Turquette @ 2017-12-07 18:38 UTC (permalink / raw)
  To: Tero Kristo
  Cc: Stephen Boyd, linux-clk, linux-omap@vger.kernel.org,
	tony@atomide.com

Hi Tero,

On Thu, Dec 7, 2017 at 12:09 AM, Tero Kristo <t-kristo@ti.com> wrote:
> On 07/12/17 09:29, Stephen Boyd wrote:
>>
>> On 12/05, Tero Kristo wrote:
>>>
>>> Hi Stephen, Mike,
>>>
>>> This pull request contains the v2 of the series posted
>>> (https://www.spinics.net/lists/linux-omap/msg140042.html), with
>>> Stephen's acks added to the mentioned patches, and just applied on
>>> top of 4.15-rc1. I actually wonder if you wanted to add your acks to
>>> the rest of the patches also, but couldn't find any comment about
>>> this anywhere.
>>>
>>> -Tero
>>>
>>> ====
>>>
>>> The following changes since commit
>>> 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
>>>
>>>    Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
>>>
>>> are available in the git repository at:
>>>
>>>    https://github.com/t-kristo/linux-pm.git 4.15-rc1-clkctrl-driver
>>>
>>> for you to fetch changes up to fe7020e64f042db4b5ca50c358b232e866523447:
>>>
>>>    clk: ti: omap4: clkctrl data fixes for opt-clocks (2017-12-01
>>> 15:18:08 +0200)
>>
>>
>> Pulled into clk-next.
>
>
> Thanks.
>
>> Did you want to sign a tag instead of
>> sending a plain branch? My ack isn't necessary on anything.
>>
>
> Just a plain branch. Never signed a tag so far, do you have guidelines
> someplace if you prefer this in future?

"git tag -s" is all you need to know. It's nice to keep that tag on
your public tree until the next -rc1, but not strictly necessary.

Ideally PRs should used signed tags, as it lets us verify a trusted tree.

Regards,
Mike

>
> -Tero
>
> --
> Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
> Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* Re: [GIT PULL] clk: ti: clkctrl driver updates for 4.16 merge window
  2017-12-07 18:38     ` Michael Turquette
@ 2017-12-11 15:29       ` Tony Lindgren
  2017-12-11 16:40         ` Tero Kristo
  0 siblings, 1 reply; 8+ messages in thread
From: Tony Lindgren @ 2017-12-11 15:29 UTC (permalink / raw)
  To: Michael Turquette
  Cc: Tero Kristo, Stephen Boyd, linux-clk, linux-omap@vger.kernel.org

* Michael Turquette <mturquette@baylibre.com> [171207 18:41]:
> Hi Tero,
> 
> On Thu, Dec 7, 2017 at 12:09 AM, Tero Kristo <t-kristo@ti.com> wrote:
> > On 07/12/17 09:29, Stephen Boyd wrote:
> >>
> >> On 12/05, Tero Kristo wrote:
> >>>
> >>> Hi Stephen, Mike,
> >>>
> >>> This pull request contains the v2 of the series posted
> >>> (https://www.spinics.net/lists/linux-omap/msg140042.html), with
> >>> Stephen's acks added to the mentioned patches, and just applied on
> >>> top of 4.15-rc1. I actually wonder if you wanted to add your acks to
> >>> the rest of the patches also, but couldn't find any comment about
> >>> this anywhere.
> >>>
> >>> -Tero
> >>>
> >>> ====
> >>>
> >>> The following changes since commit
> >>> 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
> >>>
> >>>    Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
> >>>
> >>> are available in the git repository at:
> >>>
> >>>    https://github.com/t-kristo/linux-pm.git 4.15-rc1-clkctrl-driver
> >>>
> >>> for you to fetch changes up to fe7020e64f042db4b5ca50c358b232e866523447:
> >>>
> >>>    clk: ti: omap4: clkctrl data fixes for opt-clocks (2017-12-01
> >>> 15:18:08 +0200)
> >>
> >>
> >> Pulled into clk-next.
> >
> >
> > Thanks.
> >
> >> Did you want to sign a tag instead of
> >> sending a plain branch? My ack isn't necessary on anything.
> >>
> >
> > Just a plain branch. Never signed a tag so far, do you have guidelines
> > someplace if you prefer this in future?
> 
> "git tag -s" is all you need to know. It's nice to keep that tag on
> your public tree until the next -rc1, but not strictly necessary.
> 
> Ideally PRs should used signed tags, as it lets us verify a trusted tree.

Looks like I need to merge in Tero's commit fe7020e64f04 above for the
related the dts changes. Can we all consider commit fe7020e64f04 immutable?

Regards,

Tony

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

* Re: [GIT PULL] clk: ti: clkctrl driver updates for 4.16 merge window
  2017-12-11 15:29       ` Tony Lindgren
@ 2017-12-11 16:40         ` Tero Kristo
  2017-12-11 17:19           ` Michael Turquette
  0 siblings, 1 reply; 8+ messages in thread
From: Tero Kristo @ 2017-12-11 16:40 UTC (permalink / raw)
  To: Tony Lindgren, Michael Turquette
  Cc: Stephen Boyd, linux-clk, linux-omap@vger.kernel.org

On 11/12/17 17:29, Tony Lindgren wrote:
> * Michael Turquette <mturquette@baylibre.com> [171207 18:41]:
>> Hi Tero,
>>
>> On Thu, Dec 7, 2017 at 12:09 AM, Tero Kristo <t-kristo@ti.com> wrote:
>>> On 07/12/17 09:29, Stephen Boyd wrote:
>>>>
>>>> On 12/05, Tero Kristo wrote:
>>>>>
>>>>> Hi Stephen, Mike,
>>>>>
>>>>> This pull request contains the v2 of the series posted
>>>>> (https://www.spinics.net/lists/linux-omap/msg140042.html), with
>>>>> Stephen's acks added to the mentioned patches, and just applied on
>>>>> top of 4.15-rc1. I actually wonder if you wanted to add your acks to
>>>>> the rest of the patches also, but couldn't find any comment about
>>>>> this anywhere.
>>>>>
>>>>> -Tero
>>>>>
>>>>> ====
>>>>>
>>>>> The following changes since commit
>>>>> 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
>>>>>
>>>>>     Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
>>>>>
>>>>> are available in the git repository at:
>>>>>
>>>>>     https://github.com/t-kristo/linux-pm.git 4.15-rc1-clkctrl-driver
>>>>>
>>>>> for you to fetch changes up to fe7020e64f042db4b5ca50c358b232e866523447:
>>>>>
>>>>>     clk: ti: omap4: clkctrl data fixes for opt-clocks (2017-12-01
>>>>> 15:18:08 +0200)
>>>>
>>>>
>>>> Pulled into clk-next.
>>>
>>>
>>> Thanks.
>>>
>>>> Did you want to sign a tag instead of
>>>> sending a plain branch? My ack isn't necessary on anything.
>>>>
>>>
>>> Just a plain branch. Never signed a tag so far, do you have guidelines
>>> someplace if you prefer this in future?
>>
>> "git tag -s" is all you need to know. It's nice to keep that tag on
>> your public tree until the next -rc1, but not strictly necessary.
>>
>> Ideally PRs should used signed tags, as it lets us verify a trusted tree.
> 
> Looks like I need to merge in Tero's commit fe7020e64f04 above for the
> related the dts changes. Can we all consider commit fe7020e64f04 immutable?

 From my point of view at least, its frozen.

-Tero
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* Re: [GIT PULL] clk: ti: clkctrl driver updates for 4.16 merge window
  2017-12-11 16:40         ` Tero Kristo
@ 2017-12-11 17:19           ` Michael Turquette
  2017-12-11 18:29             ` Tony Lindgren
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Turquette @ 2017-12-11 17:19 UTC (permalink / raw)
  To: Tero Kristo
  Cc: Tony Lindgren, Stephen Boyd, linux-clk,
	linux-omap@vger.kernel.org

On Mon, Dec 11, 2017 at 8:40 AM, Tero Kristo <t-kristo@ti.com> wrote:
> On 11/12/17 17:29, Tony Lindgren wrote:
>>
>> * Michael Turquette <mturquette@baylibre.com> [171207 18:41]:
>>>
>>> Hi Tero,
>>>
>>> On Thu, Dec 7, 2017 at 12:09 AM, Tero Kristo <t-kristo@ti.com> wrote:
>>>>
>>>> On 07/12/17 09:29, Stephen Boyd wrote:
>>>>>
>>>>>
>>>>> On 12/05, Tero Kristo wrote:
>>>>>>
>>>>>>
>>>>>> Hi Stephen, Mike,
>>>>>>
>>>>>> This pull request contains the v2 of the series posted
>>>>>> (https://www.spinics.net/lists/linux-omap/msg140042.html), with
>>>>>> Stephen's acks added to the mentioned patches, and just applied on
>>>>>> top of 4.15-rc1. I actually wonder if you wanted to add your acks to
>>>>>> the rest of the patches also, but couldn't find any comment about
>>>>>> this anywhere.
>>>>>>
>>>>>> -Tero
>>>>>>
>>>>>> ====
>>>>>>
>>>>>> The following changes since commit
>>>>>> 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
>>>>>>
>>>>>>     Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
>>>>>>
>>>>>> are available in the git repository at:
>>>>>>
>>>>>>     https://github.com/t-kristo/linux-pm.git 4.15-rc1-clkctrl-driver
>>>>>>
>>>>>> for you to fetch changes up to
>>>>>> fe7020e64f042db4b5ca50c358b232e866523447:
>>>>>>
>>>>>>     clk: ti: omap4: clkctrl data fixes for opt-clocks (2017-12-01
>>>>>> 15:18:08 +0200)
>>>>>
>>>>>
>>>>>
>>>>> Pulled into clk-next.
>>>>
>>>>
>>>>
>>>> Thanks.
>>>>
>>>>> Did you want to sign a tag instead of
>>>>> sending a plain branch? My ack isn't necessary on anything.
>>>>>
>>>>
>>>> Just a plain branch. Never signed a tag so far, do you have guidelines
>>>> someplace if you prefer this in future?
>>>
>>>
>>> "git tag -s" is all you need to know. It's nice to keep that tag on
>>> your public tree until the next -rc1, but not strictly necessary.
>>>
>>> Ideally PRs should used signed tags, as it lets us verify a trusted tree.
>>
>>
>> Looks like I need to merge in Tero's commit fe7020e64f04 above for the
>> related the dts changes. Can we all consider commit fe7020e64f04
>> immutable?
>
>
> From my point of view at least, its frozen.

+1

Mike

>
>
> -Tero
> --
> Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
> Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki



-- 
Michael Turquette
CEO
BayLibre - At the Heart of Embedded Linux
http://baylibre.com/

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

* Re: [GIT PULL] clk: ti: clkctrl driver updates for 4.16 merge window
  2017-12-11 17:19           ` Michael Turquette
@ 2017-12-11 18:29             ` Tony Lindgren
  0 siblings, 0 replies; 8+ messages in thread
From: Tony Lindgren @ 2017-12-11 18:29 UTC (permalink / raw)
  To: Michael Turquette
  Cc: Tero Kristo, Stephen Boyd, linux-clk, linux-omap@vger.kernel.org

* Michael Turquette <mturquette@baylibre.com> [171211 17:21]:
> On Mon, Dec 11, 2017 at 8:40 AM, Tero Kristo <t-kristo@ti.com> wrote:
> > On 11/12/17 17:29, Tony Lindgren wrote:
> >>
> >> * Michael Turquette <mturquette@baylibre.com> [171207 18:41]:
> >>>
> >>> Hi Tero,
> >>>
> >>> On Thu, Dec 7, 2017 at 12:09 AM, Tero Kristo <t-kristo@ti.com> wrote:
> >>>>
> >>>> On 07/12/17 09:29, Stephen Boyd wrote:
> >>>>>
> >>>>>
> >>>>> On 12/05, Tero Kristo wrote:
> >>>>>>
> >>>>>>
> >>>>>> Hi Stephen, Mike,
> >>>>>>
> >>>>>> This pull request contains the v2 of the series posted
> >>>>>> (https://www.spinics.net/lists/linux-omap/msg140042.html), with
> >>>>>> Stephen's acks added to the mentioned patches, and just applied on
> >>>>>> top of 4.15-rc1. I actually wonder if you wanted to add your acks to
> >>>>>> the rest of the patches also, but couldn't find any comment about
> >>>>>> this anywhere.
> >>>>>>
> >>>>>> -Tero
> >>>>>>
> >>>>>> ====
> >>>>>>
> >>>>>> The following changes since commit
> >>>>>> 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
> >>>>>>
> >>>>>>     Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
> >>>>>>
> >>>>>> are available in the git repository at:
> >>>>>>
> >>>>>>     https://github.com/t-kristo/linux-pm.git 4.15-rc1-clkctrl-driver
> >>>>>>
> >>>>>> for you to fetch changes up to
> >>>>>> fe7020e64f042db4b5ca50c358b232e866523447:
> >>>>>>
> >>>>>>     clk: ti: omap4: clkctrl data fixes for opt-clocks (2017-12-01
> >>>>>> 15:18:08 +0200)
> >>>>>
> >>>>>
> >>>>>
> >>>>> Pulled into clk-next.
> >>>>
> >>>>
> >>>>
> >>>> Thanks.
> >>>>
> >>>>> Did you want to sign a tag instead of
> >>>>> sending a plain branch? My ack isn't necessary on anything.
> >>>>>
> >>>>
> >>>> Just a plain branch. Never signed a tag so far, do you have guidelines
> >>>> someplace if you prefer this in future?
> >>>
> >>>
> >>> "git tag -s" is all you need to know. It's nice to keep that tag on
> >>> your public tree until the next -rc1, but not strictly necessary.
> >>>
> >>> Ideally PRs should used signed tags, as it lets us verify a trusted tree.
> >>
> >>
> >> Looks like I need to merge in Tero's commit fe7020e64f04 above for the
> >> related the dts changes. Can we all consider commit fe7020e64f04
> >> immutable?
> >
> >
> > From my point of view at least, its frozen.
> 
> +1
> 
> Mike

OK thanks will merge commit fe7020e64f04 into my omap-for-v4.16/dt-clk
branch too.

Regards,

Tony

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

end of thread, other threads:[~2017-12-11 18:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-05 12:41 [GIT PULL] clk: ti: clkctrl driver updates for 4.16 merge window Tero Kristo
2017-12-07  7:29 ` Stephen Boyd
2017-12-07  8:09   ` Tero Kristo
2017-12-07 18:38     ` Michael Turquette
2017-12-11 15:29       ` Tony Lindgren
2017-12-11 16:40         ` Tero Kristo
2017-12-11 17:19           ` Michael Turquette
2017-12-11 18:29             ` Tony Lindgren

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).