summaryrefslogtreecommitdiffstats
path: root/drivers/staging/emxx_udc
Commit message (Expand)AuthorAgeFilesLines
* staging: emxx_udc: use list_first_entry_or_null()Geliang Tang2015-12-221-25/+5Star
* staging/emxx_udc: fix 64-bit warningsArnd Bergmann2015-12-221-5/+5
* Staging: emxx_udc: Add space around operator.Navya Sri Nizamkari2015-10-251-1/+1
* staging: emxx_udc: Remove boolean comparisonsLuis de Bethencourt2015-10-251-5/+5
* drivers/staging: make emxx_udc.c explicitly non-modularPaul Gortmaker2015-10-131-33/+4Star
* staging:emxx_udc: Fixed comparison style warningsCristina Moraru2015-09-301-19/+19
* staging: emxx_udc: Remove unused parameter from function parameter list param...Ravi Teja Darbha2015-09-131-7/+5Star
* staging: emxx_udc: Remove cleanup1 labelRavi Teja Darbha2015-09-131-6/+3Star
* staging: emxx_udc: Fix NULL comparison styleRavi Teja Darbha2015-09-131-31/+31
* staging: emxx_udc: Avoid using multiple blank linesRavi Teja Darbha2015-09-132-35/+0Star
* staging: emxx_udc: Remove FSF mailing addressRavi Teja Darbha2015-09-132-8/+0Star
* staging: emxx_udc: add ep capabilities supportRobert Baldyga2015-08-041-31/+42
* staging: emxx_udc: add missing usb_ep_set_maxpacket_limit()Robert Baldyga2015-07-311-1/+2
* staging: emxx_udc: remove commented codeHari Prasath Gujulan Elango2015-06-161-10/+0Star
* staging: emxx_udc: remove commented codeMadhusudhanan Ravindran2015-06-081-26/+0Star
* Staging: fixed multiple spelling errors.Carlos E. Garcia2015-05-081-1/+1
* staging: emxx_udc: Remove dead codeGujulan Elango, Hari Prasath (H.)2015-04-301-33/+0Star
* staging: emxx_udc : remove stray semicolonGujulan Elango, Hari Prasath (H.)2015-04-301-1/+1
* staging: emxx_udc: test returned valueJulia Lawall2015-04-301-1/+1
* Staging: emuxx_udc: replace pr_* with dev_*Haneen Mohammed2015-03-161-7/+7
* Staging: emxx_udc: Iterate list using list_for_each_entrySomya Anand2015-03-161-2/+1Star
* Staging: emxx_udc: Remove custom printk macro ERRHaneen Mohammed2015-03-061-1/+0Star
* Staging: emxx_udc: Replace custom printk macro ERR with dev_err or pr_errHaneen Mohammed2015-03-061-39/+41
* Staging: emxx_udc: Remove argument test from functionHaneen Mohammed2015-03-061-5/+0Star
* Staging: emxx_udc: Fix do not add new typedefs and remove volatileHaneen Mohammed2015-03-062-44/+43Star
* staging: emxx_udc: rewrite the right hand side of an assignmentAya Mahfouz2015-02-271-2/+2
* Staging: emxx_udc: Convert from __attribute__((aligned(size))) to __aligned(s...Vatika Harlalka2015-02-251-1/+1
* staging: emxx_udc: Replace GFP_KERNEL with GFP_ATOMICTapasweni Pathak2015-02-251-1/+1
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-191-1/+1
|\
| * kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-071-1/+1
* | Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-151-38/+14Star
|\ \
| * | staging: emxx_udc: Remove nbu2ss_drv_set_dp_info()Chris Rorvick2015-02-071-38/+14Star
| |/
* | staging: emxx_udc: fix the build errorPeter Chen2015-02-041-0/+3
* | staging: emxx_udc: use common is_selfpoweredPeter Chen2015-01-292-7/+3Star
|/
* Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-161-4/+3Star
|\
| * staging: emxx_udc: use USB API functions rather than constantsTapasweni Pathak2014-10-301-2/+2
| * staging: emxx_udc: Remove null check before kfreeTapasweni Pathak2014-10-231-2/+1Star
* | staging: emxx_udc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
|/
* staging: emxx_udc: Use min_t instead of minEbru Akagunduz2014-10-021-3/+3
* staging: emxx_udc: Fix replace printk(KERN_DEBUG ..) with dev_dbgEbru Akagunduz2014-10-021-5/+5
* staging: emxx_udc: Fixed else is not usefull warning.Gulsah Kose2014-09-291-2/+1Star
* staging: emxx_udc: Do not assign bool to 0/1Roberta Dobrescu2014-09-241-6/+6
* staging: emxx_udc: Do not use comparisons on bool testsRoberta Dobrescu2014-09-241-4/+2Star
* staging: emxx_udc: Replace __constant_cpu_to_le16 with cpu_to_le16Roberta Dobrescu2014-09-201-3/+3
* staging: emxx_udc: fix compile warnings: discarding const qualifierVincenzo Scotti2014-09-201-2/+2
* staging: exxx_udc: Convert pr_warning to pr_warnMasanari Iida2014-09-201-3/+3
* staging: emxx_udc: fix style warnings: const strings should be const charVincenzo Scotti2014-09-111-14/+14
* staging: emxx_udc: fix style warnings: return in void functionsVincenzo Scotti2014-09-111-14/+0Star
* staging: emxx_udc: fix style warnings: blank line after declarationsVincenzo Scotti2014-09-111-0/+2
* staging: emxx_udc: remove check for CONFIG_MACH_EMGRPaul Bolle2014-09-081-4/+0Star