Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
23c4a3a5212701ad34bd30591fa33d7bacef9c5f
/
drivers
/
usb
/
phy
9ce9ec9
usb: phy: tegra: Avoid use of sizeof(void)
by Thierry Reding
· 10 years ago
43f3634
usb: phy: mxs: add imx6sx support
by Peter Chen
· 10 years ago
716d28e
usb: phy: msm: Fix return value check in msm_otg_probe()
by Wei Yongjun
· 10 years ago
bbc66e1
usb: phy: samsung: Fix wrong bit mask for PHYPARAM1_PCS_TXDEEMPH
by Jingoo Han
· 10 years ago
0c58240
usb: phy: drop kfree of devm_kzalloc's data
by Himangi Saraogi
· 10 years ago
2c4e3db
usb: phy: return -ENODEV on failure of try_module_get
by Arjun Sreedharan
· 10 years ago
158c129
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
61fe2d7
Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 10 years ago
1e32cda
usb: phy: am335x: Use SIMPLE_DEV_PM_OPS macro
by Jingoo Han
· 10 years ago
e18366d
usb: phy: tegra: Do not include asm/mach-types.h
by Thierry Reding
· 10 years ago
3e346d4
USB: PHY: tegra: Call tegra_usb_phy_close only on device removal
by Tuomas Tynkkynen
· 10 years ago
2097937
usb: phy: tegra: Do not include asm/mach-types.h
by Thierry Reding
· 10 years ago
508ccea
usb: phy: msm: Do not do runtime pm if the phy is not idle
by Srinivas Kandagatla
· 10 years ago
e44f1f4
usb: phy: msm: Make phy_reset clk and reset line optional.
by Srinivas Kandagatla
· 10 years ago
9f7b23c
usb: phy: phy-gpio-vbus-usb: use devm_ functions
by Himangi Saraogi
· 10 years ago
0f0520b
usb: phy: tegra: Make of_device_id array const
by Jingoo Han
· 10 years ago
492240b
usb: phy: msm: Make of_device_id array const
by Jingoo Han
· 10 years ago
fb1928d
drivers/usb/phy/phy.c: remove a leading space
by Antonio Ospite
· 10 years ago
e5c4ecd
Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb into next
by Linus Torvalds
· 10 years ago
c67d9ce
Merge tag 'boards-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into next
by Linus Torvalds
· 10 years ago
113229b
phy: Enable USB PHY support for arm64
by Liviu Dudau
· 10 years ago
1dfa91a
usb: common: rename phy-fsm-usb.c to usb-otg-fsm.c
by Peter Chen
· 11 years ago
efccd24
usb: phy: add run-time dependencies to R-Car driver
by Jean Delvare
· 10 years ago
2ea7b14
usb: phy: msm: fix bug in probe()
by Dan Carpenter
· 10 years ago
f871252
Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 10 years ago
cea3589
Merge 3.15-rc5 into usb-next
by Greg Kroah-Hartman
· 10 years ago
77c2f02
ARM: OMAP: replace checks for CONFIG_USB_GADGET_OMAP
by Paul Bolle
· 10 years ago
79cb5b5
usb: phy: Add SMSC USB334x PHY ID
by Liviu Dudau
· 10 years ago
10f0577
usb: phy: msm: change devm_ioremap() to devm_ioremap_resource()
by Dan Carpenter
· 10 years ago
c5ab571
usb: phy: msm: reset controller is mandatory now
by Arnd Bergmann
· 10 years ago
1f7fc40
usb: phy: msm: enable build on other architectures
by Felipe Balbi
· 11 years ago
2459749
usb: phy: msm: switch over to writel()
by Felipe Balbi
· 11 years ago
b3025e6
usb: phy: msm: cast to enum msm_usb_phy_type
by Felipe Balbi
· 11 years ago
e695abb
usb: phy: msm: Use usb_add_phy_dev() to register device
by Ivan T. Ivanov
· 11 years ago
01799b6
usb: phy: msm: Vote for corner of VDD CX instead of voltage of VDD CX
by Ivan T. Ivanov
· 11 years ago
349907c
usb: phy: msm: Handle disconnect events
by Ivan T. Ivanov
· 11 years ago
30bf866
usb: phy: msm: Select secondary PHY via TCSR
by Tim Bird
· 11 years ago
9f27984b
usb: phy: msm: Fix PTS definitions for MSM USB controller
by Tim Bird
· 11 years ago
d69c6f5
usb: phy: msm: Correct USB PHY Reset sequence for newer platform
by Ivan T. Ivanov
· 11 years ago
cfa3ff5
usb: phy: msm: Add support for secondary PHY control
by Ivan T. Ivanov
· 11 years ago
a273454
usb: phy: msm: Use reset framework for LINK and PHY resets
by Ivan T. Ivanov
· 11 years ago
8364f9a
usb: phy: msm: Add device tree support and binding information
by Ivan T. Ivanov
· 11 years ago
f60c114
usb: phy: msm: Properly check result from platform_get_irq()
by Ivan T. Ivanov
· 11 years ago
f5ef237
usb: phy: msm: Remove HSUSB prefix from regulator names
by Ivan T. Ivanov
· 11 years ago
ff0e4a6
usb: phy: msm: Remove unused pclk_src_name
by Ivan T. Ivanov
· 11 years ago
971232c
usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_mode
by Ivan T. Ivanov
· 11 years ago
3aca0fa
usb: phy: msm: Fix checkpatch.pl warnings
by Ivan T. Ivanov
· 11 years ago
f7ddad4
usb: phy: msm: Remove unnecessarily check for valid regulators.
by Ivan T. Ivanov
· 11 years ago
6b99c68e
usb: phy: msm: Migrate to Managed Device Resource allocation
by Ivan T. Ivanov
· 11 years ago
06a6ec4
usb: phy: msm: Enable deferred driver probing
by Ivan T. Ivanov
· 11 years ago
37cfdaf
usb: phy: msm: Move global regulators variables to driver state
by Ivan T. Ivanov
· 11 years ago
0d092fd
usb: phy: msm: Make driver selectable on ARCH_QCOM
by Ivan T. Ivanov
· 11 years ago
53971a8
Merge 3.15-rc3 into usb-next
by Greg Kroah-Hartman
· 11 years ago
543cab6
usb: phy: mv_u3d: Remove usb phy driver for mv_u3d
by Paul Bolle
· 11 years ago
be696aa
usb: phy: otg-fsm: export symbol of otg_statemachine
by Li Jun
· 11 years ago
6666899
usb: phy: fsm: change "|" to "||" for condition OTG_STATE_A_WAIT_BCON at statemachine
by Peter Chen
· 11 years ago
2284bb3
usb: phy: fsm: update OTG HNP state transition
by Li Jun
· 11 years ago
2f36ff6
usb: phy: generic: allow multiples calls to usb_phy_generic_register()
by Felipe Balbi
· 11 years ago
d7078df
usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generic.h>
by Felipe Balbi
· 11 years ago
4525bee
usb: phy: rename usb_nop_xceiv to usb_phy_generic
by Felipe Balbi
· 11 years ago
0700faa
usb: gadget: only GPL drivers in the gadget and phy framework
by Felipe Balbi
· 11 years ago
0418325
usb: phy: mv-u3d: switch over to writel/readl
by Felipe Balbi
· 11 years ago
a31a942
usb: phy: am335x-control: wait 1ms after power-up transitions
by Daniel Mack
· 11 years ago
9dc9cb0
usb: phy: return an error in usb_get_phy() if try_module_get() fails
by Mathias Krause
· 11 years ago
ead5178
usb: phy: Add ulpi IDs for SMSC USB3320 and TI TUSB1210
by Michal Simek
· 11 years ago
ea1990c
Merge tag 'for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-next
by Greg Kroah-Hartman
· 11 years ago
14da699
phy: rename struct omap_control_usb to struct omap_control_phy
by Kishon Vijay Abraham I
· 11 years ago
7338a06
Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 11 years ago
6284be2
phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/
by Kishon Vijay Abraham I
· 11 years ago
8bebbe8
usb: phy: fsm: update OTG HNP state transition conditions according to OTG and EH 2.0 spec.
by Li Jun
· 11 years ago
a70143b
drivers: phy: usb3/pipe3: Adapt pipe3 driver to Generic PHY Framework
by Kishon Vijay Abraham I
· 11 years ago
47d1845
usb: phy: mxs: Add sync time after controller clear phcd
by Peter Chen
· 11 years ago
bf78343
usb: phy: mxs: Add system suspend/resume API
by Peter Chen
· 11 years ago
3f12650
usb: phy: mxs: Add implementation of set_wakeup
by Peter Chen
· 11 years ago
83be181
usb: phy: mxs: add controller id
by Peter Chen
· 11 years ago
22db05e
usb: phy: mxs: Enable IC fixes for related SoCs
by Peter Chen
· 11 years ago
f6a1582
usb: phy: mxs: change description of usb device speed
by Peter Chen
· 11 years ago
0d89653
usb: phy: mxs: Add anatop regmap
by Peter Chen
· 11 years ago
1364414
usb: phy: mxs: Add auto clock and power setting
by Peter Chen
· 11 years ago
2400780
usb: phy: mxs: Add platform judgement code
by Peter Chen
· 11 years ago
7241a21
usb: phy: rcar-gen2-usb: always use 'dev' variable in probe() method
by Sergei Shtylyov
· 11 years ago
3c70165
Merge 3.14-rc4 into usb-next
by Greg Kroah-Hartman
· 11 years ago
e7d613d
usb: phy: msm: fix compilation errors when !CONFIG_PM_SLEEP
by Josh Cartwright
· 11 years ago
5c73e74
usb: phy: msm: tiny leak on error in probe()
by Dan Carpenter
· 11 years ago
e9d123a
usb: phy: move some error messages to debug
by Josh Boyer
· 11 years ago
0ba3307
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
64576e4
Merge branch 'qcom/drivers' into next/drivers
by Olof Johansson
· 11 years ago
5146d77
usb: phy: msm: Move mach dependent code to platform data
by Ivan T. Ivanov
· 11 years ago
803a536
usb: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
73ad0ad
Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 11 years ago
836a216
usb: phy: keystone: remove redundant return value check of platform_get_resource()
by Wei Yongjun
· 11 years ago
99f14bd4
Merge 3.13-rc5 into usb-next
by Greg Kroah-Hartman
· 11 years ago
e90b841
Merge tag 'v3.13-rc5' into next
by Felipe Balbi
· 11 years ago
12c8d64
usb: phy: fix some Kconfig descriptions
by Aaro Koskinen
· 11 years ago
8b42a74
usb: phy: isp1301-omap: fix smatch warnings
by Aaro Koskinen
· 11 years ago
80f46d5
usb: phy: tahvo: fix smatch warnings
by Aaro Koskinen
· 11 years ago
2ee8ff3
usb: phy-twl6030: Add missing braces
by Sachin Kamat
· 11 years ago
7410f17
usb: phy-fsm: Staticize local symbols
by Sachin Kamat
· 11 years ago
ed40082
usb: phy-keystone: Remove redundant of_match_ptr helper
by Sachin Kamat
· 11 years ago
16da4b1
usb: phy: Fix double lock in OTG FSM
by Anton Tikhomirov
· 11 years ago
Next »