Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
2cf3afcd4cbe0e32b8722fc291e9255de1b4d6c6
/
drivers
/
usb
/
chipidea
/
udc.c
1009f9a
usb: chipidea: udc: add set_selfpowered gaget ops
by Peter Chen
· 10 years ago
5b15730
usb: chipidea: parameter 'mode' isn't needed for hw_device_reset
by Peter Chen
· 10 years ago
afbe477
usb: chipidea: gadget: use udc-core's reset notifier
by Peter Chen
· 10 years ago
ef44cb4
usb: allow to supply the PHY in the drivers when using HCD
by Antoine Tenart
· 10 years ago
22835b8
usb: gadget: remove unnecessary 'driver' argument
by Felipe Balbi
· 10 years ago
304f7e5
usb: gadget: Refactor request completion
by Michal Sojka
· 10 years ago
953c664
usb: chipidea: udc: Disable auto ZLP generation on ep0
by Abbas Raza
· 10 years ago
e4adcff
usb: chipidea: udc: delete td from req's td list at ep_dequeue
by Peter Chen
· 11 years ago
10775eb
usb: chipidea: udc: update gadget states according to ch9
by Peter Chen
· 11 years ago
2dbd633
usb: chipidea: udc: delete useless code
by Peter Chen
· 11 years ago
4dcf720
usb: chipidea: OTG HNP and SRP fsm implementation
by Li Jun
· 11 years ago
95f5555
usb: chipidea: udc: driver update for OTG HNP
by Li Jun
· 11 years ago
36304b0
usb: chipidea: export interrupt enable and status register read functions
by Li Jun
· 11 years ago
0c33bf7
usb: chipidea: operate on otgsc register in a general way
by Li Jun
· 11 years ago
d7b00e3
usb: chipidea: udc: refine isr_tr_complete_handler
by Peter Chen
· 11 years ago
64fc06c
usb: chipidea: udc: refine ep operation at isr_tr_complete_handler
by Peter Chen
· 11 years ago
c859aa65
usb: chipidea: refine PHY operation
by Peter Chen
· 11 years ago
5bf5dbe
usb: chipidea: need to mask when writting endptflush and endptprime
by Matthieu CASTET
· 11 years ago
2fc5a7d
usb: chipidea: udc: using MultO at TD as real mult value for ISO-TX
by Peter Chen
· 11 years ago
e90b841
Merge tag 'v3.13-rc5' into next
by Felipe Balbi
· 11 years ago
e117e74
usb: gadget: add "maxpacket_limit" field to struct usb_ep
by Robert Baldyga
· 11 years ago
5a1e145
usb: chipidea: fix nobody cared IRQ when booting with host role
by Peter Chen
· 11 years ago
65b2fb3
usb: chipidea: udc: Fix calling spin_lock_irqsave at sleep context
by Peter Chen
· 11 years ago
a3aee36
usb: chipidea: udc: Fix spinlock recursion during bus reset
by Peter Chen
· 11 years ago
74475ed
usb: chipidea: move PHY operation to core
by Peter Chen
· 11 years ago
df9b17f
Merge 3.12-rc3 into usb-next
by Greg Kroah-Hartman
· 11 years ago
e7ef526
usb: chipidea: udc: free pending TD at removal procedure
by Peter Chen
· 11 years ago
f84839d
usb: chipidea: udc: fix the oops after rmmod gadget
by Peter Chen
· 11 years ago
92b336d
usb: chipidea: udc: Consolidate the call of disconnect
by Peter Chen
· 11 years ago
4a29567
chipidea: udc: free pending TD at removal procedure
by Peter Chen
· 11 years ago
4a64783
usb: chipidea: udc: .pullup is valid only when vbus is there
by Peter Chen
· 11 years ago
d268e9b
usb: chipidea: retire flag CI_HDRC_PULLUP_ON_VBUS
by Peter Chen
· 11 years ago
e7e621e
usb: chipidea: udc: fix misuse of REGS_SHARED and PULLUP_ON_VBUS flags
by Peter Chen
· 11 years ago
a107f8c
usb: chipidea: add vbus interrupt handler
by Peter Chen
· 11 years ago
3f124d2
usb: chipidea: add role init and destroy APIs
by Peter Chen
· 11 years ago
d66895f
usb: chipidea: udc: otg_set_peripheral is useless for some chipidea users
by Peter Chen
· 11 years ago
8e22978
usb: chipidea: drop "13xxx" infix
by Alexander Shishkin
· 12 years ago
2dbc5c4
usb: chipidea: get rid of camelcase names
by Alexander Shishkin
· 12 years ago
2e27041
usb: chipidea: udc: add multiple td support to hardware_{en,de}queue
by Michael Grzeschik
· 12 years ago
cc9e6c4
usb: chipidea: udc: manage dynamic amount of tds with a linked list
by Michael Grzeschik
· 12 years ago
e4ce4ec
usb: chipidea: udc: configure iso endpoints
by Michael Grzeschik
· 12 years ago
d343f4e
usb: chipidea: fix no transceiver case
by Alexander Shishkin
· 12 years ago
64dc9e2
Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
7ca2cd2
usb: chipidea: udc: fix memory leak in _ep_nuke
by Michael Grzeschik
· 12 years ago
a9c1743
usb: chipidea: udc: fix memory access of shared memory on armv5 machines
by Michael Grzeschik
· 12 years ago
b983e51
usb: chipidea: udc: add the define TD_PAGE_COUNT and fix all users
by Michael Grzeschik
· 12 years ago
dd064e9
usb: chipidea: udc: move _ep_queue into an unlocked function
by Michael Grzeschik
· 12 years ago
24dcade
usb: chipidea: udc: don't truncate requests to single tds
by Michael Grzeschik
· 12 years ago
9e50643
usb: chipidea: udc: read status of td only once in hardware_dequeue
by Michael Grzeschik
· 12 years ago
776ffc1
usb: chipidea: udc: move ZLT flag change to ep_enable
by Michael Grzeschik
· 12 years ago
1cd12a9
usb: chipidea: udc: rework ep_enable cap setting
by Michael Grzeschik
· 12 years ago
080ff5f
usb: chipidea: udc: only clear active and halted bits in qhead
by Michael Grzeschik
· 12 years ago
938d323
usb: chipidea: big-endian support
by Svetoslav Neykov
· 12 years ago
727b4dd
usb: chipidea: don't redefine __ffs()
by Felipe Balbi
· 12 years ago
adf0f73
usb: chipidea: move debug files creation/removal to the core
by Alexander Shishkin
· 12 years ago
2d65128
usb: chipidea: convert debug entries in sysfs to debugfs
by Alexander Shishkin
· 12 years ago
69b7e8d
usb: chipidea: remove home-grown tracing facility
by Alexander Shishkin
· 12 years ago
571bb7a
Revert "USB: chipidea: add vbus detect for udc"
by Peter Chen
· 12 years ago
5b08319
usb: chipidea: trim include list in udc code
by Alexander Shishkin
· 12 years ago
79c7d84
usb: chipidea: udc: don't assign gadget.dev.release directly
by Felipe Balbi
· 12 years ago
036804a
usb: gadget: chipidea: remove unnecessary initializations
by Felipe Balbi
· 12 years ago
7bce401
usb: gadget: drop now unnecessary flag
by Felipe Balbi
· 12 years ago
dc9e287
usb: chipidea: let udc-core manage gadget->dev
by Felipe Balbi
· 12 years ago
2b7dc3b
usb: chipidea: register debugging sysfs on our device
by Felipe Balbi
· 12 years ago
8c4fc03
USB: chipidea: add vbus detect for udc
by Richard Zhao
· 12 years ago
db89960
usb: chipidea: udc: don't stall endpoint if request list is empty in isr_tr_complete_low
by Michael Grzeschik
· 12 years ago
ad6b1b9
usb: chipidea: cleanup dma_pool if udc_start() fails
by Marc Kleine-Budde
· 12 years ago
c9d1f94
usb: chipidea: udc: fix error path in udc_start()
by Marc Kleine-Budde
· 12 years ago
c0a48e6
usb: chipidea: udc: add pullup fuction, needed by the uvc gadget
by Michael Grzeschik
· 12 years ago
7f67c38
usb: chipidea: udc: fix setup of endpoint maxpacket size
by Michael Grzeschik
· 12 years ago
a2c3d69
usb: chipidea: permit driver bindings pass phy pointer
by Richard Zhao
· 13 years ago
26c696c
USB: Chipidea: rename struct ci13xxx variables from udc to ci
by Richard Zhao
· 13 years ago
77c4400
USB: Chipidea: rename struct ci13xxx_udc_driver to struct ci13xxx_platform_data
by Richard Zhao
· 13 years ago
b7283d5
usb: chipidea: remove unneeded NULL check
by Alexander Shishkin
· 13 years ago
ded017e
usb: phy: fix return value check of usb_get_phy
by Kishon Vijay Abraham I
· 13 years ago
662dca5
usb: otg: support for multiple transceivers by a single controller
by Kishon Vijay Abraham I
· 13 years ago
721002e
usb: otg: utils: rename function name in OTG utils
by Kishon Vijay Abraham I
· 13 years ago
ab3999a
usb: chipidea: drop unused field "device" from ci13xxx_ep
by Alexander Shishkin
· 13 years ago
5e0aa49
usb: chipidea: use generic map/unmap routines
by Alexander Shishkin
· 13 years ago
eb70e5a
usb: chipidea: add host role
by Alexander Shishkin
· 13 years ago
758fc98
usb: chipidea: use common definition for USBMODE bits
by Alexander Shishkin
· 13 years ago
cac0961
usb: chipidea: drop redundant NULL check
by Alexander Shishkin
· 13 years ago
b932225
usb: chipidea: isr_reset_handler fix missing locking
by Michael Grzeschik
· 13 years ago
5f36e23
usb: chipidea: add support for roles
by Alexander Shishkin
· 13 years ago
e443b33
usb: chipidea: split the driver code into units
by Alexander Shishkin
· 13 years ago
[Renamed (60%) from drivers/usb/chipidea/ci13xxx_udc.c]
bc25a80
usb: move ci13xxx and related code to drivers/usb/chipidea
by Alexander Shishkin
· 13 years ago
[Renamed from drivers/usb/gadget/ci13xxx_udc.c]
ce9d6fb
usb: gadget: ci13xxx: print basic device info when probing
by Alexander Shishkin
· 13 years ago
ef15e54
usb: gadget: ci13xxx: don't use "advance" feature when setting address
by Alexander Shishkin
· 13 years ago
177a830
usb: gadget: ci13xxx: get rid of local tracing for good
by Alexander Shishkin
· 13 years ago
f639554
USB: gadget: ci13xx_udc: fix potential crash in irq handler
by Greg Kroah-Hartman
· 13 years ago
1f339d8
usb: gadget: ci13xxx: convert to new style
by Alexander Shishkin
· 13 years ago
790c2d5
usb: gadget: ci13xxx: move endpoint (de-)initialization to probe/remove
by Alexander Shishkin
· 13 years ago
0f08909
usb: gadget: ci13xxx: replace home-brewed logging with dev_{err,warn,info}
by Alexander Shishkin
· 13 years ago
62bb84e
usb: gadget: ci13xxx: convert to platform device
by Alexander Shishkin
· 13 years ago
262c163
usb: gadget: ci13xxx: redo register access
by Alexander Shishkin
· 13 years ago
d3595d1
usb: gadget: ci13xxx: move global variables inside struct ci13xxx
by Alexander Shishkin
· 13 years ago
1155a7b
usb: gadget: ci13xxx: drop needless parens
by Alexander Shishkin
· 13 years ago
f9df839
usb: gadget: ci13xxx: rename register layouts
by Alexander Shishkin
· 13 years ago
d36ade6
usb: gadget: ci13xxx: initialize ep0{out,in} dynamically
by Alexander Shishkin
· 13 years ago
efa015b
usb: gadget: ci13xxx: fix ep list removal in gadget unregistering code
by Alexander Shishkin
· 13 years ago
Next »