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] omap fixes for v5.5-rc cycle
Date: Fri, 13 Dec 2019 08:35:40 -0800 [thread overview]
Message-ID: <pull-1576254925-709310@atomide.com> (raw)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:
Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.5/fixes-rc1-signed
for you to fetch changes up to e709ed70d122e94cb426b1e1f905829eae19a009:
bus: ti-sysc: Fix missing reset delay handling (2019-12-12 08:20:10 -0800)
----------------------------------------------------------------
Fixes for omap variants for v5.5-rc1 cycle
This series of changes contains fixes for issues recently noticed:
- The ti-sysc interconnect target module driver needs fixes for
mstandby quirk handling and reset delay
- We need to configure am335x-sancloud-bbe to use rgmii-id mode because of
the phy changes done earlier
- NET_SWITCHDEV is no longer selected in Kconfig but a dependency and we
must enable CONFIG_NET_SWITCHDEV to have TI_CPSW_SWITCHDEV
- We are still relying on DEBUG_FS at least for PM configuration, let's
add it back
- We need to update compatible for am437x-gp/epos-evm because of the
recent changes to use generic panels
----------------------------------------------------------------
Grygorii Strashko (1):
ARM: omap2plus_defconfig: enable NET_SWITCHDEV
Mans Rullgard (1):
ARM: dts: am335x-sancloud-bbe: fix phy mode
Tomi Valkeinen (1):
ARM: dts: am437x-gp/epos-evm: fix panel compatible
Tony Lindgren (3):
bus: ti-sysc: Fix missing force mstandby quirk handling
ARM: omap2plus_defconfig: Add back DEBUG_FS
bus: ti-sysc: Fix missing reset delay handling
arch/arm/boot/dts/am335x-sancloud-bbe.dts | 2 +-
arch/arm/boot/dts/am437x-gp-evm.dts | 2 +-
arch/arm/boot/dts/am43x-epos-evm.dts | 2 +-
arch/arm/configs/omap2plus_defconfig | 4 +++-
drivers/bus/ti-sysc.c | 7 ++++++-
include/linux/platform_data/ti-sysc.h | 1 +
6 files changed, 13 insertions(+), 5 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] omap fixes for v5.5-rc cycle
Date: Fri, 13 Dec 2019 08:35:40 -0800 [thread overview]
Message-ID: <pull-1576254925-709310@atomide.com> (raw)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:
Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.5/fixes-rc1-signed
for you to fetch changes up to e709ed70d122e94cb426b1e1f905829eae19a009:
bus: ti-sysc: Fix missing reset delay handling (2019-12-12 08:20:10 -0800)
----------------------------------------------------------------
Fixes for omap variants for v5.5-rc1 cycle
This series of changes contains fixes for issues recently noticed:
- The ti-sysc interconnect target module driver needs fixes for
mstandby quirk handling and reset delay
- We need to configure am335x-sancloud-bbe to use rgmii-id mode because of
the phy changes done earlier
- NET_SWITCHDEV is no longer selected in Kconfig but a dependency and we
must enable CONFIG_NET_SWITCHDEV to have TI_CPSW_SWITCHDEV
- We are still relying on DEBUG_FS at least for PM configuration, let's
add it back
- We need to update compatible for am437x-gp/epos-evm because of the
recent changes to use generic panels
----------------------------------------------------------------
Grygorii Strashko (1):
ARM: omap2plus_defconfig: enable NET_SWITCHDEV
Mans Rullgard (1):
ARM: dts: am335x-sancloud-bbe: fix phy mode
Tomi Valkeinen (1):
ARM: dts: am437x-gp/epos-evm: fix panel compatible
Tony Lindgren (3):
bus: ti-sysc: Fix missing force mstandby quirk handling
ARM: omap2plus_defconfig: Add back DEBUG_FS
bus: ti-sysc: Fix missing reset delay handling
arch/arm/boot/dts/am335x-sancloud-bbe.dts | 2 +-
arch/arm/boot/dts/am437x-gp-evm.dts | 2 +-
arch/arm/boot/dts/am43x-epos-evm.dts | 2 +-
arch/arm/configs/omap2plus_defconfig | 4 +++-
drivers/bus/ti-sysc.c | 7 ++++++-
include/linux/platform_data/ti-sysc.h | 1 +
6 files changed, 13 insertions(+), 5 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:[~2019-12-13 16:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-13 16:35 Tony Lindgren [this message]
2019-12-13 16:35 ` [GIT PULL] omap fixes for v5.5-rc cycle 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-1576254925-709310@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.