* [GIT PULL 2/2] omap dts fixes for v4.7 merge window
[not found] <pull-1463159315-251654>
@ 2016-05-13 17:11 ` Tony Lindgren
[not found] ` <57360ade.0416420a.fbf40.ffffd226SMTPIN_ADDED_BROKEN@mx.google.com>
1 sibling, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2016-05-13 17:11 UTC (permalink / raw)
To: arm; +Cc: linux-omap, linux-arm-kernel
The following changes since commit 5b6042237dc85b7e2dc26806957ebf95d205e864:
ARM: dts: am57xx-idk: Include Industrial grade thermal thresholds (2016-04-28 08:08:48 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.7-dts-fixes1
for you to fetch changes up to a1f6ad14176d466c00e6a687f9c78ec6c7ad6bf8:
ARM: dts: igep0020: Add SD card write-protect pin. (2016-05-12 13:52:25 -0700)
----------------------------------------------------------------
DTS fixes for omaps for v4.7 merge window for issues noted
with patches in Linux next:
- Fix omap5 and am57xx-idk input voltages to fix micro-sd
probing at least for some omap5-uevm configurations
- Fix unhandled fault for igepv5 audio
- Fix UART wakeirqs for omap5 by removing WAKUP_EN flags,
those are managed by the wakeirq and can currently confuse
the wakeirqs as there is no handler necessarily registered
- Fix LDO7 source for igepv5
Also included are few minor changes not strictly fixes
are good to have merged:
- Fix HP T410 boot time warnings for eMMC and disable the
unused MMC interfaces while at it
- Add dra7 gpmc dma channel
- Add igep00x0 SD card detect and write protect GPIOs
----------------------------------------------------------------
Enric Balletbo i Serra (2):
ARM: dts: igep00x0: Add SD card-detect.
ARM: dts: igep0020: Add SD card write-protect pin.
Franklin S Cooper Jr (1):
ARM: dts: dra7: Add gpmc dma channel
Nicolas Chauvet (2):
ARM: dts: Add non-removable to hsmmc on hp-t410
ARM: dts: disable mmc by default and enable when needed for dm814x
Nishanth Menon (2):
ARM: dts: omap5-board-common: Describe the voltage supply mapping accurately
ARM: dts: am57xx-idk-common: Fix input supply names
Tony Lindgren (3):
ARM: dts: Fix igepv5 audiopwon-gpio
ARM: dts: Fix uart wakeirq on omap5 by removing WAKEUP_EN for omaps
ARM: dts: Fix ldo7 source for HDMI on igepv5
arch/arm/boot/dts/am57xx-idk-common.dtsi | 32 ++++++++++---------
arch/arm/boot/dts/dm8148-evm.dts | 8 +++++
arch/arm/boot/dts/dm8148-t410.dts | 9 ++++++
arch/arm/boot/dts/dra7.dtsi | 2 ++
arch/arm/boot/dts/omap3-evm-37xx.dts | 2 +-
arch/arm/boot/dts/omap3-igep.dtsi | 1 +
arch/arm/boot/dts/omap3-igep0020-common.dtsi | 11 +++++++
arch/arm/boot/dts/omap3-n900.dts | 4 +--
arch/arm/boot/dts/omap3-n950-n9.dtsi | 6 ++--
arch/arm/boot/dts/omap3-zoom3.dts | 6 ++--
arch/arm/boot/dts/omap5-board-common.dtsi | 48 ++++++++++++++++++++++++++--
arch/arm/boot/dts/omap5-igep0050.dts | 26 +++++++++++++++
arch/arm/boot/dts/omap5-uevm.dts | 10 ++++++
13 files changed, 139 insertions(+), 26 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL 2/2] omap dts fixes for v4.7 merge window
[not found] ` <57360ade.0416420a.fbf40.ffffd226SMTPIN_ADDED_BROKEN@mx.google.com>
@ 2016-06-03 19:28 ` Olof Johansson
0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2016-06-03 19:28 UTC (permalink / raw)
To: Tony Lindgren; +Cc: linux-omap, arm, linux-arm-kernel
On Fri, May 13, 2016 at 10:11:41AM -0700, Tony Lindgren wrote:
> The following changes since commit 5b6042237dc85b7e2dc26806957ebf95d205e864:
>
> ARM: dts: am57xx-idk: Include Industrial grade thermal thresholds (2016-04-28 08:08:48 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.7-dts-fixes1
>
> for you to fetch changes up to a1f6ad14176d466c00e6a687f9c78ec6c7ad6bf8:
>
> ARM: dts: igep0020: Add SD card write-protect pin. (2016-05-12 13:52:25 -0700)
>
> ----------------------------------------------------------------
> DTS fixes for omaps for v4.7 merge window for issues noted
> with patches in Linux next:
>
> - Fix omap5 and am57xx-idk input voltages to fix micro-sd
> probing at least for some omap5-uevm configurations
>
> - Fix unhandled fault for igepv5 audio
>
> - Fix UART wakeirqs for omap5 by removing WAKUP_EN flags,
> those are managed by the wakeirq and can currently confuse
> the wakeirqs as there is no handler necessarily registered
>
> - Fix LDO7 source for igepv5
>
> Also included are few minor changes not strictly fixes
> are good to have merged:
>
> - Fix HP T410 boot time warnings for eMMC and disable the
> unused MMC interfaces while at it
>
> - Add dra7 gpmc dma channel
>
> - Add igep00x0 SD card detect and write protect GPIOs
Looks like this raced with Arnd's pull requests. I've brought this in as fixes
now. Please send to -stable as needed yourself.
-Olof
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-03 19:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <pull-1463159315-251654>
2016-05-13 17:11 ` [GIT PULL 2/2] omap dts fixes for v4.7 merge window Tony Lindgren
[not found] ` <57360ade.0416420a.fbf40.ffffd226SMTPIN_ADDED_BROKEN@mx.google.com>
2016-06-03 19:28 ` Olof Johansson
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).