Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | pxa27x_udc: remove call to unimplemented set_GPIO_mode() | Mike Dunn | 2013-05-05 | -1/+3 |
| | | | | | | | | | | | | | | 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> | |||
* | drivers/usb/gadget/pxa27x_udc.c: Coding Style cleanup | Wolfgang Denk | 2011-12-19 | -3/+2 |
| | | | | | | | Commit bdbcdc89 "pxa: convert pxa27x_udc to use read and write functions" added a number of C++ comments. Fix these. Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
* | pxa: convert pxa27x_udc to use read and write functions | Stefan Herbrechtsmeier | 2011-12-11 | -83/+100 |
| | | | | | | Signed-off-by: Stefan Herbrechtsmeier <sherbrec@cit-ec.uni-bielefeld.de> CC: Marek Vasut <marek.vasut@gmail.com> CC: Remy Bohmer <linux@bohmer.net> | |||
* | Support for PXA27X UDC. | Remy Bohmer | 2009-04-06 | -0/+702 |
This Patch adds Support for PXA27X UDC. (Rebased to drivers/usb reorganisation) Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com> Signed-off-by: Remy Bohmer <linux@bohmer.net> |