1. 09 5月, 2012 1 次提交
  2. 05 5月, 2012 1 次提交
  3. 04 5月, 2012 1 次提交
  4. 13 2月, 2012 1 次提交
  5. 12 12月, 2011 1 次提交
  6. 26 2月, 2011 3 次提交
  7. 23 1月, 2011 1 次提交
  8. 17 12月, 2010 1 次提交
  9. 11 12月, 2010 1 次提交
    • P
      USB: gadget: Introduce ci13xxx_udc_driver struct · f01ef574
      Pavankumar Kondeti 提交于
      Introduces ci13xxx_udc_driver struct for bus glue drivers to hint
      ci13xxx_udc core about their special requirements.  The flags include
      avoiding hardware register access when controller is not in peripheral
      mode, enabling pull-up upon VBUS, disabling streaming mode and dependency
      on transceiver driver.
      
      Initialize gadget_ops in udc_probe so that transceiver can notify VBUS
      presence even when no gadget driver is bounded.
      
      A notify_event callback is embedded in the same struct. This patch implements
      two events called CONTROLLER_RESET_EVENT and CONTROLLER_STOPPED_EVENT to
      notify the bus glue driver after resetting and stopping the controller for
      performing SoC specific quirks.
      Signed-off-by: NPavankumar Kondeti <pkondeti@codeaurora.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      f01ef574
  10. 08 1月, 2009 1 次提交