Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
df96ed8dced21426c54c7f69cf7513e75280957a
/
drivers
/
usb
/
chipidea
/
core.c
df96ed8
usb: chipidea: introduce ITC tuning interface
by Peter Chen
· 10 years ago
bf9c85e
usb: chipidea: introduce ci_platform_configure
by Peter Chen
· 10 years ago
2836267
usb: chipidea: add ttctrl.ttha control interface
by Peter Chen
· 10 years ago
2f01a33
usb: chipidea: ehci_init_driver is intended to call one time
by Peter Chen
· 9 years ago
961ea49
usb: chipidea: support runtime power management for otg fsm mode
by Li Jun
· 10 years ago
cb271f3
usb: chipidea: add chipidea revision information
by Peter Chen
· 10 years ago
2e37cfd
usb: chipidea: clear otg interrupt status for otg capable controller
by Peter Chen
· 10 years ago
f8efa76
usb: chipidea: add usb as system wakeup source
by Peter Chen
· 10 years ago
1f874ed
usb: chipidea: add runtime power management support
by Peter Chen
· 10 years ago
24c498d
Revert "usb: chipidea: remove duplicate dev_set_drvdata for host_start"
by Peter Chen
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
6629467
usb: chipidea: Fixed a few typos in comments
by Mickael Maison
· 10 years ago
21a5b57
usb: chipidea: fix phy handling
by Antoine Tenart
· 10 years ago
14b4099
usb: chipidea: remove duplicate dev_set_drvdata for host_start
by Peter Chen
· 10 years ago
5b15730
usb: chipidea: parameter 'mode' isn't needed for hw_device_reset
by Peter Chen
· 10 years ago
cdd278f
usb: chipidea: add controller reset API
by Peter Chen
· 10 years ago
8076932
usb: chipidea: add system power management support
by Peter Chen
· 10 years ago
b82613c
usb: chipidea: add hw_wait_phy_stable for getting stable status
by Peter Chen
· 10 years ago
6d037db
usb: chipidea: remove the unnecessary delay after clear portsc.phcd
by Peter Chen
· 10 years ago
d0f9924
usb: chipidea: core: Remove unneeded OOM message
by Fabio Estevam
· 10 years ago
4c503dd
usb: chipidea: using devm_request_irq to instead of request_irq
by Peter Chen
· 10 years ago
a8a93c6
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next
by Greg Kroah-Hartman
· 10 years ago
1e5e2d3
usb: chipidea: add support to the generic PHY framework
by Antoine Tenart
· 10 years ago
ef44cb4
usb: allow to supply the PHY in the drivers when using HCD
by Antoine Tenart
· 10 years ago
9680b60
usb: chipidea: Fix oops when removing the ci_hdrc module
by Torsten Fleischer
· 10 years ago
5bc879a
usb: chipidea: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
1935388
usb: chipidea: enhance kernel-doc format
by Peter Chen
· 10 years ago
27c62c2
usb: chipidea: otg initialization is only needed when the gadget is supported
by Peter Chen
· 10 years ago
f6a9ff0
usb: chipidea: add TPL support for targeted hosts
by Peter Chen
· 10 years ago
be6b0c1
usb: chipidea: using one inline function to cover queue work operations
by Peter Chen
· 11 years ago
58ce849
usb: chipidea: update TODO list
by Peter Chen
· 11 years ago
4dcf720
usb: chipidea: OTG HNP and SRP fsm implementation
by Li Jun
· 11 years ago
7cf2f86
usb: chipidea: core: Add missing module owner field
by Alexander Shiyan
· 11 years ago
90893b9
usb: chipidea: add proper delay for waiting correct PHY status
by Peter Chen
· 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
d03cccf
usb: chipidea: coordinate usb phy initialization for different phy type
by Peter Chen
· 11 years ago
42d1821
usb: chipidea: Propagate the real error code on platform_get_irq() failure
by Fabio Estevam
· 11 years ago
4f6743d
usb: chipidea: udc: add maximum-speed = full-speed option
by Michael Grzeschik
· 11 years ago
fad5674
usb: chipidea: use dev_get_platdata()
by Jingoo Han
· 11 years ago
c859aa65
usb: chipidea: refine PHY operation
by Peter Chen
· 11 years ago
cd0b42c
usb: chipidea: put hw_phymode_configure before ci_usb_phy_init
by Chris Ruehl
· 11 years ago
3b5d3e6
usb: chipidea: Fix Internal error: : 808 [#1] ARM related to STS flag
by Chris Ruehl
· 11 years ago
ed8f831
usb: chipidea: add freescale imx28 special write register method
by Peter Chen
· 11 years ago
987e7bc
usb: chipidea: mark register map as "const" and convert to u8
by Marc Kleine-Budde
· 11 years ago
21395a1
usb: chipidea: move malloced regmap directly into struct hw_bank
by Marc Kleine-Budde
· 11 years ago
99f14bd4
Merge 3.13-rc5 into usb-next
by Greg Kroah-Hartman
· 11 years ago
5a1e145
usb: chipidea: fix nobody cared IRQ when booting with host role
by Peter Chen
· 11 years ago
aeb2c12
usb: chipidea: Reallocate regmap only if lpm is detected
by Chris Ruehl
· 11 years ago
c2ec3a7
usb: chipidea: only get vbus regulator for non-peripheral mode
by Peter Chen
· 11 years ago
864cf94
usb: chipidea: add ci_hdrc_enter_lpm API
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
222bed9
usb: chipidea: Fix memleak for ci->hw_bank.regmap when removal
by Peter Chen
· 11 years ago
c22600c
usb: chipidea: move platform related things to ci_get_platdata
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
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
03779f0
usb: chipidea: move hw_phymode_configure() into probe
by Fabio Estevam
· 11 years ago
8e22978
usb: chipidea: drop "13xxx" infix
by Alexander Shishkin
· 11 years ago
691962d
usb: chipidea: introduce dual role mode pdata flags
by Sascha Hauer
· 12 years ago
40dcd0e
usb: chipidea: add PTW, PTS and STS handling
by Michael Grzeschik
· 12 years ago
2e27041
usb: chipidea: udc: add multiple td support to hardware_{en,de}queue
by Michael Grzeschik
· 12 years ago
e4ce4ec
usb: chipidea: udc: configure iso endpoints
by Michael Grzeschik
· 12 years ago
0c3f3dc
usb: chipidea: fix id change handling
by Alexander Shishkin
· 12 years ago
122af6d
drivers/usb/chipidea: don't check resource with devm_ioremap_resource
by Wolfram Sang
· 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
c8e333a
usb: chipidea: move role to debugfs
by Alexander Shishkin
· 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
5c6e9bf0
drivers/usb/chipidea/core.c: adjust duplicate test
by Julia Lawall
· 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
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
b183c19
USB: chipidea: re-order irq handling to avoid unhandled irqs
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
a2c3d69
usb: chipidea: permit driver bindings pass phy pointer
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
77c4400
USB: Chipidea: rename struct ci13xxx_udc_driver to struct ci13xxx_platform_data
by Richard Zhao
· 12 years ago
09c94e6
usb: chipidea: remove zero check of hw_ep_max
by Richard Zhao
· 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
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