From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/3] ARM: SoC fixes for 3.19-rc1
Date: Tue, 16 Dec 2014 22:13:10 +0100 [thread overview]
Message-ID: <5499732.TPqbyGxy2W@wuerfel> (raw)
The following changes since commit a0e4467726cd26bacb16f13d207ffcfa82ffc07d:
Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic (2014-12-09 17:25:00 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus
for you to fetch changes up to 5f1b2953da58e51e97eea9b7235545d72e9e1dab:
Merge tag 'renesas-defconfig-fixes-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes (2014-12-16 21:43:15 +0100)
----------------------------------------------------------------
ARM: SoC fixes for 3.19-rc1
Here are the first arm-soc bug fixes. Most of these are OMAP related
fixes for regressions or minor bugs. Aside from that, there are a
few defconfig changes for various platforms.
----------------------------------------------------------------
Arnd Bergmann (1):
Merge tag 'renesas-defconfig-fixes-for-v3.19' of git://git.kernel.org/.../horms/renesas into fixes
Felipe Balbi (1):
ARM: dts: am437x-sk: fix lcd enable pin mux data
Johan Hovold (1):
ARM: OMAP2+: clock: remove unused function prototype
Kevin Hilman (1):
Merge tag 'omap-for-v3.19/fixes-for-merge-window' of git://git.kernel.org/.../tmlind/linux-omap into fixes
Lokesh Vutla (2):
ARM: dts: DRA7: wdt: Fix compatible property for watchdog node
ARM: OMAP2+: AM43x: Add ID for ES1.2
Mark Brown (1):
iommu/exynos: Fix arm64 allmodconfig build
Ravikumar Kattekola (2):
ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage
ARM: dts: dra7-evm: Update SMPS7 (VDD_CORE) max voltage to match DM
Roger Quadros (1):
ARM: omap2plus_defconfig: Enable AHCI_PLATFORM driver
Simon Horman (1):
Revert "ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig"
Tomi Valkeinen (2):
ARM: dts: dra7: fix DSS PLL clock mux registers
ARM: dts: am437x-sk-evm.dts: fix LCD timings
Tony Lindgren (2):
Merge branch 'omap-for-v3.19/fixes-not-urgent' into omap-for-v3.19/fixes
ARM: dts: Fix gpmc regression for omap 2430sdp smc91x
Viresh Kumar (1):
ARM: defconfigs: use CONFIG_CPUFREQ_DT
arch/arm/boot/dts/am437x-sk-evm.dts | 15 +++++++--------
arch/arm/boot/dts/dra7-evm.dts | 4 ++--
arch/arm/boot/dts/dra7.dtsi | 2 +-
arch/arm/boot/dts/dra72-evm.dts | 2 +-
arch/arm/boot/dts/dra7xx-clocks.dtsi | 6 +++---
arch/arm/boot/dts/omap2430-sdp.dts | 32 ++++++++++++++++----------------
arch/arm/configs/multi_v7_defconfig | 2 +-
arch/arm/configs/omap2plus_defconfig | 2 ++
arch/arm/configs/shmobile_defconfig | 3 +--
arch/arm/mach-omap2/clock.h | 2 --
arch/arm/mach-omap2/id.c | 8 ++++++--
arch/arm/mach-omap2/soc.h | 1 +
drivers/iommu/Kconfig | 2 +-
13 files changed, 42 insertions(+), 39 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [GIT PULL 1/3] ARM: SoC fixes for 3.19-rc1
Date: Tue, 16 Dec 2014 22:13:10 +0100 [thread overview]
Message-ID: <5499732.TPqbyGxy2W@wuerfel> (raw)
The following changes since commit a0e4467726cd26bacb16f13d207ffcfa82ffc07d:
Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic (2014-12-09 17:25:00 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus
for you to fetch changes up to 5f1b2953da58e51e97eea9b7235545d72e9e1dab:
Merge tag 'renesas-defconfig-fixes-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes (2014-12-16 21:43:15 +0100)
----------------------------------------------------------------
ARM: SoC fixes for 3.19-rc1
Here are the first arm-soc bug fixes. Most of these are OMAP related
fixes for regressions or minor bugs. Aside from that, there are a
few defconfig changes for various platforms.
----------------------------------------------------------------
Arnd Bergmann (1):
Merge tag 'renesas-defconfig-fixes-for-v3.19' of git://git.kernel.org/.../horms/renesas into fixes
Felipe Balbi (1):
ARM: dts: am437x-sk: fix lcd enable pin mux data
Johan Hovold (1):
ARM: OMAP2+: clock: remove unused function prototype
Kevin Hilman (1):
Merge tag 'omap-for-v3.19/fixes-for-merge-window' of git://git.kernel.org/.../tmlind/linux-omap into fixes
Lokesh Vutla (2):
ARM: dts: DRA7: wdt: Fix compatible property for watchdog node
ARM: OMAP2+: AM43x: Add ID for ES1.2
Mark Brown (1):
iommu/exynos: Fix arm64 allmodconfig build
Ravikumar Kattekola (2):
ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage
ARM: dts: dra7-evm: Update SMPS7 (VDD_CORE) max voltage to match DM
Roger Quadros (1):
ARM: omap2plus_defconfig: Enable AHCI_PLATFORM driver
Simon Horman (1):
Revert "ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig"
Tomi Valkeinen (2):
ARM: dts: dra7: fix DSS PLL clock mux registers
ARM: dts: am437x-sk-evm.dts: fix LCD timings
Tony Lindgren (2):
Merge branch 'omap-for-v3.19/fixes-not-urgent' into omap-for-v3.19/fixes
ARM: dts: Fix gpmc regression for omap 2430sdp smc91x
Viresh Kumar (1):
ARM: defconfigs: use CONFIG_CPUFREQ_DT
arch/arm/boot/dts/am437x-sk-evm.dts | 15 +++++++--------
arch/arm/boot/dts/dra7-evm.dts | 4 ++--
arch/arm/boot/dts/dra7.dtsi | 2 +-
arch/arm/boot/dts/dra72-evm.dts | 2 +-
arch/arm/boot/dts/dra7xx-clocks.dtsi | 6 +++---
arch/arm/boot/dts/omap2430-sdp.dts | 32 ++++++++++++++++----------------
arch/arm/configs/multi_v7_defconfig | 2 +-
arch/arm/configs/omap2plus_defconfig | 2 ++
arch/arm/configs/shmobile_defconfig | 3 +--
arch/arm/mach-omap2/clock.h | 2 --
arch/arm/mach-omap2/id.c | 8 ++++++--
arch/arm/mach-omap2/soc.h | 1 +
drivers/iommu/Kconfig | 2 +-
13 files changed, 42 insertions(+), 39 deletions(-)
next reply other threads:[~2014-12-16 21:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-16 21:13 Arnd Bergmann [this message]
2014-12-16 21:13 ` [GIT PULL 1/3] ARM: SoC fixes for 3.19-rc1 Arnd Bergmann
2014-12-16 21:16 ` [GIT PULL 1/3] Arnd Bergmann
2014-12-16 21:16 ` Arnd Bergmann
2014-12-16 21:24 ` [GIT PULL 2/3] ARM: SoC DT updates for 3.19, part 2 Arnd Bergmann
2014-12-16 21:24 ` Arnd Bergmann
2014-12-16 21:22 ` [GIT PULL 3/3] ARM: SoC/iommu configuration for 3.19 Arnd Bergmann
2014-12-16 21:22 ` 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=5499732.TPqbyGxy2W@wuerfel \
--to=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.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.