]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/usb/gadget/atmel_usba_udc.c
usb: gadget: atmel_usba_udc: convert to newstyle start/stop interface
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Sat, 4 Feb 2012 17:55:24 +0000 (18:55 +0100)
committerFelipe Balbi <balbi@ti.com>
Fri, 4 May 2012 12:53:01 +0000 (15:53 +0300)
commitd809f78f81fc1c7e9d8afaaa51ec4813612aff94
tree8e818679d8eabd6c26dcb55ffe0b51d4b69f3639
parentf3d8bf34c2c925867322197096ed501ceab8085a
usb: gadget: atmel_usba_udc: convert to newstyle start/stop interface

This patches converts the driver into the new style start/stop interface.
As a result the driver no longer uses the static global the_udc
variable in start/stop functions. I kept the the_udc variable since it
makes the init code a little simpler.
Someone with hardware might want to look if it possible to move the vbus
irq/toggle_bias code into ->pullup().

Compile tested only.

Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/atmel_usba_udc.c