1. 06 9月, 2012 1 次提交
  2. 26 8月, 2012 1 次提交
  3. 21 6月, 2012 1 次提交
  4. 02 5月, 2012 3 次提交
  5. 28 4月, 2012 1 次提交
  6. 14 3月, 2012 4 次提交
  7. 18 9月, 2011 1 次提交
  8. 08 8月, 2011 1 次提交
  9. 12 8月, 2010 1 次提交
  10. 03 3月, 2010 1 次提交
  11. 12 12月, 2009 1 次提交
  12. 08 1月, 2009 1 次提交
  13. 18 10月, 2008 1 次提交
  14. 22 8月, 2008 1 次提交
    • A
      USB: automatically enable RHSC interrupts · b5fb454f
      Alan Stern 提交于
      This patch (as1069c) changes the way OHCI root-hub status-change
      interrupts are enabled.  Currently a special HCD method,
      hub_irq_enable(), is called when the hub driver is finished using a
      root hub.  This approach turns out to be subject to races, resulting
      in unnecessary polling.
      
      The patch does away with the method entirely.  Instead, the driver
      automatically enables the RHSC interrupt when no more status changes
      are present.  This scheme is safe with controllers using
      level-triggered semantics for their interrupt flags.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      b5fb454f
  15. 07 8月, 2008 3 次提交
  16. 22 7月, 2008 2 次提交
    • J
      USB: ohci-pnx4008: I2C cleanups and fixes · 64b3d6d1
      Jean Delvare 提交于
      Various cleanups and fixes to the i2c code in ohci-pnx4008:
      * Delete empty isp1301_command. The i2c driver command implementation
        is optional, so there's no point in providing an empty
        implementation.
      * Give a name to isp1301_driver. I'm surprised that i2c-core accepted
        to register this driver at all. I've chosen "isp1301_pnx" as the
        name, because it's not a generic ISP1301 driver (much like the
        isp1301_omap driver.) We might want to make the name even more
        specific (but "isp1301_ohci_pnx4008" doesn't fit.)
      * The ISP1301 is definitely not a hardware monitoring device.
      * Fix a memory leak on failure in isp1301_attach. If
        i2c_attach_client fails, the client is not registered so
        isp1301_detach is never called and the i2c_client memory is lost.
      * Use strlcpy instead of strcpy.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Vitaly Wool <vitalywool@gmail.com>
      Cc: David Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      64b3d6d1
    • K
      USB: usb dev_name() instead of dev->bus_id · 7071a3ce
      Kay Sievers 提交于
      The bus_id field is going away, use the dev_name() function instead.
      Signed-off-by: NKay Sievers <kay.sievers@vrfy.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      7071a3ce
  17. 07 7月, 2008 1 次提交
  18. 25 4月, 2008 1 次提交
    • A
      USB: don't explicitly reenable root-hub status interrupts · e8721549
      Alan Stern 提交于
      This patch (as1069b) changes the way OHCI root-hub status-change
      interrupts are enabled.  Currently a special HCD method,
      hub_irq_enable(), is called when the hub driver is finished using a
      root hub.  This approach turns out to be subject to races, resulting
      in unnecessary polling.
      
      The patch does away with the method entirely.  Instead, the driver
      automatically enables the RHSC interrupt when no more status changes
      are present.  This scheme is safe with controllers using
      level-triggered semantics for their interrupt flags.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e8721549
  19. 11 4月, 2008 1 次提交
  20. 28 1月, 2008 2 次提交
  21. 13 7月, 2007 1 次提交
  22. 15 2月, 2007 1 次提交
  23. 08 2月, 2007 1 次提交
  24. 21 12月, 2006 1 次提交
  25. 08 12月, 2006 1 次提交
  26. 18 10月, 2006 1 次提交
  27. 28 9月, 2006 1 次提交