Skip to content
  • Kevin Hilman's avatar
    Merge tag 'omap-for-v4.6/fixes-rc2-v2-signed' of... · c0e30913
    Kevin Hilman authored
    Merge tag 'omap-for-v4.6/fixes-rc2-v2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
    
    Merge "omap fixes against v4.6-rc2" from Tony Lindgren
    
    Fixes for omaps against v4.6-rc2, mostly to fix suspend for beagle-x15
    that broke when we added runtime based SoC revision detection earlier.
    
    It seems suspend worked earlier as things were only partially initialized,
    while now we initialize things properly for dra7.
    
    Note that the "ARM: OMAP: Catch callers of revision information prior
    to it being populated" had to be reverted as it caused bogus warnings
    for other SoCs because omap initcalls bail out based on revision being
    set to 0 for other SoCs. These initcalls will mostly just disappear
    when we drop support for omap3 legacy booting.
    
    Also included is a fix for dra7 sys_32k_ck clock source that is not
    enabled on boot making system fall back to using emulated clock.
    
    * tag 'omap-for-v4.6/fixes-rc2-v2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: (198 commits)
      Revert "ARM: OMAP: Catch callers of revision information prior to it being populated"
      ARM: OMAP: Catch callers of revision information prior to it being populated
      ARM: dts: dra7: Correct clock tree for sys_32k_ck
      ARM: OMAP: DRA7: Provide proper class to omap2_set_globals_tap
      ARM: OMAP: DRA7: wakeupgen: Skip SAR save for wakeupgen
      Linux 4.6-rc2
      v4l2-mc: avoid warning about unused variable
      Convert straggling drivers to new six-argument get_user_pages()
      .mailmap: add Christophe Ricard
      Make CONFIG_FHANDLE default y
      mm/page_isolation.c: fix the function comments
      oom, oom_reaper: do not enqueue task if it is on the oom_reaper_list head
      mm/page_isolation: fix tracepoint to mirror check function behavior
      mm/rmap: batched invalidations should use existing api
      x86/mm: TLB_REMOTE_SEND_IPI should count pages
      mm: fix invalid node in alloc_migrate_target()
      include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock()
      mm, kasan: fix compilation for CONFIG_SLAB
      MAINTAINERS: orangefs mailing list is subscribers-only
      net: mvneta: fix changing MTU when using per-cpu processing
      ...
    c0e30913