1. 18 9月, 2012 1 次提交
  2. 14 9月, 2012 2 次提交
  3. 11 9月, 2012 1 次提交
  4. 10 9月, 2012 15 次提交
  5. 07 9月, 2012 1 次提交
    • K
      usb: phy: add a new driver for omap usb2 phy · 657b306a
      Kishon Vijay Abraham I 提交于
      All phy related programming like enabling/disabling the clocks, powering
      on/off the phy is taken care of by this driver. It is also used for OTG
      related functionality like srp.
      
      This also includes device tree support for usb2 phy driver and
      the documentation with device tree binding information is updated.
      
      Currently writing to control module register is taken care in this
      driver which will be removed once the control module driver is in place.
      
      Cc: Felipe Balbi <balbi@ti.com>
      Signed-off-by: NKishon Vijay Abraham I <kishon@ti.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      657b306a
  6. 06 9月, 2012 1 次提交
    • V
      usb: phy: fix build break · a4c3ddec
      Venu Byravarasu 提交于
      During phy interface separation from otg.h, as the enum "usb_otg_state"
      was having multiple otg states info and removal of member 'state'
      of this enum type from usb_phy struct did not generate any compilation
      issues, I removed member state from struct usb_phy.
      
      As this is causing build break in musb code, adding member 'state'
      to usb_phy structure.
      Signed-off-by: NVenu Byravarasu <vbyravarasu@nvidia.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      a4c3ddec
  7. 05 9月, 2012 2 次提交
  8. 31 8月, 2012 1 次提交
    • M
      usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED · 85b8614d
      Michal Nazarewicz 提交于
      This commit removes USB_GADGET_DUALSPEED and USB_GADGET_SUPERSPEED
      Kconfig options.  Since now kernel allows many UDC drivers to be
      compiled, those options may turn to no longer be valid.  For
      instance, if someone decides to build UDC that supports super
      speed and UDC that supports high speed only, the latter will be
      "assumed" to support super speed since USB_GADGET_SUPERSPEED will
      be selected by the former.
      
      The test of whether CONFIG_USB_GADGET_*SPEED was defined was just
      an optimisation which removed otherwise dead code (ie. if UDC is
      not dual speed, there is no need to handle cases that can happen
      if speed is high).  This commit removes those checks.
      Signed-off-by: NMichal Nazarewicz <mina86@mina86.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      85b8614d
  9. 21 8月, 2012 1 次提交
  10. 17 8月, 2012 1 次提交
  11. 11 8月, 2012 2 次提交
  12. 03 8月, 2012 2 次提交
  13. 19 7月, 2012 1 次提交
  14. 10 7月, 2012 4 次提交
  15. 07 7月, 2012 1 次提交
  16. 27 6月, 2012 1 次提交
  17. 26 6月, 2012 1 次提交
  18. 25 6月, 2012 2 次提交