]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfc99d48e0e9a2df1df0a653fc18e25da196df799
tree08c2a0298dbc894fe11342168b8db08407e883d3
parent5377984b7cf71dcf5a6c17e13c3b7e5951a1f4e7
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]