All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap fixes against v4.4-rc2
Date: Wed, 25 Nov 2015 14:37:04 -0800	[thread overview]
Message-ID: <20151125223704.GV2517@atomide.com> (raw)

The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:

  Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.4/fixes-rc2

for you to fetch changes up to 918af9f941af9995fcaa7ef1eb67c433a492e2b3:

  ARM: OMAP4+: SMP: use lockless clkdm/pwrdm api in omap4_boot_secondary (2015-11-25 11:03:20 -0800)

----------------------------------------------------------------
Fixes for omaps for v4.4-rc cycle:

- A series of audio changes for dra7 that missed the merge window but turned
  out to be necessary to fix a boot time imprecise external abort error and to
  getaudio working

- Fix l4 related boot time errors for dm81xx

- Use lockless cldm/pwrdm api in omap4_boot_secondary

- Remove t410 custom abort handler that is no longer needed and may
  hide other critical errors

- Mark cpuidle tracepoints as _rcuidle

- Fix module alias for omap-ocp2scp

----------------------------------------------------------------
Axel Lin (1):
      bus: omap-ocp2scp: Fix module alias

Grygorii Strashko (1):
      ARM: OMAP4+: SMP: use lockless clkdm/pwrdm api in omap4_boot_secondary

Jisheng Zhang (1):
      ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle()

Lucas Stach (1):
      ARM: OMAP2+: remove custom abort handler for t410

Neil Armstrong (1):
      arm: omap2+: add missing HWMOD_NO_IDLEST in 81xx hwmod data

Peter Ujfalusi (3):
      ARM: dts: dra7: Fix McASP3 node regarding to clocks
      ARM: OMAP2+: hwmod: Add hwmod flag for HWMOD_OPT_CLKS_NEEDED
      ARM: OMAP: DRA7: hwmod: Add data for McASP3

Tony Lindgren (2):
      Merge branch 'x15-audio-fixes' into omap-for-v4.4/fixes
      Merge branch '81xx' into omap-for-v4.4/fixes

 arch/arm/boot/dts/dra7.dtsi                |  4 +-
 arch/arm/mach-omap2/omap-smp.c             |  6 +--
 arch/arm/mach-omap2/omap_hwmod.c           | 66 ++++++++++++++++--------------
 arch/arm/mach-omap2/omap_hwmod.h           |  3 ++
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c  | 56 +++++++++++++++++++++++++
 arch/arm/mach-omap2/omap_hwmod_81xx_data.c |  3 ++
 arch/arm/mach-omap2/pdata-quirks.c         | 29 -------------
 arch/arm/mach-omap2/pm34xx.c               |  4 +-
 drivers/bus/omap-ocp2scp.c                 |  2 +-
 9 files changed, 106 insertions(+), 67 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap fixes against v4.4-rc2
Date: Wed, 25 Nov 2015 14:37:04 -0800	[thread overview]
Message-ID: <20151125223704.GV2517@atomide.com> (raw)

The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:

  Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.4/fixes-rc2

for you to fetch changes up to 918af9f941af9995fcaa7ef1eb67c433a492e2b3:

  ARM: OMAP4+: SMP: use lockless clkdm/pwrdm api in omap4_boot_secondary (2015-11-25 11:03:20 -0800)

----------------------------------------------------------------
Fixes for omaps for v4.4-rc cycle:

- A series of audio changes for dra7 that missed the merge window but turned
  out to be necessary to fix a boot time imprecise external abort error and to
  getaudio working

- Fix l4 related boot time errors for dm81xx

- Use lockless cldm/pwrdm api in omap4_boot_secondary

- Remove t410 custom abort handler that is no longer needed and may
  hide other critical errors

- Mark cpuidle tracepoints as _rcuidle

- Fix module alias for omap-ocp2scp

----------------------------------------------------------------
Axel Lin (1):
      bus: omap-ocp2scp: Fix module alias

Grygorii Strashko (1):
      ARM: OMAP4+: SMP: use lockless clkdm/pwrdm api in omap4_boot_secondary

Jisheng Zhang (1):
      ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle()

Lucas Stach (1):
      ARM: OMAP2+: remove custom abort handler for t410

Neil Armstrong (1):
      arm: omap2+: add missing HWMOD_NO_IDLEST in 81xx hwmod data

Peter Ujfalusi (3):
      ARM: dts: dra7: Fix McASP3 node regarding to clocks
      ARM: OMAP2+: hwmod: Add hwmod flag for HWMOD_OPT_CLKS_NEEDED
      ARM: OMAP: DRA7: hwmod: Add data for McASP3

Tony Lindgren (2):
      Merge branch 'x15-audio-fixes' into omap-for-v4.4/fixes
      Merge branch '81xx' into omap-for-v4.4/fixes

 arch/arm/boot/dts/dra7.dtsi                |  4 +-
 arch/arm/mach-omap2/omap-smp.c             |  6 +--
 arch/arm/mach-omap2/omap_hwmod.c           | 66 ++++++++++++++++--------------
 arch/arm/mach-omap2/omap_hwmod.h           |  3 ++
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c  | 56 +++++++++++++++++++++++++
 arch/arm/mach-omap2/omap_hwmod_81xx_data.c |  3 ++
 arch/arm/mach-omap2/pdata-quirks.c         | 29 -------------
 arch/arm/mach-omap2/pm34xx.c               |  4 +-
 drivers/bus/omap-ocp2scp.c                 |  2 +-
 9 files changed, 106 insertions(+), 67 deletions(-)

             reply	other threads:[~2015-11-25 22:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-25 22:37 Tony Lindgren [this message]
2015-11-25 22:37 ` [GIT PULL] omap fixes against v4.4-rc2 Tony Lindgren
2015-11-25 22:49 ` Arnd Bergmann
2015-11-25 22:49   ` Arnd Bergmann

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=20151125223704.GV2517@atomide.com \
    --to=tony@atomide.com \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    /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.