Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
81239c6f7972d4909a6862d08ed1d2943983ffd4
/
drivers
/
usb
/
host
/
ohci-pxa27x.c
9876388
usb: ohci-pxa27x: include linux/dma-mapping.h
by Daniel Mack
· 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
4ceaa89
USB: OHCI: Properly handle ohci-pxa27x suspend
by Manjunath Goudar
· 11 years ago
b8ad5c3
USB: OHCI: make ohci-pxa27x a separate driver
by Manjunath Goudar
· 11 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
· 11 years ago
27d4f70
USB: ohci-pxa27x: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
3b9561e
USB: set device dma_mask without reference to global data
by Stephen Warren
· 12 years ago
41ac7b3
usb: remove use of __devinit
by Bill Pemberton
· 12 years ago
cfa49b4
USB: ohci: merge ohci_finish_controller_resume with ohci_resume
by Florian Fainelli
· 12 years ago
9cd11c0
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
293b2da
ARM: pxa: move platform_data definitions
by Arnd Bergmann
· 12 years ago
1139b45
USB: ohci-pxa27x: add DT bindings
by Daniel Mack
· 12 years ago
ade749a
usb: [ARM] fix unresolved err() reference in host/ohci-pxa27x.c
by Paul Gortmaker
· 13 years ago
4bf34b8
USB: ohci-pxa27x: add clk_prepare/clk_unprepare calls
by Philipp Zabel
· 13 years ago
60b9bd8
usb: ohci-pxa27x: add explicit include of hardware.h
by Rob Herring
· 13 years ago
b7463c7
OHCI: remove uses of hcd->state
by Alan Stern
· 13 years ago
b5dd18d
USB: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
7febe2b
drivers/usb/host/ohci-pxa27x.c: add missing clk_put
by Julia Lawall
· 13 years ago
6dc3ae8
ARM: ohci-pxa27x: enable OHCI over U2DC for pxa3xx
by Igor Grinberg
· 14 years ago
59376cc
[ARM] pxa: fix incorrect CONFIG_CPU_PXA27x to CONFIG_PXA27x
by Eric Miao
· 14 years ago
4714521
const: constify remaining dev_pm_ops
by Alexey Dobriyan
· 15 years ago
baea7b9
Merge branch 'origin' into for-linus
by Russell King
· 15 years ago
7b4361f
USB: ohci-pxa27x: Allow NOCP and OCPM to be cleared
by Aric Blumer
· 15 years ago
a75d048
USB: ohci-pxa27x: Reconfigure power settings on resume
by Aric D. Blumer
· 15 years ago
b7f3f59
[ARM] pxa: update ohci-pxa27x.c to use 'struct dev_pm_ops'
by Mike Rapoport
· 15 years ago
e0d8b13
[ARM] pxa: don't pass a consumer clock name for devices with unique clocks
by Russell King
· 16 years ago
0c392ed
[ARM] ohci-pxa27x: use ioremap() and offset for register access
by Eric Miao
· 16 years ago
0cb0b0d
[ARM] ohci-pxa27x: introduce pxa27x_clear_otgph()
by Eric Miao
· 16 years ago
84bab73
[ARM] ohci-pxa27x: use platform_get_{irq,resource} for the resource
by Eric Miao
· 16 years ago
596050b
[ARM] ohci-pxa27x: move OHCI controller specific registers into the driver
by Eric Miao
· 16 years ago
097b533
[ARM] ohci-pxa27x: introduce flags to avoid direct access to OHCI registers
by Eric Miao
· 16 years ago
b5fb454
USB: automatically enable RHSC interrupts
by Alan Stern
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
be50972
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
by Russell King
· 16 years ago
0f8469a
[ARM] Eliminate useless includes of asm/mach-types.h
by Russell King
· 16 years ago
85082fd
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 16 years ago
09ca8ad
Revert "USB: don't explicitly reenable root-hub status interrupts"
by Linus Torvalds
· 16 years ago
d438ae5
[ARM] 5080/1: touch PSSR_OTGPH only on pxa27x in ohci-pxa27x and pxa27x_udc
by Philipp Zabel
· 16 years ago
e872154
USB: don't explicitly reenable root-hub status interrupts
by Alan Stern
· 17 years ago
43bbb7e
USB: OHCI: host-controller resumes leave root hub suspended
by Alan Stern
· 17 years ago
70a1c9e
USB: remove dev->power.power_state
by Alan Stern
· 17 years ago
f4fce61
usb host: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
a8bcf41
[ARM] USB: update pxa27x ohci driver to use clk support
by eric miao
· 17 years ago
7053acb
[ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXX
by Eric Miao
· 18 years ago
5e16fab
ohci: Rework bus glue integration to allow several at once
by Sylvain Munaut
· 18 years ago
dd9048a
USB: ohci whitespace/comment fixups
by David Brownell
· 18 years ago
64a21d0
USB: Properly unregister reboot notifier in case of failure in ehci hcd
by Aleksey Gorelov
· 18 years ago
d413984
USB: OHCI avoids root hub timer polling
by David Brownell
· 18 years ago
d54b5ca
[PATCH] irq-flags: usb: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
0c27c5d
[ARM] 3547/1: PXA-OHCI: Allow platforms to specify a power budget
by Richard Purdie
· 18 years ago
a5e36d2
[PATCH] USB: Correct ohci-pxa27x suspend/resume struct confusion
by Richard Purdie
· 19 years ago
2e1dcc1
[PATCH] USB: Add pxa27x OHCI PM functions
by Richard Purdie
· 19 years ago
81f280e
[PATCH] USB: pxa27x OHCI - Separate platform code from main driver
by Richard Purdie
· 19 years ago
3ae5eae
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
by Russell King
· 19 years ago
4fd5f82
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
by Linus Torvalds
· 19 years ago
4e57b68
[PATCH] fix missing includes
by Tim Schmielau
· 19 years ago
d052d1b
Create platform_device.h to contain all the platform device details.
by Russell King
· 19 years ago
0c0382e
[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend
by Alan Stern
· 19 years ago
9293677
[PATCH] all HCDs provide root hub suspend/resume methods
by David Brownell
· 19 years ago
8ad7fe1
[PATCH] remove some USB_SUSPEND dependencies
by David Brownell
· 19 years ago
9480e30
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
by Russell King
· 19 years ago
155faf5
[PATCH] USB: OHCI, pxa27x OHCI port power tweaks
by David Brownell
· 19 years ago
fdd13b3
[PATCH] USB: OHCI relies less on NDP register
by David Brownell
· 19 years ago
ba9d35f
[PATCH] USB: fix up remaining pm_message_t usages
by Pavel Machek
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago