index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
chipidea
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-08
usb: chipidea: usbmisc: Add support for i.MX51 CPU
Alexander Shiyan
1
-0
/
+4
2013-12-08
usb: chipidea: usbmisc: Add support for i.MX27/i.MX31 CPUs
Alexander Shiyan
1
-0
/
+42
2013-12-08
usb: chipidea: imx: avoid unnecessary probe defer every time
Peter Chen
1
-1
/
+1
2013-12-08
usb: chipidea: Reallocate regmap only if lpm is detected
Chris Ruehl
1
-1
/
+2
2013-12-03
usb: chipidea: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
1
-1
/
+1
2013-12-03
usb: chipidea: host: Only disable the vbus regulator if it is not NULL
Fabio Estevam
1
-1
/
+2
2013-11-14
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-4
/
+3
2013-10-31
DMA-API: usb: use new dma_coerce_mask_and_coherent()
Russell King
1
-3
/
+1
2013-10-31
DMA-API: usb: use dma_set_coherent_mask()
Russell King
1
-2
/
+3
2013-10-30
usb: chipidea: only get vbus regulator for non-peripheral mode
Peter Chen
1
-12
/
+15
2013-10-29
usb: chipidea: host: more enhancement when ci->hcd is NULL
Peter Chen
1
-3
/
+3
2013-10-19
Merge 3.12-rc6 into usb-next.
Greg Kroah-Hartman
1
-2
/
+4
2013-10-16
usb/chipidea: fix oops on memory allocation failure
Russell King - ARM Linux
1
-2
/
+4
2013-10-11
usb: chipidea: udc: Fix calling spin_lock_irqsave at sleep context
Peter Chen
1
-4
/
+3
2013-10-11
usb: chipidea: udc: Fix spinlock recursion during bus reset
Peter Chen
1
-1
/
+1
2013-10-06
Merge 3.12-rc4 into usb-next
Greg Kroah-Hartman
1
-1
/
+6
2013-10-03
usb: chipidea: add Intel Clovertrail pci id
David Cohen
1
-1
/
+6
2013-09-30
usb: chipidea: add ci_hdrc_enter_lpm API
Peter Chen
2
-0
/
+25
2013-09-30
usb: chipidea: imx: remove PHY operations
Peter Chen
1
-17
/
+4
2013-09-30
usb: chipidea: move PHY operation to core
Peter Chen
2
-44
/
+52
2013-09-29
Merge 3.12-rc3 into usb-next
Greg Kroah-Hartman
4
-4
/
+8
2013-09-25
usb: chipidea: USB_CHIPIDEA should depend on HAS_DMA
Geert Uytterhoeven
1
-1
/
+1
2013-09-25
usb: chipidea: udc: free pending TD at removal procedure
Peter Chen
1
-0
/
+2
2013-09-25
usb: chipidea: imx: Add usb_phy_shutdown at probe's error path
Peter Chen
1
-2
/
+5
2013-09-25
usb: chipidea: Fix memleak for ci->hw_bank.regmap when removal
Peter Chen
1
-0
/
+1
2013-09-25
usb: chipidea: udc: fix the oops after rmmod gadget
Peter Chen
1
-1
/
+1
2013-09-25
usb: chipidea: move platform related things to ci_get_platdata
Peter Chen
1
-10
/
+9
2013-09-25
usb: chipidea: udc: Consolidate the call of disconnect
Peter Chen
1
-3
/
+7
2013-09-25
chipidea: udc: free pending TD at removal procedure
Peter Chen
1
-0
/
+2
2013-08-14
USB: chipidea: i.MX: simplify usbmisc
Sascha Hauer
3
-107
/
+76
2013-08-14
usb: chipidea: udc: .pullup is valid only when vbus is there
Peter Chen
1
-0
/
+3
2013-08-14
usb: chipidea: retire flag CI_HDRC_PULLUP_ON_VBUS
Peter Chen
3
-20
/
+6
2013-08-14
usb: chipidea: udc: fix misuse of REGS_SHARED and PULLUP_ON_VBUS flags
Peter Chen
1
-3
/
+2
2013-08-14
usb: chipidea: add wait vbus lower than OTGSC_BSV before role starts
Peter Chen
3
-0
/
+39
2013-08-14
usb: chipidea: add vbus interrupt handler
Peter Chen
5
-12
/
+71
2013-08-14
usb: chipidea: move otg related things to otg file
Peter Chen
3
-52
/
+70
2013-08-14
usb: chipidea: disable all interrupts and clear all interrupts status
Peter Chen
1
-1
/
+10
2013-08-14
usb: chipidea: add flag CI_HDRC_DUAL_ROLE_NOT_OTG
Peter Chen
1
-7
/
+30
2013-08-14
usb: chipidea: add role init and destroy APIs
Peter Chen
5
-11
/
+54
2013-08-14
usb: chipidea: otg: add otg file used to access otgsc
Peter Chen
5
-2
/
+80
2013-08-14
usb: chipidea: udc: otg_set_peripheral is useless for some chipidea users
Peter Chen
1
-1
/
+6
2013-08-14
usb: chipidea: host: add vbus regulator control
Peter Chen
1
-1
/
+22
2013-08-14
usb: chipidea: move vbus regulator operation to core
Peter Chen
2
-24
/
+25
2013-08-14
usb: chipidea: remove previous MODULE_ALIAS
Fabio Estevam
1
-1
/
+0
2013-08-14
usb: chipidea: prevent endless loop registering platform_devices when probe f...
Lothar Waßmann
1
-5
/
+3
2013-08-14
usb: chipidea: don't clobber return value of ci_role_start()
Lothar Waßmann
1
-1
/
+0
2013-08-14
usb: chipidea: ci_hdrc_imx: remove an unsolicited module_put() call from ci_h...
Lothar Waßmann
1
-3
/
+1
2013-08-14
usb: chipidea: improve kconfig 2.0
Lothar Waßmann
1
-4
/
+3
2013-08-14
usb: chipidea: imx: delete the dead code
Peter Chen
1
-3
/
+0
2013-08-14
usb: chipidea: move hw_phymode_configure() into probe
Fabio Estevam
1
-2
/
+2
[next]