index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-10
usb: gadget: remove string override from struct usb_composite_driver
Sebastian Andrzej Siewior
4
-28
/
+13
2012-09-10
usb: gadget: push iProduct into gadgets
Sebastian Andrzej Siewior
1
-10
/
+11
2012-09-10
usb: gadget: push iManufacturer into gadgets
Sebastian Andrzej Siewior
1
-9
/
+11
2012-09-10
usb: gadget: push iSerialNumber into gadgets
Sebastian Andrzej Siewior
3
-12
/
+35
2012-09-10
usb: gadget: make sure each gadget is using same index for Product, Serial,…
Sebastian Andrzej Siewior
16
-117
/
+84
2012-09-10
usb: gadget: push VID/PID/USB BCD module option into gadgets
Sebastian Andrzej Siewior
17
-28
/
+79
2012-09-10
usb: gadget: move usb_gadget_controller_number() into a .c file and libcomposite
Sebastian Andrzej Siewior
3
-76
/
+96
2012-09-10
usb: gadget: initialize the strings in tcm_usb_gadget properly
Sebastian Andrzej Siewior
2
-19
/
+28
2012-09-10
usb: gadget: make g_printer enumerate again
Sebastian Andrzej Siewior
1
-63
/
+65
2012-09-10
usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()
Sebastian Andrzej Siewior
11
-137
/
+46
2012-09-10
usb: gadget: make composite module options readonly only
Sebastian Andrzej Siewior
1
-12
/
+8
2012-09-10
usb: gadget: remove bufsiz from struct usb_composite_dev
Sebastian Andrzej Siewior
1
-1
/
+0
2012-09-10
usb: gadget: move USB_BUFSIZ into global composite.h
Sebastian Andrzej Siewior
2
-7
/
+5
2012-09-10
usb: gadget: libcomposite: add epautoconf.c to libcomposite
Sebastian Andrzej Siewior
21
-35
/
+9
2012-09-10
usb: gadget: move global vars from epautoconf into struct usb_gadget
Sebastian Andrzej Siewior
1
-21
/
+6
2012-09-10
usb: gadget: libcomposite: move config.c into libcomposite
Sebastian Andrzej Siewior
19
-20
/
+5
2012-09-10
usb: gadget: start with libcomposite
Sebastian Andrzej Siewior
20
-18
/
+30
2012-09-10
usb: gadget: pxa25x: make it compile with debug again
Sebastian Andrzej Siewior
1
-1
/
+1
2012-09-10
usb: gadget: remove global variable composite in composite.c
Sebastian Andrzej Siewior
17
-61
/
+73
2012-09-10
staging: ccg: include all sourced files
Sebastian Andrzej Siewior
20
-15
/
+15072
2012-09-10
usb: gadget: move bind() callback back to struct usb_gadget_driver
Sebastian Andrzej Siewior
5
-10
/
+16
2012-09-10
usb: gadget: move bind() callback back to struct usb_composite_driver
Sebastian Andrzej Siewior
18
-24
/
+36
2012-09-10
usb: gadget: push all usb_composite_driver structs into __refdata
Sebastian Andrzej Siewior
18
-18
/
+18
2012-09-10
usb: gadget: remove __devexit in f_uac2
Sebastian Andrzej Siewior
1
-1
/
+1
2012-09-10
usb: gadget: move bind callback into driver struct usb_composite_driver
Sebastian Andrzej Siewior
1
-4
/
+6
2012-09-10
staging: ccg: Add a note about compatibility issues.
Sebastian Andrzej Siewior
1
-0
/
+5
2012-09-05
usb: gadget: bcm63xx UDC driver
Kevin Cernekee
4
-0
/
+2479
2012-09-03
usb: gadget: s3c-hsotg: Use devm_clk_get function
Sachin Kamat
1
-3
/
+1
2012-09-03
usb: gadget: s3c-hsudc: Replace 0 with NULL for pointers
Sachin Kamat
1
-4
/
+4
2012-09-03
usb: gadget: s3c-hsudc: Add missing braces around sizeof
Sachin Kamat
1
-1
/
+1
2012-09-03
usb: gadget: s3c-hsudc: Use devm_* functions
Sachin Kamat
1
-32
/
+9
2012-08-31
usb: gadget: remove duplicated include from pxa25x_udc.c
Wei Yongjun
1
-1
/
+0
2012-08-31
usb: gadget: lpc32xx_udc.c: adjust inconsistent IS_ERR and PTR_ERR
Julia Lawall
1
-1
/
+1
2012-08-31
usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED
Michal Nazarewicz
7
-55
/
+5
2012-08-31
usb: gadget: s3c2410_udc: Do not use integer for NULL
Sachin Kamat
1
-1
/
+1
2012-08-31
usb: gadget: s3c2410_udc: Move assignment outside if condition
Sachin Kamat
1
-2
/
+4
2012-08-31
usb: gadget: s3c2410_udc: Silence checkpatch errors and warnings
Sachin Kamat
1
-64
/
+60
2012-08-31
usb: gadget: s3c2410_udc: Use pr_* and dev_err functions
Sachin Kamat
1
-5
/
+7
2012-08-31
usb: gadget: s3c2410_udc: Replace <asm/io.h> with <linux/io.h>
Sachin Kamat
1
-1
/
+1
2012-08-31
usb: gadget: dummy-hcd: remember to update driver pointer
Alan Stern
1
-0
/
+2
2012-08-31
usb: gadget: lpc32xx_udc: Support multiple controllers
Roland Stigge
1
-26
/
+29
2012-08-31
usb: gadget: lpc32xx_udc: Remove usb_endpoint_descriptor
Roland Stigge
1
-16
/
+7
2012-08-31
usb: gadget: lpc32xx_udc: Port to new start/stop interface
Roland Stigge
1
-35
/
+14
2012-08-23
usb: renesas_usbhs: modify the irq handler for sharing irq
Shimoda, Yoshihiro
1
-3
/
+22
2012-08-23
usb: gadget: use %pm to print mac addresses
Andy Shevchenko
3
-12
/
+3
2012-08-23
usb: gadget: udc-core: Race between disconnect/unbind and setup
Kevin Cernekee
1
-1
/
+1
2012-08-23
usb: gadget: use native print_hex_dump_bytes()
Andy Shevchenko
1
-20
/
+2
2012-08-23
usb: gadget: s3c-hsotg: fix core reset timeout failure
Du, Changbin
1
-2
/
+2
2012-08-23
usb composite: fix locking in usb_function_activate
Michael Grzeschik
1
-2
/
+3
2012-08-23
usb: gadget: mv_udc: fix boot up hang
Neil Zhang
1
-0
/
+4
[next]