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.6-rc1
Date: Fri, 1 Apr 2016 09:01:15 -0700 [thread overview]
Message-ID: <20160401160115.GM9329@atomide.com> (raw)
The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.6/fixes-rc1
for you to fetch changes up to 6f40fed1c911f218e1e189a404b26ef19effabb5:
ARM: dts: am335x-baltos-ir5221: fix cpsw_emac0 link type (2016-03-30 14:33:22 -0700)
----------------------------------------------------------------
Fixes for omaps against v4.6-rc1. Mostly minor fixes for the newer
SoCs with few board fixes and a fix for a long time hwmod bug:
- Fix cpsw_emac0 link type for baltos-ir5221
- Fix interrupt type for TWD
- Fix edma memcpy channel allocation for am43x
- Fix am43x-epos sycntimer32k by using the correct assigned clock
- Fix interconnect barrier for dra7
- Fix a long time hwmod bug for updating sysconfig register properly
- Fix flakey booting on dm814x where USB reset needs a delay
And there is one minor change that is not strictly a fix, but is
good to have for proper hardware detection:
- Detect dra7 silicon revision 2.0 properly
----------------------------------------------------------------
Jon Hunter (1):
ARM: OMAP: Correct interrupt type for ARM TWD
Lokesh Vutla (2):
ARM: OMAP2+: hwmod: Fix updating of sysconfig register
ARM: dts: AM43x-epos: Fix clk parent for synctimer
Nishanth Menon (1):
ARM: OMAP2: Fix up interconnect barrier initialization for DRA7
Tero Kristo (1):
ARM: dts: am43xx: fix edma memcpy channel allocation
Tony Lindgren (2):
ARM: OMAP2+: Use srst_udelay for USB on dm814x
Merge tag 'for-v4.6-rc/omap-fixes-a' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v4.6/fixes
Vishal Mahaveer (1):
ARM: DRA722: Add ID detect for Silicon Rev 2.0
Yegor Yefremov (1):
ARM: dts: am335x-baltos-ir5221: fix cpsw_emac0 link type
arch/arm/boot/dts/am335x-baltos-ir5221.dts | 5 ++++-
arch/arm/boot/dts/am4372.dtsi | 2 +-
arch/arm/boot/dts/am43x-epos-evm.dts | 5 +++++
arch/arm/boot/dts/omap4.dtsi | 2 +-
arch/arm/mach-omap2/id.c | 4 ++--
arch/arm/mach-omap2/io.c | 1 +
arch/arm/mach-omap2/omap_hwmod.c | 8 ++++----
arch/arm/mach-omap2/omap_hwmod_81xx_data.c | 2 ++
arch/arm/mach-omap2/soc.h | 1 +
9 files changed, 21 insertions(+), 9 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.6-rc1
Date: Fri, 1 Apr 2016 09:01:15 -0700 [thread overview]
Message-ID: <20160401160115.GM9329@atomide.com> (raw)
The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.6/fixes-rc1
for you to fetch changes up to 6f40fed1c911f218e1e189a404b26ef19effabb5:
ARM: dts: am335x-baltos-ir5221: fix cpsw_emac0 link type (2016-03-30 14:33:22 -0700)
----------------------------------------------------------------
Fixes for omaps against v4.6-rc1. Mostly minor fixes for the newer
SoCs with few board fixes and a fix for a long time hwmod bug:
- Fix cpsw_emac0 link type for baltos-ir5221
- Fix interrupt type for TWD
- Fix edma memcpy channel allocation for am43x
- Fix am43x-epos sycntimer32k by using the correct assigned clock
- Fix interconnect barrier for dra7
- Fix a long time hwmod bug for updating sysconfig register properly
- Fix flakey booting on dm814x where USB reset needs a delay
And there is one minor change that is not strictly a fix, but is
good to have for proper hardware detection:
- Detect dra7 silicon revision 2.0 properly
----------------------------------------------------------------
Jon Hunter (1):
ARM: OMAP: Correct interrupt type for ARM TWD
Lokesh Vutla (2):
ARM: OMAP2+: hwmod: Fix updating of sysconfig register
ARM: dts: AM43x-epos: Fix clk parent for synctimer
Nishanth Menon (1):
ARM: OMAP2: Fix up interconnect barrier initialization for DRA7
Tero Kristo (1):
ARM: dts: am43xx: fix edma memcpy channel allocation
Tony Lindgren (2):
ARM: OMAP2+: Use srst_udelay for USB on dm814x
Merge tag 'for-v4.6-rc/omap-fixes-a' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v4.6/fixes
Vishal Mahaveer (1):
ARM: DRA722: Add ID detect for Silicon Rev 2.0
Yegor Yefremov (1):
ARM: dts: am335x-baltos-ir5221: fix cpsw_emac0 link type
arch/arm/boot/dts/am335x-baltos-ir5221.dts | 5 ++++-
arch/arm/boot/dts/am4372.dtsi | 2 +-
arch/arm/boot/dts/am43x-epos-evm.dts | 5 +++++
arch/arm/boot/dts/omap4.dtsi | 2 +-
arch/arm/mach-omap2/id.c | 4 ++--
arch/arm/mach-omap2/io.c | 1 +
arch/arm/mach-omap2/omap_hwmod.c | 8 ++++----
arch/arm/mach-omap2/omap_hwmod_81xx_data.c | 2 ++
arch/arm/mach-omap2/soc.h | 1 +
9 files changed, 21 insertions(+), 9 deletions(-)
next reply other threads:[~2016-04-01 16:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-01 16:01 Tony Lindgren [this message]
2016-04-01 16:01 ` [GIT PULL] omap fixes against v4.6-rc1 Tony Lindgren
2016-04-12 19:33 ` Olof Johansson
2016-04-12 19:33 ` 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=20160401160115.GM9329@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.