index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
laptops
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-03-18
usb: phy: samsung: Common out the generic stuff
Vivek Gautam
6
-720
/
+800
2013-03-18
usb: dwc3: dwc3-omap: return -EPROBE_DEFER if probe has not yet executed
Kishon Vijay Abraham I
2
-5
/
+8
2013-03-18
usb: dwc3: set dma_mask for dwc3_omap device
Kishon Vijay Abraham I
2
-0
/
+7
2013-03-18
usb: dwc3: core: fix wrong OTG event regitser offset
George Cherian
2
-2
/
+4
2013-03-18
usb: renesas: remove unused DMA_ADDR_INVALID
Felipe Balbi
2
-3
/
+0
2013-03-18
usb: gadget: uvc: remove references to DMA_ADDR_INVALID
Felipe Balbi
3
-4
/
+0
2013-03-18
usb: gadget: net2280: remove unused DMA_ADDR_INVALID
Felipe Balbi
1
-4
/
+0
2013-03-18
usb: gadget: net2272: remove unused DMA_ADDR_INVALID
Felipe Balbi
1
-2
/
+0
2013-03-18
usb: gadget: atmel: remove unused DMA_ADDR_INVALID
Felipe Balbi
1
-6
/
+0
2013-03-18
usb: gadget: s3c-hsudc: delete outdated comment
Chen Gang
1
-1
/
+0
2013-03-18
usb: phy: isp1301: implement PHY API
Felipe Balbi
1
-0
/
+59
2013-03-18
usb: phy: introduce ->set_vbus() method
Felipe Balbi
1
-0
/
+21
2013-03-18
usb: phy: isp1301: give it a context structure
Felipe Balbi
1
-0
/
+32
2013-03-18
usb: phy: rename all phy drivers to phy-$name-usb.c
Felipe Balbi
26
-25
/
+25
2013-03-18
usb: phy: remove CONFIG_USB_OTG_UTILS
Felipe Balbi
7
-31
/
+2
2013-03-18
usb: ehci: tegra: check against CONFIG_USB_PHY
Felipe Balbi
1
-3
/
+3
2013-03-18
usb: ehci: marvel: check against CONFIG_USB_PHY
Felipe Balbi
1
-2
/
+2
2013-03-18
usb: gadget: mv_udc_core: check against CONFIG_USB_PHY
Felipe Balbi
1
-1
/
+1
2013-03-18
usb: power: pda_power: check against CONFIG_USB_PHY
Felipe Balbi
1
-7
/
+7
2013-03-18
usb: phy: make it a menuconfig
Felipe Balbi
4
-8
/
+15
2013-03-18
usb: phy: move all PHY drivers to drivers/usb/phy/
Felipe Balbi
22
-187
/
+171
2013-03-18
usb: phy: convert EXPORT_SYMBOL to EXPORT_SYMBOL_GPL
Felipe Balbi
1
-10
/
+10
2013-03-18
usb: otg: move usb_otg_state_string to usb-common.c
Felipe Balbi
4
-57
/
+26
2013-03-18
usb: otg: prefix otg_state_string with usb_
Felipe Balbi
16
-62
/
+63
2013-03-18
usb: dwc3: gadget: use num_(in|out)_eps from HW params
Felipe Balbi
1
-4
/
+35
2013-03-18
usb: dwc3: calculate the number of endpoints
Felipe Balbi
2
-0
/
+28
2013-03-18
usb: otg: fsl_otg: remove redundant NULL check before kfree
Syam Sidhardhan
1
-20
/
+10
2013-03-18
usb: musb: drop dangling CONFIG_USB_MUSB_DEBUG
Fabio Baltieri
1
-14
/
+3
2013-03-18
usb: gadget: fsl_udc_core: Use module_platform_driver_probe macro
Sachin Kamat
1
-15
/
+1
2013-03-18
usb: dwc3: set 'mode' based on selected Kconfig choices
Vivek Gautam
1
-1
/
+6
2013-03-18
usb: phy: mxs: use readl(), writel() instead of the _relaxed() versions
Marc Kleine-Budde
1
-16
/
+16
2013-03-18
usb: phy: mxs-phy: register phy with framework
Sascha Hauer
1
-0
/
+9
2013-03-18
usb: phy: move bulk of otg/otg.c to phy/phy.c
Sascha Hauer
3
-427
/
+439
2013-03-18
usb: dwc3: workaround: unexpected transtion U3 -> RESUME
Felipe Balbi
1
-0
/
+28
2013-03-18
usb: dwc3: core: define more revisions
Felipe Balbi
1
-0
/
+3
2013-03-18
usb: gadget: udc-core: anywone can read 'speed' attributes
Felipe Balbi
1
-1
/
+1
2013-03-18
usb: gadget: udc-core: remove protection when setting gadget.dev.release
Felipe Balbi
1
-5
/
+3
2013-03-18
usb: renesas: gadget: don't assign gadget.dev.release directly
Felipe Balbi
1
-6
/
+0
2013-03-18
usb: musb: gadget: don't assign gadget.dev.release directly
Felipe Balbi
1
-8
/
+0
2013-03-18
usb: gadget: s3c-hsotg: don't assign gadget.dev.release directly
Felipe Balbi
1
-11
/
+0
2013-03-18
usb: gadget: r8a66597-udc: don't assign gadget.dev.release directly
Felipe Balbi
1
-1
/
+0
2013-03-18
usb: gadget: pch_udc: don't assign gadget.dev.release directly
Felipe Balbi
1
-2
/
+2
2013-03-18
usb: gadget: omap_udc: don't assign gadget.dev.release directly
Felipe Balbi
1
-2
/
+2
2013-03-18
usb: gadget: net2280: don't assign gadget.dev.release directly
Felipe Balbi
1
-2
/
+2
2013-03-18
usb: gadget: net2272: don't assign gadget.dev.release directly
Felipe Balbi
1
-2
/
+2
2013-03-18
usb: gadget: mv_udc_core: don't assign gadget.dev.release directly
Felipe Balbi
1
-2
/
+2
2013-03-18
usb: gadget: mv_u3d_core: don't assign gadget.dev.release directly
Felipe Balbi
1
-6
/
+0
2013-03-18
usb: gadget: m66592-udc: don't assign gadget.dev.release directly
Felipe Balbi
1
-1
/
+0
2013-03-18
usb: gadget: goku_udc: don't assign gadget.dev.release directly
Felipe Balbi
1
-2
/
+2
2013-03-18
usb: gadget: fusb300_udc: don't assign gadget.dev.release directly
Felipe Balbi
1
-1
/
+0
[next]