index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
emxx_udc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-30
staging: emxx_udc: Fix invalid reference error
Javier F. Arias
1
-10
/
+8
2019-10-29
staging: emxx_udc: Fix the format of a parameter list
Frank A. Cancio Bello
1
-3
/
+2
2019-10-10
staging: emxx_udc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-12
staging: emxx_udc: remove local TRUE/FALSE definition
Saiyam Doshi
2
-43
/
+38
2019-07-30
staging: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-04-03
staging: add missing SPDX lines to Makefile files
Greg Kroah-Hartman
1
-0
/
+1
2019-04-03
staging: add missing SPDX lines to Kconfig files
Greg Kroah-Hartman
1
-0
/
+1
2019-04-02
staging: emxx_udc: emxx_udc.c: Replace bit shifting with BIT macro
Payal Kshirsagar
1
-3
/
+3
2019-03-27
staging: emxx_udc: remove unneeded parenthesis
Emiliano Ingrassia
1
-5
/
+5
2019-03-21
staging: emxx_udc: lines should not end with parenthesis
Payal Kshirsagar
1
-17
/
+17
2019-03-18
staging: emxx_udc: Fix open parenthesis at the end of the line
Daniela Mormocea
1
-2
/
+1
2019-03-18
staging: emxx_udc: Fix equal sign alignment
Daniela Mormocea
1
-2
/
+2
2019-01-15
Staging: emxx_udc: Switch to the gpio descriptor interface
Nishad Kamdar
2
-15
/
+18
2018-12-05
staging: emxx_udc: Remove cast and move all in one line.
Cristian Sicilia
1
-8
/
+4
2018-11-20
staging: emxx_udc: Fixing function naming
Cristian Sicilia
1
-142
/
+70
2018-11-08
staging: emxx_udc: Added missing le16_to_cpu conversions
Carmeli Tamir
1
-10
/
+12
2018-11-08
staging: emxx_udc: Added missing __iomem modifier to handle p_regs
Carmeli Tamir
2
-23
/
+23
2018-11-08
staging: emxx_udc: Added static modifier to udc_controller
Carmeli Tamir
1
-1
/
+1
2018-10-09
staging: emxx_udc: Remove unused device_desc declaration
Nathan Chancellor
1
-19
/
+0
2018-09-25
staging: emxx_udc: remove unnecessary nullpointer checks
Arkadiusz Lis
1
-22
/
+2
2018-04-23
staging: emxx_udc: Add GPIO descriptor work to TODO
Linus Walleij
1
-0
/
+2
2018-04-23
staging: emxx_udc: Change platform dependency to ARCH_RENESAS
Geert Uytterhoeven
1
-1
/
+1
2018-03-06
staging: emxx_udc: Remove unnecessary NULL checks
Dan Carpenter
1
-8
/
+0
2018-02-22
staging: emxx_udc: Remove unneeded cast
Christopher Diaz Riveros
1
-1
/
+1
2018-01-15
staging: emxx_udc: remove redundant license text
Greg Kroah-Hartman
2
-18
/
+0
2018-01-15
staging: emxx_udc: add SPDX identifier.
Greg Kroah-Hartman
2
-0
/
+2
2017-05-15
staging: emxx_udc: Update "reserved" registers name
Alexis Lothoré
1
-5
/
+5
2017-05-15
staging: emxx_udc: Break long lines
Alexis Lothoré
1
-3
/
+8
2017-05-15
staging: emxx_udc: Update function parameters name
Alexis Lothoré
1
-6
/
+6
2017-05-15
staging: emxx_udc: Update local variable names
Alexis Lothoré
1
-124
/
+124
2017-05-15
staging: emxx_udc: Update function names
Alexis Lothoré
1
-4
/
+4
2017-05-15
staging: emxx_udc: Balance "else" parenthesis
Alexis Lothoré
1
-1
/
+2
2017-05-15
staging: emxx_udc: Update EPn variables name
Alexis Lothoré
2
-176
/
+176
2017-03-09
staging: emxx_udc: Add comment for spinlock_t definition.
Varsha Rao
1
-1
/
+1
2017-01-03
staging: emxx_udc: Fix CamelCase variable name
Afonso Bordado
1
-4
/
+4
2017-01-03
staging: emxx_udc: Remove unecessary temporary variable
Afonso Bordado
1
-9
/
+7
2017-01-03
staging: emxx_udc: Rename CamelCase variable
Afonso Bordado
1
-8
/
+4
2017-01-03
staging: emxx_udc: Fix CamelCase function name
Afonso Bordado
1
-2
/
+2
2017-01-03
staging: emxx_udc: remove incorrect __init annotations
Arnd Bergmann
1
-2
/
+2
2016-11-23
staging: emxx_udc: emxx_udc.c Align parenthesis
Walt Feasel
1
-2
/
+2
2016-11-23
staging: emxx_udc: emxx_udc.c Spaces preferred around operators
Walt Feasel
1
-1
/
+1
2016-11-23
staging: emxx_udc: emxx_udc.c {} Single statement blocks
Walt Feasel
1
-2
/
+1
2016-11-23
staging: emxx_udc: emxx_udc.c Logical continuation
Walt Feasel
1
-22
/
+15
2016-11-23
staging: emxx_udc: emxx_udc.c Blank lines after {
Walt Feasel
1
-13
/
+0
2016-11-07
Staging:emxx_udc:emxx_udc: Compression of lines for immediate return
Nadim Almas
1
-3
/
+1
2016-10-16
Staging: emxx_udc: constify usb_ep_ops structure
Bhumika Goyal
1
-1
/
+1
2016-10-16
Staging: emxx_udc: Remove useless type conversion
Bhumika Goyal
1
-3
/
+3
2016-09-16
staging: emxx_udc: add braces to if-else block
Gargi Sharma
1
-7
/
+8
2016-09-16
staging: emxx_udc: Fix unsigned int to bare use of unsigned
Anchal Jain
1
-1
/
+1
2016-09-12
staging: emxx_udc: Remove unnecessary blank line
Rehas Sachdeva
1
-1
/
+0
[next]