Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
fe994e1f53a41b8da354177a4375c19b5b30ebd3
/
include
/
linux
/
usb
6fa647a
usb: gadget: Add support for USB going into LPM on bus suspend
by Amit Blay
· 14 years ago
5ca279b
usb: msm_otg: system resume only resumes hardware when needed
by Jack Pham
· 14 years ago
4d57d36
usb: gadget: HSIC wake from suspend workaround
by Amit Blay
· 14 years ago
e5bb35e
usb: gadget: Add remote wakeup support to f_rmnet BAM-BAM
by Amit Blay
· 14 years ago
94213a7
usb: gadget: Vote for SWFI when USB cable is connected
by Ofir Cohen
· 14 years ago
03171c7
USB: OTG: Fix PHY stuck issue in USB HOST mode
by Vijayavardhan Vennapusa
· 14 years ago
248698c
msm_hsusb: Vote for corner of VDD CX instead of voltage of VDD CX
by Mayank Rana
· 14 years ago
9fb8345
usb: gadget: dwc3: Add support for DBM (MSM specific) endpoints.
by Ido Shayevitz
· 14 years ago
d1cb16c
usb: gadget: Move udc_priv bit fields to MSM central header file.
by Ido Shayevitz
· 14 years ago
afbbb8f
USB: EHCI: Add I2C support for SMSC hsic hub
by Vijayavardhan Vennapusa
· 14 years ago
e627597
msm: 8064: hsic: Add msm_bus vote for hsic controller driver
by Hemant Kumar
· 14 years ago
a8c991d
usb: gadget: MBIM function driver for QCOM chipsets
by Anna Perel
· 14 years ago
30ad10b
Revert "usb: msm_otg: Migrate to clock apis for XO voting"
by Stephen Boyd
· 14 years ago
a76e99a
Merge branch 'Linux 3.0.21' into msm-3.0
by Rohit Vaswani
· 14 years ago
a315203
USB: OTG: msm: Add support for SRP and HNP
by Vijayavardhan Vennapusa
· 14 years ago
e7365af
Merge remote-tracking branch 'idos/usb3-msm-3.0-backport-dwc3' into merge/idos
by David Brown
· 14 years ago
7cab0c9
Merge "USB: core: Add support for OTG automated compliance tests" into msm-3.0
by Linux Build Service Account
· 14 years ago
5692535
USB: EHCI: Add support to detect docking station connection and removal
by Hemant Kumar
· 14 years ago
1720db84
USB: core: Add support for OTG automated compliance tests
by Vijayavardhan Vennapusa
· 14 years ago
81bda9d
USB: core: Fix misc OTG related bugs
by Vijayavardhan Vennapusa
· 14 years ago
95b650a
USB: gadget: composite: Process GetDescriptor(OTG) request
by Vijayavardhan Vennapusa
· 14 years ago
b0c3e7f
usb: gadget: fix typo for default U1/U2 exit latencies
by Felipe Balbi
· 14 years ago
fb5591e
usb: gadget: udc-core: add "new-style" registration interface
by Sebastian Andrzej Siewior
· 15 years ago
bc2aa11
usb: gadget: add SuperSpeed support to the Gadget Framework
by Tatyana Brokhman
· 15 years ago
3ba2890
usb: gadget: add max_speed to usb_composite_driver
by Tatyana Brokhman
· 15 years ago
081412d
usb: gadget: add streams support to the gadget framework
by Tatyana Brokhman
· 15 years ago
31ac352
usb: gadget: use config_ep_by_speed() instead of ep_choose()
by Tatyana Brokhman
· 15 years ago
cf64ce4
usb: gadget: configure endpoint according to gadget speed
by Tatyana Brokhman
· 15 years ago
cf709c1
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
by Tatyana Brokhman
· 15 years ago
5177504
usb: gadget: introduce UDC Class
by Felipe Balbi
· 15 years ago
9bcc83f
usb: ch9: add function defines from ch9, USB 3.0 spec
by Sebastian Andrzej Siewior
· 15 years ago
4f5db5c
usb: add usb_endpoint_maxp() macro
by kuninori.morimoto.gx@renesas.com
· 15 years ago
91223e0
USB: EHCI: msm: Add support for EHCI based Host Controller
by Manu Gautam
· 14 years ago
cd82e9d
msm: 8960: usb: Add msm_bus vote when cable is connected
by Manu Gautam
· 14 years ago
ac5d154
Revert: d7022078269b93dc6ee613a0a8519ce2ebe4a726
by David Brown
· 14 years ago
d702207
Merge remote-tracking branch 'idos/usb3-msm-3.0-backport-dwc3' into merge/idos
by David Brown
· 14 years ago
eae1148
usb: gadget: clean-up msm_usb_bam_platform_data structure
by Ofir Cohen
· 14 years ago
7dd2266
usb: msm_otg: Migrate to clock apis for XO voting
by Stephen Boyd
· 14 years ago
9e42b8b
usb: gadget: fix typo for default U1/U2 exit latencies
by Felipe Balbi
· 14 years ago
61a3b90
usb: gadget: udc-core: add "new-style" registration interface
by Sebastian Andrzej Siewior
· 15 years ago
355527b
usb: gadget: add SuperSpeed support to the Gadget Framework
by Tatyana Brokhman
· 15 years ago
fd11902
usb: gadget: add max_speed to usb_composite_driver
by Tatyana Brokhman
· 15 years ago
24728e0
usb: gadget: add streams support to the gadget framework
by Tatyana Brokhman
· 15 years ago
ebd3f39
usb: gadget: use config_ep_by_speed() instead of ep_choose()
by Tatyana Brokhman
· 15 years ago
e2a9f93
usb: gadget: configure endpoint according to gadget speed
by Tatyana Brokhman
· 15 years ago
9168a35
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
by Tatyana Brokhman
· 15 years ago
b657342
usb: gadget: introduce UDC Class
by Felipe Balbi
· 15 years ago
1e4eabf
usb: ch9: add function defines from ch9, USB 3.0 spec
by Sebastian Andrzej Siewior
· 15 years ago
24a340b
usb: add usb_endpoint_maxp() macro
by kuninori.morimoto.gx@renesas.com
· 15 years ago
010009b
usb: gadget: Add HSIC Peripheral over SPS support
by Ofir Cohen
· 14 years ago
8549e63
msm: board-9615: Return result from vbus power routine
by Mayank Rana
· 14 years ago
2d09e5f
USB: OTG: msm: Implement data contact detection based on timeout
by Pavankumar Kondeti
· 14 years ago
9f3657a
usb: ch9: fix up MaxStreams helper
by Felipe Balbi
· 14 years ago
5143b25
msm: clock: Use device names to distinguish between USB clocks
by Manu Gautam
· 14 years ago
4da266f
usb: gadget: fix crash on USB cable disconnection
by Ofir Cohen
· 14 years ago
a1c2a87
usb: gadget: Add SPS BAM-to-BAM support
by Ofir Cohen
· 14 years ago
c7827e4
usb: gadget: SPS BAM-to-BAM - USB BAM driver
by Ofir Cohen
· 14 years ago
a7c1c5c
USB: OTG: prevent idle standalone PC when USB cable is connected.
by Anji jonnala
· 14 years ago
7da3f26
usb: msm_otg: vote and unvote for TCXO through XO API
by Anji jonnala
· 14 years ago
e130fd0
USB: gadget: Add CCID function driver
by Chiranjeevi Velempati
· 14 years ago
58b3147
usb: otg: Upgrade support for PHY retention mode
by Amit Blay
· 14 years ago
d074fa2
Merge remote-tracking branch 'common/android-3.0' into msm-3.0
by Bryan Huntsman
· 14 years ago
eaea7fe
msm: Add device tree support for HSUSB
by Pavankumar Kondeti
· 14 years ago
aa449e1
USB: OTG: msm: Fix ACA implementation
by Pavankumar Kondeti
· 14 years ago
7eede2c
USB: fix ehci alignment error
by Harro Haan
· 14 years ago
fc464f0
usb: msm_otg: Vote for EXT_3P3V regulator for MHL connector
by Vijayavardhan Vennapusa
· 14 years ago
2b592824f
USB: EHCI: Configure HSIC host<->hub<->Conventional USB devices
by Vijayavardhan Vennapusa
· 14 years ago
15f2553
USB: Add nop functions for !USB case
by Pavankumar Kondeti
· 14 years ago
e3316a1
USB: EHCI: msm: Configure GPIOs for HSIC strobe and data lines
by Vijayavardhan Vennapusa
· 14 years ago
39025fe
USB: EHCI: msm: Add support for HSIC based Host Controller
by Vijayavardhan Vennapusa
· 14 years ago
02eff13
usb: otg: Add usb_hs_system_clk to OTG driver for MSM9615
by Amit Blay
· 15 years ago
3f2bc4d
Initial Contribution
by Bryan Huntsman
· 15 years ago
6b82151
usb: otg_id: add suspend/resume interface
by Dima Zavin
· 15 years ago
e65d9fe
usb: otg: add proxy_wait handler to otg_id
by Erik Gilling
· 15 years ago
adf0760
USB: gadget: f_accessory: Add ioctl to detect USB accessory attached at boot
by Mike Lockwood
· 15 years ago
ce4022b
USB: gadget: f_mtp: Add support for sending MTP header during file transfer
by Mike Lockwood
· 15 years ago
ab246b8
USB: otg: add otg id notifier utiltiies
by Colin Cross
· 15 years ago
cf7addf
USB: gadget: f_mtp: Add PTP variant of MTP USB function
by Mike Lockwood
· 15 years ago
aab9681
usb: gadget: android: Update android gadget driver
by Benoit Goby
· 15 years ago
94df1bd
usb: gadget: composite: Add usb_remove_config
by Benoit Goby
· 15 years ago
9902e0b
USB: gadget: f_accessory: New gadget driver for android USB accesories
by Mike Lockwood
· 15 years ago
aecca43
USB: gadget: android: Support switching vendor ID when configuration changes
by Mike Lockwood
· 15 years ago
e6be894
USB: gadget: composite: Use separate switches for connected and config state
by Mike Lockwood
· 15 years ago
677ba87
usb: gadget: Multiple ACM gadget instances
by John Michelau
· 15 years ago
3e800b6
USB: gadget: f_mtp: Support for file transfer length greater than 4 gigabytes
by Mike Lockwood
· 15 years ago
1de4d4d
USB: gadget: f_mtp: Add ioctl for sending events via the interrupt endpoint
by Mike Lockwood
· 16 years ago
28acc1a
USB: composite: Add usb_composite_force_reset utility to force enumeration
by Mike Lockwood
· 16 years ago
4a44144
USB: gadget: android: Remove unused function android_usb_set_connected()
by Mike Lockwood
· 16 years ago
8da4cc8
USB: gadget: composite: Move switch_set_state calls to a work queue
by Mike Lockwood
· 16 years ago
ba83b01
USB: gadget: f_mtp: USB gadget function driver for MTP and PTP device support.
by Mike Lockwood
· 16 years ago
e2dc503
USB: gadget: composite: Add userspace notifications for USB state changes
by Mike Lockwood
· 16 years ago
0d511c4
USB: gadget: f_rndis: Add platform data for RNDIS vendor ID and MAC address.
by Mike Lockwood
· 16 years ago
f041ac6
USB: composite: Add class driver for enabling and disabling USB functions.
by Mike Lockwood
· 16 years ago
83814ea
USB: gadget: android: android USB gadget improvements:
by Krishna, Vamsi
· 17 years ago
c7ba16a
USB: composite: Add flag to usb_function to hide its interface during enumeration
by Mike Lockwood
· 16 years ago
7f0d7bd
android_usb: Composite USB gadget driver for android.
by Mike Lockwood
· 17 years ago
c44dead
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 15 years ago
1b9ba00
usb: gadget: composite: Allow function drivers to pause control transfers
by Roger Quadros
· 15 years ago
8a1629c
Merge branch 2.6.39-rc7 into usb-linus
by Greg Kroah-Hartman
· 15 years ago
04aebcb
USB: OTG: msm: Add PHY suspend support for MSM8960
by Pavankumar Kondeti
· 15 years ago
Next »