aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/emxx_udc/emxx_udc.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-24staging: emxx_udc: Remove EMMA Mobile USB Gadget driverGeert Uytterhoeven1-3223/+0
2023-04-03staging: emxx_udc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-01-19staging: emxx_udc: Add checks for dma_alloc_coherent()Yuan Can1-1/+6
2022-11-08staging: emxx_udc: use min helper macro for variable comparisonDeepak R Varma1-4/+1
2021-05-25staging: emxx_udc: fix alignment issuesHarold Mertzweiller1-7/+4
2021-05-20staging: emxx_udc: fix loop in _nbu2ss_nuke()Dan Carpenter1-2/+2
2021-03-10staging: emxx_udc: remove unused variable driver_descSean Behan1-1/+0
2021-02-07staging: emxx_udc: Make incorrectly defined global staticKumar Kartikeya Dwivedi1-0/+3
2020-09-22staging/emxx_udc: fix indenting issue on a couple of statementsColin Ian King1-3/+3
2020-09-02staging/emxx_udc: Remove pointless variable assignmentsAlex Dewar1-5/+4
2020-08-28staging: emxx_udc: Fix passing of NULL to dma_alloc_coherent()Alex Dewar1-2/+2
2019-10-30staging: emxx_udc: Fix invalid reference errorJavier F. Arias1-10/+8
2019-10-29staging: emxx_udc: Fix the format of a parameter listFrank A. Cancio Bello1-3/+2
2019-10-10staging: emxx_udc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-09-12staging: emxx_udc: remove local TRUE/FALSE definitionSaiyam Doshi1-38/+38
2019-07-30staging: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-04-02staging: emxx_udc: emxx_udc.c: Replace bit shifting with BIT macroPayal Kshirsagar1-3/+3
2019-03-27staging: emxx_udc: remove unneeded parenthesisEmiliano Ingrassia1-5/+5
2019-03-21staging: emxx_udc: lines should not end with parenthesisPayal Kshirsagar1-17/+17
2019-03-18staging: emxx_udc: Fix open parenthesis at the end of the lineDaniela Mormocea1-2/+1
2019-03-18staging: emxx_udc: Fix equal sign alignmentDaniela Mormocea1-2/+2
2019-01-15Staging: emxx_udc: Switch to the gpio descriptor interfaceNishad Kamdar1-15/+16
2018-12-05staging: emxx_udc: Remove cast and move all in one line.Cristian Sicilia1-8/+4
2018-11-20staging: emxx_udc: Fixing function namingCristian Sicilia1-142/+70
2018-11-08staging: emxx_udc: Added missing le16_to_cpu conversionsCarmeli Tamir1-10/+12
2018-11-08staging: emxx_udc: Added missing __iomem modifier to handle p_regsCarmeli Tamir1-22/+22
2018-11-08staging: emxx_udc: Added static modifier to udc_controllerCarmeli Tamir1-1/+1
2018-10-09staging: emxx_udc: Remove unused device_desc declarationNathan Chancellor1-19/+0
2018-09-25staging: emxx_udc: remove unnecessary nullpointer checksArkadiusz Lis1-22/+2
2018-03-06staging: emxx_udc: Remove unnecessary NULL checksDan Carpenter1-8/+0
2018-02-22staging: emxx_udc: Remove unneeded castChristopher Diaz Riveros1-1/+1
2018-01-15staging: emxx_udc: remove redundant license textGreg Kroah-Hartman1-9/+0
2018-01-15staging: emxx_udc: add SPDX identifier.Greg Kroah-Hartman1-0/+1
2017-05-15staging: emxx_udc: Break long linesAlexis Lothoré1-3/+8
2017-05-15staging: emxx_udc: Update function parameters nameAlexis Lothoré1-6/+6
2017-05-15staging: emxx_udc: Update local variable namesAlexis Lothoré1-124/+124
2017-05-15staging: emxx_udc: Update function namesAlexis Lothoré1-4/+4
2017-05-15staging: emxx_udc: Balance "else" parenthesisAlexis Lothoré1-1/+2
2017-05-15staging: emxx_udc: Update EPn variables nameAlexis Lothoré1-68/+68
2017-01-03staging: emxx_udc: Fix CamelCase variable nameAfonso Bordado1-4/+4
2017-01-03staging: emxx_udc: Remove unecessary temporary variableAfonso Bordado1-9/+7
2017-01-03staging: emxx_udc: Rename CamelCase variableAfonso Bordado1-8/+4
2017-01-03staging: emxx_udc: Fix CamelCase function nameAfonso Bordado1-2/+2
2017-01-03staging: emxx_udc: remove incorrect __init annotationsArnd Bergmann1-2/+2
2016-11-23staging: emxx_udc: emxx_udc.c Align parenthesisWalt Feasel1-2/+2
2016-11-23staging: emxx_udc: emxx_udc.c Spaces preferred around operatorsWalt Feasel1-1/+1
2016-11-23staging: emxx_udc: emxx_udc.c {} Single statement blocksWalt Feasel1-2/+1
2016-11-23staging: emxx_udc: emxx_udc.c Logical continuationWalt Feasel1-22/+15
2016-11-23staging: emxx_udc: emxx_udc.c Blank lines after {Walt Feasel1-13/+0
2016-11-07Staging:emxx_udc:emxx_udc: Compression of lines for immediate returnNadim Almas1-3/+1
2016-10-16Staging: emxx_udc: constify usb_ep_ops structureBhumika Goyal1-1/+1
2016-10-16Staging: emxx_udc: Remove useless type conversionBhumika Goyal1-3/+3
2016-09-16staging: emxx_udc: add braces to if-else blockGargi Sharma1-7/+8
2016-09-12staging: emxx_udc: Remove unnecessary blank lineRehas Sachdeva1-1/+0
2016-09-01staging: emxx_udc: Fix checkpatch warningAnson Jacob1-3/+1
2016-07-26staging: emxx_udc: allow modular buildArnd Bergmann1-4/+32
2016-05-09Staging: emxx_udc: emxx_udc: fixed coding style issueShyam Saini1-2/+2
2016-03-28Staging: emxx_udc: Add space around '-'Dilek Uzulmez1-10/+10
2016-03-11Staging: emxx_udc: Return NULL instead of 0.Sandhya Bankar1-1/+1
2016-02-22staging: emxx_udc: Remove header fileAmitoj Kaur Chawla1-1/+0
2016-02-11staging: emxx_udc: Remove parentheses around the right hand side of assignmentJanani Ravichandran1-7/+7
2016-02-07staging: emxx_udc: Alligned to match '('Anjali Menon1-20/+18
2015-12-21staging: emxx_udc: use list_first_entry_or_null()Geliang Tang1-25/+5
2015-12-21staging/emxx_udc: fix 64-bit warningsArnd Bergmann1-5/+5
2015-10-24Staging: emxx_udc: Add space around operator.Navya Sri Nizamkari1-1/+1
2015-10-24staging: emxx_udc: Remove boolean comparisonsLuis de Bethencourt1-5/+5
2015-10-12drivers/staging: make emxx_udc.c explicitly non-modularPaul Gortmaker1-33/+4
2015-09-30staging:emxx_udc: Fixed comparison style warningsCristina Moraru1-19/+19
2015-09-12staging: emxx_udc: Remove unused parameter from function parameter list param...Ravi Teja Darbha1-7/+5
2015-09-12staging: emxx_udc: Remove cleanup1 labelRavi Teja Darbha1-6/+3
2015-09-12staging: emxx_udc: Fix NULL comparison styleRavi Teja Darbha1-31/+31
2015-09-12staging: emxx_udc: Avoid using multiple blank linesRavi Teja Darbha1-9/+0
2015-09-12staging: emxx_udc: Remove FSF mailing addressRavi Teja Darbha1-4/+0
2015-08-04staging: emxx_udc: add ep capabilities supportRobert Baldyga1-31/+42
2015-07-31staging: emxx_udc: add missing usb_ep_set_maxpacket_limit()Robert Baldyga1-1/+2
2015-06-08staging: emxx_udc: remove commented codeMadhusudhanan Ravindran1-26/+0
2015-05-08Staging: fixed multiple spelling errors.Carlos E. Garcia1-1/+1
2015-04-30staging: emxx_udc: Remove dead codeGujulan Elango, Hari Prasath (H.)1-33/+0
2015-04-30staging: emxx_udc : remove stray semicolonGujulan Elango, Hari Prasath (H.)1-1/+1
2015-04-30staging: emxx_udc: test returned valueJulia Lawall1-1/+1
2015-03-16Staging: emuxx_udc: replace pr_* with dev_*Haneen Mohammed1-7/+7
2015-03-16Staging: emxx_udc: Iterate list using list_for_each_entrySomya Anand1-2/+1
2015-03-06Staging: emxx_udc: Replace custom printk macro ERR with dev_err or pr_errHaneen Mohammed1-39/+41
2015-03-06Staging: emxx_udc: Remove argument test from functionHaneen Mohammed1-5/+0
2015-03-06Staging: emxx_udc: Fix do not add new typedefs and remove volatileHaneen Mohammed1-30/+30
2015-02-26staging: emxx_udc: rewrite the right hand side of an assignmentAya Mahfouz1-2/+2
2015-02-24staging: emxx_udc: Replace GFP_KERNEL with GFP_ATOMICTapasweni Pathak1-1/+1
2015-02-15Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-38/+14
2015-02-07staging: emxx_udc: Remove nbu2ss_drv_set_dp_info()Chris Rorvick1-38/+14
2015-02-04staging: emxx_udc: fix the build errorPeter Chen1-0/+3
2015-01-29staging: emxx_udc: use common is_selfpoweredPeter Chen1-6/+3
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+3
2014-10-30staging: emxx_udc: use USB API functions rather than constantsTapasweni Pathak1-2/+2
2014-10-23staging: emxx_udc: Remove null check before kfreeTapasweni Pathak1-2/+1
2014-10-20staging: emxx_udc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-02staging: emxx_udc: Use min_t instead of minEbru Akagunduz1-3/+3
2014-10-02staging: emxx_udc: Fix replace printk(KERN_DEBUG ..) with dev_dbgEbru Akagunduz1-5/+5
2014-09-28staging: emxx_udc: Fixed else is not usefull warning.Gulsah Kose1-2/+1
2014-09-23staging: emxx_udc: Do not assign bool to 0/1Roberta Dobrescu1-6/+6
2014-09-23staging: emxx_udc: Do not use comparisons on bool testsRoberta Dobrescu1-4/+2
2014-09-19staging: emxx_udc: Replace __constant_cpu_to_le16 with cpu_to_le16Roberta Dobrescu1-3/+3
2014-09-19staging: emxx_udc: fix compile warnings: discarding const qualifierVincenzo Scotti1-2/+2
2014-09-19staging: exxx_udc: Convert pr_warning to pr_warnMasanari Iida1-3/+3
2014-09-11staging: emxx_udc: fix style warnings: const strings should be const charVincenzo Scotti1-14/+14
2014-09-11staging: emxx_udc: fix style warnings: return in void functionsVincenzo Scotti1-14/+0
2014-09-11staging: emxx_udc: fix style warnings: blank line after declarationsVincenzo Scotti1-0/+2
2014-08-30Staging: emxx_udc: emxx_udc: remove spaces before semicolonsAndrew Plummer1-4/+4
2014-07-15staging: emxx_udc: Fix coding style errorsKANG Yuxuan1-7/+7
2014-07-09staging: emxx_udc: Fix build errorSachin Kamat1-1/+1
2014-06-26staging: emxx_udc: Use module_platform_driverSachin Kamat1-18/+1
2014-06-26staging: emxx_udc: Fix build errorSachin Kamat1-4/+3
2014-06-19staging: emxx_udc: I/O memory and IRQ resource supportMagnus Damm1-39/+18
2014-06-19staging: emxx_udc: Add Emma Mobile USB Gadget driverMagnus Damm1-0/+3559