1. 22 12月, 2008 2 次提交
  2. 14 11月, 2008 1 次提交
  3. 12 11月, 2008 1 次提交
  4. 18 10月, 2008 3 次提交
  5. 14 8月, 2008 1 次提交
  6. 22 7月, 2008 3 次提交
  7. 29 4月, 2008 1 次提交
  8. 25 4月, 2008 5 次提交
  9. 11 4月, 2008 1 次提交
  10. 18 12月, 2007 1 次提交
  11. 13 10月, 2007 9 次提交
  12. 23 8月, 2007 1 次提交
    • P
      usb: r8a66597-hcd: fix up error path. · 71ee9a6c
      Paul Mundt 提交于
      Currently when registration fails we're left with a stray reference to
      release_mem_region(), this leads to the following case:
      
          r8a66597_hcd r8a66597_hcd: irq 13, io base 0x18040000
          drivers/usb/host/r8a66597-hcd.c: register access fail.
          r8a66597_hcd r8a66597_hcd: startup error -6
          r8a66597_hcd r8a66597_hcd: USB bus 1 deregistered
          drivers/usb/host/r8a66597-hcd.c: Failed to add hcd
          Trying to free nonexistent resource <0000000018040000-0000000018040000>
      
      This fixes it up.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      71ee9a6c
  13. 20 7月, 2007 1 次提交
  14. 13 7月, 2007 2 次提交
    • Y
      USB: r8a66597-hcd: fix NULL access · f6ace2c9
      Yoshihiro Shimoda 提交于
      This patch fixes the problem that accesses NULL pointer
      when disconnected a cable while play music with usb-speaker.
      Signed-off-by: NYoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      f6ace2c9
    • Y
      USB: r8a66597-hcd: host controller driver for R8A66597 · 5d304358
      Yoshihiro Shimoda 提交于
      I would like to submit Renesas R8A66597 USB HCD driver.
      
      R8A66597 is Renesas USB 2.0 host and peripheral combined
      controller device originally designed for embedded products.
      As a limitation of this device, it does not support externel
      hub more than 2 tier, and cannot communicate with a USB
      device more than 10. Then this device is not compatible with
      EHCI and/or OHCI, I wrote driver support patch based on
      sl811 code.
      
      This driver has the following unique specifications:
      - Implement transfer timeout to share one pipe with plural endpoint.
      - Detach detection of a USB device connected to externel hub.
      
      The driver has been tested external hub, usb-hdd, usb-cdrom,
      usb-speaker, mice, keyboard, and usbtest driver.
      
      Signed-off-by : Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      5d304358