aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/isp1362-hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol1-3/+3
2021-03-10USB: host: isp1362: remove dentry pointer for debugfsGreg Kroah-Hartman1-5/+3
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-10-04usb: isp1362-hcd: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+2
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-5/+0
2018-12-12usb: host: isp1362-hcd: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-13/+3
2017-11-07usb: host: isp1362-hcd: remove a couple of redundant assignmentsColin Ian King1-2/+1
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: host: isp1362-hcd: fix missing break in switchGustavo A. R. Silva1-0/+1
2017-07-30isp1362-hcd: constify hc_driver structuresJulia Lawall1-1/+1
2016-10-24usb: Convert pr_warning to pr_warnJoe Perches1-13/+14
2015-04-03isp1362-hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-01-25isp1362-hcd: use HUB_CHAR_*Sergei Shtylyov1-2/+6
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-23USB: isp1362: Use devm_ioremap_resourceTobias Klauser1-78/+25
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+2
2013-12-03usb: host: Remove superfluous name castsGeert Uytterhoeven1-1/+1
2013-10-11usb: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-07-31USB: host: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-24USB: isp1362: move debug files from proc to debugfsGreg Kroah-Hartman1-34/+11
2013-07-23USB: isp1362: remove CONFIG_USB_DEBUG dependencyGreg Kroah-Hartman1-5/+1
2013-07-23USB: isp1362: remove _DBG() usageGreg Kroah-Hartman1-15/+15
2013-07-23USB: isp1362: remove unused _BUG_ON() callsGreg Kroah-Hartman1-2/+0
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-04-09isp1362-hcd: don't reimplement proc_create_data()Al Viro1-4/+1
2012-11-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-08-10USB: isp1362-hcd.c: usb message always saved in case of underrunBruno Morelli1-4/+4
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-24usb: isp1362-hcd: Convert to module_platform_driverTobias Klauser1-16/+4
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-08-22usb: isp1362-hcd: Quieten printksTobias Klauser1-3/+3
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-13USB 3.0 Hub ChangesJohn Youn1-2/+2
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp1-3/+3
2011-02-17usb: isp1362-hcd: use bitmap_clear() and bitmap_set()Akinobu Mita1-5/+2
2010-11-24Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-16USB: isp1362-hcd - fix section mismatch warningAxel Lin1-1/+1
2010-10-22USB: isp1362-hcd - use resource_size instead of defining its own resource_len macroAxel Lin1-10/+8
2010-10-22USB: isp1362-hcd: Removes CONFIG_USB_OTG dependent code, fix build breakageJavier Martinez Canillas1-7/+0
2010-06-30USB: isp1362-hcd, fix double lockJiri Slaby1-5/+10
2010-05-20USB: clean up some host controller sparse warningsRandy Dunlap1-1/+1
2010-05-20USB: straighten out port feature vs. port status usageAlan Stern1-1/+1
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-03-02USB: remove obsolete config in kernel source (USB_HCD_DMA)Christoph Egger1-13/+0
2010-03-02USB: isp1362: Use kzalloc for allocating only one thingJulia Lawall1-1/+1