[PATCH 0/3] Fix build on multi_v7_defconfig

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]