1. 28 9月, 2009 1 次提交
  2. 25 9月, 2009 1 次提交
  3. 24 9月, 2009 1 次提交
  4. 19 9月, 2009 4 次提交
  5. 17 9月, 2009 1 次提交
  6. 15 9月, 2009 4 次提交
  7. 11 9月, 2009 5 次提交
  8. 01 9月, 2009 2 次提交
  9. 28 8月, 2009 1 次提交
  10. 27 8月, 2009 6 次提交
  11. 21 8月, 2009 1 次提交
  12. 20 8月, 2009 3 次提交
  13. 19 8月, 2009 1 次提交
  14. 15 8月, 2009 2 次提交
    • M
      sh: Runtime PM pdev hwblk - kfr2r09 LCDC · 963e04ca
      Magnus Damm 提交于
      This patch simply adds LCDC hwblk_id data for the kfr2r09 board.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      963e04ca
    • M
      sh: use in-soc KEYSC on se7724 · 9747e78b
      Magnus Damm 提交于
      This patch updates the Solution Engine 7724 board code to use
      in-SoC KEYSC resources for the keyboard platform device. Using
      the in-SoC key scan controller fixes a crash-during-resume issue.
      
      Without this patch the KEYSC hardware block located in the board
      specific FPGA is used together with an external IRQ which is
      routed through the FPGA and handled by some board specific demux
      code. This board specific FPGA interrupt code does not implement
      desc->set_wake() so the enable_irq_wake() call in the sh_keysc
      driver will fail at suspend-to-ram time and the disable_irq_wake()
      will bomb out when resuming.
      
      Changing the platform data to use the in-SoC KEYSC hardware makes
      the se7724 board support code less special which is a good thing.
      Also, the board specific KEYSC pin setup code selects in-SoC pin
      functions already which makes the current FPGA platform device data
      look like a typo.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      9747e78b
  15. 13 8月, 2009 2 次提交
  16. 07 8月, 2009 3 次提交
  17. 04 8月, 2009 2 次提交