Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5efaf09021a5817e5a274aa2d2fad8d92d12ed92
/
drivers
/
usb
/
host
/
ehci-tegra.c
5d188d6
USB: EHCI: tegra: Drop unused defines
by Thierry Reding
· 11 years ago
f2c73464
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
75606f5
USB: EHCI: tegra: use reset framework
by Stephen Warren
· 11 years ago
3c9740a
usb: hcd: move controller wakeup setting initialization to individual driver
by Peter Chen
· 11 years ago
8ceafbf
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 11 years ago
e1fd734
DMA-API: usb: use new dma_coerce_mask_and_coherent()
by Russell King
· 11 years ago
22d9d8e
DMA-API: usb: use dma_set_coherent_mask()
by Russell King
· 11 years ago
dafbe92
USB: EHCI: tegra: drop clk_put for devm_clk_get in tegra_ehci_probe()
by Wei Yongjun
· 11 years ago
327d8b4
usb: host: tegra: Tegra30 support
by Tuomas Tynkkynen
· 11 years ago
7db71a9
usb: host: tegra: Locate a PHY via standard API
by Tuomas Tynkkynen
· 11 years ago
d506427
usb: tegra: host: Remove references to plat data
by Tuomas Tynkkynen
· 11 years ago
de3f233
usb: host: tegra: Remove leftover code
by Tuomas Tynkkynen
· 11 years ago
f5b8c8b
usb: tegra: Use regulators instead of GPIOs for USB PHY VBUS
by Mikko Perttunen
· 11 years ago
8fefcfd
USB: EHCI: tegra: Fix oops in error cleanup
by Thierry Reding
· 11 years ago
c19d14d
USB: EHCI: tegra: make use of ehci->priv
by Stephen Warren
· 11 years ago
9fc5f24
USB: EHCI: make ehci-tegra a separate driver
by Manjunath Goudar
· 11 years ago
91a687d
USB: EHCI: tegra: fix circular module dependencies
by Stephen Warren
· 11 years ago
a4faa54
USB: EHCI: tegra: remove all power management
by Stephen Warren
· 11 years ago
2f3a6b8
USB: EHCI: export ehci_handshake for ehci-hcd sub-drivers
by Manjunath Goudar
· 11 years ago
2d22b42
usb: phy: registering Tegra USB PHY as platform driver
by Venu Byravarasu
· 11 years ago
9cd9384
usb: phy: tegra: Get PHY mode using DT
by Venu Byravarasu
· 11 years ago
3b9561e
USB: set device dma_mask without reference to global data
by Stephen Warren
· 11 years ago
ee5d5499
usb: phy: tegra: don't call into tegra-ehci directly
by Arnd Bergmann
· 12 years ago
64dc9e2
Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
369a9a9
usb: host: ehci-tegra: Fix oops in error cleanup
by Thierry Reding
· 12 years ago
eb5369e
usb: host: tegra: Reset Tegra USB controller before init
by Venu Byravarasu
· 12 years ago
4261b8f
usb: host: ehci-tegra: fix PHY error handling
by Felipe Balbi
· 12 years ago
a948712
usb: ehci: tegra: check against CONFIG_USB_PHY
by Felipe Balbi
· 12 years ago
ab137d0
usb: host: tegra: make use of PHY pointer of HCD
by Venu Byravarasu
· 12 years ago
9304512
usb: host: tegra: don't touch EMC clock
by Stephen Warren
· 12 years ago
bbdabdb
usb: add APIs to access host registers from Tegra PHY
by Venu Byravarasu
· 12 years ago
585355c
usb: host: tegra: Resetting PORT0 based on information received via DT.
by Venu Byravarasu
· 12 years ago
d3608b6
usb: remove use of __devinitdata
by Bill Pemberton
· 12 years ago
7084778
usb: host: tegra: remove pointless NULL check in tegra_ehci_remove()
by Wei Yongjun
· 12 years ago
c73cee7
USB: EHCI: remove ehci_port_power() routine
by Alan Stern
· 12 years ago
54388b2
usb: host: tegra remove include of <mach/iomap.h>
by Stephen Warren
· 12 years ago
dcb9cf3
Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
1ba8216
usb: move phy driver from mach-tegra to drivers/usb
by Venu Byravarasu
· 12 years ago
a7bdf7f
Merge v3.6-rc3 into usb-next
by Greg Kroah-Hartman
· 12 years ago
bc2ff98
drivers/usb/host/ehci-tegra.c: use devm_ functions
by Julia Lawall
· 12 years ago
ecc8a0c
usb: host: tegra: fix warning messages in ehci_remove
by Venu Byravarasu
· 12 years ago
9fc3777
Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
7211974
usb: host: tegra: pass correct pointer in ehci_setup()
by Laxman Dewangan
· 12 years ago
c4f3476
USB: EHCI: fix up locking
by Alan Stern
· 12 years ago
1a49e2a
EHCI: centralize controller initialization
by Alan Stern
· 12 years ago
ded017e
usb: phy: fix return value check of usb_get_phy
by Kishon Vijay Abraham I
· 12 years ago
662dca5
usb: otg: support for multiple transceivers by a single controller
by Kishon Vijay Abraham I
· 12 years ago
721002e
usb: otg: utils: rename function name in OTG utils
by Kishon Vijay Abraham I
· 12 years ago
20de12c
USB: ehci-tegra: add clk_prepare/clk_unprepare
by Prashant Gaikwad
· 12 years ago
ce53044
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
a481991
Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
813a95e
Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
caafc71
Merge tag 'v3.5-soc' of git://gitorious.org/linux-davinci/linux-davinci into next/drivers
by Olof Johansson
· 12 years ago
bd69e27
Merge branch 'for-3.5/usb-ulpi' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/drivers
by Olof Johansson
· 12 years ago
7488185
Merge branch 'for-3.5/gpio-pinmux' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/pinctrl
by Olof Johansson
· 12 years ago
6190631
Merge 3.4-rc6 into usb-next
by Greg Kroah-Hartman
· 12 years ago
04c235c
USB: ehci-tegra: remove redundant gpio_set_value
by Stephen Warren
· 13 years ago
ebf20de
EHCI: update PM methods in ehci-tegra.c
by Alan Stern
· 13 years ago
b087657
USB: ehci-tegra: remove PORT_RWC_BITS when setting USB_PORT_FEAT_ENABLE
by Stephen Warren
· 13 years ago
aa607eb
ARM: tegra: add USB ULPI PHY reset GPIO to device tree
by Stephen Warren
· 13 years ago
09091a4
Merge 3.4-rc4 into usb-next.
by Greg Kroah-Hartman
· 13 years ago
6d5f89c
USB: EHCI: remove PORT_RWC_BITS when clearing USB_PORT_FEAT_ENABLE
by Stephen Warren
· 13 years ago
8034761
USB: ehci-tegra: don't call set_irq_flags(IRQF_VALID)
by Stephen Warren
· 13 years ago
c6fa0b4
usb: host: tegra: re-arranging ehci functions
by Venu Byravarasu
· 13 years ago
fe37577
usb: host: tegra: code clean up
by Venu Byravarasu
· 13 years ago
434103a
usb: ehci-tegra: Add vbus_gpio to platform data
by Stephen Warren
· 13 years ago
a448e4d
EHCI: keep track of ports being resumed and indicate in hub_status_data
by Alan Stern
· 13 years ago
6e13c65
usb: otg: Convert all users to pass struct usb_otg for OTG functions
by Heikki Krogerus
· 13 years ago
b96d3b0
usb: Convert all users to new usb_phy
by Heikki Krogerus
· 13 years ago
8675381
usb: otg: Rename otg_transceiver to usb_phy
by Heikki Krogerus
· 13 years ago
4a53f4e
USB: ehci-tegra: add probing through device tree
by Olof Johansson
· 13 years ago
b5dd18d
USB: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
c430131
USB: EHCI: Support controllers with big endian capability regs
by Jan Andersson
· 14 years ago
1f594b6
USB: ehci: tegra: fix USB1 port reset issue
by Jim Lin
· 14 years ago
fbf9865
USB: ehci: tegra: Align DMA transfers to 32 bytes
by Robert Morell
· 14 years ago
79ad3b5
usb: host: Add EHCI driver for NVIDIA Tegra SoCs
by Benoit Goby
· 14 years ago