1. 09 9月, 2014 18 次提交
  2. 08 9月, 2014 6 次提交
  3. 04 9月, 2014 2 次提交
  4. 01 9月, 2014 1 次提交
  5. 30 8月, 2014 1 次提交
  6. 28 8月, 2014 3 次提交
  7. 27 8月, 2014 6 次提交
  8. 26 8月, 2014 3 次提交
    • B
      ARM: brcmstb: revert SMP support · fc3e825f
      Brian Norris 提交于
      There were several issues (of varying degree of importance) pointed out
      with this code late in the review cycle, yet the code was still merged.
      Let's rip it out for now and look at resubmitting at a later time.
      
      This reverts most of commit 4fbe66d9.
      Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      fc3e825f
    • T
      ARM: OMAP2+: hwmod: Rearm wake-up interrupts for DT when MUSB is idled · cc824534
      Tony Lindgren 提交于
      Looks like MUSB cable removal can cause wake-up interrupts to
      stop working for device tree based booting at least for UART3
      even as nothing is dynamically remuxed. This can be fixed by
      calling reconfigure_io_chain() for device tree based booting
      in hwmod code. Note that we already do that for legacy booting
      if the legacy mux is configured.
      
      My guess is that this is related to UART3 and MUSB ULPI
      hsusb0_data0 and hsusb0_data1 support for Carkit mode that
      somehow affect the configured IO chain for UART3 and require
      rearming the wake-up interrupts.
      
      In general, for device tree based booting, pinctrl-single
      calls the rearm hook that in turn calls reconfigure_io_chain
      so calling reconfigure_io_chain should not be needed from the
      hwmod code for other events.
      
      So let's limit the hwmod rearming of iochain only to
      HWMOD_FORCE_MSTANDBY where MUSB is currently the only user
      of it. If we see other devices needing similar changes we can
      add more checks for it.
      
      Cc: Paul Walmsley <paul@pwsan.com>
      Cc: stable@vger.kernel.org # v3.16
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      cc824534
    • T
      ARM: dts: Enable UART wake-up events for beagleboard · c15adae8
      Tony Lindgren 提交于
      For device tree based booting, we need to use wake-up
      interrupts like we already do for some omaps. This fixes
      a PM regression on beagleboard compared to legacy booting.
      Tested-by: NTero Kristo <t-kristo@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      c15adae8