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
/
usb
/
gadget
/
function
/
uvc_configfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-08
usb: gadget: uvc: fix changing interface name via configfs
Michael Grzeschik
1
-2
/
+4
2022-05-05
usb: gadget: uvc: track frames in format entries
Michael Grzeschik
1
-1
/
+24
2022-05-05
usb: gadget: uvc: move structs to common header
Michael Grzeschik
1
-109
/
+2
2022-05-05
usb: gadget: uvc: prevent index variables to start from 0
Michael Grzeschik
1
-0
/
+12
2022-04-21
usb: gadget: uvc: allow changing interface name via configfs
Dan Vacura
1
-0
/
+41
2021-05-10
usb: gadget: Drop unnecessary NULL checks after container_of
Guenter Roeck
1
-5
/
+0
2021-03-18
usb: gadget: uvc: Updating bcdUVC field to 0x0110
Pawel Laszczak
1
-1
/
+1
2019-02-11
usb: gadget: Change Andrzej Pietrasiewicz's e-mail address
Andrzej Pietrasiewicz
1
-1
/
+1
2019-01-28
usb: gadget: Remove dead branch code
YueHaibing
1
-8
/
+0
2018-09-25
usb: gadget: uvc: configfs: Use %u to print unsigned int values
Laurent Pinchart
1
-16
/
+16
2018-09-25
usb: gadget: uvc: configfs: Simplify attributes macros
Laurent Pinchart
1
-110
/
+74
2018-09-25
usb: gadget: uvc: configfs: Fix operation on big endian platforms
Laurent Pinchart
1
-35
/
+24
2018-09-24
usb: gadget: uvc: configfs: Sort frame intervals upon writing
Paul Elder
1
-0
/
+13
2018-09-24
usb: gadget: uvc: configfs: Prevent format changes after linking header
Joel Pepper
1
-0
/
+3
2018-09-24
usb: gadget: uvc: configfs: Add bFrameIndex attributes
Joel Pepper
1
-0
/
+56
2018-09-24
usb: gadget: uvc: configfs: Add bFormatIndex attributes
Laurent Pinchart
1
-6
/
+8
2018-09-24
usb: gadget: uvc: configfs: Add interface number attributes
Laurent Pinchart
1
-0
/
+62
2018-09-24
usb: gadget: uvc: configfs: Allocate groups dynamically
Laurent Pinchart
1
-250
/
+331
2018-09-24
usb: gadget: uvc: configfs: Drop leaked references to config items
Laurent Pinchart
1
-0
/
+4
2018-09-18
usb: gadget: uvc: configfs: Add section header comments
Laurent Pinchart
1
-29
/
+91
2018-09-18
usb: gadget: uvc: configfs: Don't wrap groups unnecessarily
Laurent Pinchart
1
-185
/
+117
2018-07-26
usb: gadget: uvc: configfs: Move function to avoid forward declaration
Laurent Pinchart
1
-7
/
+5
2017-11-14
Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
1
-25
/
+25
2017-11-07
USB: gadget: function: 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-10-19
usb: gadget: make config_item_type structures const
Bhumika Goyal
1
-25
/
+25
2017-04-11
usb: gadget: uvc: Missing files for configfs interface
Petr Cvek
1
-8
/
+8
2016-12-01
fs: configfs: don't return anything from drop_link
Andrzej Pietrasiewicz
1
-20
/
+5
2016-08-11
usb: gadget: uvc: Fix return value in case of error
Christophe JAILLET
1
-1
/
+1
2016-03-06
configfs: switch ->default groups to a linked list
Christoph Hellwig
1
-119
/
+79
2015-12-08
usb: gadget: uvc: fix permissions of configfs attributes
Mian Yousaf Kaukab
1
-1
/
+1
2015-10-13
usb-gadget/uvc: use per-attribute show and store methods
Christoph Hellwig
1
-244
/
+143
2015-01-27
usb: gadget: uvc: comments for iterating over streaming hierarchy
Andrzej Pietrasiewicz
1
-0
/
+34
2015-01-27
usb: gadget: uvc: use explicit type instead of void *
Andrzej Pietrasiewicz
1
-2
/
+2
2015-01-19
usb: gadget: uvc: preserve the address passed to kfree()
Andrzej Pietrasiewicz
1
-3
/
+7
2015-01-19
usb: gadget: uvc: cleanup UVCG_FRAME_ATTR macro
Dan Carpenter
1
-26
/
+18
2015-01-19
usb: gadget: uvc: memory leak in uvcg_frame_make()
Dan Carpenter
1
-0
/
+1
2015-01-19
usb: gadget: uvc: remove an impossible condition
Dan Carpenter
1
-2
/
+0
2015-01-19
usb: gadget: uvc: fix some error codes
Dan Carpenter
1
-7
/
+7
2015-01-15
usb: gadget: uvc: to_uvcg_control_header() can be static
kbuild test robot
1
-16
/
+16
2015-01-12
usb: gadget: uvc: configfs support in uvc function
Andrzej Pietrasiewicz
1
-0
/
+2439