From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: SoC fixes for v4.4
Date: Sun, 27 Dec 2015 10:40:03 -0800 [thread overview]
Message-ID: <20151227184003.GA4775@localhost> (raw)
Hi Linus,
A smallish set of fixes that we've been sitting on for a while now,
flushing the queue here so they go in.
Thanks!
-Olof
The following changes since commit 7f4c977849d494a1ff173fbc226b69192ec02c90:
Merge tag 'imx-fixes-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes (2015-12-11 16:14:34 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes
for you to fetch changes up to 80373d37bee562060ce4d3e5272b708e8db5d1fc:
ARM: tegra: Fix suspend hang on Tegra124 Chromebooks (2015-12-22 15:41:37 -0800)
----------------------------------------------------------------
ARM: SoC fixes for v4.4
A handful of fixes for OMAP, i.MX, Allwinner and Tegra:
- A clock rate and a PHY setup fix for i.MX6Q/DL
- A couple of fixes for the reduced serial bus (sunxi-rsb) on Allwinner
- UART wakeirq fix for an OMAP4 board, timer config fixes for AM43XX.
- Suspend fix for Tegra124 Chromebooks
- Fix for missing implicit include that's different between ARM/ARM64
----------------------------------------------------------------
Bai Ping (1):
ARM: dts: imx: Fix the assigned-clock mismatch issue on imx6q/dl
Chen-Yu Tsai (2):
bus: sunxi-rsb: Fix primary PMIC mapping hardware address
bus: sunxi-rsb: Fix peripheral IC mapping runtime address
Dan Carpenter (1):
bus: sunxi-rsb: unlock on error in sunxi_rsb_read()
Felipe Balbi (1):
ARM: OMAP2+: AM43xx: select ARM TWD timer
Grygorii Strashko (1):
ARM: OMAP2+: am43xx: enable GENERIC_CLOCKEVENTS_BROADCAST
Jon Hunter (1):
ARM: tegra: Fix suspend hang on Tegra124 Chromebooks
Karsten Merker (1):
ARM: dts: sunxi: sun6i-a31s-primo81.dts: add touchscreen axis swapping property
Kevin Hilman (1):
Merge tag 'sunxi-fixes-for-4.4' of https://git.kernel.org/.../mripard/linux into fixes
Krzysztof Ha??asa (1):
ARM: dts: imx6: Fix Ethernet PHY mode on Ventana boards
Lijun Pan (1):
fsl-ifc: add missing include on ARM64
Olof Johansson (2):
Merge tag 'imx-fixes-4.4-3' of git://git.kernel.org/.../shawnguo/linux into fixes
Merge tag 'omap-for-v4.4/fixes-rc6' of git://git.kernel.org/.../tmlind/linux-omap into fixes
Tony Lindgren (1):
ARM: dts: Fix UART wakeirq for omap4 duovero parlor
arch/arm/boot/dts/imx6q-gw5400-a.dts | 2 +-
arch/arm/boot/dts/imx6qdl-gw51xx.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-gw53xx.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-gw54xx.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 6 +++---
arch/arm/boot/dts/omap4-duovero-parlor.dts | 4 ++++
arch/arm/boot/dts/sun6i-a31s-primo81.dts | 1 +
arch/arm/boot/dts/tegra124-nyan.dtsi | 2 +-
arch/arm/mach-omap2/Kconfig | 2 ++
arch/arm/mach-omap2/timer.c | 6 ++++++
drivers/bus/sunxi-rsb.c | 8 ++++----
drivers/memory/fsl_ifc.c | 1 +
13 files changed, 27 insertions(+), 13 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Olof Johansson <olof@lixom.net>
To: torvalds@linux-foundation.org
Cc: olof@lixom.net, arm@kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: SoC fixes for v4.4
Date: Sun, 27 Dec 2015 10:40:03 -0800 [thread overview]
Message-ID: <20151227184003.GA4775@localhost> (raw)
Hi Linus,
A smallish set of fixes that we've been sitting on for a while now,
flushing the queue here so they go in.
Thanks!
-Olof
The following changes since commit 7f4c977849d494a1ff173fbc226b69192ec02c90:
Merge tag 'imx-fixes-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes (2015-12-11 16:14:34 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes
for you to fetch changes up to 80373d37bee562060ce4d3e5272b708e8db5d1fc:
ARM: tegra: Fix suspend hang on Tegra124 Chromebooks (2015-12-22 15:41:37 -0800)
----------------------------------------------------------------
ARM: SoC fixes for v4.4
A handful of fixes for OMAP, i.MX, Allwinner and Tegra:
- A clock rate and a PHY setup fix for i.MX6Q/DL
- A couple of fixes for the reduced serial bus (sunxi-rsb) on Allwinner
- UART wakeirq fix for an OMAP4 board, timer config fixes for AM43XX.
- Suspend fix for Tegra124 Chromebooks
- Fix for missing implicit include that's different between ARM/ARM64
----------------------------------------------------------------
Bai Ping (1):
ARM: dts: imx: Fix the assigned-clock mismatch issue on imx6q/dl
Chen-Yu Tsai (2):
bus: sunxi-rsb: Fix primary PMIC mapping hardware address
bus: sunxi-rsb: Fix peripheral IC mapping runtime address
Dan Carpenter (1):
bus: sunxi-rsb: unlock on error in sunxi_rsb_read()
Felipe Balbi (1):
ARM: OMAP2+: AM43xx: select ARM TWD timer
Grygorii Strashko (1):
ARM: OMAP2+: am43xx: enable GENERIC_CLOCKEVENTS_BROADCAST
Jon Hunter (1):
ARM: tegra: Fix suspend hang on Tegra124 Chromebooks
Karsten Merker (1):
ARM: dts: sunxi: sun6i-a31s-primo81.dts: add touchscreen axis swapping property
Kevin Hilman (1):
Merge tag 'sunxi-fixes-for-4.4' of https://git.kernel.org/.../mripard/linux into fixes
Krzysztof Hałasa (1):
ARM: dts: imx6: Fix Ethernet PHY mode on Ventana boards
Lijun Pan (1):
fsl-ifc: add missing include on ARM64
Olof Johansson (2):
Merge tag 'imx-fixes-4.4-3' of git://git.kernel.org/.../shawnguo/linux into fixes
Merge tag 'omap-for-v4.4/fixes-rc6' of git://git.kernel.org/.../tmlind/linux-omap into fixes
Tony Lindgren (1):
ARM: dts: Fix UART wakeirq for omap4 duovero parlor
arch/arm/boot/dts/imx6q-gw5400-a.dts | 2 +-
arch/arm/boot/dts/imx6qdl-gw51xx.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-gw53xx.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-gw54xx.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 6 +++---
arch/arm/boot/dts/omap4-duovero-parlor.dts | 4 ++++
arch/arm/boot/dts/sun6i-a31s-primo81.dts | 1 +
arch/arm/boot/dts/tegra124-nyan.dtsi | 2 +-
arch/arm/mach-omap2/Kconfig | 2 ++
arch/arm/mach-omap2/timer.c | 6 ++++++
drivers/bus/sunxi-rsb.c | 8 ++++----
drivers/memory/fsl_ifc.c | 1 +
13 files changed, 27 insertions(+), 13 deletions(-)
next reply other threads:[~2015-12-27 18:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-27 18:40 Olof Johansson [this message]
2015-12-27 18:40 ` [GIT PULL] ARM: SoC fixes for v4.4 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=20151227184003.GA4775@localhost \
--to=olof@lixom.net \
--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.