Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b4f17a488ae2e09bfcf95c0e0b4219c246f1116a
/
drivers
/
usb
b4f17a48
usb: config->desc.bLength may not exceed amount of data returned by the device
by Hans de Goede
· 11 years ago
3f0d1c6
usb: misc: usb3503: Support operation with no I2C control
by Mark Brown
· 11 years ago
5bdd1f4
usb: misc: usb3503: Add USB3503A to the compatible list
by Mark Brown
· 11 years ago
e5a0c87
usb: misc: usb3503: Default to hub mode
by Mark Brown
· 11 years ago
dd8e670
usb: misc: usb3503: Fix typos in error messages
by Mark Brown
· 11 years ago
2487e3e
usb: misc: usb3503: Factor out I2C probe
by Mark Brown
· 11 years ago
68b1413
usb: misc: usb3503: Convert to regmap
by Mark Brown
· 11 years ago
8e7245b
usb: misc: usb3503: Actively manage Hub Connect GPIO
by Mark Brown
· 11 years ago
24455b0
usb: misc: usb3503: Use gpio_set_value_cansleep()
by Mark Brown
· 11 years ago
900e062
usb: Move definition of USB_EHCI_BIG_ENDIAN_MMIO et al. out side of the ifs.
by David Daney
· 11 years ago
cffedd6
usb: misc: usb3503: Convert to devm_ APIs
by Mark Brown
· 11 years ago
42416cc
usb: misc: Fix swapped properties in usb3503 DT parsing
by Mark Brown
· 11 years ago
1f92307
USB: serial: move the "simple" drivers into usb-serial-simple.c
by Greg Kroah-Hartman
· 11 years ago
fc76051
USB: XHCI: mark no_sg_constraint
by Ming Lei
· 11 years ago
bcc48f1
USB: introduce usb_device_no_sg_constraint() helper
by Ming Lei
· 11 years ago
428aac8
USB: EHCI: support running URB giveback in tasklet context
by Ming Lei
· 11 years ago
9118f9e
USB: EHCI: improve interrupt qh unlink
by Ming Lei
· 11 years ago
35371e4
USB: EHCI: improve ehci_endpoint_disable
by Ming Lei
· 11 years ago
94dfd7e
USB: HCD: support giveback of URB in tasklet context
by Ming Lei
· 11 years ago
5b146f7
Merge 3.11-rc4 into usb-next
by Greg Kroah-Hartman
· 11 years ago
626f090
usb: fix some scripts/kernel-doc warnings
by Yacine Belkadi
· 11 years ago
6b0a1cf
USB: ohci-at91: add usb_clk for transition to common clk framework
by Boris BREZILLON
· 11 years ago
6753f4c
USB: EHCI: don't depend on hardware for tracking port resets and resumes
by Alan Stern
· 11 years ago
3a20446
USB: EHCI: keep better track of resuming ports
by Alan Stern
· 11 years ago
b8bdad6
USB: pl2303: restrict the divisor based baud rate encoding method to the "HX" chip type
by Frank Schäfer
· 11 years ago
d4f09e2
USB: host: use dev_get_platdata()
by Jingoo Han
· 11 years ago
4fae6f0
USB: handle LPM errors during device suspend correctly
by Alan Stern
· 11 years ago
28e8616
USB: refactor code for enabling/disabling remote wakeup
by Alan Stern
· 11 years ago
15b7336
USB: simplify the interface of usb_get_status()
by Alan Stern
· 11 years ago
b977a30
usb: misc: usb3503: use dev_get_platdata()
by Jingoo Han
· 11 years ago
ace0a5f
usb: renesas: use dev_get_platdata()
by Jingoo Han
· 11 years ago
720ce6e
USB: c67x00: use dev_get_platdata()
by Jingoo Han
· 11 years ago
f3e94aa
usb: core: don't try to reset_device() a port that got just disconnected
by Julius Werner
· 11 years ago
fed1f1e
USB: serial: ftdi_sio: add more RT Systems ftdi devices
by Rick Farina (Zero_Chaos)
· 11 years ago
7d50195
usb: host: Faraday fotg210-hcd driver
by Feng-Hsin Chiang
· 11 years ago
02f00c4
USB: serial: pl2303: fix the upper baud rate limit check for type_0/1 chips
by Frank Schäfer
· 11 years ago
972a6c5
usb: chipidea: fix the build error with randconfig
by Peter Chen
· 11 years ago
dec23dc
usb: chipidea: cast PORTSC_PTS and DEVLC_PTS macros
by Fabio Estevam
· 11 years ago
235d57e
Merge tag 'fixes-for-v3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus
by Greg Kroah-Hartman
· 11 years ago
78283dd
Merge 3.11-rc3 into usb-next
by Greg Kroah-Hartman
· 11 years ago
1894870
usb: gadget: udc-core: fix the typo of udc state attribute
by Rong Wang
· 11 years ago
96edc98
usb: gadget: f_phonet: remove unused preprocessor conditional
by Andrzej Pietrasiewicz
· 11 years ago
8abc6fa
usb: gadget: multi: fix error return code in cdc_do_config()
by Andrzej Pietrasiewicz
· 11 years ago
683a0e4
USB: mos7840: fix pointer casts
by Johan Hovold
· 11 years ago
05cf0de
USB: mos7840: fix race in led handling
by Johan Hovold
· 11 years ago
40c24f2
USB: mos7840: fix device-type detection
by Johan Hovold
· 11 years ago
d8a083c
USB: mos7840: fix race in register handling
by Johan Hovold
· 11 years ago
a882573
USB: serial: add driver for Suunto ANT+ USB device
by Greg Kroah-Hartman
· 11 years ago
435932f
USB: ohci_usb warn "irq nobody cared" on shutdown
by caizhiyong
· 11 years ago
4e682bb
usb: limit OMAP related USB options to OMAP2PLUS platforms
by Paul Gortmaker
· 11 years ago
af3f233
usb: ohci-ep93xx: tidy up driver (*probe) and (*remove)
by H Hartley Sweeten
· 11 years ago
09ae8e7
usb: ohci-ep93xx: use devm_clk_get()
by H Hartley Sweeten
· 11 years ago
8fb35f2
usb: ohci-ep93xx: use platform_get_irq()
by H Hartley Sweeten
· 11 years ago
8bd3902
usb: ohci-ep93xx: use devm_ioremap_resource()
by H Hartley Sweeten
· 11 years ago
140983c
USB: usb-skeleton.c: add retry for nonblocking read
by Chen Wang
· 11 years ago
e6c7efd
usbtmc: convert to devm_kzalloc
by Andy Shevchenko
· 11 years ago
bbf4976
usbtmc: remove redundant braces
by Andy Shevchenko
· 11 years ago
f4d844c
usbtmc: call pr_err instead of plain printk
by Andy Shevchenko
· 11 years ago
92f78dd
usbtmc: remove trailing spaces
by Andy Shevchenko
· 11 years ago
5dc50c3
usbfs: Allow printer class 'get_device_id' without needing to claim the intf
by Hans de Goede
· 11 years ago
aaf6b52
USB: host: Use usb_hcd_platform_shutdown() wherever possible
by Roger Quadros
· 11 years ago
c4b51a4
USB: remove redundant "#if"
by Alan Stern
· 11 years ago
1353aa5
usb: misc: EHSET Test Fixture device driver for host compliance
by Manu Gautam
· 11 years ago
afb8aae
usb: atm: speedtch: be careful with bInterval
by Felipe Balbi
· 11 years ago
d102e78
usb: class: cdc-acm: be careful with bInterval
by Felipe Balbi
· 11 years ago
2c7b871
usb: Clear both buffers when clearing a control transfer TT buffer.
by William Gulland
· 11 years ago
172d934
usb/gadget: free opts struct on error recovery
by Andrzej Pietrasiewicz
· 11 years ago
5f8a2e6
USB: mos7840: fix memory leak in open
by Johan Hovold
· 11 years ago
878c69a
usb: serial: option.c: remove ONDA MT825UP product ID fromdriver
by Enrico Mioso
· 11 years ago
4cf76df
usb: serial: option: add Olivetti Olicard 200
by Dan Williams
· 11 years ago
3d1a69e
usb: serial: option: blacklist ONDA MT689DC QMI interface
by Enrico Mioso
· 11 years ago
3b45b2a
usb: gadget: free opts struct on error recovery
by Andrzej Pietrasiewicz
· 11 years ago
23a113a
usb: gadget: ether: put_usb_function on unbind
by Andrzej Pietrasiewicz
· 11 years ago
00c5ec2
Merge tag 'for-usb-linus-2013-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus
by Greg Kroah-Hartman
· 11 years ago
d66eaf9
xhci: fix null pointer dereference on ring_doorbell_for_active_rings
by Oleksij Rempel
· 11 years ago
07f3cb7
usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0
by George Cherian
· 11 years ago
c4d949b
usb: fix build warning in pci-quirks.h when CONFIG_PCI is not enabled
by Randy Dunlap
· 11 years ago
d5c82fe
usb: xhci: Mark two functions __maybe_unused
by Olof Johansson
· 11 years ago
203a866
xhci: Avoid NULL pointer deref when host dies.
by Sarah Sharp
· 11 years ago
63b5df9
usb: serial: option: Add ONYX 3G device support
by Enrico Mioso
· 11 years ago
5447e0a
Revert "usb: host: Faraday fotg210-hcd driver"
by Greg Kroah-Hartman
· 11 years ago
1dd3d12
usb: host: Faraday fotg210-hcd driver
by Yuan-Hsin Chen
· 11 years ago
1fad564
USB: ti_usb_3410_5052: fix dynamic-id matching
by Johan Hovold
· 11 years ago
10e232c
USB: check sg buffer size in usb_submit_urb
by Ming Lei
· 11 years ago
a636346
USB: isp1362: move debug files from proc to debugfs
by Greg Kroah-Hartman
· 11 years ago
0511b36
USB: sl811: move debug files from proc to debugfs
by Greg Kroah-Hartman
· 11 years ago
2e6a9e8
USB: remove unneeded idr.h include
by Greg Kroah-Hartman
· 11 years ago
7603dee
Merge tag 'for-usb-next-2013-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next
by Greg Kroah-Hartman
· 11 years ago
e452828
USB: sl811: remove CONFIG_USB_DEBUG dependency
by Greg Kroah-Hartman
· 11 years ago
1d896ce
USB: isp116x: remove dependency on CONFIG_USB_DEBUG
by Greg Kroah-Hartman
· 11 years ago
641c86c
USB: isp1362: remove CONFIG_USB_DEBUG dependency
by Greg Kroah-Hartman
· 11 years ago
374f4bf
USB: isp1362: remove _DBG() usage
by Greg Kroah-Hartman
· 11 years ago
2809508
USB: isp1362: remove unused _WARN_ON() calls
by Greg Kroah-Hartman
· 11 years ago
051a0689
USB: isp1362: remove unused _BUG_ON() calls
by Greg Kroah-Hartman
· 11 years ago
0667fe7
USB: gadget: fix up comment
by Greg Kroah-Hartman
· 11 years ago
8fb822c
USB: phy: remove CONFIG_USB_DEBUG usage
by Greg Kroah-Hartman
· 11 years ago
523e531
USB: phy: remove custom DBG macro
by Greg Kroah-Hartman
· 11 years ago
2c21c98
USB: usbatm: remove CONFIG_USB_DEBUG dependancy
by Greg Kroah-Hartman
· 11 years ago
2d6401c
USB: usbatm: move the atm_dbg() call to use dynamic debug
by Greg Kroah-Hartman
· 11 years ago
ca4d701
USB: usbatm: don't rely on CONFIG_USB_DEBUG
by Greg Kroah-Hartman
· 11 years ago
Next »