summaryrefslogtreecommitdiffstats
path: root/drivers/staging/emxx_udc
AgeCommit message (Expand)AuthorLines
2024-01-24staging: emxx_udc: Remove EMMA Mobile USB Gadget driverGeert Uytterhoeven-3796/+0
2023-04-03staging: emxx_udc: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-01-19staging: emxx_udc: Add checks for dma_alloc_coherent()Yuan Can-1/+6
2022-11-08staging: emxx_udc: use min helper macro for variable comparisonDeepak R Varma-4/+1
2021-05-25staging: emxx_udc: fix alignment issuesHarold Mertzweiller-7/+4
2021-05-20staging: emxx_udc: fix loop in _nbu2ss_nuke()Dan Carpenter-2/+2
2021-03-10staging: emxx_udc: remove unused variable driver_descSean Behan-1/+0
2021-02-07staging: emxx_udc: Make incorrectly defined global staticKumar Kartikeya Dwivedi-2/+3
2020-09-22staging/emxx_udc: fix indenting issue on a couple of statementsColin Ian King-3/+3
2020-09-13staging: emxx_udc: Remove misplaced debugging aidMikhail Gusarov-5/+0
2020-09-02staging/emxx_udc: Remove pointless variable assignmentsAlex Dewar-5/+4
2020-08-28staging: emxx_udc: Fix passing of NULL to dma_alloc_coherent()Alex Dewar-2/+2
2020-08-18staging: emxx_udc: Allow for building on !ARMAlex Dewar-1/+1
2020-08-18staging: emxx_udc: Use standard BIT() macroAlex Dewar-245/+211
2019-10-30staging: emxx_udc: Fix invalid reference errorJavier F. Arias-10/+8
2019-10-29staging: emxx_udc: Fix the format of a parameter listFrank A. Cancio Bello-3/+2
2019-10-10staging: emxx_udc: use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-09-12staging: emxx_udc: remove local TRUE/FALSE definitionSaiyam Doshi-43/+38
2019-07-30staging: Remove dev_err() usage after platform_get_irq()Stephen Boyd-3/+1
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman-0/+1
2019-04-02staging: emxx_udc: emxx_udc.c: Replace bit shifting with BIT macroPayal Kshirsagar-3/+3
2019-03-27staging: emxx_udc: remove unneeded parenthesisEmiliano Ingrassia-5/+5
2019-03-21staging: emxx_udc: lines should not end with parenthesisPayal Kshirsagar-17/+17
2019-03-18staging: emxx_udc: Fix open parenthesis at the end of the lineDaniela Mormocea-2/+1
2019-03-18staging: emxx_udc: Fix equal sign alignmentDaniela Mormocea-2/+2
2019-01-15Staging: emxx_udc: Switch to the gpio descriptor interfaceNishad Kamdar-15/+18
2018-12-05staging: emxx_udc: Remove cast and move all in one line.Cristian Sicilia-8/+4
2018-11-20staging: emxx_udc: Fixing function namingCristian Sicilia-142/+70
2018-11-08staging: emxx_udc: Added missing le16_to_cpu conversionsCarmeli Tamir-10/+12
2018-11-08staging: emxx_udc: Added missing __iomem modifier to handle p_regsCarmeli Tamir-23/+23
2018-11-08staging: emxx_udc: Added static modifier to udc_controllerCarmeli Tamir-1/+1
2018-10-09staging: emxx_udc: Remove unused device_desc declarationNathan Chancellor-19/+0
2018-09-25staging: emxx_udc: remove unnecessary nullpointer checksArkadiusz Lis-22/+2
2018-04-23staging: emxx_udc: Add GPIO descriptor work to TODOLinus Walleij-0/+2
2018-04-23staging: emxx_udc: Change platform dependency to ARCH_RENESASGeert Uytterhoeven-1/+1
2018-03-06staging: emxx_udc: Remove unnecessary NULL checksDan Carpenter-8/+0
2018-02-22staging: emxx_udc: Remove unneeded castChristopher Diaz Riveros-1/+1
2018-01-15staging: emxx_udc: remove redundant license textGreg Kroah-Hartman-18/+0
2018-01-15staging: emxx_udc: add SPDX identifier.Greg Kroah-Hartman-0/+2
2017-05-15staging: emxx_udc: Update "reserved" registers nameAlexis Lothoré-5/+5
2017-05-15staging: emxx_udc: Break long linesAlexis Lothoré-3/+8
2017-05-15staging: emxx_udc: Update function parameters nameAlexis Lothoré-6/+6
2017-05-15staging: emxx_udc: Update local variable namesAlexis Lothoré-124/+124
2017-05-15staging: emxx_udc: Update function namesAlexis Lothoré-4/+4
2017-05-15staging: emxx_udc: Balance "else" parenthesisAlexis Lothoré-1/+2
2017-05-15staging: emxx_udc: Update EPn variables nameAlexis Lothoré-176/+176
2017-03-09staging: emxx_udc: Add comment for spinlock_t definition.Varsha Rao-1/+1
2017-01-03staging: emxx_udc: Fix CamelCase variable nameAfonso Bordado-4/+4
2017-01-03staging: emxx_udc: Remove unecessary temporary variableAfonso Bordado-9/+7