mbox

[GIT,PULL,1/2] omap soc fix for v4.3 merge window

Message ID pull-1439455019-336197
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.3/soc-pt2

Message

Tony Lindgren Aug. 13, 2015, 10:08 a.m. UTC
The following changes since commit 24da741c678f865de3182194604dbddcc7fc7f3c:

  Merge branch 'dm814x-soc' into omap-for-v4.3/soc (2015-07-23 21:59:18 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.3/soc-pt2

for you to fetch changes up to ed293d1ad2b0c28b6abc3bd728b07754bc00f1cd:

  memory: kill off set_irq_flags usage (2015-08-13 00:48:52 -0700)

----------------------------------------------------------------
Fix omap PM regression in Linux next and kill set_irq_flags usage
for GPMC.

----------------------------------------------------------------
Rob Herring (1):
      memory: kill off set_irq_flags usage

Tony Lindgren (1):
      ARM: OMAP2+: Fix power domain operations regression caused by 81xx

 arch/arm/mach-omap2/powerdomains3xxx_data.c | 6 +++++-
 drivers/memory/omap-gpmc.c                  | 5 ++---
 2 files changed, 7 insertions(+), 4 deletions(-)

Comments

Olof Johansson Aug. 18, 2015, 8:34 p.m. UTC | #1
On Thu, Aug 13, 2015 at 03:08:46AM -0700, Tony Lindgren wrote:
> The following changes since commit ed05637c30e6d13e5793aab64d6a6e57e30228af:
> 
>   ARM: dts: omap3-devkit8000: Add ADS7846 Touchscreen support (2015-08-06 02:43:09 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.3/dt-pt4-v2
> 
> for you to fetch changes up to 8cbd4c2f6a996f6cf5dfdf8775d331606cff95bd:
> 
>   arm: boot: dts: am4372: add ARM timers and SCU nodes (2015-08-13 01:25:11 -0700)
> 
> ----------------------------------------------------------------
> Fix up bogus RTC compatible change for am4372 and add missing
> DPLL for am4372 cpsw Ethernet driver. Also add ARM global and
> local timers for am4372.
> 

Merged, thanks!


-Olof