1. 28 Jun, 2011 1 commit
    • Felipe Balbi's avatar
      usb: gadget: introduce UDC Class · 2ccea03a
      Felipe Balbi authored
      this class will be used to abstract away several of the duplicated
      operations scattered among the USB gadget controller drivers.
      
      Later, we can add an atomic notifier to tell interested drivers about
      what's happening with the controller. Notifications such as suspend,
      resume, enumerated, etc. will be useful, at a minimum, for implementing
      usb charger detection.
      
      As part of the converting process usb_gadget_probe_driver() is no longer
      part of each udc but pushed into the ->stap() callback. The same for his
      couterpart.
      
      The core is currently set explicit to 'n'. It will be changed to 'y' once
      all users are converted since it provides functions which clash with
      other drivers.
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      Signed-off-by: default avatarSebastian Andrzej Siewior <bigeasy@linutronix.de>
      Acked-by: default avatarMichal Nazarewicz <mina86@mina86.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      2ccea03a
  2. 16 Jun, 2011 1 commit
  3. 14 Jun, 2011 2 commits
  4. 13 Jun, 2011 10 commits
  5. 12 Jun, 2011 8 commits
  6. 11 Jun, 2011 16 commits
  7. 10 Jun, 2011 2 commits