index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
udc
/
atmel_usba_udc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2023-12-15
usb: gadget: udc: atmel: Replace snprintf() with the safer scnprintf() variant
Lee Jones
1
-2
/
+1
2023-07-27
usb: gadget/atmel_usba_udc: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-4
/
+2
2023-05-28
usb: gadget/atmel_usba_udc: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2022-07-08
usb: gadget: udc: atmel: convert to platform driver
Michael Walle
1
-4
/
+4
2022-07-08
usb: gadget: udc: atmel: check rc of devm_gpiod_get_optional()
Michael Walle
1
-0
/
+2
2022-03-15
usb: gadget: udc: atmel: remove usage of list iterator past the loop body
Jakob Koschel
1
-5
/
+8
2020-09-24
usb: gadget: udc: atmel: update endpoint allocation for sam9x60
Cristian Birsan
1
-3
/
+17
2020-09-24
usb: gadget: udc: atmel: use 1 bank endpoints for control transfers
Cristian Birsan
1
-0
/
+1
2020-09-24
usb: gadget: udc: atmel: simplify endpoint allocation
Cristian Birsan
1
-13
/
+8
2020-09-24
usb: gadget: udc: atmel: use of_find_matching_node_and_match
Claudiu Beznea
1
-7
/
+19
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-24
usb: gadget: udc: atmel: implement .pullup callback
Michał Mirosław
1
-0
/
+20
2020-07-20
Merge 5.8-rc6 into usb-next
Greg Kroah-Hartman
1
-8
/
+2
2020-07-09
usb: gadget: udc: atmel_usba_udc: Remove set but unused variable 'pp'
Lee Jones
1
-3
/
+0
2020-07-09
usb: gadget: udc: atmel: fix uninitialized read in debug printk
Michał Mirosław
1
-1
/
+1
2020-07-09
usb: gadget: udc: atmel: remove outdated comment in usba_ep_disable()
Michał Mirosław
1
-7
/
+1
2020-05-25
Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
1
-40
/
+72
2020-05-25
usb: gadget: udc: atmel: Don't use DT to configure end point
Gregory CLEMENT
1
-40
/
+72
2020-05-14
usb: gadget: udc: atmel: Make some symbols static
Samuel Zou
1
-2
/
+2
2020-04-17
usb: gadget: udc: atmel: Fix vbus disconnect handling
Cristian Birsan
1
-2
/
+2
2020-01-08
usb: gadget: udc: atmel: constify copied structure
Julia Lawall
1
-1
/
+1
2019-11-21
usb: gadget: atmel: create debugfs directory under usb root
Chunfeng Yun
1
-1
/
+2
2019-10-27
usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.
Cristian Birsan
1
-2
/
+4
2019-08-09
usb: gadget: atmel_usba_udc: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-05-03
usb: gadget: atmel: tie wake lock to running clock
Jonas Bonn
1
-0
/
+4
2019-05-03
usb: gadget: atmel: support USB suspend
Jonas Bonn
1
-6
/
+49
2019-05-03
usb: gadget: atmel_usba_udc: simplify setting of interrupt-enabled mask
Jonas Bonn
1
-10
/
+19
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-1
/
+1
2018-10-02
usb: gadget: atmel: remove pointless retrieval of DT name property
Rob Herring
1
-6
/
+0
2018-10-02
usb: gadget: udc: atmel: handle at91sam9rl PMC
Alexandre Belloni
1
-0
/
+2
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-1
/
+1
2018-05-31
USB: udc: atmel_usba_udc: no need to check return value of debugfs_create fun...
Greg Kroah-Hartman
1
-60
/
+11
2018-05-15
usb: gadget: udc: atmel: Fix indenting
Romain Izard
1
-9
/
+9
2018-05-15
usb: gadget: udc: atmel: Remove obsolete include
Romain Izard
1
-1
/
+0
2018-05-15
usb: gadget: udc: atmel: GPIO inversion is handled by gpiod
Romain Izard
1
-2
/
+1
2018-03-13
usb: gadget: udc: atmel: convert to use GPIO descriptors
Ludovic Desroches
1
-29
/
+22
2018-03-13
usb: gadget: udc: atmel: remove code related to platform stuff
Ludovic Desroches
1
-71
/
+2
2018-03-08
usb: gadget: udc: atmel: Use devm_ioremap_resource()
Ladislav Michl
1
-21
/
+13
2017-11-07
USB: gadget: udc: Remove redundant license text
Greg Kroah-Hartman
1
-4
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-09-28
usb: gadget: udc: atmel: set vbus irqflags explicitly
Nicolas Ferre
1
-1
/
+3
2017-06-19
usb: gadget: udc: atmel: Remove unnecessary macros
Alexandre Belloni
1
-2
/
+2
2017-04-11
usb: gadget: udc: atmel: Use dev_err() to display EP configuration error
Cristian Birsan
1
-4
/
+4
2017-04-11
usb: gadget: udc: atmel: Check fifo configuration values against device tree
Cristian Birsan
1
-2
/
+22
2017-04-11
usb: gadget: udc: atmel: Minor code cleanup
Cristian Birsan
1
-10
/
+7
2017-03-06
usb: gadget: udc: atmel: fix debug output
Arnd Bergmann
1
-2
/
+2
2017-01-26
Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-32
/
+204
2017-01-24
usb: gadget: udc: atmel: Update endpoint allocation scheme
Cristian Birsan
1
-32
/
+204
2017-01-12
usb: gadget: udc: atmel: remove memory leak
Alexandre Belloni
1
-1
/
+2
[next]