aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/pch_udc.c
AgeCommit message (Expand)Author
2013-03-27usb: gadget: pch_udc: fix sparse warningsFelipe Balbi
2013-03-18usb: gadget: pch_udc: don't assign gadget.dev.release directlyFelipe Balbi
2013-03-18usb: gadget: pch_udc: don't touch gadget.dev.driverFelipe Balbi
2013-03-18usb: gadget: pch_udc: remove unnecessary initializationsFelipe Balbi
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi
2013-03-18usb: gadget: pch_udc: let udc-core manage gadget->devFelipe Balbi
2013-01-24usb: gadget: pch_udc: convert to udc_start/udc_stopFelipe Balbi
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior
2012-06-04usb: gadget: pch_udc: Fix likely misuse of | for &Joe Perches
2012-05-04usb: gadget: Update pch_udc to use usb_endpoint_descriptor inside the struct ...Ido Shayevitz
2012-05-04usb: gadget: use module_pci_driverAxel Lin
2012-03-06usb/gadget/pch_udc: Fix compile errorTomoya MORINAGA
2012-02-24usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz
2012-02-09usb: gadget: pch_udc: Detecting VBUS through GPIO with interruptTomoya MORINAGA
2012-02-09usb: gadget: pch_udc: Detecting VBUS through GPIOTomoya MORINAGA
2012-01-24usb: gadget: pch_udc: Add debug messageTomoya MORINAGA
2012-01-24usb: gadget: pch_udc: Reduce redundant interruptTomoya MORINAGA
2012-01-24usb: gadget: pch_udc: Fix usb/gadget/pch_udc: Fix ether gadget connect/discon...Tomoya MORINAGA
2012-01-24usb: gadget: pch_udc: Fix USB suspend issueTomoya MORINAGA
2012-01-24usb: gadget: pch_udc: Fix wrong return valueTomoya MORINAGA
2012-01-24usb: gadget: pch_udc: Fix disconnect issueTomoya MORINAGA
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz
2011-11-15USB: pch_udc: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA
2011-11-15USB: pch_udc: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior
2011-04-13usb: pch_udc: unlock on allocation failureDan Carpenter
2011-02-17usb: pch_udc: Fixed issue which does not work with g_etherToshiharu Okada
2011-01-22usb: pch_udc: Fix the worning log issue at gadget driver removeToshiharu Okada
2011-01-22USB: pch_udc: support new device ML7213 IOHTomoya MORINAGA
2011-01-22usb: pch_udc: Fixed issue which does not work with g_serialToshiharu Okada
2010-12-10usb: pch_udc: Fix setup transfers with data outRichard Röjfors
2010-12-10usb: pch_udc: Fix compile error, warnings and checkpatch warningsRichard Röjfors
2010-11-16USB device driver of Topcliff PCHToshiharu Okada