Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0798abeb7eec37dcc20f252c2195fc31c41561f9
/
drivers
/
usb
/
host
/
ehci-orion.c
24677af
usb: ehci-orion: add more constants for register values
by Thomas Petazzoni
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
782614b
usb: ehci-orion: enable big-endian support
by Marcin Wojtas
· 10 years ago
69b89c6
host: ehci-orion: remove duplicate check on resource
by Varka Bhadram
· 10 years ago
566e026
usb: host: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
d445913
usb: ehci-orion: add optional PHY support
by Gregory CLEMENT
· 11 years ago
ac06966
usb: ehci-orion: fix clock reference leaking
by Gregory CLEMENT
· 11 years ago
d8ea69e
usb: ehci-orion: rename error goto labels in ehci_orion_drv_probe()
by Thomas Petazzoni
· 11 years ago
88bf6b3
usb: ehci-orion: use platform_get_irq() for DT probing
by Thomas Petazzoni
· 11 years ago
806f6e6
USB: ehci-orion: Use devm_*() functions
by Jingoo Han
· 11 years ago
fb53e94
USB: ehci-orion: use dev_warn() instead of printk()
by Jingoo Han
· 11 years ago
3c9740a
usb: hcd: move controller wakeup setting initialization to individual driver
by Peter Chen
· 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
· 12 years ago
d4f09e2
USB: host: use dev_get_platdata()
by Jingoo Han
· 11 years ago
45f6bc5
Merge 3.10-rc3 into usb-next
by Greg Kroah-Hartman
· 12 years ago
a703d7e
usb: host: ehci-orion: Remove redundant use of of_match_ptr
by Sachin Kamat
· 12 years ago
3b9561e
USB: set device dma_mask without reference to global data
by Stephen Warren
· 12 years ago
a76dd46
USB: EHCI: make ehci-orion a separate driver
by Manjunath Goudar
· 12 years ago
39d3568
USB: remove incorrect __exit markups
by Dmitry Torokhov
· 12 years ago
59a609a
Drivers: usb: host: ehci-orion.c: remove __devinitdata marking
by Greg Kroah-Hartman
· 12 years ago
db5b0ae
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
77dae54
ARM: Kirkwood: ehci-orion: Add device tree binding
by Andrew Lunn
· 12 years ago
41ac7b3
usb: remove use of __devinit
by Bill Pemberton
· 12 years ago
c73cee7
USB: EHCI: remove ehci_port_power() routine
by Alan Stern
· 12 years ago
068a565
Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into fixes
by Olof Johansson
· 12 years ago
8855e49
USB: EHCI: mark ehci_orion_conf_mbus_windows __devinit
by Arnd Bergmann
· 12 years ago
c02cecb
ARM: orion: move platform_data definitions
by Arnd Bergmann
· 12 years ago
25918f9
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
baffab2
ARM: Orion: fix driver probe error handling with respect to clk
by Simon Baatz
· 12 years ago
7211974
usb: host: tegra: pass correct pointer in ehci_setup()
by Laxman Dewangan
· 12 years ago
1a49e2a
EHCI: centralize controller initialization
by Alan Stern
· 12 years ago
8c869ed
ARM: Orion: EHCI: Add support for enabling clocks
by Andrew Lunn
· 13 years ago
63a9332
ARM: Orion: Get address map from plat-orion instead of via platform_data
by Andrew Lunn
· 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
bcf4081
USB: don't run ehci_reset in ehci_run for tdi device
by Matthieu CASTET
· 14 years ago
5672b7e
USB: ehci-orion.c: use resource_size()
by H Hartley Sweeten
· 15 years ago
bcfa4e6
USB: ehci-orion: Call ehci_reset before ehci_halt
by Simon Kagstrom
· 15 years ago
914b701
USB: EHCI: use the new clear_tt_buffer interface
by Alan Stern
· 15 years ago
b18ffd4
USB: EHCI: update toggle state for linked QHs
by Alan Stern
· 16 years ago
dc2f2b7
USB: move orion-ehci's probe function to .devinit.text
by Uwe Kleine-König
· 16 years ago
fb6f552
[ARM] Orion: add the option to support different ehci phy initialization
by Ronen Shitrit
· 16 years ago
6f088f1
[ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/plat
by Lennert Buytenhek
· 16 years ago
7071a3c
USB: usb dev_name() instead of dev->bus_id
by Kay Sievers
· 17 years ago
3a31155
USB: EHCI: suppress unwanted error messages
by Alan Stern
· 17 years ago
a8e5177
USB: EHCI: fix up root-hub TT mess
by Alan Stern
· 17 years ago
129bd47
USB: ehci-orion: the Orion EHCI root hub does have a Transaction Translator
by Lennert Buytenhek
· 17 years ago
705a752
plat-orion: make ehci-orion available for all Orion families
by Lennert Buytenhek
· 17 years ago
92aecfa
ehci-orion: mbus decode window support
by Lennert Buytenhek
· 17 years ago
e96ffe2
USB: add Marvell Orion USB host support
by Tzachi Perelstein
· 17 years ago