Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
bb75d93b903afcd0904c83850835857fd9f8ef2d
/
drivers
/
usb
/
chipidea
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
efccca4
usb: chipidea: make pci platform datas static
by Alexander Shishkin
· 12 years ago
a068533
usb: chipidea: usbmisc: add post handling and errata fix for mx25
by Michael Grzeschik
· 12 years ago
f0c910b
usb: chipidea: usbmisc: add mx53 support
by Michael Grzeschik
· 12 years ago
e609108
usb: chipidea: usbmisc: prepare driver to handle more than one soc
by Marc Kleine-Budde
· 12 years ago
00b9a1f9
usb: chipidea: usbmisc: fix a potential race condition
by Marc Kleine-Budde
· 12 years ago
d48a24d
usb: chipidea: usbmisc: unset global varibale usbmisc on driver remove
by Marc Kleine-Budde
· 12 years ago
a7bc2fd
usb: chipidea: usbmisc: rename file, struct and functions to usbmisc_imx
by Michael Grzeschik
· 12 years ago
727b4dd
usb: chipidea: don't redefine __ffs()
by Felipe Balbi
· 12 years ago
ba8618e
usb: chipidea: fix precedence bug in ci_requests_show()
by Dan Carpenter
· 12 years ago
adf0f73
usb: chipidea: move debug files creation/removal to the core
by Alexander Shishkin
· 12 years ago
c8e333a
usb: chipidea: move role to debugfs
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
1929081
usb: chipidea: core: switch over to devm_ioremap_resource
by Felipe Balbi
· 12 years ago
bb36668
usb: chipidea: trim include list in the core
by Alexander Shishkin
· 12 years ago
5b08319
usb: chipidea: trim include list in udc code
by Alexander Shishkin
· 12 years ago
3c37bb6
usb: chipidea: drop redundant includes
by Alexander Shishkin
· 12 years ago
cf2d950
Merge branch 'usb-linus' into usb-next
by Greg Kroah-Hartman
· 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
302beda
usb: chipidea: usbmisc_imx6q: Staticize usbmisc_imx6q_drv_init/exit()
by Fabio Estevam
· 12 years ago
2b7dc3b
usb: chipidea: register debugging sysfs on our device
by Felipe Balbi
· 12 years ago
3b5d851
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 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
eece09e
locking: Various static lock initializer fixes
by Thomas Gleixner
· 13 years ago
7b8bc3a
USB: chipidea: ci13xxx_imx: Remove sparse warning
by Fabio Estevam
· 12 years ago
148e113
usb: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
5c6e9bf0
drivers/usb/chipidea/core.c: adjust duplicate test
by Julia Lawall
· 12 years ago
929473e
usb: chipidea: Allow disabling streaming not only in udc mode
by Fabio Estevam
· 12 years ago
98c3553
USB: chipidea: fix use after free bug
by Lothar Waßmann
· 12 years ago
fb4e98a
usb: remove use of __devexit
by Bill Pemberton
· 12 years ago
d3608b6
usb: remove use of __devinitdata
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
1b36810
USB: EHCI: miscellaneous cleanups for the library conversion
by Alan Stern
· 12 years ago
7fd94be
Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
be44f1c
usb: gadget: Remove reference to is_dualspeed from sysfs.
by Michal Nazarewicz
· 12 years ago
cdb2fac
USB: EHCI: fix build error in ChipIdea host driver
by Alan Stern
· 12 years ago
09f6ffd
USB: EHCI: fix build error by making ChipIdea host a normal EHCI driver
by Alan Stern
· 12 years ago
c73cee7
USB: EHCI: remove ehci_port_power() routine
by Alan Stern
· 12 years ago
b183c19
USB: chipidea: re-order irq handling to avoid unhandled irqs
by Richard Zhao
· 12 years ago
388ed48
USB: chipidea: add -DDEBUG if debugging is enabled
by Richard Zhao
· 12 years ago
8c4fc03
USB: chipidea: add vbus detect for udc
by Richard Zhao
· 12 years ago
984f753
USB: chipidea: acknowledge ID change interrupt in irq handler
by Richard Zhao
· 12 years ago
86ad01a
USB: chipidea: delay 2ms before read ID status at probe time
by Richard Zhao
· 12 years ago
b4dbb25
USB: chipidea: imx: add pinctrl support
by Richard Zhao
· 12 years ago
d142d6b
USB: chipidea: add imx usbmisc support
by Richard Zhao
· 12 years ago
08d9c74
Merge branch 'chipidea-stable' into usb-next
by Greg Kroah-Hartman
· 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
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
85b8614
usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED
by Michal Nazarewicz
· 12 years ago
71a5e61
usb: chipidea: fix and improve dependencies if usb host or gadget support is built as module
by Marc Kleine-Budde
· 12 years ago
1530280
usb: chipidea: add imx platform driver
by Richard Zhao
· 12 years ago
a2c3d69
usb: chipidea: permit driver bindings pass phy pointer
by Richard Zhao
· 12 years ago
ca72ae9
usb: chipidea: select USB_EHCI_ROOT_HUB_TT in USB_CHIPIDEA_HOST of Kconfig
by Richard Zhao
· 12 years ago
fe6e125
USB: Chipidea: add ci13xxx device id management
by Richard Zhao
· 12 years ago
cbc6dc2
USB: Chipidea: add unified ci13xxx_{add,remove}_device for platform drivers
by Richard Zhao
· 12 years ago
26c696c
USB: Chipidea: rename struct ci13xxx variables from udc to ci
by Richard Zhao
· 12 years ago
77c4400
USB: Chipidea: rename struct ci13xxx_udc_driver to struct ci13xxx_platform_data
by Richard Zhao
· 12 years ago
6bf8359
usb: chipidea: msm: add remove method
by Felipe Balbi
· 12 years ago
17d2fcc
usb: chipidea: msm: add missing section annotation
by Felipe Balbi
· 12 years ago
b2006d9
usb: chipidea: drop useless arch-check
by Felipe Balbi
· 12 years ago
b7283d5
usb: chipidea: remove unneeded NULL check
by Alexander Shishkin
· 12 years ago
ded017e
usb: phy: fix return value check of usb_get_phy
by Kishon Vijay Abraham I
· 12 years ago
662dca5
usb: otg: support for multiple transceivers by a single controller
by Kishon Vijay Abraham I
· 12 years ago
721002e
usb: otg: utils: rename function name in OTG utils
by Kishon Vijay Abraham I
· 12 years ago
09c94e6
usb: chipidea: remove zero check of hw_ep_max
by Richard Zhao
· 13 years ago
a756186
USB: CI13xxx: Use usb_put_hcd() on failure to drop HCD
by Marek Vasut
· 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
bd84198
usb: chipidea: add power_budget limit for ehci to platform data
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
f7daaa2
usb: chipidea: drop unused msm register definitions
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
551a8ac
usb: chipidea: brush up structure definitions
by Alexander Shishkin
· 13 years ago
f8c1376
usb: chipidea: remove unused field "regs" from ci13xxx
by Alexander Shishkin
· 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
bc25a80
usb: move ci13xxx and related code to drivers/usb/chipidea
by Alexander Shishkin
· 13 years ago