index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-30
usb gadget: switch to put_char returning int
Alan Cox
1
-4
/
+6
2008-04-29
usb: use get/put_unaligned_* helpers
Harvey Harrison
3
-27
/
+17
2008-04-29
usb: use non-racy method for proc entries creation
Denis V. Lunev
2
-14
/
+4
2008-04-28
drivers/usb annotations and fixes
Al Viro
4
-15
/
+16
2008-04-25
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
14
-204
/
+204
2008-04-25
USB: g_file_storage: ignore bulk-out data after invalid CBW
Alan Stern
1
-13
/
+15
2008-04-25
USB: at91_udc can prefetch data
David Brownell
1
-1
/
+4
2008-04-25
USB: dummy-hcd: use dynamic allocation for platform_devices
Alan Stern
1
-41
/
+29
2008-04-25
USB: gadget section fixes
David Brownell
4
-11
/
+11
2008-04-25
USB: gadget: dummy_hcd.c: fix nested switch statements
Ingo van Lil
1
-8
/
+6
2008-04-25
USB: mem leak fixes for AMD 5536 UDC high/full speed USB device controller dr...
Jesper Juhl
1
-0
/
+10
2008-04-25
USB: g_printer bugfixes
Craig W. Nadler
1
-32
/
+54
2008-04-25
USB: Remove EXPERIMENTAL tags from some USB gadget Kconfig entries.
Robert P. J. Day
1
-8
/
+10
2008-04-25
USB: remove dev->power.power_state
Alan Stern
2
-6
/
+0
2008-04-25
USB: gadget: Hangup tty on g_serial disconnect
Savin Zlobec
1
-2
/
+1
2008-04-25
USB: m66592-udc: reduce size of data structure.
Paul Mundt
1
-1
/
+1
2008-04-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...
Haavard Skinnemoen
3
-86
/
+83
2008-04-11
usb gadget: fix platform driver hotplug/coldplug
Kay Sievers
8
-2
/
+11
2008-04-07
atmel_usba_udc: Add support for AT91CAP9 UDPHS
Stelian Pop
3
-8
/
+46
2008-04-07
atmel_usba_udc: Add missing kfree() in usba_udc_remove()
Stelian Pop
1
-0
/
+1
2008-04-07
atmel_usba_udc: move endpoint declarations into platform data.
Stelian Pop
1
-33
/
+38
2008-04-07
atmel_usba_udc: Kill GPIO_PIN_NONE
Stelian Pop
1
-1
/
+1
2008-04-07
atmel_usba_udc: Fix endpoint names.
Stelian Pop
1
-7
/
+7
2008-04-07
atmel_usba: Kill copy_to_fifo() and copy_from_fifo()
Haavard Skinnemoen
1
-51
/
+4
2008-03-25
USB: fix gadgetfs class request delegation
Roy Hashimoto
1
-2
/
+2
2008-03-11
USB: fsl_usb2_udc: fix broken Kconfig
Li Yang
1
-1
/
+1
2008-03-05
USB: remove incorrect struct class_device from the printer gadget
Tony Jones
1
-1
/
+0
2008-03-05
USB: pxa2xx_udc: fix misuse of clock enable/disable calls
Dmitry Baryshkov
2
-39
/
+53
2008-02-22
USB: gadget: queue usb USB_CDC_GET_ENCAPSULATED_RESPONSE message
Jan Altenberg
1
-0
/
+1
2008-02-22
USB: g_printer, fix empty if statement
Adrian Bunk
1
-1
/
+1
2008-02-15
d_path: Make d_path() use a struct path
Jan Blunck
1
-5
/
+3
2008-02-08
usb: net2280 can't have a function called show_registers()
David Howells
1
-3
/
+3
2008-02-02
USB: Use menuconfig objects
Denis Cheng
1
-4
/
+5
2008-02-02
USB: pxa2xx_udc: use debugfs not procfs
Dmitry Baryshkov
2
-69
/
+62
2008-02-02
USB: at91_udc uses generic GPIO calls; minor cleanup
David Brownell
2
-20
/
+61
2008-02-02
USB: gadget: at91_udc minor fix (there is no number six)
David Brownell
1
-3
/
+3
2008-02-02
USB: gadget: ethernet error path potential oops fix
David Brownell
1
-3
/
+3
2008-02-02
USB: Spelling fixes
Joe Perches
3
-3
/
+3
2008-02-02
USB: gadget: pxa2xx_udc supports inverted vbus
Dmitry Baryshkov
1
-2
/
+7
2008-02-02
USB: dummy_hcd: change the default power budget
Alan Stern
1
-2
/
+3
2008-02-02
USB: dummy_hcd: don't register drivers on the platform bus
Alan Stern
1
-25
/
+8
2008-02-02
USB: usb peripheral controller driver oops avoidance
Patrik Sevallius
6
-0
/
+7
2008-02-02
USB: gadget code switches to pr_err() and friends
David Brownell
14
-171
/
+151
2008-02-02
USB: add Printer Gadget Driver
Craig W. Nadler
3
-0
/
+1609
2008-02-02
USB: Add missing "space" to printk messages
Joe Perches
3
-3
/
+3
2008-02-02
USB: m66592-udc: Add support for SH7722 USBF
Yoshihiro Shimoda
3
-1
/
+118
2008-02-02
USB: device DMA support on OMAP2
Kyungmin Park
1
-22
/
+49
2008-02-02
USB: s3c2410_udc: minor irq handler cleanups
Jeff Garzik
1
-2
/
+2
2008-02-02
usb gadget: fix fsl_usb2_udc potential OOPS
Li Yang
1
-1
/
+1
2008-01-31
[ALSA] Remove sound/driver.h
Takashi Iwai
1
-1
/
+0
[next]