1. 05 3月, 2010 1 次提交
  2. 23 2月, 2010 3 次提交
  3. 24 12月, 2009 1 次提交
  4. 12 12月, 2009 4 次提交
    • A
      usb_serial: Kill port mutex · 82fc5943
      Alan Cox 提交于
      The tty port has a port mutex used for all the port related locking so we
      don't need the one in the USB serial layer any more.
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Cc: Alan Stern <stern@rowland.harvard.edu>
      Cc: Oliver Neukum <oliver@neukum.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      82fc5943
    • D
      USB OTG: Add generic driver for ULPI OTG transceiver · 2d57a95f
      Daniel Mack 提交于
      This adds a minimal generic driver for ULPI connected transceivers,
      using the OTG framework functions recently introduced.
      
      The driver got a table to match the ULPI chips, which currently only has
      one entry for NXP's ISP 1504 transceiver.
      Signed-off-by: NDaniel Mack <daniel@caiaq.de>
      Cc: Heikki Krogerus <ext-heikki.krogerus@nokia.com>
      Cc: David Brownell <dbrownell@users.sourceforge.net>
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      2d57a95f
    • D
      USB OTG: add support for ulpi connected external transceivers · 91c8a5a9
      Daniel Mack 提交于
      This adds support for OTG transceivers directly connected to the ULPI
      interface. In particular, the following details are added
      
      - a struct for low level io functions (read/write)
      - a priv field to be used as 'viewport' by low level access functions
      - an (*init) and (*shutdown) callbacks, along with static inline helpers
      - a (*set_vbus) callback to switch the port power on and off
      - a flags field for per-transceiver settings
      - some defines for the flags bitmask to configure platform specific
        details
      Signed-off-by: NDaniel Mack <daniel@caiaq.de>
      Cc: Heikki Krogerus <ext-heikki.krogerus@nokia.com>
      Cc: David Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      91c8a5a9
    • L
      USB gadget: Handle endpoint requests at the function level · 5242658d
      Laurent Pinchart 提交于
      Control requests targeted at an endpoint (that is sent to EP0 but
      specifying the target endpoint address in wIndex) are dispatched to the
      current configuration's setup callback, requiring all gadget drivers to
      dispatch the requests to the correct function driver.
      
      To avoid this, record which endpoints are used by each function in the
      composite driver SET CONFIGURATION handler and dispatch requests
      targeted at endpoints to the correct function.
      Signed-off-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
      Cc: David Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      5242658d
  5. 05 12月, 2009 1 次提交
  6. 04 12月, 2009 1 次提交
  7. 11 11月, 2009 1 次提交
  8. 10 10月, 2009 1 次提交
  9. 05 10月, 2009 1 次提交
  10. 23 9月, 2009 14 次提交
  11. 20 9月, 2009 2 次提交
  12. 12 9月, 2009 1 次提交
  13. 01 9月, 2009 1 次提交
  14. 14 8月, 2009 1 次提交
  15. 05 8月, 2009 3 次提交
  16. 23 7月, 2009 2 次提交
    • M
      usb: m66592-udc platform data on_chip support · 2c59b0b7
      Magnus Damm 提交于
      Convert the m66592-udc driver to use the on_chip flag
      from platform data to enable on chip behaviour instead
      of relying on CONFIG_SUPERH_BUILT_IN_M66592 ugliness.
      
      This makes the code cleaner and also allows us to support
      both external and internal m66592 with the same kernel.
      
      It also makes the Kconfig part more future proof since
      we with this patch can add support for new processors
      with on-chip m66592 without modifying the Kconfig.
      
      The patch adds a m66592 header file for platform data
      and ties in platform data to the existing m66592 devices.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      2c59b0b7
    • M
      usb: move r8a66597 register defines · cf4f1e76
      Magnus Damm 提交于
      Move r8a66597 hardware register definitions from the host
      controller header file to the platform data header file.
      
      With this change in place we can easily share register
      definitions between the host controller driver and a future
      gadget driver.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      cf4f1e76
  17. 20 7月, 2009 1 次提交
    • M
      usb: r8a66597-hcd platform data on_chip support · 719a72b7
      Magnus Damm 提交于
      Convert the r8a66597-hcd driver to use the on_chip flag
      from platform data to enable on chip behaviour instead
      of relying on CONFIG_SUPERH_ON_CHIP_R8A66597 ugliness.
      
      This makes the code cleaner and also allows us to support
      both external and internal r8a66597 with the same kernel.
      
      It also makes the Kconfig part more future proof since
      we with this patch can add support for new processors
      with on-chip r8a66597 without modifying the Kconfig.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      719a72b7
  18. 13 7月, 2009 1 次提交