index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-08-09
usb: musb: dsps: remove the hardcoded phy pieces
Sebastian Andrzej Siewior
1
-96
/
+1
2013-08-09
usb: phy: Add AM335x PHY driver
Sebastian Andrzej Siewior
5
-0
/
+270
2013-08-09
usb: phy: phy-generic: export init functions
Sebastian Andrzej Siewior
2
-58
/
+94
2013-08-09
usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceiv
Sebastian Andrzej Siewior
15
-49
/
+49
2013-08-09
usb: phy: mv-usb: remove incorrect __exit_p annotation
Jingoo Han
1
-2
/
+2
2013-08-09
usb: phy: mv-u3d: Staticize mv_u3d_phy_shutdown()
Jingoo Han
1
-1
/
+1
2013-08-09
usb: gadget: f_uac1: Staticize local functions
Jingoo Han
1
-2
/
+2
2013-08-09
usb: gadget: u_uac1: add __user annotation
Jingoo Han
1
-1
/
+1
2013-08-09
usb: gadget: rndis: Staticize rndis_init()/rndis_exit()
Jingoo Han
1
-2
/
+2
2013-08-09
usb: gadget: f_mass_storage: use NULL instead of 0
Jingoo Han
1
-3
/
+3
2013-08-09
usb: gadget: amd5536udc: unconditionally use GFP_ATOMIC in udc_queue()
Alexey Khoroshilov
1
-2
/
+2
2013-08-02
usb: gadget: at91_udc: add usb_clk for transition to common clk framework
Boris BREZILLON
2
-3
/
+16
2013-08-02
usb: gadget: at91_udc: add missing clk_put on fclk and iclk
Boris BREZILLON
1
-0
/
+4
2013-08-02
usb: gadget: fusb300_udc: Staticize fusb300_rdcxf()
Jingoo Han
1
-1
/
+1
2013-08-02
usb: gadget: goku_udc: use NULL instead of 0
Jingoo Han
1
-1
/
+1
2013-08-02
usb: dwc3: pci: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
1
-7
/
+3
2013-07-31
usb: dwc3: use dev_get_platdata()
Felipe Balbi
1
-3
/
+3
2013-07-30
usb: renesas: use dev_get_platdata()
Jingoo Han
1
-2
/
+2
2013-07-30
usb: musb: use dev_get_platdata()
Jingoo Han
10
-19
/
+19
2013-07-30
usb: phy: use dev_get_platdata()
Jingoo Han
12
-20
/
+22
2013-07-30
usb: gadget: use dev_get_platdata()
Jingoo Han
16
-29
/
+29
2013-07-30
usb: tegra: Fix typo in tegra20-usb-phy documentation
Mikko Perttunen
1
-1
/
+1
2013-07-30
usb: of: fix build breakage caused by recent patches
Felipe Balbi
1
-1
/
+1
2013-07-29
usb: dwc3: core: modify IO memory resource after deferred probe completes
Ivan T. Ivanov
1
-15
/
+16
2013-07-29
usb: phy: tegra: Use switch instead of if-else
Tuomas Tynkkynen
1
-3
/
+8
2013-07-29
usb: musb: dsps: remove EOI access
Sebastian Andrzej Siewior
1
-13
/
+2
2013-07-29
usb: musb: dsps: rename ti81xx_driver_data to am33xx_driver_data
Sebastian Andrzej Siewior
1
-2
/
+2
2013-07-29
usb: phy: tegra: Use DT helpers for dr_mode
Tuomas Tynkkynen
2
-19
/
+13
2013-07-29
usb: phy: tegra: Use DT helpers for phy_type
Tuomas Tynkkynen
1
-4
/
+8
2013-07-29
usb: phy: tegra: Remove custom PHY locating APIs
Tuomas Tynkkynen
2
-26
/
+0
2013-07-29
usb: host: tegra: Locate a PHY via standard API
Tuomas Tynkkynen
1
-8
/
+1
2013-07-29
usb: phy: tegra: Register as an USB PHY.
Tuomas Tynkkynen
1
-0
/
+17
2013-07-29
ARM: tegra: Remove USB platform data
Tuomas Tynkkynen
3
-74
/
+1
2013-07-29
usb: tegra: host: Remove references to plat data
Tuomas Tynkkynen
1
-8
/
+0
2013-07-29
usb: host: tegra: Remove leftover code
Tuomas Tynkkynen
1
-15
/
+5
2013-07-29
usb: phy: tegra: Remove unnecessary 'dev' field
Tuomas Tynkkynen
2
-13
/
+15
2013-07-29
arm: tegra: Remove obsolete nvidia,vbus-gpio properties
Mikko Perttunen
3
-4
/
+0
2013-07-29
usb: tegra: Add vbus-supply property for host mode PHYs
Mikko Perttunen
1
-1
/
+1
2013-07-29
usb: tegra: Use regulators instead of GPIOs for USB PHY VBUS
Mikko Perttunen
3
-33
/
+26
2013-07-29
usb: phy: tegra: Read UTMIP parameters from device tree
Mikko Perttunen
1
-42
/
+87
2013-07-29
arm: dts: tegra20: Rename USB UTMI parameters according to new definitions
Mikko Perttunen
1
-14
/
+14
2013-07-29
usb: musb: do not change dev's dma_mask
Sebastian Andrzej Siewior
1
-7
/
+0
2013-07-29
usb: musb: remove ti81xx pieces from musb
Sebastian Andrzej Siewior
1
-14
/
+0
2013-07-29
usb: musb: dsps: init / shutdown the phy
Sebastian Andrzej Siewior
1
-0
/
+3
2013-07-29
usb: phy: don't check resource with devm_ioremap_resource
Wolfram Sang
1
-5
/
+0
2013-07-29
usb: gadget: atmel_usba: prepare clk before calling enable
Boris BREZILLON
1
-7
/
+21
2013-07-29
usb: renesas_usbhs: tidyup original usbhsx_for_each_xxx macro
Kuninori Morimoto
3
-9
/
+9
2013-07-29
usb: phy: omap-usb3: Improve DPLL parameter lookup code
Roger Quadros
1
-49
/
+38
2013-07-29
usb: ehci-omap: select NOP_USB_XCEIV PHY driver
Roger Quadros
1
-3
/
+1
2013-07-29
usb: phy: make PHY driver selection possible by controller drivers
Roger Quadros
4
-20
/
+21
[next]