Linux on ARM based TI OMAP SoCs
 help / color / mirror / Atom feed
* [GIT PULL] ARM: OMAP2+: clock cleanup for v3.17 merge window
@ 2014-07-03 18:09 Tero Kristo
  2014-07-04  6:48 ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Tero Kristo @ 2014-07-03 18:09 UTC (permalink / raw)
  To: tony@atomide.com
  Cc: Paul Walmsley, Mike Turquette, linux-omap@vger.kernel.org

Hi Tony,

Posting this early, as I will be going for vacation from next week and 
might miss the merge window myself. Small cleanup set for the clock 
drivers residing under mach-omap2 folder to prepare their move under 
drivers/clk. I'll leave it for your judgement whether you pull this or 
not based on the potential feedback.

----------------------------------------------------------------

The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:

   Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)

are available in the git repository at:

   git@github.com:t-kristo/linux-pm.git for-v3.17/omap2-clk-cleanup

for you to fetch changes up to 4eccc64a2bc25514754c30cdfc985207aee8b2fd:

   ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c 
file (2014-07-01 17:46:27 +0300)

----------------------------------------------------------------
Tero Kristo (13):
       ARM: OMAP2+: clock/dpll: fix _dpll_test_fint arithmetics overflow
       ARM: OMAP4+: clock: remove DEFINE_CLK_OMAP_HSDIVIDER macro
       ARM: OMAP4+: dpll: remove cpu_is_omap44xx checks
       ARM: OMAP4+: dpll44xx: remove cm-regbits-44xx.h and clock44xx.h 
includes
       ARM: OMAP2+: clock: introduce ti_clk_features flags
       ARM: OMAP2+: clock: add fint values to the ti_clk_features struct
       ARM: OMAP2+: clock/dpll: add private API for checking if DPLL is 
in bypass
       ARM: OMAP2+: clock/dpll: convert bypass check to use clk_features
       ARM: OMAP2+: clock/dpll: add jitter correction behind clk_features
       ARM: OMAP2+: clock/interface: add a clk_features definition for 
idlest value
       ARM: OMAP2+: clock/dpll: remove unused header includes from 
clkt_dpll.c
       ARM: OMAP2+: clock/dpll: remove unused header includes from 
dpll3xxx.c
       ARM: OMAP2+: clock/interface: remove some headers from 
clkt_iclk.c file

  arch/arm/mach-omap2/clkt_dpll.c |  100 
++++++++++++++++++---------------------
  arch/arm/mach-omap2/clkt_iclk.c |    8 ++--
  arch/arm/mach-omap2/clock.c     |   76 ++++++++++++++++++++++++++---
  arch/arm/mach-omap2/clock.h     |   44 ++++++++---------
  arch/arm/mach-omap2/dpll3xxx.c  |    7 +--
  arch/arm/mach-omap2/dpll44xx.c  |   19 +++++---
  arch/arm/mach-omap2/io.c        |    2 +
  7 files changed, 155 insertions(+), 101 deletions(-)

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

* Re: [GIT PULL] ARM: OMAP2+: clock cleanup for v3.17 merge window
  2014-07-03 18:09 [GIT PULL] ARM: OMAP2+: clock cleanup for v3.17 merge window Tero Kristo
@ 2014-07-04  6:48 ` Tony Lindgren
  2014-07-04  7:02   ` Tero Kristo
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2014-07-04  6:48 UTC (permalink / raw)
  To: Tero Kristo; +Cc: Paul Walmsley, Mike Turquette, linux-omap@vger.kernel.org

* Tero Kristo <t-kristo@ti.com> [140703 11:10]:
> Hi Tony,
> 
> Posting this early, as I will be going for vacation from next week and might
> miss the merge window myself. Small cleanup set for the clock drivers
> residing under mach-omap2 folder to prepare their move under drivers/clk.
> I'll leave it for your judgement whether you pull this or not based on the
> potential feedback.
> 
> ----------------------------------------------------------------
> 
> The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:
> 
>   Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)
> 
> are available in the git repository at:
> 
>   git@github.com:t-kristo/linux-pm.git for-v3.17/omap2-clk-cleanup
> 
> for you to fetch changes up to 4eccc64a2bc25514754c30cdfc985207aee8b2fd:
> 
>   ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c file
> (2014-07-01 17:46:27 +0300)

This would be best queued by Paul if OK. I'm assuming all these
pull requests are independet of each other, right?

Regards,

Tony

 
> ----------------------------------------------------------------
> Tero Kristo (13):
>       ARM: OMAP2+: clock/dpll: fix _dpll_test_fint arithmetics overflow
>       ARM: OMAP4+: clock: remove DEFINE_CLK_OMAP_HSDIVIDER macro
>       ARM: OMAP4+: dpll: remove cpu_is_omap44xx checks
>       ARM: OMAP4+: dpll44xx: remove cm-regbits-44xx.h and clock44xx.h
> includes
>       ARM: OMAP2+: clock: introduce ti_clk_features flags
>       ARM: OMAP2+: clock: add fint values to the ti_clk_features struct
>       ARM: OMAP2+: clock/dpll: add private API for checking if DPLL is in
> bypass
>       ARM: OMAP2+: clock/dpll: convert bypass check to use clk_features
>       ARM: OMAP2+: clock/dpll: add jitter correction behind clk_features
>       ARM: OMAP2+: clock/interface: add a clk_features definition for idlest
> value
>       ARM: OMAP2+: clock/dpll: remove unused header includes from
> clkt_dpll.c
>       ARM: OMAP2+: clock/dpll: remove unused header includes from dpll3xxx.c
>       ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c
> file
> 
>  arch/arm/mach-omap2/clkt_dpll.c |  100
> ++++++++++++++++++---------------------
>  arch/arm/mach-omap2/clkt_iclk.c |    8 ++--
>  arch/arm/mach-omap2/clock.c     |   76 ++++++++++++++++++++++++++---
>  arch/arm/mach-omap2/clock.h     |   44 ++++++++---------
>  arch/arm/mach-omap2/dpll3xxx.c  |    7 +--
>  arch/arm/mach-omap2/dpll44xx.c  |   19 +++++---
>  arch/arm/mach-omap2/io.c        |    2 +
>  7 files changed, 155 insertions(+), 101 deletions(-)

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

* Re: [GIT PULL] ARM: OMAP2+: clock cleanup for v3.17 merge window
  2014-07-04  6:48 ` Tony Lindgren
@ 2014-07-04  7:02   ` Tero Kristo
  2014-07-04  7:04     ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Tero Kristo @ 2014-07-04  7:02 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Paul Walmsley, Mike Turquette, linux-omap@vger.kernel.org

On 07/04/2014 09:48 AM, Tony Lindgren wrote:
> * Tero Kristo <t-kristo@ti.com> [140703 11:10]:
>> Hi Tony,
>>
>> Posting this early, as I will be going for vacation from next week and might
>> miss the merge window myself. Small cleanup set for the clock drivers
>> residing under mach-omap2 folder to prepare their move under drivers/clk.
>> I'll leave it for your judgement whether you pull this or not based on the
>> potential feedback.
>>
>> ----------------------------------------------------------------
>>
>> The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:
>>
>>    Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)
>>
>> are available in the git repository at:
>>
>>    git@github.com:t-kristo/linux-pm.git for-v3.17/omap2-clk-cleanup
>>
>> for you to fetch changes up to 4eccc64a2bc25514754c30cdfc985207aee8b2fd:
>>
>>    ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c file
>> (2014-07-01 17:46:27 +0300)
>
> This would be best queued by Paul if OK. I'm assuming all these
> pull requests are independet of each other, right?

Yea this is fine with me. All the pull-requests are independent.

-Tero

>
> Regards,
>
> Tony
>
>
>> ----------------------------------------------------------------
>> Tero Kristo (13):
>>        ARM: OMAP2+: clock/dpll: fix _dpll_test_fint arithmetics overflow
>>        ARM: OMAP4+: clock: remove DEFINE_CLK_OMAP_HSDIVIDER macro
>>        ARM: OMAP4+: dpll: remove cpu_is_omap44xx checks
>>        ARM: OMAP4+: dpll44xx: remove cm-regbits-44xx.h and clock44xx.h
>> includes
>>        ARM: OMAP2+: clock: introduce ti_clk_features flags
>>        ARM: OMAP2+: clock: add fint values to the ti_clk_features struct
>>        ARM: OMAP2+: clock/dpll: add private API for checking if DPLL is in
>> bypass
>>        ARM: OMAP2+: clock/dpll: convert bypass check to use clk_features
>>        ARM: OMAP2+: clock/dpll: add jitter correction behind clk_features
>>        ARM: OMAP2+: clock/interface: add a clk_features definition for idlest
>> value
>>        ARM: OMAP2+: clock/dpll: remove unused header includes from
>> clkt_dpll.c
>>        ARM: OMAP2+: clock/dpll: remove unused header includes from dpll3xxx.c
>>        ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c
>> file
>>
>>   arch/arm/mach-omap2/clkt_dpll.c |  100
>> ++++++++++++++++++---------------------
>>   arch/arm/mach-omap2/clkt_iclk.c |    8 ++--
>>   arch/arm/mach-omap2/clock.c     |   76 ++++++++++++++++++++++++++---
>>   arch/arm/mach-omap2/clock.h     |   44 ++++++++---------
>>   arch/arm/mach-omap2/dpll3xxx.c  |    7 +--
>>   arch/arm/mach-omap2/dpll44xx.c  |   19 +++++---
>>   arch/arm/mach-omap2/io.c        |    2 +
>>   7 files changed, 155 insertions(+), 101 deletions(-)


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

* Re: [GIT PULL] ARM: OMAP2+: clock cleanup for v3.17 merge window
  2014-07-04  7:02   ` Tero Kristo
@ 2014-07-04  7:04     ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2014-07-04  7:04 UTC (permalink / raw)
  To: Tero Kristo; +Cc: Paul Walmsley, Mike Turquette, linux-omap@vger.kernel.org

* Tero Kristo <t-kristo@ti.com> [140704 00:03]:
> On 07/04/2014 09:48 AM, Tony Lindgren wrote:
> >* Tero Kristo <t-kristo@ti.com> [140703 11:10]:
> >>Hi Tony,
> >>
> >>Posting this early, as I will be going for vacation from next week and might
> >>miss the merge window myself. Small cleanup set for the clock drivers
> >>residing under mach-omap2 folder to prepare their move under drivers/clk.
> >>I'll leave it for your judgement whether you pull this or not based on the
> >>potential feedback.
> >>
> >>----------------------------------------------------------------
> >>
> >>The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:
> >>
> >>   Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)
> >>
> >>are available in the git repository at:
> >>
> >>   git@github.com:t-kristo/linux-pm.git for-v3.17/omap2-clk-cleanup
> >>
> >>for you to fetch changes up to 4eccc64a2bc25514754c30cdfc985207aee8b2fd:
> >>
> >>   ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c file
> >>(2014-07-01 17:46:27 +0300)
> >
> >This would be best queued by Paul if OK. I'm assuming all these
> >pull requests are independet of each other, right?
> 
> Yea this is fine with me. All the pull-requests are independent.

OK great.

Regards,

Tony


> >>----------------------------------------------------------------
> >>Tero Kristo (13):
> >>       ARM: OMAP2+: clock/dpll: fix _dpll_test_fint arithmetics overflow
> >>       ARM: OMAP4+: clock: remove DEFINE_CLK_OMAP_HSDIVIDER macro
> >>       ARM: OMAP4+: dpll: remove cpu_is_omap44xx checks
> >>       ARM: OMAP4+: dpll44xx: remove cm-regbits-44xx.h and clock44xx.h
> >>includes
> >>       ARM: OMAP2+: clock: introduce ti_clk_features flags
> >>       ARM: OMAP2+: clock: add fint values to the ti_clk_features struct
> >>       ARM: OMAP2+: clock/dpll: add private API for checking if DPLL is in
> >>bypass
> >>       ARM: OMAP2+: clock/dpll: convert bypass check to use clk_features
> >>       ARM: OMAP2+: clock/dpll: add jitter correction behind clk_features
> >>       ARM: OMAP2+: clock/interface: add a clk_features definition for idlest
> >>value
> >>       ARM: OMAP2+: clock/dpll: remove unused header includes from
> >>clkt_dpll.c
> >>       ARM: OMAP2+: clock/dpll: remove unused header includes from dpll3xxx.c
> >>       ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c
> >>file
> >>
> >>  arch/arm/mach-omap2/clkt_dpll.c |  100
> >>++++++++++++++++++---------------------
> >>  arch/arm/mach-omap2/clkt_iclk.c |    8 ++--
> >>  arch/arm/mach-omap2/clock.c     |   76 ++++++++++++++++++++++++++---
> >>  arch/arm/mach-omap2/clock.h     |   44 ++++++++---------
> >>  arch/arm/mach-omap2/dpll3xxx.c  |    7 +--
> >>  arch/arm/mach-omap2/dpll44xx.c  |   19 +++++---
> >>  arch/arm/mach-omap2/io.c        |    2 +
> >>  7 files changed, 155 insertions(+), 101 deletions(-)
> 

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

end of thread, other threads:[~2014-07-04  7:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-03 18:09 [GIT PULL] ARM: OMAP2+: clock cleanup for v3.17 merge window Tero Kristo
2014-07-04  6:48 ` Tony Lindgren
2014-07-04  7:02   ` Tero Kristo
2014-07-04  7:04     ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox