All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] few omap fixes for v3.17 merge window
@ 2014-08-01 11:16 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2014-08-01 11:16 UTC (permalink / raw)
  To: arm; +Cc: linux-arm-kernel, linux-omap

The following changes since commit 3965f5ba0489c01f419216c8909965b9a6a39388:

  Merge branch 'omap-for-v3.17/mailbox' into omap-for-v3.17/soc (2014-07-23 01:26:02 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.17/soc-fixes

for you to fetch changes up to ae21e6180a03c147514c606b4e649690e0cbd40e:

  ARM: OMAP3: Fix coding style problems in arch/arm/mach-omap2/control.c (2014-08-01 01:21:14 -0700)

----------------------------------------------------------------
Few fixes for the v3.17 merge window:

- Fix for DPLL rate rounding

- Fix for omap3 ES3.1.2 suspend

- Few coding style fixes

Note that these are based on earlier omap-for-v3.17/soc.
No strict dependency to it though, but I already merged in
the pull request from Paul for the first fix into it and
these are all SoC related.

----------------------------------------------------------------
Jeremy Vial (2):
      ARM: OMAP3: Fix choice of omap3_restore_es function in OMAP34XX rev3.1.2 case.
      ARM: OMAP3: Fix coding style problems in arch/arm/mach-omap2/control.c

Paul Walmsley (1):
      ARM: OMAP2+: clock: allow omap2_dpll_round_rate() to round to next-lowest rate

Tony Lindgren (1):
      Merge tag 'for-v3.17/omap-clock-b' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.17/soc

 arch/arm/mach-omap2/clkt_dpll.c | 28 +++++++++++++++++++++-------
 arch/arm/mach-omap2/control.c   |  6 +++---
 arch/arm/mach-omap2/dpll3xxx.c  | 13 +++++++++++--
 3 files changed, 35 insertions(+), 12 deletions(-)

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

* [GIT PULL] few omap fixes for v3.17 merge window
@ 2014-08-01 11:16 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2014-08-01 11:16 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 3965f5ba0489c01f419216c8909965b9a6a39388:

  Merge branch 'omap-for-v3.17/mailbox' into omap-for-v3.17/soc (2014-07-23 01:26:02 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.17/soc-fixes

for you to fetch changes up to ae21e6180a03c147514c606b4e649690e0cbd40e:

  ARM: OMAP3: Fix coding style problems in arch/arm/mach-omap2/control.c (2014-08-01 01:21:14 -0700)

----------------------------------------------------------------
Few fixes for the v3.17 merge window:

- Fix for DPLL rate rounding

- Fix for omap3 ES3.1.2 suspend

- Few coding style fixes

Note that these are based on earlier omap-for-v3.17/soc.
No strict dependency to it though, but I already merged in
the pull request from Paul for the first fix into it and
these are all SoC related.

----------------------------------------------------------------
Jeremy Vial (2):
      ARM: OMAP3: Fix choice of omap3_restore_es function in OMAP34XX rev3.1.2 case.
      ARM: OMAP3: Fix coding style problems in arch/arm/mach-omap2/control.c

Paul Walmsley (1):
      ARM: OMAP2+: clock: allow omap2_dpll_round_rate() to round to next-lowest rate

Tony Lindgren (1):
      Merge tag 'for-v3.17/omap-clock-b' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.17/soc

 arch/arm/mach-omap2/clkt_dpll.c | 28 +++++++++++++++++++++-------
 arch/arm/mach-omap2/control.c   |  6 +++---
 arch/arm/mach-omap2/dpll3xxx.c  | 13 +++++++++++--
 3 files changed, 35 insertions(+), 12 deletions(-)

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

* Re: [GIT PULL] few omap fixes for v3.17 merge window
  2014-08-01 11:16 ` Tony Lindgren
@ 2014-08-09 15:24   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-08-09 15:24 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: arm, linux-arm-kernel, linux-omap

On Fri, Aug 01, 2014 at 04:16:00AM -0700, Tony Lindgren wrote:
> The following changes since commit 3965f5ba0489c01f419216c8909965b9a6a39388:
> 
>   Merge branch 'omap-for-v3.17/mailbox' into omap-for-v3.17/soc (2014-07-23 01:26:02 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.17/soc-fixes
> 
> for you to fetch changes up to ae21e6180a03c147514c606b4e649690e0cbd40e:
> 
>   ARM: OMAP3: Fix coding style problems in arch/arm/mach-omap2/control.c (2014-08-01 01:21:14 -0700)
> 
> ----------------------------------------------------------------
> Few fixes for the v3.17 merge window:
> 
> - Fix for DPLL rate rounding
> 
> - Fix for omap3 ES3.1.2 suspend
> 
> - Few coding style fixes
> 
> Note that these are based on earlier omap-for-v3.17/soc.
> No strict dependency to it though, but I already merged in
> the pull request from Paul for the first fix into it and
> these are all SoC related.

Merged to fixes, thanks.

-Olof

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

* [GIT PULL] few omap fixes for v3.17 merge window
@ 2014-08-09 15:24   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-08-09 15:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Aug 01, 2014 at 04:16:00AM -0700, Tony Lindgren wrote:
> The following changes since commit 3965f5ba0489c01f419216c8909965b9a6a39388:
> 
>   Merge branch 'omap-for-v3.17/mailbox' into omap-for-v3.17/soc (2014-07-23 01:26:02 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.17/soc-fixes
> 
> for you to fetch changes up to ae21e6180a03c147514c606b4e649690e0cbd40e:
> 
>   ARM: OMAP3: Fix coding style problems in arch/arm/mach-omap2/control.c (2014-08-01 01:21:14 -0700)
> 
> ----------------------------------------------------------------
> Few fixes for the v3.17 merge window:
> 
> - Fix for DPLL rate rounding
> 
> - Fix for omap3 ES3.1.2 suspend
> 
> - Few coding style fixes
> 
> Note that these are based on earlier omap-for-v3.17/soc.
> No strict dependency to it though, but I already merged in
> the pull request from Paul for the first fix into it and
> these are all SoC related.

Merged to fixes, thanks.

-Olof

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

end of thread, other threads:[~2014-08-09 15:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-01 11:16 [GIT PULL] few omap fixes for v3.17 merge window Tony Lindgren
2014-08-01 11:16 ` Tony Lindgren
2014-08-09 15:24 ` Olof Johansson
2014-08-09 15:24   ` 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.