summaryrefslogtreecommitdiff
path: root/drivers/usb/c67x00
AgeCommit message (Expand)AuthorFilesLines
2015-04-03c67x00-hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2014-10-20usb: c67x00: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-08USB: c67x00: correct spelling mistakes in commentsRahul Bedarkar2-3/+3
2014-01-07USB: c67x00: move URB private data allocation from under spinlockMax Filippov1-9/+9
2014-01-07USB: c67x00: add proper delays to HPI read/writeMax Filippov1-0/+10
2013-12-20USB: c67x00: remove CONFIG_USB_DEBUG dependancyGreg Kroah-Hartman2-14/+3
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+2
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-07-31USB: c67x00: use dev_get_platdata()Jingoo Han1-2/+2
2013-03-07usb: c67x00 RetryCnt value in c67x00 TD should be 3Dave Tubbs1-1/+1
2013-03-07usb: Correction to c67x00 TD data length maskDave Tubbs1-1/+1
2013-01-18USB: c67x00-ll-hpi.c: signedness bug in ll_recv_msg()Dan Carpenter1-1/+1
2012-11-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devexit_pBill Pemberton1-1/+1
2011-11-28usb: convert drivers/usb/* to use module_platform_driver()Axel Lin1-13/+2
2011-11-14USB: Remove the SAW_IRQ hcd flagAlan Stern1-1/+0
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2010-10-22usb: makefile cleanupmatt mooney1-3/+3
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-2/+2
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-0/+2
2010-03-02USB: c67x00: use resource_size().Thiago Farina1-4/+4
2008-06-04usb/c67x00 endianness annotationsAl Viro1-6/+6
2008-05-12Fix c67x00-ll-hpi compilation failure (bug #10627)Fernando Luis Vázquez Cao1-0/+1
2008-05-02USB: add Cypress c67x00 OTG controller HCD driverPeter Korsgaard7-0/+1821
2008-05-02USB: add Cypress c67x00 OTG controller core driverPeter Korsgaard1-0/+230
2008-05-02USB: add Cypress c67x00 low level interface codePeter Korsgaard2-0/+690