]> Pileus Git - ~andy/linux/commit
usb: gadget: remove imx_udc
authorFelipe Balbi <balbi@ti.com>
Thu, 27 Jun 2013 07:20:44 +0000 (10:20 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 29 Jul 2013 10:53:25 +0000 (13:53 +0300)
commit2b0c49530bc5fdbde93295e5c8f26f55d0de1e04
tree41edef02c6e7dcf6487f82f1c8a38c3e844042bb
parent1a356dbc6465b0a87474993dafcd7a101ef57ff9
usb: gadget: remove imx_udc

That driver hasn't been really maintained for
a long time. It doesn't compile in any way, it
includes non-existent headers, has no users,
and is just plain broken.

The person who used to work with that driver
has publicly stated that he has no plans to
touch that driver again and is ok with removal[1].

Due to these factors, imx_udc is now removed from
the tree, if someone really believe it needs to
be kept, please fix the bugs in that driver.

[1] http://marc.info/?l=linux-usb&m=136197620417636&w=2

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/Kconfig
drivers/usb/gadget/Makefile
drivers/usb/gadget/imx_udc.c [deleted file]
drivers/usb/gadget/imx_udc.h [deleted file]