stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix build on multi_v7_defconfig
@ 2018-03-20  8:00 Sam Protsenko
  2018-03-20  8:00 ` [PATCH 1/3] ARM: OMAP2+: clockdomain: add usecounting support to autoidle APIs Sam Protsenko
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Sam Protsenko @ 2018-03-20  8:00 UTC (permalink / raw)
  To: stable
  Cc: Greg Kroah-Hartman, Praneeth Bajjuri, Sekhar Nori, Roger Quadros,
	Tero Kristo, Milosz Wasilewski, Dan Rue

Recent patches broke build on multi_v7_defconfig (ARM), on
stable-rc/linux-4.4.y branch. The build error as follows:

    arch/arm/mach-omap2/omap_hwmod_7xx_data.c:2243:12: error:
    'HWMOD_CLKDM_NOAUTO' undeclared here (not in a function)
      .flags  = HWMOD_CLKDM_NOAUTO,
                ^~~~~~~~~~~~~~~~~~

Pull in missing dependency patches to fix that build error.

1. "Allow modules to disable HW_AUTO": this commit is needed to fix
   build error
2. "add usecounting support to autoidle APIs": this commit is a
   dependency for 1
3. "provide space for more hwmod flags": this is also a dependency for 1

Tested on TI BeagleBoard X15.


Roger Quadros (1):
  ARM: OMAP2+ hwmod: Allow modules to disable HW_AUTO

Sekhar Nori (1):
  ARM: OMAP2+: omap_hwmod: provide space for more hwmod flags

Tero Kristo (1):
  ARM: OMAP2+: clockdomain: add usecounting support to autoidle APIs

 arch/arm/mach-omap2/clockdomain.c | 36 ++++++++++++++++++++++++------------
 arch/arm/mach-omap2/clockdomain.h |  2 ++
 arch/arm/mach-omap2/cpuidle44xx.c |  2 +-
 arch/arm/mach-omap2/omap-smp.c    |  2 +-
 arch/arm/mach-omap2/omap_hwmod.c  | 32 +++++++++++++++++---------------
 arch/arm/mach-omap2/omap_hwmod.h  |  7 ++++++-
 arch/arm/mach-omap2/pm.c          |  8 +-------
 arch/arm/mach-omap2/powerdomain.c | 20 ++++++--------------
 8 files changed, 58 insertions(+), 51 deletions(-)

-- 
2.16.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-03-20  9:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-20  8:00 [PATCH 0/3] Fix build on multi_v7_defconfig Sam Protsenko
2018-03-20  8:00 ` [PATCH 1/3] ARM: OMAP2+: clockdomain: add usecounting support to autoidle APIs Sam Protsenko
2018-03-20  8:00 ` [PATCH 2/3] ARM: OMAP2+ hwmod: Allow modules to disable HW_AUTO Sam Protsenko
2018-03-20  8:00 ` [PATCH 3/3] ARM: OMAP2+: omap_hwmod: provide space for more hwmod flags Sam Protsenko
2018-03-20  8:10 ` [PATCH 0/3] Fix build on multi_v7_defconfig Greg Kroah-Hartman
2018-03-20  8:20   ` Sam Protsenko
2018-03-20  9:16     ` Tero Kristo

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).