All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] omap1 changes for v3.3 merge window
@ 2011-12-09 21:28 ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2011-12-09 21:28 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson; +Cc: linux-arm-kernel, linux-omap

Hi And & Olof,

Please pull omap1 changes from:

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap1

These changes are necessary to always reprogram the core clock
based on the SoC type so we can boot at the fastest supported rate.

Regards,

Tony


The following changes since commit 6560ee07dc946e94f7cc2cd8e3b5a5f5ee7340c1:
  Janusz Krzysztofik (1):
        ARM: OMAP1: recalculate loops per jiffy after dpll1 reprogram

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap1

Janusz Krzysztofik (3):
      ARM: OMAP1: Move dpll1 rates selection from config to runtime
      ARM: OMAP1: Update dpll1 default rate reprogramming method
      ARM: OMAP1: Always reprogram dpll1 rate at boot

Tony Lindgren (1):
      ARM: OMAP1: Set the omap1623 sram size to 16K

 arch/arm/configs/omap1_defconfig              |    1 -
 arch/arm/mach-omap1/Kconfig                   |   64 -------------------------
 arch/arm/mach-omap1/clock.c                   |   14 ++---
 arch/arm/mach-omap1/clock.h                   |    3 +
 arch/arm/mach-omap1/clock_data.c              |   19 ++++----
 arch/arm/mach-omap1/opp.h                     |    1 +
 arch/arm/mach-omap1/opp_data.c                |   63 +++++++++++-------------
 arch/arm/plat-omap/include/plat/clkdev_omap.h |    1 +
 arch/arm/plat-omap/sram.c                     |    9 ++--
 9 files changed, 55 insertions(+), 120 deletions(-)

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

* [GIT PULL] omap1 changes for v3.3 merge window
@ 2011-12-09 21:28 ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2011-12-09 21:28 UTC (permalink / raw)
  To: linux-arm-kernel

Hi And & Olof,

Please pull omap1 changes from:

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap1

These changes are necessary to always reprogram the core clock
based on the SoC type so we can boot at the fastest supported rate.

Regards,

Tony


The following changes since commit 6560ee07dc946e94f7cc2cd8e3b5a5f5ee7340c1:
  Janusz Krzysztofik (1):
        ARM: OMAP1: recalculate loops per jiffy after dpll1 reprogram

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap1

Janusz Krzysztofik (3):
      ARM: OMAP1: Move dpll1 rates selection from config to runtime
      ARM: OMAP1: Update dpll1 default rate reprogramming method
      ARM: OMAP1: Always reprogram dpll1 rate at boot

Tony Lindgren (1):
      ARM: OMAP1: Set the omap1623 sram size to 16K

 arch/arm/configs/omap1_defconfig              |    1 -
 arch/arm/mach-omap1/Kconfig                   |   64 -------------------------
 arch/arm/mach-omap1/clock.c                   |   14 ++---
 arch/arm/mach-omap1/clock.h                   |    3 +
 arch/arm/mach-omap1/clock_data.c              |   19 ++++----
 arch/arm/mach-omap1/opp.h                     |    1 +
 arch/arm/mach-omap1/opp_data.c                |   63 +++++++++++-------------
 arch/arm/plat-omap/include/plat/clkdev_omap.h |    1 +
 arch/arm/plat-omap/sram.c                     |    9 ++--
 9 files changed, 55 insertions(+), 120 deletions(-)

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

* Re: [GIT PULL] omap1 changes for v3.3 merge window
  2011-12-09 21:28 ` Tony Lindgren
@ 2011-12-09 21:37   ` Tony Lindgren
  -1 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2011-12-09 21:37 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson; +Cc: linux-arm-kernel, linux-omap

* Tony Lindgren <tony@atomide.com> [111209 12:56]:
> Hi And & Olof,
> 
> Please pull omap1 changes from:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap1
> 
> These changes are necessary to always reprogram the core clock
> based on the SoC type so we can boot at the fastest supported rate.

Sorry forgot to mention that this has a dependency to the fixes that
you pulled in yesterday.
 
> Regards,
> 
> Tony
> 
> 
> The following changes since commit 6560ee07dc946e94f7cc2cd8e3b5a5f5ee7340c1:
>   Janusz Krzysztofik (1):
>         ARM: OMAP1: recalculate loops per jiffy after dpll1 reprogram
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap1
> 
> Janusz Krzysztofik (3):
>       ARM: OMAP1: Move dpll1 rates selection from config to runtime
>       ARM: OMAP1: Update dpll1 default rate reprogramming method
>       ARM: OMAP1: Always reprogram dpll1 rate at boot
> 
> Tony Lindgren (1):
>       ARM: OMAP1: Set the omap1623 sram size to 16K
> 
>  arch/arm/configs/omap1_defconfig              |    1 -
>  arch/arm/mach-omap1/Kconfig                   |   64 -------------------------
>  arch/arm/mach-omap1/clock.c                   |   14 ++---
>  arch/arm/mach-omap1/clock.h                   |    3 +
>  arch/arm/mach-omap1/clock_data.c              |   19 ++++----
>  arch/arm/mach-omap1/opp.h                     |    1 +
>  arch/arm/mach-omap1/opp_data.c                |   63 +++++++++++-------------
>  arch/arm/plat-omap/include/plat/clkdev_omap.h |    1 +
>  arch/arm/plat-omap/sram.c                     |    9 ++--
>  9 files changed, 55 insertions(+), 120 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [GIT PULL] omap1 changes for v3.3 merge window
@ 2011-12-09 21:37   ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2011-12-09 21:37 UTC (permalink / raw)
  To: linux-arm-kernel

* Tony Lindgren <tony@atomide.com> [111209 12:56]:
> Hi And & Olof,
> 
> Please pull omap1 changes from:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap1
> 
> These changes are necessary to always reprogram the core clock
> based on the SoC type so we can boot at the fastest supported rate.

Sorry forgot to mention that this has a dependency to the fixes that
you pulled in yesterday.
 
> Regards,
> 
> Tony
> 
> 
> The following changes since commit 6560ee07dc946e94f7cc2cd8e3b5a5f5ee7340c1:
>   Janusz Krzysztofik (1):
>         ARM: OMAP1: recalculate loops per jiffy after dpll1 reprogram
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap1
> 
> Janusz Krzysztofik (3):
>       ARM: OMAP1: Move dpll1 rates selection from config to runtime
>       ARM: OMAP1: Update dpll1 default rate reprogramming method
>       ARM: OMAP1: Always reprogram dpll1 rate at boot
> 
> Tony Lindgren (1):
>       ARM: OMAP1: Set the omap1623 sram size to 16K
> 
>  arch/arm/configs/omap1_defconfig              |    1 -
>  arch/arm/mach-omap1/Kconfig                   |   64 -------------------------
>  arch/arm/mach-omap1/clock.c                   |   14 ++---
>  arch/arm/mach-omap1/clock.h                   |    3 +
>  arch/arm/mach-omap1/clock_data.c              |   19 ++++----
>  arch/arm/mach-omap1/opp.h                     |    1 +
>  arch/arm/mach-omap1/opp_data.c                |   63 +++++++++++-------------
>  arch/arm/plat-omap/include/plat/clkdev_omap.h |    1 +
>  arch/arm/plat-omap/sram.c                     |    9 ++--
>  9 files changed, 55 insertions(+), 120 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [GIT PULL] omap1 changes for v3.3 merge window
  2011-12-09 21:37   ` Tony Lindgren
@ 2011-12-12  2:10     ` Olof Johansson
  -1 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2011-12-12  2:10 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Arnd Bergmann, linux-arm-kernel, linux-omap

On Fri, Dec 9, 2011 at 1:37 PM, Tony Lindgren <tony@atomide.com> wrote:
> * Tony Lindgren <tony@atomide.com> [111209 12:56]:
>> Hi And & Olof,
>>
>> Please pull omap1 changes from:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap1
>>
>> These changes are necessary to always reprogram the core clock
>> based on the SoC type so we can boot at the fastest supported rate.
>
> Sorry forgot to mention that this has a dependency to the fixes that
> you pulled in yesterday.

Thanks for the heads up. Pulled into next/devel.


-Olof

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

* [GIT PULL] omap1 changes for v3.3 merge window
@ 2011-12-12  2:10     ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2011-12-12  2:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Dec 9, 2011 at 1:37 PM, Tony Lindgren <tony@atomide.com> wrote:
> * Tony Lindgren <tony@atomide.com> [111209 12:56]:
>> Hi And & Olof,
>>
>> Please pull omap1 changes from:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap1
>>
>> These changes are necessary to always reprogram the core clock
>> based on the SoC type so we can boot at the fastest supported rate.
>
> Sorry forgot to mention that this has a dependency to the fixes that
> you pulled in yesterday.

Thanks for the heads up. Pulled into next/devel.


-Olof

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

end of thread, other threads:[~2011-12-12  2:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-09 21:28 [GIT PULL] omap1 changes for v3.3 merge window Tony Lindgren
2011-12-09 21:28 ` Tony Lindgren
2011-12-09 21:37 ` Tony Lindgren
2011-12-09 21:37   ` Tony Lindgren
2011-12-12  2:10   ` Olof Johansson
2011-12-12  2:10     ` Olof Johansson

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.