1. 09 2月, 2010 1 次提交
  2. 26 1月, 2010 1 次提交
    • P
      sh: Mass ctrl_in/outX to __raw_read/writeX conversion. · 9d56dd3b
      Paul Mundt 提交于
      The old ctrl in/out routines are non-portable and unsuitable for
      cross-platform use. While drivers/sh has already been sanitized, there
      is still quite a lot of code that is not. This converts the arch/sh/ bits
      over, which permits us to flag the routines as deprecated whilst still
      building with -Werror for the architecture code, and to ensure that
      future users are not added.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      9d56dd3b
  3. 16 12月, 2009 1 次提交
  4. 09 12月, 2009 1 次提交
    • M
      sh: LCDC start_transfer() for the KFR2R09 board · 657bf0bd
      Magnus Damm 提交于
      This patch adds a ->start_transfer() callback to the
      KFR2R09 lcd handling code. The callback is used to
      notify the lcd controller that a new frame of data
      is about to be transferred. The callback is only used
      in combination with deferred io, but the code has
      been tested both with and without deferred io enabled.
      
      Without this patch the display data on the KFR2R09
      lcd panel becomes corrupted over time.
      Signed-off-by: NMagnus Damm <damm@opensource.se>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      657bf0bd
  5. 30 11月, 2009 2 次提交
  6. 02 11月, 2009 1 次提交
  7. 30 10月, 2009 2 次提交
  8. 26 10月, 2009 1 次提交
  9. 10 10月, 2009 1 次提交
  10. 15 9月, 2009 1 次提交
  11. 21 8月, 2009 1 次提交
  12. 20 8月, 2009 1 次提交
    • M
      sh: add r8a66597 usb0 gadget to the kfr2r09 board · 5a1c4cb5
      Magnus Damm 提交于
      Add USB gadget support for port YC301 on the KFR2R09 board.
      
      The r8a66597-udc driver is hooked up as a platform device,
      clocks are enabled via I2C and some registers are configured
      to enable the USB in gadget mode. The hardware driving the
      USB port is the on-chip USB0 block in the sh7724 processor
      configured as USB gadget controller.
      
      This board is using external hardware to detect USB hotplug
      events and allows the processor to dynamically start and stop
      clocks. This well thought out hardware feature is unused at
      this point and plug and play is unfortunately unsupported.
      To properly support all hardware features the USB gadget
      stack may need some adjustment.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      5a1c4cb5
  13. 15 8月, 2009 1 次提交
  14. 07 8月, 2009 2 次提交
  15. 04 8月, 2009 1 次提交
  16. 23 7月, 2009 3 次提交