1. 17 6月, 2014 2 次提交
  2. 11 5月, 2014 2 次提交
  3. 24 11月, 2013 1 次提交
  4. 04 6月, 2013 1 次提交
  5. 02 4月, 2013 2 次提交
  6. 25 1月, 2013 1 次提交
  7. 08 11月, 2012 5 次提交
  8. 18 9月, 2012 1 次提交
    • A
      ARM: shmobile: use __iomem pointers for MMIO · 0a4b04dc
      Arnd Bergmann 提交于
      ARM is moving to stricter checks on readl/write functions,
      so we need to use the correct types everywhere.
      
      This patch is a bit ugly for shmobile, which is the only platform
      that just uses integer literals all over the place, but I can't
      see a better way to do this.
      Acked-by: NSimon Horman <horms@verge.net.au>
      Cc: Magnus Damm <magnus.damm@gmail.com>
      Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: linux-sh@vger.kernel.org
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      0a4b04dc
  9. 03 7月, 2012 1 次提交
  10. 27 3月, 2012 1 次提交
  11. 13 3月, 2012 2 次提交
  12. 24 11月, 2011 1 次提交
  13. 22 11月, 2011 1 次提交
  14. 11 11月, 2011 1 次提交
  15. 29 8月, 2011 3 次提交
  16. 25 8月, 2011 1 次提交
    • M
      ARM: mach-shmobile: sh7372 LCDC1 suspend fix · 5c3f96b2
      Magnus Damm 提交于
      Associate the HDMI clock together with LCDC1 on sh7372.
      
      Without this patch Suspend-to-RAM hangs on the boards
      AP4EVB and Mackerel. The code hangs in the LCDC driver
      where the software is waiting forever for the hardware to
      power down. By explicitly associating the HDMI clock with
      LCDC1 we can make sure the HDMI clock is enabled using
      Runtime PM whenever the driver is accessing the hardware.
      
      This HDMI and LCDC1 dependency is documented in the sh7372
      data sheet. Older kernels did work as expected but the
      recently merged (3.1-rc)
      
       794d78fe drivers: sh: late disabling of clocks V2
      
      introduced code to turn off clocks lacking software reference
      which happens to include the HDMI clock that is needed by
      LCDC1 to operate as expected.
      Signed-off-by: NMagnus Damm <damm@opensource.se>
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      5c3f96b2
  17. 11 7月, 2011 2 次提交
  18. 10 7月, 2011 1 次提交
  19. 21 6月, 2011 1 次提交
  20. 02 6月, 2011 1 次提交
  21. 25 5月, 2011 1 次提交
  22. 24 5月, 2011 1 次提交
    • M
      ARM: mach-shmobile: Disable sh7372 RT side MSTP bits · 6776fba7
      Magnus Damm 提交于
      Update the sh7372 clock code to set the RT side
      set of MSTP bits to a fixed disabled state.
      
      The sh7372 SoC contains two sets of MSTP bits,
      one for the ARM (SYS) side, and one for the
      SH4AL-DSP (RT) side. The actual clock associated
      with the MSTP bit will only be stopped when both
      sides have set the MSTP bit to disabled mode.
      
      Some MSTP bits are enabled by default after
      hardware reset, so this patch adjusts the code
      to disable all MSTP bits associated with the RT
      side to allow the SYS side to have full control.
      Signed-off-by: NMagnus Damm <damm@opensource.se>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      6776fba7
  23. 23 5月, 2011 1 次提交
  24. 18 4月, 2011 1 次提交
  25. 18 1月, 2011 1 次提交
  26. 05 1月, 2011 1 次提交
  27. 26 11月, 2010 1 次提交
  28. 24 11月, 2010 2 次提交