Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a78b55d1c0218b6d91d504941d20e36435c276f5
/
drivers
/
usb
/
gadget
/
s3c-hsotg.c
d3675e3
usb: s3c-hsotg: do not disconnect gadget when receiving ErlySusp intr
by Chanho Park
· 11 years ago
c8c1025
usb: s3c-hsotg: fix unregistration function
by Marek Szyprowski
· 11 years ago
e01ee9f
usb: gadget: use dev_get_platdata()
by Jingoo Han
· 11 years ago
c50f056c
usb: gadget: s3c-hsotg: Allow driver instantiation using device tree
by Tomasz Figa
· 12 years ago
17d966a
usb: gadget: s3c-hsotg: pass 'struct usb_request *' to usb_gadget_unmap_request()
by Jingoo Han
· 12 years ago
f4f5ba5
usb: gadget: s3c-hsotg: fix PHY error handling
by Felipe Balbi
· 12 years ago
ad8033f
usb: gadget: s3c-hsotg: don't assign gadget.dev.release directly
by Felipe Balbi
· 12 years ago
430e958
usb: gadget: s3c-hsotg: don't touch gadget.dev.driver
by Felipe Balbi
· 12 years ago
2015760
usb: gadget: s3c-hsotg: remove unnecessary initializations
by Felipe Balbi
· 12 years ago
e58ebcd
usb: gadget: s3c-hsotg: switch over to usb_gadget_map/unmap_request()
by Felipe Balbi
· 12 years ago
7bce401
usb: gadget: drop now unnecessary flag
by Felipe Balbi
· 12 years ago
b8d833a
usb: gadget: s3c-hsotg: let udc-core manage gadget->dev
by Felipe Balbi
· 12 years ago
74e1a2a
Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
4811f53
Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
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
· 12 years ago
eeef458
usb: gadget: constify all struct usb_gadget_ops
by Felipe Balbi
· 12 years ago
148e113
usb: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
b2e587d
usb: phy: s3c-hsotg: adding phy driver support
by Praveen Paneri
· 12 years ago
cd76213
usb: gadget: s3c-hsotg: Use devm_regulator_bulk_get API
by Sachin Kamat
· 12 years ago
69f5165
usb: gadget: s3c-hsotg: Fix invalid free of devm_ allocated data
by Tushar Behera
· 12 years ago
fb4e98a
usb: remove use of __devexit
by Bill Pemberton
· 12 years ago
41ac7b3
usb: remove use of __devinit
by Bill Pemberton
· 12 years ago
7690417
usb: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
7135f08
Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
84749c6
usb: gadget: s3c-hsotg: Use devm_clk_get function
by Sachin Kamat
· 12 years ago
2868fea
usb: gadget: s3c-hsotg: fix core reset timeout failure
by Du, Changbin
· 12 years ago
dfdda5a
drivers/usb/gadget/s3c-hsotg.c: fix error return code
by Julia Lawall
· 12 years ago
7d7b229
usb: gadget: s3c-hsotg: Propagate devicetree to gadget drivers
by Alexandre Pereira da Silva
· 13 years ago
a188b68
usb: gadget: hsotg: pullup method implementation for s3c-hsotg UDC driver
by Lukasz Majewski
· 13 years ago
5ad1d31
usb: hsotg: samsung: smp Provide *_lock functions abstraction layer for SMP SoCs
by Lukasz Majewski
· 13 years ago
2b19a52
usb: hsotg: samsung: Protect the udc_stop routine with spinlock
by Lukasz Majewski
· 13 years ago
22258f4
usb: hsotg: samsung: Replace endpoint specific locks with a global lock
by Lukasz Majewski
· 13 years ago
338edab
usb: s3c-hsotg: Use devm_* functions in s3c-hsotg.c file
by Sachin Kamat
· 13 years ago
126625e
usb:hsotg:samsung:cosmetic Move <linux/platform_data/s3c-hsotg.h> to proper place
by Lukasz Majewski
· 13 years ago
1d144c6
usb:hsotg:samsung: err_irq: support for probe function
by Lukasz Majewski
· 13 years ago
04b4a0f
usb:hsotg:samsung: Use clk_prepare_enable and clk_disable_unprepare
by Lukasz Majewski
· 13 years ago
94cb8fd
usb:hsotg:samsung: Remove the S3C_ prefix from registers definition.
by Lukasz Majewski
· 13 years ago
f026a52
usb:hsotg:samsung: Add release function for hsotg device
by Lukasz Majewski
· 13 years ago
f99b2bf
usb:hsotg:samsung: Remove our_hsotg global pointer
by Lukasz Majewski
· 13 years ago
8b9bc46
usb:hsotg:samsung: Comments reorganization and cleanup
by Lukasz Majewski
· 13 years ago
f65f0f1
usb:hsotg:samsung: Use new udc_start and udc_stop callbacks
by Lukasz Majewski
· 13 years ago
b3f489b
usb:hsotg:samsung: Determine number of EPs from HW configuration register
by Lukasz Majewski
· 13 years ago
12a1f4d
usb:hsotg:samsung: Cable disconnection recovery code
by Lukasz Majewski
· 13 years ago
5e89134
usb:hsotg:samsung: Rename s3c_hsotg_disconnect function
by Lukasz Majewski
· 13 years ago
b3546c9
usb:hsotg:samsung: Remove Disconnect Interrupt handler
by Lukasz Majewski
· 13 years ago
308d734
usb:hsotg:samsung: Extract core initialization function
by Lukasz Majewski
· 13 years ago
d3ca025
usb:hsotg:samsung: Sending ZLP packet for IN EP0 transfers
by Lukasz Majewski
· 13 years ago
71225be
usb:hsotg:samsung: NAK management for EP0 (Setup stage of control transfers)
by Lukasz Majewski
· 13 years ago
fc9a731
usb:hsotg:samsung: Use of regulator_bulk_* functions for USB regulators
by Lukasz Majewski
· 13 years ago
4118878
usb:hsotg:samsung: Wrappers for USB PHY methods
by Lukasz Majewski
· 13 years ago
d77039c
usb:hsotg:samsung: Remove platform dependent functions from s3c-hsotg
by Lukasz Majewski
· 13 years ago
127d42a
usb:hsotg:samsung: Remove platform dependency from s3c-hsotg
by Lukasz Majewski
· 13 years ago
db1d8ba
usb: s3c-hsotg: Fix big buffers transfer in DMA mode
by Anton Tikhomirov
· 13 years ago
70fa030
usb: s3c-hsotg: Avoid TxFIFO corruption in DMA mode
by Anton Tikhomirov
· 13 years ago
659ad60
usb: s3c-hsotg: Fix maximum patcket size setting for EP0
by Anton Tikhomirov
· 13 years ago
f7a83fe
usb: s3c-hsotg: Fix TX FIFOs allocation
by Anton Tikhomirov
· 13 years ago
121a8cd
Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
007d00d
Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
7177aed
usb: gadget: rename usb_gadget_driver::speed to max_speed
by Michal Nazarewicz
· 13 years ago
d327ab5
usb: gadget: replace usb_gadget::is_dualspeed with max_speed
by Michal Nazarewicz
· 13 years ago
bfe0658
usb: udc: Fix gadget driver's speed check in various UDC drivers
by Michal Nazarewicz
· 13 years ago
cc27c96
usb: convert drivers/usb/* to use module_platform_driver()
by Axel Lin
· 13 years ago
e538dfd
usb: Provide usb_speed_string() function
by Michal Nazarewicz
· 13 years ago
29cc889
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
by Kuninori Morimoto
· 13 years ago
0f91349
usb: gadget: convert all users to the new udc infrastructure
by Sebastian Andrzej Siewior
· 13 years ago
83a0180
USB: s3c-hsotg: Tone down debugging
by Mark Brown
· 14 years ago
2328cea
USB: s3c-hsotg: return proper error if clk_get fails
by Jingoo Han
· 14 years ago
66e5c64
USB: s3c-hsotg: fix checkpatch warnings
by Jingoo Han
· 14 years ago
dfbc6fa
USB: s3c-hsotg: Add copyright string
by Anton Tikhomirov
· 14 years ago
f8acb08
USB: s3c-hsotg: Fix hang up after reset
by Anton Tikhomirov
· 14 years ago
9c39ddc
USB: s3c-hsotg: Fix stall condition processing
by Anton Tikhomirov
· 14 years ago
26ab3d0
USB: s3c-hsotg: Fix control request processing
by Anton Tikhomirov
· 14 years ago
a3395f0
USB: s3c-hsotg: Fix interrupt cleaning code
by Anton Tikhomirov
· 14 years ago
d00f500
USB: s3c-hsotg: Fix core reset
by Anton Tikhomirov
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
b0fca50
usb gadget: don't save bind callback in struct usb_gadget_driver
by Uwe Kleine-König
· 14 years ago
0f1312b
USB: s3c-hsotg: Remove DEBUG define
by Maurus Cuelenaere
· 14 years ago
31ee04d
USB: s3c-hsotg: add support for clock gating
by Marek Szyprowski
· 14 years ago
1eb838d
USB: s3c-hsotg: modify only selected bits in S3C_PHYPWR register
by Marek Szyprowski
· 14 years ago
4d47166
USB: s3c-hsotg: fix compilation problem
by Marek Szyprowski
· 14 years ago
e50bf38
USB: s3c-hsotg: Add support for external USB clock
by Maurus Cuelenaere
· 14 years ago
a33e713
USB: s3c-hsotg: Fix OUT packet request retry
by Ben Dooks
· 14 years ago
b05ca58
USB: s3c-hsotg: Fix the OUT EP0 limit
by Ben Dooks
· 14 years ago
6cd68de
USB: s3c-hsotg: Fix max EP0 IN request length
by Ben Dooks
· 14 years ago
c9a64ea
USB: s3c-hsotg: Check for new request before enqueing new setup
by Ben Dooks
· 14 years ago
03e10e5
USB: s3c-hsotg: Only load packet per fifo write
by Ben Dooks
· 14 years ago
10aebc7
USB: s3c-hsotg: Add initial detection and setup for dedicated FIFO mode
by Ben Dooks
· 14 years ago
b3864ce
USB: s3c-hsotg: Re-initialise all FIFOs on USB bus reset
by Ben Dooks
· 14 years ago
e7a9ff5
USB: s3c-hsotg: Avoid overwriting contents of perodic in 'fifo'
by Ben Dooks
· 14 years ago
679f9b7
USB: s3c-hsotg: The NPTX/PTX FIFO sizes are in words, not bytes
by Ben Dooks
· 14 years ago
6d091ee
USB: s3c-hsotg: Increase TX fifo limit
by Ben Dooks
· 14 years ago
1703a6d
USB: s3c-hsotg: Ensure FIFOs are fully flushed after layout
by Ben Dooks
· 15 years ago
2e0e077
USB: s3c-hsotg: SoftDisconnect minimum 3ms
by Ben Dooks
· 15 years ago
0f002d2
USB: s3c-hsotg: Ensure TX FIFO addresses setup when initialising FIFOs
by Ben Dooks
· 15 years ago
390b166
USB: s3c: Enable soft disconnect during initialization
by Thomas Abraham
· 15 years ago
19c190f
USB: gadget: s3c-hsotg: Add missing unlock
by Julia Lawall
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
988addf
Merge branch 'origin' into devel-stable
by Russell King
· 15 years ago
004c1c7
Merge branch 'for-rmk/samsung6' of git://git.fluff.org/bjdooks/linux into devel-stable
by Russell King
· 15 years ago
f9fed7c
USB: Fix s3c-hsotg build following Samsung platform header moves
by Mark Brown
· 15 years ago
Next »