index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
oxu210hp-hcd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-08
usb: host: oxu210hp-hcd: fix gcc warning
Arnd Bergmann
1
-5
/
+9
2019-11-04
usb: host: oxu210hp-hcd: fix __iomem annotations
Ben Dooks (Codethink)
1
-7
/
+7
2019-08-21
usb: add a HCD_DMA flag instead of guestimating DMA capabilities
Christoph Hellwig
1
-3
/
+0
2019-07-25
usb: host: oxu210hp-hcd: squash oxu210hp.h into oxu210hp-hcd.c
Masahiro Yamada
1
-2
/
+441
2019-02-19
usb: host: oxu210hp-hcd: remove set but not used variables 'uframes, transfer...
YueHaibing
1
-7
/
+1
2019-02-12
usb: host: oxu210hp-hcd: fix indentation issue
Colin Ian King
1
-1
/
+1
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-3
/
+3
2017-11-07
USB: host: Remove redundant license text
Greg Kroah-Hartman
1
-14
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-11-01
usb: host: oxu210hp-hcd: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2017-03-16
usb: host: Remove remaining pci_pool in comments
Romain Perier
1
-1
/
+1
2017-01-19
usb: host: oxu210hp-hcd: remove unused variable
Sudip Mukherjee
1
-2
/
+0
2016-01-25
usb: host: oxu210hp-hcd: use list_for_each_entry_safe
Geliang Tang
1
-10
/
+5
2015-12-04
usb: use BUG_ON() instead of BUG()
Geyslan G. Bem
1
-5
/
+3
2015-11-10
dma: remove external references to dma_supported
Christoph Hellwig
1
-1
/
+1
2015-08-05
usb: host: oxu210hp-hcd: Simplify return statement
Saurabh Karajgaonkar
1
-6
/
+1
2015-04-10
Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1
-3
/
+4
2015-04-07
usb: host: oxu210hp: use new USB_RESUME_TIMEOUT
Felipe Balbi
1
-3
/
+4
2015-04-03
oxu210hp-hcd: use USB_DT_HUB
Sergei Shtylyov
1
-1
/
+1
2015-01-25
oxu210hp-hcd: use HUB_CHAR_*
Sergei Shtylyov
1
-3
/
+3
2015-01-09
usb: oxu210hp-hcd: Use setup_timer
Julia Lawall
1
-3
/
+1
2014-12-20
PM: Eliminate CONFIG_PM_RUNTIME
Rafael J. Wysocki
1
-1
/
+1
2014-11-04
usb: host: oxu210hp-hcd: delete unnecessary 'out of memory' messages
Peter Chen
1
-1
/
+0
2014-09-24
usb: hub: rename khubd to hub_wq in documentation and comments
Petr Mladek
1
-5
/
+5
2014-07-10
USB: oxu210hp-hcd.c: use devm_ functions
Himangi Saraogi
1
-39
/
+9
2014-01-09
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-12-09
usb: hcd: move controller wakeup setting initialization to individual driver
Peter Chen
1
-0
/
+1
2013-12-03
usb: kill DEBUG compile option
Oliver Neukum
1
-0
/
+4
2013-05-27
Merge 3.10-rc3 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2013-05-17
usb: host: oxu210hp-hcd: Remove redundant platform_set_drvdata()
Sachin Kamat
1
-2
/
+0
2013-05-15
USB: remove remaining instances of USB_SUSPEND
Alan Stern
1
-1
/
+1
2012-05-02
USB: oxu210hp-hcd.c: remove dbg() usage
Greg Kroah-Hartman
1
-4
/
+4
2012-04-21
USB: oxu210hp-hcd.c: remove err() usage
Greg Kroah-Hartman
1
-2
/
+3
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2011-11-28
usb: convert drivers/usb/* to use module_platform_driver()
Axel Lin
1
-18
/
+1
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
1
-1
/
+1
2011-05-20
USB: remove remaining usages of hcd->state from usbcore and fix regression
Alan Stern
1
-1
/
+5
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2011-03-29
drivers: Final irq namespace conversion
Thomas Gleixner
1
-1
/
+1
2011-03-14
USB 3.0 Hub Changes
John Youn
1
-2
/
+2
2011-03-14
USB: Remove bitmap #define from hcd.h
Sarah Sharp
1
-3
/
+3
2010-11-01
tree-wide: fix comment/printk typos
Uwe Kleine-König
1
-1
/
+1
2010-10-25
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-9
/
+0
2010-10-22
usb: host: oxu210hp-hcd: Use static const char * const where possible
Joe Perches
1
-1
/
+1
2010-08-11
Merge branch 'master' into for-next
Jiri Kosina
1
-5
/
+2
2010-08-11
USB: convert usb_hcd bitfields into atomic flags
Alan Stern
1
-5
/
+2
2010-08-10
drivers/usb: Remove unnecessary return's from void functions
Joe Perches
1
-9
/
+0
2010-05-21
USB: straighten out port feature vs. port status usage
Alan Stern
1
-12
/
+12
2010-05-21
USB: remove bogus USB_PORT_FEAT_*_SPEED symbols
Alan Stern
1
-2
/
+2
[next]