staging: emxx_udc: Add Emma Mobile USB Gadget driver
authorMagnus Damm <damm+renesas@opensource.se>
Fri, 6 Jun 2014 10:44:17 +0000 (19:44 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 21:42:17 +0000 (14:42 -0700)
commit33aa8d45a4fea3dc5d90338aad0867a66e0c38d5
tree08c2a0298dbc894fe11342168b8db08407e883d3
parent22b5371412f91ea0e1bf5e1c1dd527eb3eed6dc2
staging: emxx_udc: Add Emma Mobile USB Gadget driver

Add the emxx_udc driver to staging based on an old linux-2.6.35.7
android tree. The driver has been brushed up slightly to complile
but it is still in great need of cleanup.

At this point DT bindings are clearly lacking and I doubt that the
driver even can run with multiple instances (global variables, hurray!).

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/emxx_udc/Kconfig [new file with mode: 0644]
drivers/staging/emxx_udc/Makefile [new file with mode: 0644]
drivers/staging/emxx_udc/emxx_udc.c [new file with mode: 0644]
drivers/staging/emxx_udc/emxx_udc.h [new file with mode: 0644]