summaryrefslogtreecommitdiffstats
path: root/drivers/usb/c67x00
Commit message (Expand)AuthorAgeFilesLines
* USB: c67x00: Remove unused declaration c67x00_hcd_msg_received()Yue Haibing2023-10-021-1/+0
* usb: c67x00-drv: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
* USB: c67x00: remove unnecessary check of resYang Yingliang2022-05-121-4/+2
* usb: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-231-2/+2
* usb/c67x00: Replace tasklet with workDavidlohr Bueso2021-01-262-6/+8
* Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman2020-08-311-1/+2
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+2
* | usb: c67x00: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-4/+3
|/
* Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman2020-07-201-1/+1
|\
| * USB: c67x00: fix use after free in c67x00_giveback_urbTom Rix2020-07-101-1/+1
* | usb: c67x00: c67x00-hcd: Demote obvious misuse of kerneldoc to standard comme...Lee Jones2020-07-151-3/+3
* | usb: c67x00: c67x00-sched: Demote obvious misuse of kerneldoc to standard com...Lee Jones2020-07-031-13/+13
* | usb: c67x00: c67x00-ll-hpi: Demote obvious misuse of kerneldoc to standard co...Lee Jones2020-07-031-3/+3
|/
* USB: c67x00: Use the correct style for SPDX License IdentifierNishad Kamdar2020-03-172-2/+2
* USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman2017-11-071-0/+1
* USB: c67x00: Remove redundant license textGreg Kroah-Hartman2017-11-076-90/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-046-0/+6
* USB: c67x00: remove redundant pointer urbpColin Ian King2017-11-011-2/+0
* c67x00-hcd: constify hc_driver structuresJulia Lawall2017-07-301-1/+1
* c67x00-hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* usb: c67x00: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* USB: c67x00: correct spelling mistakes in commentsRahul Bedarkar2014-01-082-3/+3
* USB: c67x00: move URB private data allocation from under spinlockMax Filippov2014-01-071-9/+9
* USB: c67x00: add proper delays to HPI read/writeMax Filippov2014-01-071-0/+10
* USB: c67x00: remove CONFIG_USB_DEBUG dependancyGreg Kroah-Hartman2013-12-202-14/+3
* usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-081-0/+2
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* USB: c67x00: use dev_get_platdata()Jingoo Han2013-07-311-2/+2
* usb: c67x00 RetryCnt value in c67x00 TD should be 3Dave Tubbs2013-03-071-1/+1
* usb: Correction to c67x00 TD data length maskDave Tubbs2013-03-071-1/+1
* USB: c67x00-ll-hpi.c: signedness bug in ll_recv_msg()Dan Carpenter2013-01-181-1/+1
* usb: remove use of __devexitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devinitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* usb: convert drivers/usb/* to use module_platform_driver()Axel Lin2011-11-281-13/+2
* USB: Remove the SAW_IRQ hcd flagAlan Stern2011-11-141-1/+0
* usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker2011-10-311-0/+1
* Fix common misspellingsLucas De Marchi2011-03-313-3/+3
* usb: makefile cleanupmatt mooney2010-10-221-3/+3
* USB: convert usb_hcd bitfields into atomic flagsAlan Stern2010-08-101-2/+2
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
* USB: c67x00: use resource_size().Thiago Farina2010-03-021-4/+4
* usb/c67x00 endianness annotationsAl Viro2008-06-041-6/+6
* Fix c67x00-ll-hpi compilation failure (bug #10627)Fernando Luis Vázquez Cao2008-05-121-0/+1
* USB: add Cypress c67x00 OTG controller HCD driverPeter Korsgaard2008-05-027-0/+1821
* USB: add Cypress c67x00 OTG controller core driverPeter Korsgaard2008-05-021-0/+230
* USB: add Cypress c67x00 low level interface codePeter Korsgaard2008-05-022-0/+690