summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/pch_udc.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: Gadget directory cleanup - group UDC driversAndrzej Pietrasiewicz2014-07-161-3248/+0Star
* usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga2013-12-171-3/+3
* usb: gadget: pch_udc: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-061-1/+1
* usb: gadget: Remove redundant pci_set_drvdataSachin Kamat2013-09-261-1/+0Star
* usb: gadget: pch_udc: fix sparse warningsFelipe Balbi2013-03-271-0/+4
* usb: gadget: pch_udc: don't assign gadget.dev.release directlyFelipe Balbi2013-03-181-2/+2
* usb: gadget: pch_udc: don't touch gadget.dev.driverFelipe Balbi2013-03-181-2/+0Star
* usb: gadget: pch_udc: remove unnecessary initializationsFelipe Balbi2013-03-181-2/+0Star
* usb: gadget: drop now unnecessary flagFelipe Balbi2013-03-181-1/+0Star
* usb: gadget: pch_udc: let udc-core manage gadget->devFelipe Balbi2013-03-181-9/+1Star
* usb: gadget: pch_udc: convert to udc_start/udc_stopFelipe Balbi2013-01-241-53/+14Star
* usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior2012-09-101-3/+3
* usb: gadget: pch_udc: Fix likely misuse of | for &Joe Perches2012-06-041-1/+1
* usb: gadget: Update pch_udc to use usb_endpoint_descriptor inside the struct ...Ido Shayevitz2012-05-041-9/+7Star
* usb: gadget: use module_pci_driverAxel Lin2012-05-041-12/+1Star
* usb/gadget/pch_udc: Fix compile errorTomoya MORINAGA2012-03-061-0/+1
* usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz2012-02-241-0/+1
* usb: gadget: pch_udc: Detecting VBUS through GPIO with interruptTomoya MORINAGA2012-02-091-4/+83
* usb: gadget: pch_udc: Detecting VBUS through GPIOTomoya MORINAGA2012-02-091-3/+142
* usb: gadget: pch_udc: Add debug messageTomoya MORINAGA2012-01-241-2/+6
* usb: gadget: pch_udc: Reduce redundant interruptTomoya MORINAGA2012-01-241-3/+6
* usb: gadget: pch_udc: Fix usb/gadget/pch_udc: Fix ether gadget connect/discon...Tomoya MORINAGA2012-01-241-4/+66
* usb: gadget: pch_udc: Fix USB suspend issueTomoya MORINAGA2012-01-241-1/+8
* usb: gadget: pch_udc: Fix wrong return valueTomoya MORINAGA2012-01-241-1/+3
* usb: gadget: pch_udc: Fix disconnect issueTomoya MORINAGA2012-01-241-1/+4
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz2011-12-121-1/+1
* usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz2011-12-121-1/+1
* USB: pch_udc: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2011-11-151-2/+2
* USB: pch_udc: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2011-11-151-0/+6
* usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf2011-09-101-9/+0Star
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-3/+3
* usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior2011-06-281-4/+12
* usb: pch_udc: unlock on allocation failureDan Carpenter2011-04-141-3/+5
* usb: pch_udc: Fixed issue which does not work with g_etherToshiharu Okada2011-02-171-74/+104
* usb: pch_udc: Fix the worning log issue at gadget driver removeToshiharu Okada2011-01-231-1/+2
* USB: pch_udc: support new device ML7213 IOHTomoya MORINAGA2011-01-231-0/+7
* usb: pch_udc: Fixed issue which does not work with g_serialToshiharu Okada2011-01-231-50/+67
* usb: pch_udc: Fix setup transfers with data outRichard Röjfors2010-12-101-1/+4
* usb: pch_udc: Fix compile error, warnings and checkpatch warningsRichard Röjfors2010-12-101-8/+11
* USB device driver of Topcliff PCHToshiharu Okada2010-11-161-0/+2941