Message ID | pull-1544638438-182658@atomide.com |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] few omap driver fixes for v4.21 | expand |
On Wed, Dec 12, 2018 at 10:14:33AM -0800, Tony Lindgren wrote: > From: "Tony Lindgren" <tony@atomide.com> > > The following changes since commit 3be5e10daf1fc063ec5cff3cd785c4a59814af0b: > > Merge branch 'omap-for-v4.21/ti-sysc' into omap-for-v4.21/driver (2018-11-29 11:39:23 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.21/driver-part2-signed > > for you to fetch changes up to c2ade654dbf7d02f09ad491f5621fc321d4af96b: > > memory: omap-gpmc: Use of_node_name_eq for node name comparisons (2018-12-11 08:30:29 -0800) > > ---------------------------------------------------------------- > Few more omap driver fixes and improvments for v4.21 merge window > > This series of changes improves the TI module flag handling to allow > booting with older dts files until the module flags have been moved > to the interconnect target module level. And there's a of_node_name_eq() > clean-up patch from Rob Herring for the GPMC driver. Merged into next/drivers. Thanks. -Olof
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit 3be5e10daf1fc063ec5cff3cd785c4a59814af0b: Merge branch 'omap-for-v4.21/ti-sysc' into omap-for-v4.21/driver (2018-11-29 11:39:23 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.21/driver-part2-signed for you to fetch changes up to c2ade654dbf7d02f09ad491f5621fc321d4af96b: memory: omap-gpmc: Use of_node_name_eq for node name comparisons (2018-12-11 08:30:29 -0800) ---------------------------------------------------------------- Few more omap driver fixes and improvments for v4.21 merge window This series of changes improves the TI module flag handling to allow booting with older dts files until the module flags have been moved to the interconnect target module level. And there's a of_node_name_eq() clean-up patch from Rob Herring for the GPMC driver. ---------------------------------------------------------------- Rob Herring (1): memory: omap-gpmc: Use of_node_name_eq for node name comparisons Tony Lindgren (3): ARM: OMAP2+: Check also the first dts child for hwmod flags bus: ti-sysc: Check for no-reset and no-idle flags at the child level Merge branch 'omap-for-v4.21/ti-sysc' into omap-for-v4.21/driver arch/arm/mach-omap2/omap_hwmod.c | 23 +++++++++++++++++------ drivers/bus/ti-sysc.c | 32 +++++++++++++++++++++++++------- drivers/memory/omap-gpmc.c | 8 ++++---- 3 files changed, 46 insertions(+), 17 deletions(-)