From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
"Tony Lindgren" <tony@atomide.com>
Subject: [GIT PULL] Fixes for omaps for v5.6-rc cycle
Date: Fri, 28 Feb 2020 07:26:20 -0800 [thread overview]
Message-ID: <pull-1582903541-589933@atomide.com> (raw)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.6/fixes-rc3-signed
for you to fetch changes up to 51c22d7b40dca8b39a33b2c3b03f13122a2a1af3:
ARM: OMAP2+: Fix compile if CONFIG_HAVE_ARM_SMCCC is not set (2020-02-26 10:49:25 -0800)
----------------------------------------------------------------
Few fixes for omaps for v5.6-rc cycle
This series of changes contains few code fixes for issues
recently discovered:
- A build fix for ARMv6 only configs when CONFIG_HAVE_ARM_SMCCC is
not set
- A fix for ti-sysc quirk handling for 1-wire hdq reset
And a handful of dts fixes that I had queued up and should
have already sent earlier instead of waiting for the code
fixes to get sorted out:
- Fix naming of vsys_3v3 regulator for dra7-evm
- Fix incorrect OPP node names for am437x-idk-evm
- Fix IPU1 mux clock parent source for dra7
- Add missing PWM property for dra7 timers 13 to 16
- Add missing dma-ranges for dra7 PCIe nodes
- Fix mmc3 max-frequency for dra76x
----------------------------------------------------------------
Faiz Abbas (1):
arm: dts: dra76x: Fix mmc3 max-frequency
Grygorii Strashko (1):
ARM: dts: dra7-l4: mark timer13-16 as pwm capable
Kishon Vijay Abraham I (1):
ARM: dts: dra7: Add "dma-ranges" property to PCIe RC DT nodes
Peter Ujfalusi (1):
ARM: dts: dra7-evm: Rename evm_3v3 regulator to vsys_3v3
Suman Anna (2):
ARM: dts: am437x-idk-evm: Fix incorrect OPP node names
ARM: dts: dra7xx-clocks: Fixup IPU1 mux clock parent source
Tony Lindgren (3):
bus: ti-sysc: Fix 1-wire reset quirk
Merge tag 'hdq-fix' into omap-for-v5.6/fixes-rc2
ARM: OMAP2+: Fix compile if CONFIG_HAVE_ARM_SMCCC is not set
arch/arm/boot/dts/am437x-idk-evm.dts | 4 ++--
arch/arm/boot/dts/dra7-evm.dts | 4 ++--
arch/arm/boot/dts/dra7-l4.dtsi | 4 ++++
arch/arm/boot/dts/dra7.dtsi | 2 ++
arch/arm/boot/dts/dra76x.dtsi | 5 +++++
arch/arm/boot/dts/dra7xx-clocks.dtsi | 12 ++----------
arch/arm/mach-omap2/Makefile | 2 +-
arch/arm/mach-omap2/io.c | 2 --
drivers/bus/ti-sysc.c | 4 ++--
9 files changed, 20 insertions(+), 19 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: Tony Lindgren <tony@atomide.com>,
linux-omap@vger.kernel.org, arm@kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Fixes for omaps for v5.6-rc cycle
Date: Fri, 28 Feb 2020 07:26:20 -0800 [thread overview]
Message-ID: <pull-1582903541-589933@atomide.com> (raw)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.6/fixes-rc3-signed
for you to fetch changes up to 51c22d7b40dca8b39a33b2c3b03f13122a2a1af3:
ARM: OMAP2+: Fix compile if CONFIG_HAVE_ARM_SMCCC is not set (2020-02-26 10:49:25 -0800)
----------------------------------------------------------------
Few fixes for omaps for v5.6-rc cycle
This series of changes contains few code fixes for issues
recently discovered:
- A build fix for ARMv6 only configs when CONFIG_HAVE_ARM_SMCCC is
not set
- A fix for ti-sysc quirk handling for 1-wire hdq reset
And a handful of dts fixes that I had queued up and should
have already sent earlier instead of waiting for the code
fixes to get sorted out:
- Fix naming of vsys_3v3 regulator for dra7-evm
- Fix incorrect OPP node names for am437x-idk-evm
- Fix IPU1 mux clock parent source for dra7
- Add missing PWM property for dra7 timers 13 to 16
- Add missing dma-ranges for dra7 PCIe nodes
- Fix mmc3 max-frequency for dra76x
----------------------------------------------------------------
Faiz Abbas (1):
arm: dts: dra76x: Fix mmc3 max-frequency
Grygorii Strashko (1):
ARM: dts: dra7-l4: mark timer13-16 as pwm capable
Kishon Vijay Abraham I (1):
ARM: dts: dra7: Add "dma-ranges" property to PCIe RC DT nodes
Peter Ujfalusi (1):
ARM: dts: dra7-evm: Rename evm_3v3 regulator to vsys_3v3
Suman Anna (2):
ARM: dts: am437x-idk-evm: Fix incorrect OPP node names
ARM: dts: dra7xx-clocks: Fixup IPU1 mux clock parent source
Tony Lindgren (3):
bus: ti-sysc: Fix 1-wire reset quirk
Merge tag 'hdq-fix' into omap-for-v5.6/fixes-rc2
ARM: OMAP2+: Fix compile if CONFIG_HAVE_ARM_SMCCC is not set
arch/arm/boot/dts/am437x-idk-evm.dts | 4 ++--
arch/arm/boot/dts/dra7-evm.dts | 4 ++--
arch/arm/boot/dts/dra7-l4.dtsi | 4 ++++
arch/arm/boot/dts/dra7.dtsi | 2 ++
arch/arm/boot/dts/dra76x.dtsi | 5 +++++
arch/arm/boot/dts/dra7xx-clocks.dtsi | 12 ++----------
arch/arm/mach-omap2/Makefile | 2 +-
arch/arm/mach-omap2/io.c | 2 --
drivers/bus/ti-sysc.c | 4 ++--
9 files changed, 20 insertions(+), 19 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2020-02-28 15:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-28 15:26 Tony Lindgren [this message]
2020-02-28 15:26 ` [GIT PULL] Fixes for omaps for v5.6-rc cycle Tony Lindgren
-- strict thread matches above, loose matches on Subject: below --
2020-03-13 20:39 Tony Lindgren
2020-03-13 20:39 ` Tony Lindgren
2020-03-13 20:47 ` Tony Lindgren
2020-03-13 20:47 ` Tony Lindgren
2020-03-18 23:48 Tony Lindgren
2020-03-18 23:48 ` Tony Lindgren
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=pull-1582903541-589933@atomide.com \
--to=tony@atomide.com \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=soc@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.