index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
chipidea
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-04
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
1
-1
/
+1
2013-06-25
usb: chipidea: ci_hdrc_imx: access phy via private data
Fabio Estevam
1
-5
/
+4
2013-06-24
usb: chipidea: drop "13xxx" infix
Alexander Shishkin
14
-260
/
+261
2013-06-24
usbmisc_imx: allow autoloading on according to dt ids
Arnaud Patard (Rtp)
1
-0
/
+1
2013-06-17
usb: chipidea: get rid of camelcase names
Alexander Shishkin
2
-256
/
+257
2013-06-17
usb: chipidea: move to pcim_* functions
Andy Shevchenko
1
-12
/
+4
2013-06-17
usb: chipidea: remove superfluous pci_set_drvdata(pci, NULL)
Andy Shevchenko
1
-1
/
+0
2013-06-17
usb: chipidea: i.MX: use devm_usb_get_phy_by_phandle to get phy
Sascha Hauer
1
-20
/
+12
2013-06-17
usb: chipidea: usbmisc: use module_platform_driver
Philipp Zabel
1
-11
/
+1
2013-06-17
usb: chipidea: ci13xxx-imx: move static pdata into probe function
Michael Grzeschik
1
-10
/
+9
2013-06-17
usb: chipidea: introduce dual role mode pdata flags
Sascha Hauer
1
-6
/
+18
2013-06-17
usb: chipidea: add PTW, PTS and STS handling
Michael Grzeschik
2
-1
/
+63
2013-06-17
usb: chipidea: udc: add multiple td support to hardware_{en,de}queue
Michael Grzeschik
3
-83
/
+111
2013-06-17
usb: chipidea: udc: manage dynamic amount of tds with a linked list
Michael Grzeschik
3
-62
/
+129
2013-06-17
usb: chipidea: improve kconfig
Peter Chen
1
-3
/
+3
2013-06-17
usb: chipidea: ci13xxx_imx: remove 'phy_np'
Fabio Estevam
1
-7
/
+5
2013-06-17
usb: chipidea: ci13xxx_imx: check if 'data->phy_np' is not NULL
Fabio Estevam
1
-1
/
+2
2013-06-17
usb: chipidea: ci13xxx_imx: remove reg_vbus
Fabio Estevam
1
-8
/
+6
2013-06-17
usb: chipidea: ci13xxx_imx: fix error path
Fabio Estevam
1
-6
/
+7
2013-06-17
usb: chipidea: udc: configure iso endpoints
Michael Grzeschik
3
-2
/
+21
2013-06-17
usb: chipidea: usbmisc_imx: Staticize usbmisc_imx_drv_init/exit
Fabio Estevam
1
-2
/
+2
2013-06-17
usb: chipidea: ci13xxx_imx: let device core handle pinctrl
Fabio Estevam
1
-7
/
+0
2013-06-17
Merge 3.10-rc6 into usb-next
Greg Kroah-Hartman
2
-6
/
+10
2013-06-12
usb: chipidea: depend on CONFIG_OF instead of CONFIG_OF_DEVICE
Rob Herring
1
-1
/
+1
2013-06-11
usb: chipidea: fix id change handling
Alexander Shishkin
1
-1
/
+2
2013-06-11
usb: chipidea: fix no transceiver case
Alexander Shishkin
1
-5
/
+8
2013-06-03
usb, chipidea: remove redundant D0 power state set
Yijing Wang
1
-1
/
+0
2013-05-27
Merge 3.10-rc3 into usb-next
Greg Kroah-Hartman
3
-17
/
+5
2013-05-23
Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-12
/
+5
2013-05-18
drivers/usb/chipidea: don't check resource with devm_ioremap_resource
Wolfram Sang
1
-5
/
+0
2013-05-17
usb: chipidea: ci13xxx_imx: Remove redundant platform_set_drvdata()
Sachin Kamat
1
-2
/
+0
2013-05-16
USB: set device dma_mask without reference to global data
Stephen Warren
1
-11
/
+4
2013-05-16
usb, chipidea: fix link error when USB_EHCI_HCD is a module
David Rientjes
1
-1
/
+1
2013-04-05
Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-26
/
+1
2013-04-05
usb: chipidea: udc: fix memory leak in _ep_nuke
Michael Grzeschik
1
-0
/
+6
2013-04-05
usb: chipidea: udc: fix memory access of shared memory on armv5 machines
Michael Grzeschik
2
-2
/
+4
2013-03-30
usb: chipidea: udc: add the define TD_PAGE_COUNT and fix all users
Michael Grzeschik
2
-2
/
+3
2013-03-30
usb: chipidea: udc: move _ep_queue into an unlocked function
Michael Grzeschik
1
-48
/
+56
2013-03-30
usb: chipidea: udc: don't truncate requests to single tds
Michael Grzeschik
1
-2
/
+2
2013-03-30
usb: chipidea: udc: read status of td only once in hardware_dequeue
Michael Grzeschik
1
-3
/
+5
2013-03-30
usb: chipidea: udc: move ZLT flag change to ep_enable
Michael Grzeschik
1
-1
/
+2
2013-03-30
usb: chipidea: udc: rework ep_enable cap setting
Michael Grzeschik
1
-9
/
+5
2013-03-30
usb: chipidea: udc: only clear active and halted bits in qhead
Michael Grzeschik
1
-1
/
+2
2013-03-30
usb: chipidea: big-endian support
Svetoslav Neykov
2
-29
/
+32
2013-03-30
usb: chipidea: make pci platform datas static
Alexander Shishkin
1
-3
/
+3
2013-03-30
usb: chipidea: usbmisc: add post handling and errata fix for mx25
Michael Grzeschik
3
-0
/
+51
2013-03-30
usb: chipidea: usbmisc: add mx53 support
Michael Grzeschik
1
-0
/
+54
2013-03-30
usb: chipidea: usbmisc: prepare driver to handle more than one soc
Marc Kleine-Budde
1
-5
/
+13
2013-03-30
usb: chipidea: usbmisc: fix a potential race condition
Marc Kleine-Budde
1
-2
/
+2
2013-03-30
usb: chipidea: usbmisc: unset global varibale usbmisc on driver remove
Marc Kleine-Budde
1
-0
/
+1
[next]