Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
cba6c85027057d4bf7029d32c64e2647859be07a
cba6c85
Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
a9b8676
Merge tag 'dwc3-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
4682349
Merge tag 'musb-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
52758bc
usb: dwc3: host: Change platform device ID for xhci-hcd to AUTO
by Vivek Gautam
· 13 years ago
b0e45dd
usb: dwc3: exynos/omap: Change platform device IDs for no_op_xceive to AUTO
by Vivek Gautam
· 13 years ago
5ea9213
usb: dwc3: core: stray statements are removed
by Kishon Vijay Abraham I
· 13 years ago
8ba007a
usb: dwc3: core: enable the USB2 and USB3 phy in probe
by Kishon Vijay Abraham I
· 13 years ago
7e41bba
usb: dwc3: omap: Add an API to write to dwc mailbox
by Kishon Vijay Abraham I
· 13 years ago
6373218
usb: dwc3: omap: Remove explicit writes to SYSCONFIG register
by Kishon Vijay Abraham I
· 13 years ago
af310e9
usb: dwc3: omap: use runtime API's to enable clocks
by Kishon Vijay Abraham I
· 13 years ago
b4bfe6a
usb: dwc3: omap: use of_platform API to create dwc3 core pdev
by Kishon Vijay Abraham I
· 13 years ago
94c6a43
usb: dwc3: omap: use device_for_each_child to handle child removal
by Kishon Vijay Abraham I
· 13 years ago
fe29db8
usb: dwc3: exynos: fix compatible strings for the device
by Vivek Gautam
· 13 years ago
6e24777
usb: ehci-s5p/ohci-exynos: Fix compatible strings for the device
by Vivek Gautam
· 13 years ago
bdb6bc0
USB: fix sign-extension bug in the hub driver
by Alan Stern
· 13 years ago
3171fca
USB: uhci: beautify source code
by Chen Gang
· 13 years ago
f8f0302
USB: option: add and update Alcatel modems
by Bjørn Mork
· 13 years ago
eab8050
USB: misc: usb3503: add dt support
by Dongjin Kim
· 13 years ago
9bc5d12
USB: UHCI: remove unused definition
by Woody Suwalski
· 13 years ago
13996ca
USB: uhci: check buffer length to avoid memory overflow
by Chen Gang
· 13 years ago
eeef458
usb: gadget: constify all struct usb_gadget_ops
by Felipe Balbi
· 13 years ago
449d04a
usb: gadget: mv_udc: fix the value of tranceiver
by Chao Xie
· 13 years ago
ab592a7
usb: host: ehci-mv: remove unused variable
by Chao Xie
· 13 years ago
fb3dfe1
usb: otg: mv_otg: use devm_xxx for probe
by Chao Xie
· 13 years ago
6a6f05f
usb: gadget: mv_udc: fix the warning of mv_udc_remove
by Chao Xie
· 13 years ago
3517c31
usb: gadget: mv_udc: use devm_xxx for probe
by Chao Xie
· 13 years ago
2d7ebbb
usb: gadget: completely remove ->start/->stop
by Felipe Balbi
· 13 years ago
4991e10
usb: gadget: s3c2410: convert to udc_start/udc_stop
by Felipe Balbi
· 13 years ago
70189a6
usb: gadget: pxa27x_udc: convert to udc_start/udc_stop
by Felipe Balbi
· 13 years ago
6166c24
usb: gadget: pxa25x_udc: convert to udc_start/udc_stop
by Felipe Balbi
· 13 years ago
1fb3b1c
usb: gadget: pch_udc: convert to udc_start/udc_stop
by Felipe Balbi
· 13 years ago
1bf0cf6
usb: gadget: omap_udc: convert to udc_start/udc_stop
by Felipe Balbi
· 13 years ago
3381fb6
usb: gadget: m66592-udc: convert to udc_start/udc_stop
by Felipe Balbi
· 13 years ago
eb65796
usb: gadget: fsl_udc_core: convert to udc_start/udc_stop
by Felipe Balbi
· 13 years ago
950b3c1
usb: gadget: goku_udc: convert to udc_start/udc_stop
by Felipe Balbi
· 13 years ago
8de94ff
usb: gadget: fusb300_udc: convert to udc_start/udc_stop
by Felipe Balbi
· 13 years ago
45005f6
usb: gadget: amd5536udc: convert to udc_start/udc_stop
by Felipe Balbi
· 13 years ago
1a94774
usb: dwc3: gadget: change HIRD threshold to 12
by Felipe Balbi
· 13 years ago
aac16b6
usb: gadget: mv_udc: use udc_start and udc_stop functions
by Chao Xie
· 13 years ago
d2123fd
USB: Set usb port's DeviceRemovable according acpi information
by Lan Tianyu
· 13 years ago
5c6e9bf0
drivers/usb/chipidea/core.c: adjust duplicate test
by Julia Lawall
· 13 years ago
38b3ad5
usb: gadget: fix two sparse warnings
by Felipe Balbi
· 13 years ago
a1ac29b
usb: gadget: f_uac2: fix compile warning
by Felipe Balbi
· 13 years ago
27a46633
usb: gadget: f_acm: use usb_gstrings_attach()
by Sebastian Andrzej Siewior
· 13 years ago
9bb2859
usb: gadget: composite: introduce usb_gstrings_attach()
by Sebastian Andrzej Siewior
· 13 years ago
2d5a889
usb: gadget: export composite's setup & disconnect function
by Sebastian Andrzej Siewior
· 13 years ago
a592334
usb: gadget: factor out two helper functions from composite_bind()
by Sebastian Andrzej Siewior
· 13 years ago
4c49a5f
usb: gadget: udc-core: introduce UDC binding by name
by Sebastian Andrzej Siewior
· 13 years ago
0062f6e
usb: gadget: add a forward pointer from usb_function to its "instance"
by Sebastian Andrzej Siewior
· 13 years ago
59835ad
usb: gadget: multi: use function framework for ACM
by Sebastian Andrzej Siewior
· 13 years ago
29a6645
usb: gadget: cdc2: use function framework for ACM
by Sebastian Andrzej Siewior
· 13 years ago
5f72bbf
usb: gadget: acm_ms: use function framework for ACM
by Sebastian Andrzej Siewior
· 13 years ago
ff47f59
usb: gadget: f_acm: convert to new function interface with backwards compatibility
by Sebastian Andrzej Siewior
· 13 years ago
19b10a8
usb: gadget: allocate & giveback serial ports instead hard code them
by Sebastian Andrzej Siewior
· 13 years ago
b4735778
usb: gadget: composite: add usb_remove_function()
by Sebastian Andrzej Siewior
· 13 years ago
3249ca2
usb: gadget: u_serial: convert into a module
by Sebastian Andrzej Siewior
· 13 years ago
48177cd
usb: gadget: g_serial: split the three possible functions into three bind functions
by Sebastian Andrzej Siewior
· 13 years ago
05c062c
usb: gadget: f_acm: remove empty function
by Sebastian Andrzej Siewior
· 13 years ago
cf9a08a
usb: gadget: convert source sink and loopback to new function interface
by Sebastian Andrzej Siewior
· 13 years ago
de53c25
usb: gadget: add some infracture to register/unregister functions
by Sebastian Andrzej Siewior
· 13 years ago
78f46f0
usb: gadget: move loopback's config descriptor out of f_loopback
by Sebastian Andrzej Siewior
· 13 years ago
eeae540
usb: gadget: move source sink's config descriptor out of f_sourcesink
by Sebastian Andrzej Siewior
· 13 years ago
544aca3
usb: gadget: provide a wrapper around SourceSink's setup function
by Sebastian Andrzej Siewior
· 13 years ago
32b8666
usb: gadget: remove u32 castings of address passed to readl()
by Sebastian Andrzej Siewior
· 13 years ago
779d516
usb: gadget: composite: don't call driver's unbind() if bind() failed
by Sebastian Andrzej Siewior
· 13 years ago
f4cc183
USB: storage: avoid scanning other targets for single target device
by Ming Lei
· 13 years ago
fde2638
usb: Create link files between child device and usb port device.
by Lan Tianyu
· 13 years ago
cef7468
usb: Add "portX/connect_type" attribute to expose usb port's connect type
by Lan Tianyu
· 13 years ago
9f7344f
usb: fix compilation error and warning of driver/usb/core/port.c on arm and blackfin
by Lan Tianyu
· 13 years ago
6e30d7c
usb: Add driver/usb/core/(port.c,hub.h) files
by Lan Tianyu
· 13 years ago
a29c408
USB: c67x00-ll-hpi.c: signedness bug in ll_recv_msg()
by Dan Carpenter
· 13 years ago
f40d781
USB: io_ti: kill custom closing_wait implementation
by Johan Hovold
· 13 years ago
263e1f9
USB: io_ti: query hardware-buffer status in chars_in_buffer
by Johan Hovold
· 13 years ago
810360a
USB: serial: grab disconnect mutex in chars_in_buffer
by Johan Hovold
· 13 years ago
fcdb6a2
USB: io_ti: use tty-port drain delay
by Johan Hovold
· 13 years ago
77de251
USB: io_ti: move write-fifo flushing to close
by Johan Hovold
· 13 years ago
cbf50a4
Merge 3.8-rc4 into usb-next
by Greg Kroah-Hartman
· 13 years ago
388e5c5
usb: dwc3: remove dwc3 dependency on host AND gadget.
by Vivek Gautam
· 13 years ago
c9fda7d
usb: dwc3: gadget: req->queued must be forced to false in cleanup
by Pratyush Anand
· 13 years ago
e5ba5ec
usb: dwc3: gadget: fix scatter gather implementation
by Pratyush Anand
· 13 years ago
1877d6c
usb: dwc3: gadget: no need to pass params in case of UPDATE_TRANSFER
by Pratyush Anand
· 13 years ago
915e202
usb: dwc3: gadget: fix skip LINK_TRB on ISOC
by Pratyush Anand
· 13 years ago
cdc359d
usb: dwc3: gadget: fix isoc END TRANSFER Condition
by Pratyush Anand
· 13 years ago
15f86bd
usb: dwc3: gadget: correct return from ep_queue
by Pratyush Anand
· 13 years ago
7efea86
usb: dwc3: gadget: fix missed isoc
by Pratyush Anand
· 13 years ago
2b75835
usb: dwc3: Enable usb2 LPM only when connected as usb2.0
by Pratyush Anand
· 13 years ago
d766802
usb: dwc3: debugfs: convert our regdump to use regsets
by Felipe Balbi
· 13 years ago
7dbdf4e
usb: dwc3: gadget: don't redefine 'ret'
by Felipe Balbi
· 13 years ago
20b97dc
usb: dwc3: exynos: use devm_ functions
by Jingoo Han
· 13 years ago
5da9347
usb: dwc3: decrease event buffer size
by Felipe Balbi
· 13 years ago
7d1f9ae
Linux 3.8-rc4
by Linus Torvalds
· 13 years ago
7a8ea7e
USB: misc: fixup smatch WARNING
by Dongjin Kim
· 13 years ago
74ff31b
usb: misc: usb3503_probe() can be static
by Fengguang Wu
· 13 years ago
72ffaa4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 13 years ago
b37457d
usb: musb: omap2430: fix wrong devm_kzalloc() result check
by Sergei Shtylyov
· 13 years ago
25736e0
usb: musb: fix dependency on transceiver driver
by Ming Lei
· 13 years ago
681d1e8
usb: musb: core: fix failure path
by Ming Lei
· 13 years ago
a70b844
usb: musb: Double buffering issues in host mode TX
by supriya karanth
· 13 years ago
8df4ce7
usb: musb: omap2430: kill redundant assignments in omap2430_probe()
by Sergei Shtylyov
· 13 years ago
99d17cf
usb: musb: ux500: use clk_prepare_enable and clk_disable_unprepare
by Fabio Baltieri
· 13 years ago
Next »