* [GIT PULL] omap fixes for v4.6-rc cycle
@ 2016-04-14 20:36 Tony Lindgren
2016-04-23 0:21 ` Kevin Hilman
0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2016-04-14 20:36 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 19e831b272e6db5884be085be66e44da975c73a9:
Merge branch 'fixes-rc2' into omap-for-v4.6/fixes (2016-04-08 09:18:00 -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-rc3
for you to fetch changes up to 1560d15861769c23fd981e2d60dc7fd790b21e1e:
ARM: OMAP3: Fix external abort on 36xx waking from off mode idle (2016-04-14 08:27:30 -0700)
----------------------------------------------------------------
Fixes for omaps for v4.6-rc cycle:
- Clockdomain fix for dra7 timer interrupts
- Two fixes for GPMC EDMA binding, I missed the need for a merge with
GPMC changes and EDMA changes
- Fix beagle-x15 eSATA by dropping misconfigured extcon_usb1
- Fix occasional external aborts on 36xx with PM that we've been
chasing for past few months. It turned out to be duplicate restore
of INTC registers that can in some cases cause us to hit erratum 1.106.
----------------------------------------------------------------
Dave Gerlach (1):
ARM: OMAP3: Fix external abort on 36xx waking from off mode idle
Franklin S Cooper Jr (2):
ARM: dts: am33xx: Fix GPMC dma properties
ARM: dts: am437x: Fix GPMC dma properties
Keerthy (1):
ARM: DRA7: clockdomain: Implement timer workaround for errata i874
Roger Quadros (1):
ARM: dts: am57xx-beagle-x15: remove extcon_usb1
Tony Lindgren (1):
Merge tag 'for-v4.6-rc/omap-fixes-b' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v4.6/fixes
arch/arm/boot/dts/am33xx.dtsi | 2 +-
arch/arm/boot/dts/am4372.dtsi | 2 +-
arch/arm/boot/dts/am57xx-beagle-x15.dts | 17 -----------------
arch/arm/mach-omap2/clockdomains7xx_data.c | 2 +-
arch/arm/mach-omap2/pm34xx.c | 23 +++++++++++++----------
5 files changed, 16 insertions(+), 30 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] omap fixes for v4.6-rc cycle
2016-04-14 20:36 Tony Lindgren
@ 2016-04-23 0:21 ` Kevin Hilman
0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2016-04-23 0:21 UTC (permalink / raw)
To: linux-arm-kernel
Tony Lindgren <tony@atomide.com> writes:
> The following changes since commit 19e831b272e6db5884be085be66e44da975c73a9:
>
> Merge branch 'fixes-rc2' into omap-for-v4.6/fixes (2016-04-08 09:18:00 -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-rc3
>
> for you to fetch changes up to 1560d15861769c23fd981e2d60dc7fd790b21e1e:
>
> ARM: OMAP3: Fix external abort on 36xx waking from off mode idle (2016-04-14 08:27:30 -0700)
>
> ----------------------------------------------------------------
> Fixes for omaps for v4.6-rc cycle:
>
> - Clockdomain fix for dra7 timer interrupts
>
> - Two fixes for GPMC EDMA binding, I missed the need for a merge with
> GPMC changes and EDMA changes
>
> - Fix beagle-x15 eSATA by dropping misconfigured extcon_usb1
>
> - Fix occasional external aborts on 36xx with PM that we've been
> chasing for past few months. It turned out to be duplicate restore
> of INTC registers that can in some cases cause us to hit erratum 1.106.
>
> ----------------------------------------------------------------
Pulled into fixes,
Thanks,
Kevin
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] omap fixes for v4.6-rc cycle
@ 2016-04-28 14:50 Tony Lindgren
2016-04-28 15:46 ` Arnd Bergmann
0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2016-04-28 14:50 UTC (permalink / raw)
To: linux-arm-kernel
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-rc5-signed
for you to fetch changes up to 7472931f7f1e9d91f761dce30107ae345b61a5c3:
ARM: dts: omap5: fix range of permitted wakeup pinmux registers (2016-04-26 10:16:12 -0700)
----------------------------------------------------------------
Fixes for omaps for v4.6-rc cycle. All dts fixes, mostly
affecting voltages and pinctrl for various device drivers:
- Regulator minimum voltage fixes for omap5
- ISP syscon register offset fix for omap3
- Fix regulator initial modes for n900
- Fix omap5 pinctrl wkup instance size
----------------------------------------------------------------
H. Nikolaus Schaller (1):
ARM: dts: omap5: fix range of permitted wakeup pinmux registers
Ivaylo Dimitrov (2):
ARM: dts: omap3: Fix ISP syscon register offset
ARM: dts: omap3-n900: Specify peripherals LDO regulators initial mode
Tomi Valkeinen (2):
ARM: dts: omap5-board-common: fix ldo1_reg and ldo4_reg ranges
ARM: dts: omap5-cm-t54: fix ldo1_reg and ldo4_reg ranges
arch/arm/boot/dts/omap3-n900.dts | 9 +++++++++
arch/arm/boot/dts/omap34xx.dtsi | 2 +-
arch/arm/boot/dts/omap5-board-common.dtsi | 4 ++--
arch/arm/boot/dts/omap5-cm-t54.dts | 4 ++--
arch/arm/boot/dts/omap5.dtsi | 2 +-
5 files changed, 15 insertions(+), 6 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] omap fixes for v4.6-rc cycle
2016-04-28 14:50 [GIT PULL] omap fixes for v4.6-rc cycle Tony Lindgren
@ 2016-04-28 15:46 ` Arnd Bergmann
0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2016-04-28 15:46 UTC (permalink / raw)
To: linux-arm-kernel
On Thursday 28 April 2016 07:50:48 Tony Lindgren wrote:
> 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-rc5-signed
>
> for you to fetch changes up to 7472931f7f1e9d91f761dce30107ae345b61a5c3:
>
> ARM: dts: omap5: fix range of permitted wakeup pinmux registers (2016-04-26 10:16:12 -0700)
>
> ----------------------------------------------------------------
> Fixes for omaps for v4.6-rc cycle. All dts fixes, mostly
> affecting voltages and pinctrl for various device drivers:
>
> - Regulator minimum voltage fixes for omap5
>
> - ISP syscon register offset fix for omap3
>
> - Fix regulator initial modes for n900
>
> - Fix omap5 pinctrl wkup instance size
Pulled into fixes, thanks!
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-04-28 15:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-28 14:50 [GIT PULL] omap fixes for v4.6-rc cycle Tony Lindgren
2016-04-28 15:46 ` Arnd Bergmann
-- strict thread matches above, loose matches on Subject: below --
2016-04-14 20:36 Tony Lindgren
2016-04-23 0:21 ` Kevin Hilman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).