Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3ab546205411a245ef0f60ec708467a072855c6f
/
drivers
/
usb
/
chipidea
8ceafbf
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 11 years ago
e1fd734
DMA-API: usb: use new dma_coerce_mask_and_coherent()
by Russell King
· 11 years ago
22d9d8e
DMA-API: usb: use dma_set_coherent_mask()
by Russell King
· 11 years ago
c2ec3a7
usb: chipidea: only get vbus regulator for non-peripheral mode
by Peter Chen
· 11 years ago
df101c5
usb: chipidea: host: more enhancement when ci->hcd is NULL
by Peter Chen
· 11 years ago
5584cfb
Merge 3.12-rc6 into usb-next.
by Greg Kroah-Hartman
· 11 years ago
41314fe
usb/chipidea: fix oops on memory allocation failure
by Russell King - ARM Linux
· 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
4c015ba
Merge 3.12-rc4 into usb-next
by Greg Kroah-Hartman
· 11 years ago
a214339
usb: chipidea: add Intel Clovertrail pci id
by David Cohen
· 11 years ago
864cf94
usb: chipidea: add ci_hdrc_enter_lpm API
by Peter Chen
· 11 years ago
af59a8b
usb: chipidea: imx: remove PHY operations
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
2c74033
usb: chipidea: USB_CHIPIDEA should depend on HAS_DMA
by Geert Uytterhoeven
· 11 years ago
e7ef526
usb: chipidea: udc: free pending TD at removal procedure
by Peter Chen
· 11 years ago
3a254fe
usb: chipidea: imx: Add usb_phy_shutdown at probe's error path
by Peter Chen
· 11 years ago
222bed9
usb: chipidea: Fix memleak for ci->hw_bank.regmap when removal
by Peter Chen
· 11 years ago
f84839d
usb: chipidea: udc: fix the oops after rmmod gadget
by Peter Chen
· 11 years ago
c22600c
usb: chipidea: move platform related things to ci_get_platdata
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
05986ba
USB: chipidea: i.MX: simplify usbmisc
by Sascha Hauer
· 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
22fa844
usb: chipidea: add wait vbus lower than OTGSC_BSV before role starts
by Peter Chen
· 11 years ago
a107f8c
usb: chipidea: add vbus interrupt handler
by Peter Chen
· 11 years ago
cbec6bd
usb: chipidea: move otg related things to otg file
by Peter Chen
· 11 years ago
c344b51
usb: chipidea: disable all interrupts and clear all interrupts status
by Peter Chen
· 11 years ago
577b232
usb: chipidea: add flag CI_HDRC_DUAL_ROLE_NOT_OTG
by Peter Chen
· 11 years ago
3f124d2
usb: chipidea: add role init and destroy APIs
by Peter Chen
· 11 years ago
c10b4f0
usb: chipidea: otg: add otg file used to access otgsc
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
40ed51a
usb: chipidea: host: add vbus regulator control
by Peter Chen
· 11 years ago
1542d9c
usb: chipidea: move vbus regulator operation to core
by Peter Chen
· 11 years ago
6a6243b
usb: chipidea: remove previous MODULE_ALIAS
by Fabio Estevam
· 11 years ago
e98b44e
usb: chipidea: prevent endless loop registering platform_devices when probe fails
by Lothar Waßmann
· 11 years ago
3b1280c
usb: chipidea: don't clobber return value of ci_role_start()
by Lothar Waßmann
· 11 years ago
769d92c
usb: chipidea: ci_hdrc_imx: remove an unsolicited module_put() call from ci_hdrc_imx_remove()
by Lothar Waßmann
· 11 years ago
a0cfdc6
usb: chipidea: improve kconfig 2.0
by Lothar Waßmann
· 11 years ago
9d84d55
usb: chipidea: imx: delete the dead code
by Peter Chen
· 11 years ago
03779f0
usb: chipidea: move hw_phymode_configure() into probe
by Fabio Estevam
· 11 years ago
5bb3da0
usb: chipidea: ci_hdrc_imx: remove unused variable 'res'
by Fabio Estevam
· 11 years ago
165f606
Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 11 years ago
2cdcec4
usb: host: add has_tdi_phy_lpm capability bit
by Tuomas Tynkkynen
· 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
74b9272
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 11 years ago
046916d
usb: chipidea: ci_hdrc_imx: access phy via private data
by Fabio Estevam
· 11 years ago
8e22978
usb: chipidea: drop "13xxx" infix
by Alexander Shishkin
· 11 years ago
269b83d
usbmisc_imx: allow autoloading on according to dt ids
by Arnaud Patard (Rtp)
· 11 years ago
2dbc5c4
usb: chipidea: get rid of camelcase names
by Alexander Shishkin
· 11 years ago
8b2379b
usb: chipidea: move to pcim_* functions
by Andy Shevchenko
· 11 years ago
54b448e
usb: chipidea: remove superfluous pci_set_drvdata(pci, NULL)
by Andy Shevchenko
· 11 years ago
ea1418b
usb: chipidea: i.MX: use devm_usb_get_phy_by_phandle to get phy
by Sascha Hauer
· 11 years ago
0404ae0
usb: chipidea: usbmisc: use module_platform_driver
by Philipp Zabel
· 11 years ago
f6a3b3a
usb: chipidea: ci13xxx-imx: move static pdata into probe function
by Michael Grzeschik
· 11 years ago
691962d
usb: chipidea: introduce dual role mode pdata flags
by Sascha Hauer
· 11 years ago
40dcd0e
usb: chipidea: add PTW, PTS and STS handling
by Michael Grzeschik
· 11 years ago
2e27041
usb: chipidea: udc: add multiple td support to hardware_{en,de}queue
by Michael Grzeschik
· 11 years ago
cc9e6c4
usb: chipidea: udc: manage dynamic amount of tds with a linked list
by Michael Grzeschik
· 11 years ago
20a677f
usb: chipidea: improve kconfig
by Peter Chen
· 11 years ago
05f6353
usb: chipidea: ci13xxx_imx: remove 'phy_np'
by Fabio Estevam
· 11 years ago
785dabe
usb: chipidea: ci13xxx_imx: check if 'data->phy_np' is not NULL
by Fabio Estevam
· 11 years ago
e56ae54
usb: chipidea: ci13xxx_imx: remove reg_vbus
by Fabio Estevam
· 11 years ago
770719d
usb: chipidea: ci13xxx_imx: fix error path
by Fabio Estevam
· 11 years ago
e4ce4ec
usb: chipidea: udc: configure iso endpoints
by Michael Grzeschik
· 11 years ago
f6a5750
usb: chipidea: usbmisc_imx: Staticize usbmisc_imx_drv_init/exit
by Fabio Estevam
· 11 years ago
a95fd18
usb: chipidea: ci13xxx_imx: let device core handle pinctrl
by Fabio Estevam
· 11 years ago
1508124
Merge 3.10-rc6 into usb-next
by Greg Kroah-Hartman
· 11 years ago
8973ba8
usb: chipidea: depend on CONFIG_OF instead of CONFIG_OF_DEVICE
by Rob Herring
· 12 years ago
0c3f3dc
usb: chipidea: fix id change handling
by Alexander Shishkin
· 11 years ago
d343f4e
usb: chipidea: fix no transceiver case
by Alexander Shishkin
· 11 years ago
2373536
usb, chipidea: remove redundant D0 power state set
by Yijing Wang
· 12 years ago
45f6bc5
Merge 3.10-rc3 into usb-next
by Greg Kroah-Hartman
· 12 years ago
b641940
Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
122af6d
drivers/usb/chipidea: don't check resource with devm_ioremap_resource
by Wolfram Sang
· 12 years ago
b342f09
usb: chipidea: ci13xxx_imx: Remove redundant platform_set_drvdata()
by Sachin Kamat
· 12 years ago
3b9561e
USB: set device dma_mask without reference to global data
by Stephen Warren
· 12 years ago
7c8bfed
usb, chipidea: fix link error when USB_EHCI_HCD is a module
by David Rientjes
· 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
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
Next »