All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olof Johansson <olof@lixom.net>
To: Tony Lindgren <tony@atomide.com>
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL] omap fixes against v3.19-rc1
Date: Thu, 8 Jan 2015 14:43:30 -0800	[thread overview]
Message-ID: <20150108224330.GD13612@quad.lixom.net> (raw)
In-Reply-To: <20150106231814.GC4081@atomide.com>

On Tue, Jan 06, 2015 at 03:18:14PM -0800, Tony Lindgren wrote:
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.19/fixes-rc1
> 
> for you to fetch changes up to 7ac72746aa9bb305fa74b44ec73eae99bbbe9b66:
> 
>   ARM: dts: Revert disabling of smc91x for n900 (2015-01-06 08:49:57 -0800)
> 
> ----------------------------------------------------------------
> Fixes for omaps mostly to deal with dra7 timer issues
> and hypervisor mode. The other fixes are minor fixes for
> various boards. The summary of the fixes is:
> 
> - Fix real-time counter rate typos for some frequencies
> 
> - Fix counter frequency drift for am572x
> 
> - Fix booting of secondary CPU in HYP mode
> 
> - Fix n900 board name for legacy user space
> 
> - Fix cpufreq in omap2plus_defconfig after Kconfig change
> 
> - Fix dra7 qspi partitions
> 
> And also, let's re-enable smc91x on some n900 boards that
> we have sitting in a few test boot systems after the boot
> loader dependencies got fixed.
> 
> ----------------------------------------------------------------
> Lennart Sorensen (3):
>       ARM: omap5/dra7xx: Fix frequency typos
>       ARM: dra7xx: Fix counter frequency drift for AM572x errata i856
>       ARM: omap5/dra7xx: Enable booting secondary CPU in HYP mode
> 
> Mugunthan V N (1):
>       ARM: dts: dra7-evm: fix qspi device tree partition size
> 
> Nishanth Menon (1):
>       ARM: omap2plus_defconfig: use CONFIG_CPUFREQ_DT
> 
> Tony Lindgren (2):
>       ARM: OMAP2+: Fix n900 board name for legacy user space
>       ARM: dts: Revert disabling of smc91x for n900
> 
>  arch/arm/boot/dts/dra7-evm.dts       | 10 ++++----
>  arch/arm/boot/dts/omap3-n900.dts     |  4 +---
>  arch/arm/configs/omap2plus_defconfig |  2 +-
>  arch/arm/mach-omap2/board-generic.c  | 18 +++++++++++++++
>  arch/arm/mach-omap2/common.h         |  1 +
>  arch/arm/mach-omap2/control.h        |  4 ++++
>  arch/arm/mach-omap2/omap-headsmp.S   | 21 +++++++++++++++++
>  arch/arm/mach-omap2/omap-smp.c       | 13 +++++++++--
>  arch/arm/mach-omap2/timer.c          | 44 +++++++++++++++++++++++++++++++-----
>  9 files changed, 100 insertions(+), 17 deletions(-)

Merged, thanks.

-Olof

WARNING: multiple messages have this Message-ID (diff)
From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap fixes against v3.19-rc1
Date: Thu, 8 Jan 2015 14:43:30 -0800	[thread overview]
Message-ID: <20150108224330.GD13612@quad.lixom.net> (raw)
In-Reply-To: <20150106231814.GC4081@atomide.com>

On Tue, Jan 06, 2015 at 03:18:14PM -0800, Tony Lindgren wrote:
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.19/fixes-rc1
> 
> for you to fetch changes up to 7ac72746aa9bb305fa74b44ec73eae99bbbe9b66:
> 
>   ARM: dts: Revert disabling of smc91x for n900 (2015-01-06 08:49:57 -0800)
> 
> ----------------------------------------------------------------
> Fixes for omaps mostly to deal with dra7 timer issues
> and hypervisor mode. The other fixes are minor fixes for
> various boards. The summary of the fixes is:
> 
> - Fix real-time counter rate typos for some frequencies
> 
> - Fix counter frequency drift for am572x
> 
> - Fix booting of secondary CPU in HYP mode
> 
> - Fix n900 board name for legacy user space
> 
> - Fix cpufreq in omap2plus_defconfig after Kconfig change
> 
> - Fix dra7 qspi partitions
> 
> And also, let's re-enable smc91x on some n900 boards that
> we have sitting in a few test boot systems after the boot
> loader dependencies got fixed.
> 
> ----------------------------------------------------------------
> Lennart Sorensen (3):
>       ARM: omap5/dra7xx: Fix frequency typos
>       ARM: dra7xx: Fix counter frequency drift for AM572x errata i856
>       ARM: omap5/dra7xx: Enable booting secondary CPU in HYP mode
> 
> Mugunthan V N (1):
>       ARM: dts: dra7-evm: fix qspi device tree partition size
> 
> Nishanth Menon (1):
>       ARM: omap2plus_defconfig: use CONFIG_CPUFREQ_DT
> 
> Tony Lindgren (2):
>       ARM: OMAP2+: Fix n900 board name for legacy user space
>       ARM: dts: Revert disabling of smc91x for n900
> 
>  arch/arm/boot/dts/dra7-evm.dts       | 10 ++++----
>  arch/arm/boot/dts/omap3-n900.dts     |  4 +---
>  arch/arm/configs/omap2plus_defconfig |  2 +-
>  arch/arm/mach-omap2/board-generic.c  | 18 +++++++++++++++
>  arch/arm/mach-omap2/common.h         |  1 +
>  arch/arm/mach-omap2/control.h        |  4 ++++
>  arch/arm/mach-omap2/omap-headsmp.S   | 21 +++++++++++++++++
>  arch/arm/mach-omap2/omap-smp.c       | 13 +++++++++--
>  arch/arm/mach-omap2/timer.c          | 44 +++++++++++++++++++++++++++++++-----
>  9 files changed, 100 insertions(+), 17 deletions(-)

Merged, thanks.

-Olof

  reply	other threads:[~2015-01-08 22:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-06 23:18 [GIT PULL] omap fixes against v3.19-rc1 Tony Lindgren
2015-01-06 23:18 ` Tony Lindgren
2015-01-08 22:43 ` Olof Johansson [this message]
2015-01-08 22:43   ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150108224330.GD13612@quad.lixom.net \
    --to=olof@lixom.net \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.