u-boot-brain/drivers/usb/gadget
Mike Dunn e0e89e236f pxa27x_udc: remove call to unimplemented set_GPIO_mode()
If CONFIG_USB_DEV_PULLUP_GPIO is defined, a link error occurs because the
set_GPIO_mode() helper function is not implemented.  This function doesn't do
much except make the code a little more readable, so I just manually coded its
equivalent and removed the prototype from the header file.  It is invoked no
where else in the code.

While I was at it, I noticed that two other function prototypes in the same
header file are also neither implemented nor invoked anywhere, so I removed them
as well.

Signed-off-by: Mike Dunn <mikedunn@newsguy.com>
2013-05-05 23:47:05 +02:00
..
composite.c usb:composite:fix Provide function data when addressing device with only one interface 2013-03-18 18:58:52 +01:00
config.c linux/usb/ch9.h: update with the version from Linux tree 2012-11-20 00:16:06 +01:00
core.c
designware_udc.c
ep0.c
ep0.h
epautoconf.c linux/usb/ch9.h: update with the version from Linux tree 2012-11-20 00:16:06 +01:00
ether.c linux/usb/ch9.h: update with the version from Linux tree 2012-11-20 00:16:06 +01:00
f_dfu.c dfu: Properly zero out timeout value 2013-03-16 21:12:01 +01:00
f_dfu.h
f_mass_storage.c usb:composite: USB Mass Storage - f_mass_storage.c from Linux kernel 2013-03-18 18:58:53 +01:00
g_dnl.c usb:gadget: USB Mass Storage Gadget support 2013-03-18 18:58:53 +01:00
gadget_chips.h musb-new: port of Linux musb driver 2012-11-20 00:16:06 +01:00
Makefile usb: Fix bug when both DFU & ETHER are defined 2013-03-16 21:12:02 +01:00
mpc8xx_udc.c
mv_udc.c
ndis.h
omap1510_udc.c
pxa25x_udc.c pxa25x_udc: Remove usbdescriptors.h 2012-12-17 15:38:14 +01:00
pxa25x_udc.h pxa25x: Add support for USB ethernet gadget 2012-10-15 11:54:01 -07:00
pxa27x_udc.c pxa27x_udc: remove call to unimplemented set_GPIO_mode() 2013-05-05 23:47:05 +02:00
regs-otg.h
rndis.c
rndis.h
s3c_udc_otg_xfer_dma.c
s3c_udc_otg.c linux/usb/ch9.h: update with the version from Linux tree 2012-11-20 00:16:06 +01:00
storage_common.c usb:composite: USB Mass Storage - storage_common.c from Linux kernel 2013-03-18 18:58:53 +01:00
usbstring.c linux/usb/ch9.h: update with the version from Linux tree 2012-11-20 00:16:06 +01:00